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/a29k | |
parent | 92a17b1594132bf5f8c7f9782d85ad5b5bb2eba8 (diff) | |
download | gmp-c653443ef030e0334d356b2d0ec06ae9321fc9ed.tar.gz |
Add a copyright year.
Diffstat (limited to 'mpn/a29k')
-rw-r--r-- | mpn/a29k/add_n.s | 2 | ||||
-rw-r--r-- | mpn/a29k/addmul_1.s | 2 | ||||
-rw-r--r-- | mpn/a29k/lshift.s | 2 | ||||
-rw-r--r-- | mpn/a29k/mul_1.s | 2 | ||||
-rw-r--r-- | mpn/a29k/rshift.s | 2 | ||||
-rw-r--r-- | mpn/a29k/sub_n.s | 2 | ||||
-rw-r--r-- | mpn/a29k/submul_1.s | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/mpn/a29k/add_n.s b/mpn/a29k/add_n.s index 0732e5779..eb18d07f8 100644 --- a/mpn/a29k/add_n.s +++ b/mpn/a29k/add_n.s @@ -1,7 +1,7 @@ ; 29000 __gmpn_add -- 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/a29k/addmul_1.s b/mpn/a29k/addmul_1.s index f21ef2622..9ec8dc0cc 100644 --- a/mpn/a29k/addmul_1.s +++ b/mpn/a29k/addmul_1.s @@ -1,7 +1,7 @@ ; 29000 __gmpn_addmul_1 -- Multiply a limb vector with a single limb and ; add the product 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/a29k/lshift.s b/mpn/a29k/lshift.s index fbf69da7d..623a23235 100644 --- a/mpn/a29k/lshift.s +++ b/mpn/a29k/lshift.s @@ -1,6 +1,6 @@ ; 29000 __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/a29k/mul_1.s b/mpn/a29k/mul_1.s index 43798aae9..0c5da475e 100644 --- a/mpn/a29k/mul_1.s +++ b/mpn/a29k/mul_1.s @@ -1,7 +1,7 @@ ; 29000 __gmpn_mul_1 -- Multiply a limb vector with a single limb and ; store the product 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/a29k/rshift.s b/mpn/a29k/rshift.s index caed7e5b1..35973111d 100644 --- a/mpn/a29k/rshift.s +++ b/mpn/a29k/rshift.s @@ -1,6 +1,6 @@ ; 29000 __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/a29k/sub_n.s b/mpn/a29k/sub_n.s index 4a512eff8..bf0a55853 100644 --- a/mpn/a29k/sub_n.s +++ b/mpn/a29k/sub_n.s @@ -1,7 +1,7 @@ ; 29000 __gmpn_sub -- 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/a29k/submul_1.s b/mpn/a29k/submul_1.s index 87f6965a1..8737016b2 100644 --- a/mpn/a29k/submul_1.s +++ b/mpn/a29k/submul_1.s @@ -1,7 +1,7 @@ ; 29000 __gmpn_submul_1 -- Multiply a limb vector with a single limb and ; subtract the product 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. |