summaryrefslogtreecommitdiff
path: root/mpn/ia64
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2014-01-18 16:53:26 +0100
committerTorbjorn Granlund <tege@gmplib.org>2014-01-18 16:53:26 +0100
commit5d15f012ecc5cf8ca4bffe3b5dd8041f51b383f4 (patch)
treea814c101c7d9a66c1736c604e1723b013e62132e /mpn/ia64
parent795981869074562864e7a0a24ecfa9932ed0cda4 (diff)
downloadgmp-5d15f012ecc5cf8ca4bffe3b5dd8041f51b383f4.tar.gz
Canonicalise copyright headers.
Diffstat (limited to 'mpn/ia64')
-rw-r--r--mpn/ia64/ia64-defs.m424
-rw-r--r--mpn/ia64/mode1o.asm24
2 files changed, 24 insertions, 24 deletions
diff --git a/mpn/ia64/ia64-defs.m4 b/mpn/ia64/ia64-defs.m4
index 24ef847e9..999c178f5 100644
--- a/mpn/ia64/ia64-defs.m4
+++ b/mpn/ia64/ia64-defs.m4
@@ -2,19 +2,19 @@ divert(-1)
dnl Copyright 2000, 2002, 2003 Free Software Foundation, Inc.
-dnl
+
dnl This file is part of the GNU MP Library.
-dnl
-dnl The GNU MP Library is free software; you can redistribute it and/or
-dnl modify it under the terms of the GNU Lesser General Public License as
-dnl published by the Free Software Foundation; either version 3 of the
-dnl License, or (at your option) any later version.
-dnl
-dnl The GNU MP Library is distributed in the hope that it will be useful,
-dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
-dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-dnl Lesser General Public License for more details.
-dnl
+
+dnl The GNU MP Library is free software; you can redistribute it and/or modify
+dnl it under the terms of the GNU Lesser General Public License as published
+dnl by the Free Software Foundation; either version 3 of the License, or (at
+dnl your option) any later version.
+
+dnl The GNU MP Library is distributed in the hope that it will be useful, but
+dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+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. If not, see https://www.gnu.org/licenses/.
diff --git a/mpn/ia64/mode1o.asm b/mpn/ia64/mode1o.asm
index 5092fa2a4..20bcfcf3e 100644
--- a/mpn/ia64/mode1o.asm
+++ b/mpn/ia64/mode1o.asm
@@ -3,19 +3,19 @@ dnl Itanium-2 mpn_modexact_1c_odd -- mpn by 1 exact remainder.
dnl Contributed to the GNU project by Kevin Ryde.
dnl Copyright 2003-2005 Free Software Foundation, Inc.
-dnl
+
dnl This file is part of the GNU MP Library.
-dnl
-dnl The GNU MP Library is free software; you can redistribute it and/or
-dnl modify it under the terms of the GNU Lesser General Public License as
-dnl published by the Free Software Foundation; either version 3 of the
-dnl License, or (at your option) any later version.
-dnl
-dnl The GNU MP Library is distributed in the hope that it will be useful,
-dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
-dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-dnl Lesser General Public License for more details.
-dnl
+
+dnl The GNU MP Library is free software; you can redistribute it and/or modify
+dnl it under the terms of the GNU Lesser General Public License as published
+dnl by the Free Software Foundation; either version 3 of the License, or (at
+dnl your option) any later version.
+
+dnl The GNU MP Library is distributed in the hope that it will be useful, but
+dnl WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+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. If not, see https://www.gnu.org/licenses/.