summaryrefslogtreecommitdiff
path: root/mpn/hppa
diff options
context:
space:
mode:
Diffstat (limited to 'mpn/hppa')
-rw-r--r--mpn/hppa/add_n.s2
-rw-r--r--mpn/hppa/hppa1_1/addmul_1.s2
-rw-r--r--mpn/hppa/hppa1_1/mul_1.s2
-rw-r--r--mpn/hppa/hppa1_1/pa7100/add_n.s2
-rw-r--r--mpn/hppa/hppa1_1/pa7100/addmul_1.S2
-rw-r--r--mpn/hppa/hppa1_1/pa7100/lshift.s2
-rw-r--r--mpn/hppa/hppa1_1/pa7100/rshift.s2
-rw-r--r--mpn/hppa/hppa1_1/pa7100/sub_n.s2
-rw-r--r--mpn/hppa/hppa1_1/pa7100/submul_1.S2
-rw-r--r--mpn/hppa/hppa1_1/submul_1.s2
-rw-r--r--mpn/hppa/hppa2_0/add_n.s2
-rw-r--r--mpn/hppa/hppa2_0/sub_n.s2
-rw-r--r--mpn/hppa/lshift.s2
-rw-r--r--mpn/hppa/rshift.s2
-rw-r--r--mpn/hppa/sub_n.s2
15 files changed, 15 insertions, 15 deletions
diff --git a/mpn/hppa/add_n.s b/mpn/hppa/add_n.s
index f326504a5..0b07ab36e 100644
--- a/mpn/hppa/add_n.s
+++ b/mpn/hppa/add_n.s
@@ -1,7 +1,7 @@
; HP-PA __gmpn_add_n -- Add two limb vectors of the same length > 0 and store
; sum in a third limb vector.
-; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+; Copyright (C) 1992, 1994, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/hppa/hppa1_1/addmul_1.s b/mpn/hppa/hppa1_1/addmul_1.s
index e3a1dc260..f8c96d231 100644
--- a/mpn/hppa/hppa1_1/addmul_1.s
+++ b/mpn/hppa/hppa1_1/addmul_1.s
@@ -1,7 +1,7 @@
; HP-PA-1.1 __gmpn_addmul_1 -- Multiply a limb vector with a limb and
; add the result to a second limb vector.
-; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
+; Copyright (C) 1992, 1993, 1994, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/hppa/hppa1_1/mul_1.s b/mpn/hppa/hppa1_1/mul_1.s
index c192df5b5..991ed8ec4 100644
--- a/mpn/hppa/hppa1_1/mul_1.s
+++ b/mpn/hppa/hppa1_1/mul_1.s
@@ -1,7 +1,7 @@
; HP-PA-1.1 __gmpn_mul_1 -- Multiply a limb vector with a limb and store
; the result in a second limb vector.
-; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
+; Copyright (C) 1992, 1993, 1994, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/hppa/hppa1_1/pa7100/add_n.s b/mpn/hppa/hppa1_1/pa7100/add_n.s
index 844fc3b11..52c0a40f7 100644
--- a/mpn/hppa/hppa1_1/pa7100/add_n.s
+++ b/mpn/hppa/hppa1_1/pa7100/add_n.s
@@ -2,7 +2,7 @@
; sum in a third limb vector.
; This is optimized for the PA7100, where is runs at 4.25 cycles/limb
-; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+; Copyright (C) 1992, 1994, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/hppa/hppa1_1/pa7100/addmul_1.S b/mpn/hppa/hppa1_1/pa7100/addmul_1.S
index f640ccb03..871d5ca5f 100644
--- a/mpn/hppa/hppa1_1/pa7100/addmul_1.S
+++ b/mpn/hppa/hppa1_1/pa7100/addmul_1.S
@@ -1,7 +1,7 @@
; HP-PA 7100/7200 __gmpn_addmul_1 -- Multiply a limb vector with a limb and
; add the result to a second limb vector.
-; Copyright (C) 1995 Free Software Foundation, Inc.
+; Copyright (C) 1995, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/hppa/hppa1_1/pa7100/lshift.s b/mpn/hppa/hppa1_1/pa7100/lshift.s
index 0d095818a..9dbbad9e7 100644
--- a/mpn/hppa/hppa1_1/pa7100/lshift.s
+++ b/mpn/hppa/hppa1_1/pa7100/lshift.s
@@ -1,7 +1,7 @@
; HP-PA __gmpn_lshift --
; This is optimized for the PA7100, where is runs at 3.25 cycles/limb
-; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+; Copyright (C) 1992, 1994, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/hppa/hppa1_1/pa7100/rshift.s b/mpn/hppa/hppa1_1/pa7100/rshift.s
index b5cf2ff82..81ae2e458 100644
--- a/mpn/hppa/hppa1_1/pa7100/rshift.s
+++ b/mpn/hppa/hppa1_1/pa7100/rshift.s
@@ -1,7 +1,7 @@
; HP-PA __gmpn_rshift --
; This is optimized for the PA7100, where is runs at 3.25 cycles/limb
-; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+; Copyright (C) 1992, 1994, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/hppa/hppa1_1/pa7100/sub_n.s b/mpn/hppa/hppa1_1/pa7100/sub_n.s
index b7862d3a1..a25be5728 100644
--- a/mpn/hppa/hppa1_1/pa7100/sub_n.s
+++ b/mpn/hppa/hppa1_1/pa7100/sub_n.s
@@ -2,7 +2,7 @@
; store difference in a third limb vector.
; This is optimized for the PA7100, where is runs at 4.25 cycles/limb
-; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+; Copyright (C) 1992, 1994, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/hppa/hppa1_1/pa7100/submul_1.S b/mpn/hppa/hppa1_1/pa7100/submul_1.S
index c5a06ea91..bc0a2cd41 100644
--- a/mpn/hppa/hppa1_1/pa7100/submul_1.S
+++ b/mpn/hppa/hppa1_1/pa7100/submul_1.S
@@ -1,7 +1,7 @@
; HP-PA 7100/7200 __gmpn_submul_1 -- Multiply a limb vector with a limb and
; subtract the result from a second limb vector.
-; Copyright (C) 1995 Free Software Foundation, Inc.
+; Copyright (C) 1995, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/hppa/hppa1_1/submul_1.s b/mpn/hppa/hppa1_1/submul_1.s
index c19a9bc08..6574a1353 100644
--- a/mpn/hppa/hppa1_1/submul_1.s
+++ b/mpn/hppa/hppa1_1/submul_1.s
@@ -1,7 +1,7 @@
; HP-PA-1.1 __gmpn_submul_1 -- Multiply a limb vector with a limb and
; subtract the result from a second limb vector.
-; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
+; Copyright (C) 1992, 1993, 1994, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/hppa/hppa2_0/add_n.s b/mpn/hppa/hppa2_0/add_n.s
index 655a4d816..892c27732 100644
--- a/mpn/hppa/hppa2_0/add_n.s
+++ b/mpn/hppa/hppa2_0/add_n.s
@@ -1,7 +1,7 @@
; HP-PA 2.0 32-bit __gmpn_add_n -- Add two limb vectors of the same length > 0
; and store sum in a third limb vector.
-; Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+; Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/hppa/hppa2_0/sub_n.s b/mpn/hppa/hppa2_0/sub_n.s
index d61af0dd3..6a78da3ac 100644
--- a/mpn/hppa/hppa2_0/sub_n.s
+++ b/mpn/hppa/hppa2_0/sub_n.s
@@ -1,7 +1,7 @@
; HP-PA 2.0 32-bit __gmpn_sub_n -- Subtract two limb vectors of the same
; length > 0 and store difference in a third limb vector.
-; Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+; Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/hppa/lshift.s b/mpn/hppa/lshift.s
index 20cfb8fae..66cd02139 100644
--- a/mpn/hppa/lshift.s
+++ b/mpn/hppa/lshift.s
@@ -1,6 +1,6 @@
; HP-PA __gmpn_lshift --
-; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+; Copyright (C) 1992, 1994, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/hppa/rshift.s b/mpn/hppa/rshift.s
index fabe4d415..815a4aca3 100644
--- a/mpn/hppa/rshift.s
+++ b/mpn/hppa/rshift.s
@@ -1,6 +1,6 @@
; HP-PA __gmpn_rshift --
-; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+; Copyright (C) 1992, 1994, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/hppa/sub_n.s b/mpn/hppa/sub_n.s
index 486df5b6d..36d34197e 100644
--- a/mpn/hppa/sub_n.s
+++ b/mpn/hppa/sub_n.s
@@ -1,7 +1,7 @@
; HP-PA __gmpn_sub_n -- Subtract two limb vectors of the same length > 0 and
; store difference in a third limb vector.
-; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+; Copyright (C) 1992, 1994, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.