summaryrefslogtreecommitdiff
path: root/mpn/power
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-12 22:26:19 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-12 22:26:19 +0200
commit7e1f7c6ec71808befd4775b5913a9ff2437d5cc1 (patch)
tree799c6675372043475ddb439583fb8334b4b06bd3 /mpn/power
parentf1bf20c3d6cf79c46fa435a37b01951fc5e72073 (diff)
downloadgmp-7e1f7c6ec71808befd4775b5913a9ff2437d5cc1.tar.gz
Add a copyright year.
Diffstat (limited to 'mpn/power')
-rw-r--r--mpn/power/addmul_1.s2
-rw-r--r--mpn/power/lshift.s2
-rw-r--r--mpn/power/mul_1.s2
-rw-r--r--mpn/power/rshift.s2
-rw-r--r--mpn/power/sub_n.s2
-rw-r--r--mpn/power/submul_1.s2
6 files changed, 6 insertions, 6 deletions
diff --git a/mpn/power/addmul_1.s b/mpn/power/addmul_1.s
index 294b07e60..4a3945882 100644
--- a/mpn/power/addmul_1.s
+++ b/mpn/power/addmul_1.s
@@ -1,7 +1,7 @@
# IBM POWER __mpn_addmul_1 -- Multiply a limb vector with a limb and add
# the result to a second limb vector.
-# Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/power/lshift.s b/mpn/power/lshift.s
index 57bfc48db..c11f6d283 100644
--- a/mpn/power/lshift.s
+++ b/mpn/power/lshift.s
@@ -1,6 +1,6 @@
# IBM POWER __mpn_lshift --
-# Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/power/mul_1.s b/mpn/power/mul_1.s
index cefb2e4b5..097a41278 100644
--- a/mpn/power/mul_1.s
+++ b/mpn/power/mul_1.s
@@ -1,7 +1,7 @@
# IBM POWER __mpn_mul_1 -- Multiply a limb vector with a limb and store
# the result in a second limb vector.
-# Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/power/rshift.s b/mpn/power/rshift.s
index 82e66f5e2..42cf6b89b 100644
--- a/mpn/power/rshift.s
+++ b/mpn/power/rshift.s
@@ -1,6 +1,6 @@
# IBM POWER __mpn_rshift --
-# Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/power/sub_n.s b/mpn/power/sub_n.s
index 12aaf0869..3b5c8029f 100644
--- a/mpn/power/sub_n.s
+++ b/mpn/power/sub_n.s
@@ -1,6 +1,6 @@
# IBM POWER __mpn_sub_n -- Subtract two limb vectors of equal, non-zero length.
-# Copyright (C) 1992, 1994, 1995, 1996 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1994, 1995, 1996, 1999 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/power/submul_1.s b/mpn/power/submul_1.s
index ca189e9b4..e1f73dc71 100644
--- a/mpn/power/submul_1.s
+++ b/mpn/power/submul_1.s
@@ -1,7 +1,7 @@
# IBM POWER __mpn_submul_1 -- Multiply a limb vector with a limb and subtract
# the result from a second limb vector.
-# Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+# Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.