diff options
Diffstat (limited to 'mpi/mips3')
-rw-r--r-- | mpi/mips3/mpih-add1.S | 3 | ||||
-rw-r--r-- | mpi/mips3/mpih-lshift.S | 3 | ||||
-rw-r--r-- | mpi/mips3/mpih-mul1.S | 3 | ||||
-rw-r--r-- | mpi/mips3/mpih-mul2.S | 3 | ||||
-rw-r--r-- | mpi/mips3/mpih-mul3.S | 3 | ||||
-rw-r--r-- | mpi/mips3/mpih-rshift.S | 3 | ||||
-rw-r--r-- | mpi/mips3/mpih-sub1.S | 3 |
7 files changed, 14 insertions, 7 deletions
diff --git a/mpi/mips3/mpih-add1.S b/mpi/mips3/mpih-add1.S index a998420d7..d3ea91d10 100644 --- a/mpi/mips3/mpih-add1.S +++ b/mpi/mips3/mpih-add1.S @@ -18,7 +18,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. */ diff --git a/mpi/mips3/mpih-lshift.S b/mpi/mips3/mpih-lshift.S index 112383f90..7eca648d1 100644 --- a/mpi/mips3/mpih-lshift.S +++ b/mpi/mips3/mpih-lshift.S @@ -17,7 +17,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. */ /******************* diff --git a/mpi/mips3/mpih-mul1.S b/mpi/mips3/mpih-mul1.S index 70409e8db..0562f4f59 100644 --- a/mpi/mips3/mpih-mul1.S +++ b/mpi/mips3/mpih-mul1.S @@ -18,7 +18,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. */ diff --git a/mpi/mips3/mpih-mul2.S b/mpi/mips3/mpih-mul2.S index 1bddd0530..de5635538 100644 --- a/mpi/mips3/mpih-mul2.S +++ b/mpi/mips3/mpih-mul2.S @@ -18,7 +18,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. */ diff --git a/mpi/mips3/mpih-mul3.S b/mpi/mips3/mpih-mul3.S index 82fe47d53..960c5c274 100644 --- a/mpi/mips3/mpih-mul3.S +++ b/mpi/mips3/mpih-mul3.S @@ -18,7 +18,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. */ diff --git a/mpi/mips3/mpih-rshift.S b/mpi/mips3/mpih-rshift.S index 74a6cc96d..2229c504e 100644 --- a/mpi/mips3/mpih-rshift.S +++ b/mpi/mips3/mpih-rshift.S @@ -17,7 +17,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. */ /******************* diff --git a/mpi/mips3/mpih-sub1.S b/mpi/mips3/mpih-sub1.S index 72f506ea2..d23ff9bd2 100644 --- a/mpi/mips3/mpih-sub1.S +++ b/mpi/mips3/mpih-sub1.S @@ -18,7 +18,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, + * USA. */ |