summaryrefslogtreecommitdiff
path: root/mpn/vax
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2007-09-18 20:30:41 +0200
committertege <tege@gmplib.org>2007-09-18 20:30:41 +0200
commit629508e4f69bc6e31dc30ce4fde24c71be9b4427 (patch)
treee268f3787856d9f688fd9ec74b5f7b434e22ddb1 /mpn/vax
parent1ddc0d7f48253c34c6a155e55b13a9df0ec14278 (diff)
downloadgmp-629508e4f69bc6e31dc30ce4fde24c71be9b4427.tar.gz
Update license to version 3.
Diffstat (limited to 'mpn/vax')
-rw-r--r--mpn/vax/add_n.s6
-rw-r--r--mpn/vax/addmul_1.s6
-rw-r--r--mpn/vax/gmp-mparam.h6
-rw-r--r--mpn/vax/lshift.s6
-rw-r--r--mpn/vax/mul_1.s6
-rw-r--r--mpn/vax/rshift.s6
-rw-r--r--mpn/vax/sub_n.s6
-rw-r--r--mpn/vax/submul_1.s6
8 files changed, 16 insertions, 32 deletions
diff --git a/mpn/vax/add_n.s b/mpn/vax/add_n.s
index 06e166b3e..60773cc34 100644
--- a/mpn/vax/add_n.s
+++ b/mpn/vax/add_n.s
@@ -7,7 +7,7 @@
# The GNU MP Library is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 of the License, or (at your
+# the Free Software Foundation; either version 3 of the License, or (at your
# option) any later version.
# The GNU MP Library is distributed in the hope that it will be useful, but
@@ -16,9 +16,7 @@
# License for more details.
# You should have received a copy of the GNU Lesser General Public License
-# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301, USA.
+# along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
# INPUT PARAMETERS
diff --git a/mpn/vax/addmul_1.s b/mpn/vax/addmul_1.s
index f4eddc761..e2f86e074 100644
--- a/mpn/vax/addmul_1.s
+++ b/mpn/vax/addmul_1.s
@@ -7,7 +7,7 @@
# The GNU MP Library is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 of the License, or (at your
+# the Free Software Foundation; either version 3 of the License, or (at your
# option) any later version.
# The GNU MP Library is distributed in the hope that it will be useful, but
@@ -16,9 +16,7 @@
# License for more details.
# You should have received a copy of the GNU Lesser General Public License
-# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301, USA.
+# along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
# INPUT PARAMETERS
diff --git a/mpn/vax/gmp-mparam.h b/mpn/vax/gmp-mparam.h
index 2939afc81..4b7a2156d 100644
--- a/mpn/vax/gmp-mparam.h
+++ b/mpn/vax/gmp-mparam.h
@@ -6,7 +6,7 @@ This file is part of the GNU MP Library.
The GNU MP Library is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
-the Free Software Foundation; either version 2.1 of the License, or (at your
+the Free Software Foundation; either version 3 of the License, or (at your
option) any later version.
The GNU MP Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
You should have received a copy of the GNU Lesser General Public License
-along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-MA 02110-1301, USA. */
+along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
/* These numbers were measured manually using the tune/speed program.
The standard tune/tunup takes too long. (VAX 8800) */
diff --git a/mpn/vax/lshift.s b/mpn/vax/lshift.s
index 1a32c5da3..6f3d600be 100644
--- a/mpn/vax/lshift.s
+++ b/mpn/vax/lshift.s
@@ -6,7 +6,7 @@
# The GNU MP Library is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 of the License, or (at your
+# the Free Software Foundation; either version 3 of the License, or (at your
# option) any later version.
# The GNU MP Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,7 @@
# License for more details.
# You should have received a copy of the GNU Lesser General Public License
-# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301, USA.
+# along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
# INPUT PARAMETERS
diff --git a/mpn/vax/mul_1.s b/mpn/vax/mul_1.s
index 851e4d5a7..c6f4594bd 100644
--- a/mpn/vax/mul_1.s
+++ b/mpn/vax/mul_1.s
@@ -7,7 +7,7 @@
# The GNU MP Library is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 of the License, or (at your
+# the Free Software Foundation; either version 3 of the License, or (at your
# option) any later version.
# The GNU MP Library is distributed in the hope that it will be useful, but
@@ -16,9 +16,7 @@
# License for more details.
# You should have received a copy of the GNU Lesser General Public License
-# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301, USA.
+# along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
# INPUT PARAMETERS
diff --git a/mpn/vax/rshift.s b/mpn/vax/rshift.s
index 126757715..ae27208e2 100644
--- a/mpn/vax/rshift.s
+++ b/mpn/vax/rshift.s
@@ -6,7 +6,7 @@
# The GNU MP Library is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 of the License, or (at your
+# the Free Software Foundation; either version 3 of the License, or (at your
# option) any later version.
# The GNU MP Library is distributed in the hope that it will be useful, but
@@ -15,9 +15,7 @@
# License for more details.
# You should have received a copy of the GNU Lesser General Public License
-# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301, USA.
+# along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
# INPUT PARAMETERS
diff --git a/mpn/vax/sub_n.s b/mpn/vax/sub_n.s
index ec3b57eb3..c9ad1ecfb 100644
--- a/mpn/vax/sub_n.s
+++ b/mpn/vax/sub_n.s
@@ -7,7 +7,7 @@
# The GNU MP Library is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 of the License, or (at your
+# the Free Software Foundation; either version 3 of the License, or (at your
# option) any later version.
# The GNU MP Library is distributed in the hope that it will be useful, but
@@ -16,9 +16,7 @@
# License for more details.
# You should have received a copy of the GNU Lesser General Public License
-# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301, USA.
+# along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
# INPUT PARAMETERS
diff --git a/mpn/vax/submul_1.s b/mpn/vax/submul_1.s
index 85d998b40..ad0ddbbac 100644
--- a/mpn/vax/submul_1.s
+++ b/mpn/vax/submul_1.s
@@ -7,7 +7,7 @@
# The GNU MP Library is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
-# the Free Software Foundation; either version 2.1 of the License, or (at your
+# the Free Software Foundation; either version 3 of the License, or (at your
# option) any later version.
# The GNU MP Library is distributed in the hope that it will be useful, but
@@ -16,9 +16,7 @@
# License for more details.
# You should have received a copy of the GNU Lesser General Public License
-# along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-# MA 02110-1301, USA.
+# along with the GNU MP Library. If not, see http://www.gnu.org/licenses/.
# INPUT PARAMETERS