diff options
Diffstat (limited to 'mpn/m88k')
-rw-r--r-- | mpn/m88k/add_n.s | 2 | ||||
-rw-r--r-- | mpn/m88k/mc88110/add_n.S | 2 | ||||
-rw-r--r-- | mpn/m88k/mc88110/addmul_1.s | 2 | ||||
-rw-r--r-- | mpn/m88k/mc88110/mul_1.s | 2 | ||||
-rw-r--r-- | mpn/m88k/mc88110/sub_n.S | 2 | ||||
-rw-r--r-- | mpn/m88k/mul_1.s | 2 | ||||
-rw-r--r-- | mpn/m88k/sub_n.s | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/mpn/m88k/add_n.s b/mpn/m88k/add_n.s index 19dafa75c..c1c183c99 100644 --- a/mpn/m88k/add_n.s +++ b/mpn/m88k/add_n.s @@ -1,7 +1,7 @@ ; mc88100 __gmpn_add -- Add two limb vectors of the same length > 0 and store ; sum in a third limb vector. -; Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc. +; Copyright (C) 1992, 1994, 1995, 2000 Free Software Foundation, Inc. ; This file is part of the GNU MP Library. diff --git a/mpn/m88k/mc88110/add_n.S b/mpn/m88k/mc88110/add_n.S index 649273f6b..ef2432007 100644 --- a/mpn/m88k/mc88110/add_n.S +++ b/mpn/m88k/mc88110/add_n.S @@ -1,7 +1,7 @@ ; mc88110 __gmpn_add_n -- Add two limb vectors of the same length > 0 and store ; sum in a third limb vector. -; Copyright (C) 1995, 1996 Free Software Foundation, Inc. +; Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc. ; This file is part of the GNU MP Library. diff --git a/mpn/m88k/mc88110/addmul_1.s b/mpn/m88k/mc88110/addmul_1.s index d8dfa17c2..0b4293ac6 100644 --- a/mpn/m88k/mc88110/addmul_1.s +++ b/mpn/m88k/mc88110/addmul_1.s @@ -1,7 +1,7 @@ ; mc88110 __gmpn_addmul_1 -- Multiply a limb vector with a single limb and ; store the product in a second limb vector. -; Copyright (C) 1996 Free Software Foundation, Inc. +; Copyright (C) 1996, 2000 Free Software Foundation, Inc. ; This file is part of the GNU MP Library. diff --git a/mpn/m88k/mc88110/mul_1.s b/mpn/m88k/mc88110/mul_1.s index bfac61cde..01c77a1ad 100644 --- a/mpn/m88k/mc88110/mul_1.s +++ b/mpn/m88k/mc88110/mul_1.s @@ -1,7 +1,7 @@ ; mc88110 __gmpn_mul_1 -- Multiply a limb vector with a single limb and ; store the product in a second limb vector. -; Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc. +; Copyright (C) 1992, 1994, 1995, 2000 Free Software Foundation, Inc. ; This file is part of the GNU MP Library. diff --git a/mpn/m88k/mc88110/sub_n.S b/mpn/m88k/mc88110/sub_n.S index 1bff7f76e..aae67a20b 100644 --- a/mpn/m88k/mc88110/sub_n.S +++ b/mpn/m88k/mc88110/sub_n.S @@ -1,7 +1,7 @@ ; mc88110 __gmpn_sub_n -- Subtract two limb vectors of the same length > 0 and ; store difference in a third limb vector. -; Copyright (C) 1995, 1996 Free Software Foundation, Inc. +; Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc. ; This file is part of the GNU MP Library. diff --git a/mpn/m88k/mul_1.s b/mpn/m88k/mul_1.s index bd1bff2b8..11b15467e 100644 --- a/mpn/m88k/mul_1.s +++ b/mpn/m88k/mul_1.s @@ -1,7 +1,7 @@ ; mc88100 __gmpn_mul_1 -- Multiply a limb vector with a single limb and ; store the product in a second limb vector. -; Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc. +; Copyright (C) 1992, 1994, 1995, 2000 Free Software Foundation, Inc. ; This file is part of the GNU MP Library. diff --git a/mpn/m88k/sub_n.s b/mpn/m88k/sub_n.s index d6ffa0941..e5d5c4c0a 100644 --- a/mpn/m88k/sub_n.s +++ b/mpn/m88k/sub_n.s @@ -1,7 +1,7 @@ ; mc88100 __gmpn_sub -- Subtract two limb vectors of the same length > 0 and ; store difference in a third limb vector. -; Copyright (C) 1992, 1994, 1996 Free Software Foundation, Inc. +; Copyright (C) 1992, 1994, 1996, 2000 Free Software Foundation, Inc. ; This file is part of the GNU MP Library. |