summaryrefslogtreecommitdiff
path: root/mpn/mips64
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/mips64
parent8dc1c7a622ee6b3f2bf0c236a98451ee3be824ff (diff)
downloadgmp-5e84964c324f36844d7ab53bc556abdad19712c6.tar.gz
Collapse copyright years.
Diffstat (limited to 'mpn/mips64')
-rw-r--r--mpn/mips64/add_n.asm2
-rw-r--r--mpn/mips64/addmul_1.asm3
-rw-r--r--mpn/mips64/gmp-mparam.h3
-rw-r--r--mpn/mips64/lshift.asm2
-rw-r--r--mpn/mips64/mul_1.asm3
-rw-r--r--mpn/mips64/rshift.asm2
-rw-r--r--mpn/mips64/sub_n.asm2
-rw-r--r--mpn/mips64/submul_1.asm3
8 files changed, 8 insertions, 12 deletions
diff --git a/mpn/mips64/add_n.asm b/mpn/mips64/add_n.asm
index d6cdf9370..b489c5e7a 100644
--- a/mpn/mips64/add_n.asm
+++ b/mpn/mips64/add_n.asm
@@ -1,7 +1,7 @@
dnl MIPS64 mpn_add_n -- Add two limb vectors of the same length > 0 and store
dnl sum in a third limb vector.
-dnl Copyright 1995, 2000, 2001, 2002, 2011 Free Software Foundation, Inc.
+dnl Copyright 1995, 2000-2002, 2011 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/mips64/addmul_1.asm b/mpn/mips64/addmul_1.asm
index a116298a7..0f4f30923 100644
--- a/mpn/mips64/addmul_1.asm
+++ b/mpn/mips64/addmul_1.asm
@@ -1,8 +1,7 @@
dnl MIPS64 mpn_addmul_1 -- Multiply a limb vector with a single limb and add
dnl the product to a second limb vector.
-dnl Copyright 1992, 1994, 1995, 2000, 2001, 2002 Free Software Foundation,
-dnl Inc.
+dnl Copyright 1992, 1994, 1995, 2000-2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/mips64/gmp-mparam.h b/mpn/mips64/gmp-mparam.h
index 2bf942431..c5b16cc36 100644
--- a/mpn/mips64/gmp-mparam.h
+++ b/mpn/mips64/gmp-mparam.h
@@ -1,7 +1,6 @@
/* gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 1991, 1993, 1994, 1999, 2000, 2001, 2002, 2003, 2004 Free Software
-Foundation, Inc.
+Copyright 1991, 1993, 1994, 1999-2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/mips64/lshift.asm b/mpn/mips64/lshift.asm
index 16da93c5a..1bf104ab0 100644
--- a/mpn/mips64/lshift.asm
+++ b/mpn/mips64/lshift.asm
@@ -1,6 +1,6 @@
dnl MIPS64 mpn_lshift -- Left shift.
-dnl Copyright 1995, 2000, 2001, 2002 Free Software Foundation, Inc.
+dnl Copyright 1995, 2000-2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/mips64/mul_1.asm b/mpn/mips64/mul_1.asm
index d16e08d59..c4a8b5c87 100644
--- a/mpn/mips64/mul_1.asm
+++ b/mpn/mips64/mul_1.asm
@@ -1,8 +1,7 @@
dnl MIPS64 mpn_mul_1 -- Multiply a limb vector with a single limb and store
dnl the product in a second limb vector.
-dnl Copyright 1992, 1994, 1995, 2000, 2001, 2002 Free Software Foundation,
-dnl Inc.
+dnl Copyright 1992, 1994, 1995, 2000-2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/mips64/rshift.asm b/mpn/mips64/rshift.asm
index 529487562..d191fcbfd 100644
--- a/mpn/mips64/rshift.asm
+++ b/mpn/mips64/rshift.asm
@@ -1,6 +1,6 @@
dnl MIPS64 mpn_rshift -- Right shift.
-dnl Copyright 1995, 2000, 2001, 2002 Free Software Foundation, Inc.
+dnl Copyright 1995, 2000-2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/mips64/sub_n.asm b/mpn/mips64/sub_n.asm
index 1419cbfd1..5ce2080ae 100644
--- a/mpn/mips64/sub_n.asm
+++ b/mpn/mips64/sub_n.asm
@@ -1,7 +1,7 @@
dnl MIPS64 mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
dnl store difference in a third limb vector.
-dnl Copyright 1995, 2000, 2001, 2002, 2011 Free Software Foundation, Inc.
+dnl Copyright 1995, 2000-2002, 2011 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/mips64/submul_1.asm b/mpn/mips64/submul_1.asm
index 11e17370c..903969cd9 100644
--- a/mpn/mips64/submul_1.asm
+++ b/mpn/mips64/submul_1.asm
@@ -1,8 +1,7 @@
dnl MIPS64 mpn_submul_1 -- Multiply a limb vector with a single limb and
dnl subtract the product from a second limb vector.
-dnl Copyright 1992, 1994, 1995, 2000, 2001, 2002 Free Software Foundation,
-dnl Inc.
+dnl Copyright 1992, 1994, 1995, 2000-2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.