diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-04-16 01:31:01 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-04-16 01:31:01 +0200 |
commit | c653443ef030e0334d356b2d0ec06ae9321fc9ed (patch) | |
tree | fc6aef72215e06296b021914ec4eec9105d4cf51 /mpn/power | |
parent | 92a17b1594132bf5f8c7f9782d85ad5b5bb2eba8 (diff) | |
download | gmp-c653443ef030e0334d356b2d0ec06ae9321fc9ed.tar.gz |
Add a copyright year.
Diffstat (limited to 'mpn/power')
-rw-r--r-- | mpn/power/add_n.s | 3 | ||||
-rw-r--r-- | mpn/power/addmul_1.s | 2 | ||||
-rw-r--r-- | mpn/power/lshift.s | 2 | ||||
-rw-r--r-- | mpn/power/mul_1.s | 2 | ||||
-rw-r--r-- | mpn/power/rshift.s | 2 | ||||
-rw-r--r-- | mpn/power/sub_n.s | 3 | ||||
-rw-r--r-- | mpn/power/submul_1.s | 2 |
7 files changed, 9 insertions, 7 deletions
diff --git a/mpn/power/add_n.s b/mpn/power/add_n.s index bad45c6d9..a7699e99b 100644 --- a/mpn/power/add_n.s +++ b/mpn/power/add_n.s @@ -1,6 +1,7 @@ # IBM POWER __gmpn_add_n -- Add two limb vectors of equal, non-zero length. -# Copyright (C) 1992, 1994, 1995, 1996, 1999 Free Software Foundation, Inc. +# Copyright (C) 1992, 1994, 1995, 1996, 1999, 2000 Free Software Foundation, +# Inc. # This file is part of the GNU MP Library. diff --git a/mpn/power/addmul_1.s b/mpn/power/addmul_1.s index b7744c0a9..1c74d9ee5 100644 --- a/mpn/power/addmul_1.s +++ b/mpn/power/addmul_1.s @@ -1,7 +1,7 @@ # IBM POWER __gmpn_addmul_1 -- Multiply a limb vector with a limb and add # the result to a second limb vector. -# Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc. +# Copyright (C) 1992, 1994, 1999, 2000 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 b0b27cb48..03b7ba0ec 100644 --- a/mpn/power/lshift.s +++ b/mpn/power/lshift.s @@ -1,6 +1,6 @@ # IBM POWER __gmpn_lshift -- -# Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc. +# Copyright (C) 1992, 1994, 1999, 2000 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 827ead0f0..11e7b559c 100644 --- a/mpn/power/mul_1.s +++ b/mpn/power/mul_1.s @@ -1,7 +1,7 @@ # IBM POWER __gmpn_mul_1 -- Multiply a limb vector with a limb and store # the result in a second limb vector. -# Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc. +# Copyright (C) 1992, 1994, 1999, 2000 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 0bd15bae2..f2a06562e 100644 --- a/mpn/power/rshift.s +++ b/mpn/power/rshift.s @@ -1,6 +1,6 @@ # IBM POWER __gmpn_rshift -- -# Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc. +# Copyright (C) 1992, 1994, 1999, 2000 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 6dfbb8877..b4ad82bb8 100644 --- a/mpn/power/sub_n.s +++ b/mpn/power/sub_n.s @@ -1,6 +1,7 @@ # IBM POWER __gmpn_sub_n -- Subtract two limb vectors of equal, non-zero length. -# Copyright (C) 1992, 1994, 1995, 1996, 1999 Free Software Foundation, Inc. +# Copyright (C) 1992, 1994, 1995, 1996, 1999, 2000 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 26083e4be..c93b0557f 100644 --- a/mpn/power/submul_1.s +++ b/mpn/power/submul_1.s @@ -1,7 +1,7 @@ # IBM POWER __gmpn_submul_1 -- Multiply a limb vector with a limb and subtract # the result from a second limb vector. -# Copyright (C) 1992, 1994, 1999 Free Software Foundation, Inc. +# Copyright (C) 1992, 1994, 1999, 2000 Free Software Foundation, Inc. # This file is part of the GNU MP Library. |