summaryrefslogtreecommitdiff
path: root/mpn/pa32
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/pa32
parent8dc1c7a622ee6b3f2bf0c236a98451ee3be824ff (diff)
downloadgmp-5e84964c324f36844d7ab53bc556abdad19712c6.tar.gz
Collapse copyright years.
Diffstat (limited to 'mpn/pa32')
-rw-r--r--mpn/pa32/add_n.asm2
-rw-r--r--mpn/pa32/gmp-mparam.h3
-rw-r--r--mpn/pa32/hppa1_1/addmul_1.asm3
-rw-r--r--mpn/pa32/hppa1_1/gmp-mparam.h3
-rw-r--r--mpn/pa32/hppa1_1/mul_1.asm3
-rw-r--r--mpn/pa32/hppa1_1/pa7100/add_n.asm3
-rw-r--r--mpn/pa32/hppa1_1/pa7100/addmul_1.asm2
-rw-r--r--mpn/pa32/hppa1_1/pa7100/lshift.asm3
-rw-r--r--mpn/pa32/hppa1_1/pa7100/rshift.asm3
-rw-r--r--mpn/pa32/hppa1_1/pa7100/sub_n.asm3
-rw-r--r--mpn/pa32/hppa1_1/pa7100/submul_1.asm2
-rw-r--r--mpn/pa32/hppa1_1/submul_1.asm3
-rw-r--r--mpn/pa32/hppa2_0/add_n.asm2
-rw-r--r--mpn/pa32/hppa2_0/gmp-mparam.h4
-rw-r--r--mpn/pa32/hppa2_0/sub_n.asm2
-rw-r--r--mpn/pa32/lshift.asm2
-rw-r--r--mpn/pa32/rshift.asm2
-rw-r--r--mpn/pa32/sub_n.asm2
-rw-r--r--mpn/pa32/udiv.asm2
19 files changed, 20 insertions, 29 deletions
diff --git a/mpn/pa32/add_n.asm b/mpn/pa32/add_n.asm
index 1bb27ae88..2dbaf592a 100644
--- a/mpn/pa32/add_n.asm
+++ b/mpn/pa32/add_n.asm
@@ -1,7 +1,7 @@
dnl HP-PA mpn_add_n -- Add two limb vectors of the same length > 0 and store
dnl sum in a third limb vector.
-dnl Copyright 1992, 1994, 2000, 2001, 2002 Free Software Foundation, Inc.
+dnl Copyright 1992, 1994, 2000-2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/pa32/gmp-mparam.h b/mpn/pa32/gmp-mparam.h
index fd1eb9755..332b8ea76 100644
--- a/mpn/pa32/gmp-mparam.h
+++ b/mpn/pa32/gmp-mparam.h
@@ -1,7 +1,6 @@
/* HP-PA 1.0 gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 1991, 1993, 1994, 1999, 2000, 2001, 2002, 2012 Free Software
-Foundation, Inc.
+Copyright 1991, 1993, 1994, 1999-2002, 2012 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/pa32/hppa1_1/addmul_1.asm b/mpn/pa32/hppa1_1/addmul_1.asm
index c50e4e10f..ef6f82051 100644
--- a/mpn/pa32/hppa1_1/addmul_1.asm
+++ b/mpn/pa32/hppa1_1/addmul_1.asm
@@ -1,8 +1,7 @@
dnl HP-PA 1.1 mpn_addmul_1 -- Multiply a limb vector with a limb and add the
dnl result to a second limb vector.
-dnl Copyright 1992, 1993, 1994, 2000, 2001, 2002 Free Software Foundation,
-dnl Inc.
+dnl Copyright 1992-1994, 2000-2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/pa32/hppa1_1/gmp-mparam.h b/mpn/pa32/hppa1_1/gmp-mparam.h
index 32b3ae9d6..a4f4ab06d 100644
--- a/mpn/pa32/hppa1_1/gmp-mparam.h
+++ b/mpn/pa32/hppa1_1/gmp-mparam.h
@@ -1,7 +1,6 @@
/* HP-PA 1.1 gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 1991, 1993, 1994, 1999, 2000, 2001, 2002, 2004 Free Software
-Foundation, Inc.
+Copyright 1991, 1993, 1994, 1999-2002, 2004 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/pa32/hppa1_1/mul_1.asm b/mpn/pa32/hppa1_1/mul_1.asm
index 9e17c2d02..74867bec5 100644
--- a/mpn/pa32/hppa1_1/mul_1.asm
+++ b/mpn/pa32/hppa1_1/mul_1.asm
@@ -1,8 +1,7 @@
dnl HP-PA 1.1 mpn_mul_1 -- Multiply a limb vector with a limb and store the
dnl result in a second limb vector.
-dnl Copyright 1992, 1993, 1994, 2000, 2001, 2002 Free Software Foundation,
-dnl Inc.
+dnl Copyright 1992-1994, 2000-2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/pa32/hppa1_1/pa7100/add_n.asm b/mpn/pa32/hppa1_1/pa7100/add_n.asm
index 326a13398..7da08da21 100644
--- a/mpn/pa32/hppa1_1/pa7100/add_n.asm
+++ b/mpn/pa32/hppa1_1/pa7100/add_n.asm
@@ -2,8 +2,7 @@ dnl HP-PA mpn_add_n -- Add two limb vectors of the same length > 0 and store
dnl sum in a third limb vector. Optimized for the PA7100, where is runs at
dnl 4.25 cycles/limb.
-dnl Copyright 1992, 1994, 2000, 2001, 2002, 2003 Free Software Foundation,
-dnl Inc.
+dnl Copyright 1992, 1994, 2000-2003 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/pa32/hppa1_1/pa7100/addmul_1.asm b/mpn/pa32/hppa1_1/pa7100/addmul_1.asm
index 57f4d7674..a5dce865b 100644
--- a/mpn/pa32/hppa1_1/pa7100/addmul_1.asm
+++ b/mpn/pa32/hppa1_1/pa7100/addmul_1.asm
@@ -1,7 +1,7 @@
dnl HP-PA 7100/7200 mpn_addmul_1 -- Multiply a limb vector with a limb and
dnl add the result to a second limb vector.
-dnl Copyright 1995, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+dnl Copyright 1995, 2000-2003 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/pa32/hppa1_1/pa7100/lshift.asm b/mpn/pa32/hppa1_1/pa7100/lshift.asm
index f6b4068cf..2edb65046 100644
--- a/mpn/pa32/hppa1_1/pa7100/lshift.asm
+++ b/mpn/pa32/hppa1_1/pa7100/lshift.asm
@@ -1,8 +1,7 @@
dnl HP-PA mpn_lshift -- Shift a number left.
dnl Optimized for the PA7100, where is runs at 3.25 cycles/limb.
-dnl Copyright 1992, 1994, 2000, 2001, 2002, 2003 Free Software Foundation,
-dnl Inc.
+dnl Copyright 1992, 1994, 2000-2003 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/pa32/hppa1_1/pa7100/rshift.asm b/mpn/pa32/hppa1_1/pa7100/rshift.asm
index ed7313b5f..87ee74a9d 100644
--- a/mpn/pa32/hppa1_1/pa7100/rshift.asm
+++ b/mpn/pa32/hppa1_1/pa7100/rshift.asm
@@ -1,8 +1,7 @@
dnl HP-PA mpn_rshift -- Shift a number right.
dnl Optimized for the PA7100, where is runs at 3.25 cycles/limb.
-dnl Copyright 1992, 1994, 2000, 2001, 2002, 2003 Free Software Foundation,
-dnl Inc.
+dnl Copyright 1992, 1994, 2000-2003 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/pa32/hppa1_1/pa7100/sub_n.asm b/mpn/pa32/hppa1_1/pa7100/sub_n.asm
index 38ea0e197..4bbc041b5 100644
--- a/mpn/pa32/hppa1_1/pa7100/sub_n.asm
+++ b/mpn/pa32/hppa1_1/pa7100/sub_n.asm
@@ -2,8 +2,7 @@ dnl HP-PA mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
dnl store difference in a third limb vector. Optimized for the PA7100, where
dnl is runs at 4.25 cycles/limb.
-dnl Copyright 1992, 1994, 2000, 2001, 2002, 2003 Free Software Foundation,
-dnl Inc.
+dnl Copyright 1992, 1994, 2000-2003 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/pa32/hppa1_1/pa7100/submul_1.asm b/mpn/pa32/hppa1_1/pa7100/submul_1.asm
index aee9d9033..08ef31e3d 100644
--- a/mpn/pa32/hppa1_1/pa7100/submul_1.asm
+++ b/mpn/pa32/hppa1_1/pa7100/submul_1.asm
@@ -1,7 +1,7 @@
dnl HP-PA 7100/7200 mpn_submul_1 -- Multiply a limb vector with a limb and
dnl subtract the result from a second limb vector.
-dnl Copyright 1995, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+dnl Copyright 1995, 2000-2003 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/pa32/hppa1_1/submul_1.asm b/mpn/pa32/hppa1_1/submul_1.asm
index c6bc38394..206840e1b 100644
--- a/mpn/pa32/hppa1_1/submul_1.asm
+++ b/mpn/pa32/hppa1_1/submul_1.asm
@@ -1,8 +1,7 @@
dnl HP-PA 1.1 mpn_submul_1 -- Multiply a limb vector with a limb and subtract
dnl the result from a second limb vector.
-dnl Copyright 1992, 1993, 1994, 2000, 2001, 2002 Free Software Foundation,
-dnl Inc.
+dnl Copyright 1992-1994, 2000-2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/pa32/hppa2_0/add_n.asm b/mpn/pa32/hppa2_0/add_n.asm
index 685c4c91a..3064e479d 100644
--- a/mpn/pa32/hppa2_0/add_n.asm
+++ b/mpn/pa32/hppa2_0/add_n.asm
@@ -1,7 +1,7 @@
dnl HP-PA 2.0 32-bit mpn_add_n -- Add two limb vectors of the same length > 0
dnl and store sum in a third limb vector.
-dnl Copyright 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
+dnl Copyright 1997, 1998, 2000-2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/pa32/hppa2_0/gmp-mparam.h b/mpn/pa32/hppa2_0/gmp-mparam.h
index d25a84bc0..7d655017e 100644
--- a/mpn/pa32/hppa2_0/gmp-mparam.h
+++ b/mpn/pa32/hppa2_0/gmp-mparam.h
@@ -1,7 +1,7 @@
/* gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright 1991, 1993, 1994, 1999, 2000, 2001, 2002, 2009, 2010 Free Software
-Foundation, Inc.
+Copyright 1991, 1993, 1994, 1999-2002, 2009, 2010 Free Software Foundation,
+Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/pa32/hppa2_0/sub_n.asm b/mpn/pa32/hppa2_0/sub_n.asm
index b0aefb4ab..a76e7db6f 100644
--- a/mpn/pa32/hppa2_0/sub_n.asm
+++ b/mpn/pa32/hppa2_0/sub_n.asm
@@ -1,7 +1,7 @@
dnl HP-PA 2.0 32-bit mpn_sub_n -- Subtract two limb vectors of the same
dnl length > 0 and store difference in a third limb vector.
-dnl Copyright 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
+dnl Copyright 1997, 1998, 2000-2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/pa32/lshift.asm b/mpn/pa32/lshift.asm
index 2128fbeed..c9ff54564 100644
--- a/mpn/pa32/lshift.asm
+++ b/mpn/pa32/lshift.asm
@@ -1,6 +1,6 @@
dnl HP-PA mpn_lshift -- Shift a number left.
-dnl Copyright 1992, 1994, 2000, 2001, 2002 Free Software Foundation, Inc.
+dnl Copyright 1992, 1994, 2000-2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/pa32/rshift.asm b/mpn/pa32/rshift.asm
index 238b0be7e..5c4bcc99c 100644
--- a/mpn/pa32/rshift.asm
+++ b/mpn/pa32/rshift.asm
@@ -1,6 +1,6 @@
dnl HP-PA mpn_rshift -- Shift a number right.
-dnl Copyright 1992, 1994, 2000, 2001, 2002 Free Software Foundation, Inc.
+dnl Copyright 1992, 1994, 2000-2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/pa32/sub_n.asm b/mpn/pa32/sub_n.asm
index d07ebb5bb..80f1319ee 100644
--- a/mpn/pa32/sub_n.asm
+++ b/mpn/pa32/sub_n.asm
@@ -1,7 +1,7 @@
dnl HP-PA mpn_sub_n -- Subtract two limb vectors of the same length > 0 and
dnl store difference in a third limb vector.
-dnl Copyright 1992, 1994, 2000, 2001, 2002 Free Software Foundation, Inc.
+dnl Copyright 1992, 1994, 2000-2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.
diff --git a/mpn/pa32/udiv.asm b/mpn/pa32/udiv.asm
index 86886e484..f9f772954 100644
--- a/mpn/pa32/udiv.asm
+++ b/mpn/pa32/udiv.asm
@@ -1,7 +1,7 @@
dnl HP-PA __udiv_qrnnd division support, used from longlong.h.
dnl This version runs fast on pre-PA7000 CPUs.
-dnl Copyright 1993, 1994, 2000, 2001, 2002 Free Software Foundation, Inc.
+dnl Copyright 1993, 1994, 2000-2002 Free Software Foundation, Inc.
dnl This file is part of the GNU MP Library.