summaryrefslogtreecommitdiff
path: root/mpn/m68k
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2013-11-28 16:50:42 +0100
committerTorbjorn Granlund <tege@gmplib.org>2013-11-28 16:50:42 +0100
commit5e84964c324f36844d7ab53bc556abdad19712c6 (patch)
treefa7d302d8d4cb0c507a646fd9907aee5a9ec6a1b /mpn/m68k
parent8dc1c7a622ee6b3f2bf0c236a98451ee3be824ff (diff)
downloadgmp-5e84964c324f36844d7ab53bc556abdad19712c6.tar.gz
Collapse copyright years.
Diffstat (limited to 'mpn/m68k')
-rw-r--r--mpn/m68k/aors_n.asm3
-rw-r--r--mpn/m68k/gmp-mparam.h2
-rw-r--r--mpn/m68k/lshift.asm3
-rw-r--r--mpn/m68k/m68k-defs.m42
-rw-r--r--mpn/m68k/mc68020/aorsmul_1.asm3
-rw-r--r--mpn/m68k/mc68020/mul_1.asm3
-rw-r--r--mpn/m68k/mc68020/udiv.asm2
-rw-r--r--mpn/m68k/mc68020/umul.asm2
-rw-r--r--mpn/m68k/rshift.asm3
9 files changed, 9 insertions, 14 deletions
diff --git a/mpn/m68k/aors_n.asm b/mpn/m68k/aors_n.asm
index da9bb415b..47bc3c2b8 100644
--- a/mpn/m68k/aors_n.asm
+++ b/mpn/m68k/aors_n.asm
@@ -1,7 +1,6 @@
dnl mc68020 mpn_add_n, mpn_sub_n -- add or subtract limb vectors
-dnl Copyright 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2003, 2005 Free
-dnl Software Foundation, Inc.
+dnl Copyright 1992, 1994, 1996, 1999-2003, 2005 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff --git a/mpn/m68k/gmp-mparam.h b/mpn/m68k/gmp-mparam.h
index 21b817ed4..c98fc4a7a 100644
--- a/mpn/m68k/gmp-mparam.h
+++ b/mpn/m68k/gmp-mparam.h
@@ -1,6 +1,6 @@
/* gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright 2000-2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/m68k/lshift.asm b/mpn/m68k/lshift.asm
index 2007b606e..24878e71d 100644
--- a/mpn/m68k/lshift.asm
+++ b/mpn/m68k/lshift.asm
@@ -1,7 +1,6 @@
dnl mc68020 mpn_lshift -- mpn left shift.
-dnl Copyright 1996, 1999, 2000, 2001, 2002, 2003 Free Software Foundation,
-dnl Inc.
+dnl Copyright 1996, 1999-2003 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff --git a/mpn/m68k/m68k-defs.m4 b/mpn/m68k/m68k-defs.m4
index 17a345998..f2aaadf9e 100644
--- a/mpn/m68k/m68k-defs.m4
+++ b/mpn/m68k/m68k-defs.m4
@@ -2,7 +2,7 @@ divert(-1)
dnl m4 macros for 68k assembler.
-dnl Copyright 2001, 2002, 2003 Free Software Foundation, Inc.
+dnl Copyright 2001-2003 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff --git a/mpn/m68k/mc68020/aorsmul_1.asm b/mpn/m68k/mc68020/aorsmul_1.asm
index 521c36c0c..62c598f64 100644
--- a/mpn/m68k/mc68020/aorsmul_1.asm
+++ b/mpn/m68k/mc68020/aorsmul_1.asm
@@ -1,7 +1,6 @@
dnl mc68020 mpn_addmul_1, mpn_submul_1 -- add or subtract mpn multiple.
-dnl Copyright 1992, 1994, 1996, 1999, 2000, 2001, 2002, 2011 Free Software
-dnl Foundation, Inc.
+dnl Copyright 1992, 1994, 1996, 1999-2002, 2011 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff --git a/mpn/m68k/mc68020/mul_1.asm b/mpn/m68k/mc68020/mul_1.asm
index d24f6d1d9..5f217e2e1 100644
--- a/mpn/m68k/mc68020/mul_1.asm
+++ b/mpn/m68k/mc68020/mul_1.asm
@@ -1,7 +1,6 @@
dnl mc68020 mpn_mul_1 -- mpn by limb multiply
-dnl Copyright 1992, 1994, 1996, 1999, 2000, 2001, 2002 Free Software
-dnl Foundation, Inc.
+dnl Copyright 1992, 1994, 1996, 1999-2002 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff --git a/mpn/m68k/mc68020/udiv.asm b/mpn/m68k/mc68020/udiv.asm
index ebc1ef26d..a11518900 100644
--- a/mpn/m68k/mc68020/udiv.asm
+++ b/mpn/m68k/mc68020/udiv.asm
@@ -1,6 +1,6 @@
dnl mc68020 mpn_udiv_qrnnd -- 2x1 limb division
-dnl Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
+dnl Copyright 1999-2001 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff --git a/mpn/m68k/mc68020/umul.asm b/mpn/m68k/mc68020/umul.asm
index 4d6e8a8eb..89fdc9b3c 100644
--- a/mpn/m68k/mc68020/umul.asm
+++ b/mpn/m68k/mc68020/umul.asm
@@ -1,6 +1,6 @@
dnl mc68020 mpn_umul_ppmm -- limb by limb multiplication
-dnl Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
+dnl Copyright 1999-2001 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff --git a/mpn/m68k/rshift.asm b/mpn/m68k/rshift.asm
index 2b6e99735..0b8b38d62 100644
--- a/mpn/m68k/rshift.asm
+++ b/mpn/m68k/rshift.asm
@@ -1,7 +1,6 @@
dnl mc68020 mpn_rshift -- mpn right shift.
-dnl Copyright 1996, 1999, 2000, 2001, 2002, 2003 Free Software Foundation,
-dnl Inc.
+dnl Copyright 1996, 1999-2003 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl