summaryrefslogtreecommitdiff
path: root/mpn/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/alpha')
-rw-r--r--mpn/alpha/add_n.asm6
-rw-r--r--mpn/alpha/addmul_1.asm6
-rw-r--r--mpn/alpha/aorslsh1_n.asm6
-rw-r--r--mpn/alpha/cntlz.asm6
-rw-r--r--mpn/alpha/copyd.asm6
-rw-r--r--mpn/alpha/copyi.asm6
-rw-r--r--mpn/alpha/diveby3.asm6
-rw-r--r--mpn/alpha/ev5/add_n.asm6
-rw-r--r--mpn/alpha/ev5/lshift.asm6
-rw-r--r--mpn/alpha/ev5/rshift.asm6
-rw-r--r--mpn/alpha/ev5/sub_n.asm6
-rw-r--r--mpn/alpha/ev6/add_n.asm6
-rw-r--r--mpn/alpha/ev6/addmul_1.asm6
-rw-r--r--mpn/alpha/ev6/mul_1.asm6
-rw-r--r--mpn/alpha/ev6/sqr_diagonal.asm6
-rw-r--r--mpn/alpha/ev6/sub_n.asm6
-rw-r--r--mpn/alpha/ev6/submul_1.asm6
-rw-r--r--mpn/alpha/invert_limb.asm6
-rw-r--r--mpn/alpha/lshift.asm6
-rw-r--r--mpn/alpha/mod_34lsub1.asm6
-rw-r--r--mpn/alpha/mul_1.asm6
-rw-r--r--mpn/alpha/rshift.asm6
-rw-r--r--mpn/alpha/sqr_diagonal.asm6
-rw-r--r--mpn/alpha/sub_n.asm6
-rw-r--r--mpn/alpha/submul_1.asm6
-rw-r--r--mpn/alpha/umul.asm6
26 files changed, 78 insertions, 78 deletions
diff --git a/mpn/alpha/add_n.asm b/mpn/alpha/add_n.asm
index 3573bffc7..01005e1f4 100644
--- a/mpn/alpha/add_n.asm
+++ b/mpn/alpha/add_n.asm
@@ -16,9 +16,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/addmul_1.asm b/mpn/alpha/addmul_1.asm
index 6b48369f5..22a373c69 100644
--- a/mpn/alpha/addmul_1.asm
+++ b/mpn/alpha/addmul_1.asm
@@ -16,9 +16,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/aorslsh1_n.asm b/mpn/alpha/aorslsh1_n.asm
index 03a487ea8..041f36ec7 100644
--- a/mpn/alpha/aorslsh1_n.asm
+++ b/mpn/alpha/aorslsh1_n.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/cntlz.asm b/mpn/alpha/cntlz.asm
index f14e11ceb..871b01f04 100644
--- a/mpn/alpha/cntlz.asm
+++ b/mpn/alpha/cntlz.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/copyd.asm b/mpn/alpha/copyd.asm
index 14b2b5d82..10d582772 100644
--- a/mpn/alpha/copyd.asm
+++ b/mpn/alpha/copyd.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/copyi.asm b/mpn/alpha/copyi.asm
index 6f31ec54e..4d9055827 100644
--- a/mpn/alpha/copyi.asm
+++ b/mpn/alpha/copyi.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/diveby3.asm b/mpn/alpha/diveby3.asm
index 5b560b65c..75b1f98e2 100644
--- a/mpn/alpha/diveby3.asm
+++ b/mpn/alpha/diveby3.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/ev5/add_n.asm b/mpn/alpha/ev5/add_n.asm
index b3252db4a..d56015a59 100644
--- a/mpn/alpha/ev5/add_n.asm
+++ b/mpn/alpha/ev5/add_n.asm
@@ -16,9 +16,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/ev5/lshift.asm b/mpn/alpha/ev5/lshift.asm
index 25b3ddcd4..3a31ae2e3 100644
--- a/mpn/alpha/ev5/lshift.asm
+++ b/mpn/alpha/ev5/lshift.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/ev5/rshift.asm b/mpn/alpha/ev5/rshift.asm
index 1bad171ee..2cca56c2a 100644
--- a/mpn/alpha/ev5/rshift.asm
+++ b/mpn/alpha/ev5/rshift.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/ev5/sub_n.asm b/mpn/alpha/ev5/sub_n.asm
index 0d63ee969..a83851ecd 100644
--- a/mpn/alpha/ev5/sub_n.asm
+++ b/mpn/alpha/ev5/sub_n.asm
@@ -16,9 +16,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/ev6/add_n.asm b/mpn/alpha/ev6/add_n.asm
index c5bd35c0d..b94ee40d1 100644
--- a/mpn/alpha/ev6/add_n.asm
+++ b/mpn/alpha/ev6/add_n.asm
@@ -16,9 +16,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/ev6/addmul_1.asm b/mpn/alpha/ev6/addmul_1.asm
index 939b64c28..1467b689b 100644
--- a/mpn/alpha/ev6/addmul_1.asm
+++ b/mpn/alpha/ev6/addmul_1.asm
@@ -16,9 +16,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/ev6/mul_1.asm b/mpn/alpha/ev6/mul_1.asm
index 8585e9e78..2a932b89e 100644
--- a/mpn/alpha/ev6/mul_1.asm
+++ b/mpn/alpha/ev6/mul_1.asm
@@ -16,9 +16,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/ev6/sqr_diagonal.asm b/mpn/alpha/ev6/sqr_diagonal.asm
index a7df0bcfb..b1800f490 100644
--- a/mpn/alpha/ev6/sqr_diagonal.asm
+++ b/mpn/alpha/ev6/sqr_diagonal.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/ev6/sub_n.asm b/mpn/alpha/ev6/sub_n.asm
index e2a95596d..69d6caa68 100644
--- a/mpn/alpha/ev6/sub_n.asm
+++ b/mpn/alpha/ev6/sub_n.asm
@@ -16,9 +16,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/ev6/submul_1.asm b/mpn/alpha/ev6/submul_1.asm
index 62716196a..bd45c7c7d 100644
--- a/mpn/alpha/ev6/submul_1.asm
+++ b/mpn/alpha/ev6/submul_1.asm
@@ -16,9 +16,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/invert_limb.asm b/mpn/alpha/invert_limb.asm
index 5db530059..f025bf428 100644
--- a/mpn/alpha/invert_limb.asm
+++ b/mpn/alpha/invert_limb.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/lshift.asm b/mpn/alpha/lshift.asm
index 94a69451c..3f2521fe5 100644
--- a/mpn/alpha/lshift.asm
+++ b/mpn/alpha/lshift.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/mod_34lsub1.asm b/mpn/alpha/mod_34lsub1.asm
index f18485c18..d18cbedaf 100644
--- a/mpn/alpha/mod_34lsub1.asm
+++ b/mpn/alpha/mod_34lsub1.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/mul_1.asm b/mpn/alpha/mul_1.asm
index 063eca45f..7df8373ba 100644
--- a/mpn/alpha/mul_1.asm
+++ b/mpn/alpha/mul_1.asm
@@ -16,9 +16,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/rshift.asm b/mpn/alpha/rshift.asm
index 9fd3b15b3..1c77535b6 100644
--- a/mpn/alpha/rshift.asm
+++ b/mpn/alpha/rshift.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/sqr_diagonal.asm b/mpn/alpha/sqr_diagonal.asm
index 49e7bf3c6..649169bb5 100644
--- a/mpn/alpha/sqr_diagonal.asm
+++ b/mpn/alpha/sqr_diagonal.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/sub_n.asm b/mpn/alpha/sub_n.asm
index fc1d8cce2..54606a11b 100644
--- a/mpn/alpha/sub_n.asm
+++ b/mpn/alpha/sub_n.asm
@@ -16,9 +16,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/submul_1.asm b/mpn/alpha/submul_1.asm
index 59ea4b9bb..bc7276e16 100644
--- a/mpn/alpha/submul_1.asm
+++ b/mpn/alpha/submul_1.asm
@@ -16,9 +16,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')
diff --git a/mpn/alpha/umul.asm b/mpn/alpha/umul.asm
index 17cb8f977..cae3edeeb 100644
--- a/mpn/alpha/umul.asm
+++ b/mpn/alpha/umul.asm
@@ -15,9 +15,9 @@ dnl or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
dnl License for more details.
dnl You should have received a copy of the GNU Lesser General Public License
-dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write to
-dnl the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
-dnl MA 02110-1301, USA.
+dnl along with the GNU MP Library; see the file COPYING.LIB. If not, write
+dnl to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+dnl Boston, MA 02110-1301, USA.
include(`../config.m4')