summaryrefslogtreecommitdiff
path: root/mpn/ns32k
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-04-16 01:31:01 +0200
committerKevin Ryde <user42@zip.com.au>2000-04-16 01:31:01 +0200
commitc653443ef030e0334d356b2d0ec06ae9321fc9ed (patch)
treefc6aef72215e06296b021914ec4eec9105d4cf51 /mpn/ns32k
parent92a17b1594132bf5f8c7f9782d85ad5b5bb2eba8 (diff)
downloadgmp-c653443ef030e0334d356b2d0ec06ae9321fc9ed.tar.gz
Add a copyright year.
Diffstat (limited to 'mpn/ns32k')
-rw-r--r--mpn/ns32k/add_n.s2
-rw-r--r--mpn/ns32k/addmul_1.s2
-rw-r--r--mpn/ns32k/mul_1.s2
-rw-r--r--mpn/ns32k/sub_n.s2
-rw-r--r--mpn/ns32k/submul_1.s2
5 files changed, 5 insertions, 5 deletions
diff --git a/mpn/ns32k/add_n.s b/mpn/ns32k/add_n.s
index 9a38fdc21..ddeb43f23 100644
--- a/mpn/ns32k/add_n.s
+++ b/mpn/ns32k/add_n.s
@@ -1,7 +1,7 @@
# ns32000 __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/ns32k/addmul_1.s b/mpn/ns32k/addmul_1.s
index 96995144a..57e4db9d8 100644
--- a/mpn/ns32k/addmul_1.s
+++ b/mpn/ns32k/addmul_1.s
@@ -1,7 +1,7 @@
# ns32000 __gmpn_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, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/ns32k/mul_1.s b/mpn/ns32k/mul_1.s
index 50c9b9b3b..ee80b89af 100644
--- a/mpn/ns32k/mul_1.s
+++ b/mpn/ns32k/mul_1.s
@@ -1,7 +1,7 @@
# ns32000 __gmpn_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, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/ns32k/sub_n.s b/mpn/ns32k/sub_n.s
index 46909f50d..0fb9c48b6 100644
--- a/mpn/ns32k/sub_n.s
+++ b/mpn/ns32k/sub_n.s
@@ -1,7 +1,7 @@
# ns32000 __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.
diff --git a/mpn/ns32k/submul_1.s b/mpn/ns32k/submul_1.s
index 62168daa7..20a275d32 100644
--- a/mpn/ns32k/submul_1.s
+++ b/mpn/ns32k/submul_1.s
@@ -1,7 +1,7 @@
# ns32000 __gmpn_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, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.