diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-04-12 22:36:55 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-04-12 22:36:55 +0200 |
commit | 115954cb274e6c8bf2847c39a166447d45897cfc (patch) | |
tree | 7e3d4cd7570c4f16e1980e2c8b6ea0b21621e5a4 /mpn/sh | |
parent | 7e1f7c6ec71808befd4775b5913a9ff2437d5cc1 (diff) | |
download | gmp-115954cb274e6c8bf2847c39a166447d45897cfc.tar.gz |
Add a copyright year.
Diffstat (limited to 'mpn/sh')
-rw-r--r-- | mpn/sh/add_n.s | 2 | ||||
-rw-r--r-- | mpn/sh/sub_n.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mpn/sh/add_n.s b/mpn/sh/add_n.s index 4cf5422f1..c7c03ff7f 100644 --- a/mpn/sh/add_n.s +++ b/mpn/sh/add_n.s @@ -1,7 +1,7 @@ ! SH __mpn_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, 1997 Free Software Foundation, Inc. ! This file is part of the GNU MP Library. diff --git a/mpn/sh/sub_n.s b/mpn/sh/sub_n.s index c00d2f6c3..f52e30aee 100644 --- a/mpn/sh/sub_n.s +++ b/mpn/sh/sub_n.s @@ -1,7 +1,7 @@ ! SH __mpn_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, 1997 Free Software Foundation, Inc. ! This file is part of the GNU MP Library. |