summaryrefslogtreecommitdiff
path: root/mpn/i960
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/i960
parent92a17b1594132bf5f8c7f9782d85ad5b5bb2eba8 (diff)
downloadgmp-c653443ef030e0334d356b2d0ec06ae9321fc9ed.tar.gz
Add a copyright year.
Diffstat (limited to 'mpn/i960')
-rw-r--r--mpn/i960/add_n.s2
-rw-r--r--mpn/i960/addmul_1.s2
-rw-r--r--mpn/i960/mul_1.s2
-rw-r--r--mpn/i960/sub_n.s2
4 files changed, 4 insertions, 4 deletions
diff --git a/mpn/i960/add_n.s b/mpn/i960/add_n.s
index 2f23fc504..990bf15b9 100644
--- a/mpn/i960/add_n.s
+++ b/mpn/i960/add_n.s
@@ -1,7 +1,7 @@
# I960 __gmpn_add_n -- Add two limb vectors of the same length > 0 and store
# sum in a third 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/i960/addmul_1.s b/mpn/i960/addmul_1.s
index b3962c1ca..f064f9669 100644
--- a/mpn/i960/addmul_1.s
+++ b/mpn/i960/addmul_1.s
@@ -1,7 +1,7 @@
# I960 __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/i960/mul_1.s b/mpn/i960/mul_1.s
index 543278c0b..fda04be4b 100644
--- a/mpn/i960/mul_1.s
+++ b/mpn/i960/mul_1.s
@@ -1,7 +1,7 @@
# I960 __gmpn_mul_1 -- Multiply a limb vector with a limb and store
# the result in 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/i960/sub_n.s b/mpn/i960/sub_n.s
index 278a4aa3d..79947b0c6 100644
--- a/mpn/i960/sub_n.s
+++ b/mpn/i960/sub_n.s
@@ -1,7 +1,7 @@
# I960 __gmpn_sub_n -- Subtract two limb vectors of the same length > 0 and
# store difference in a third 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.