summaryrefslogtreecommitdiff
path: root/mpn/thumb
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-10-15 01:17:31 +0200
committerKevin Ryde <user42@zip.com.au>2000-10-15 01:17:31 +0200
commit4295e0de0ab58fc78675ddcbd999582490c33900 (patch)
tree8055aa9cf46f40e551a7e45f829ae67f2453e46a /mpn/thumb
parenta8b5d954bab1bd5df4094ccffe39544c4dd2c469 (diff)
downloadgmp-4295e0de0ab58fc78675ddcbd999582490c33900.tar.gz
Copyright (C) -> Copyright.
Diffstat (limited to 'mpn/thumb')
-rw-r--r--mpn/thumb/add_n.s2
-rw-r--r--mpn/thumb/sub_n.s2
2 files changed, 2 insertions, 2 deletions
diff --git a/mpn/thumb/add_n.s b/mpn/thumb/add_n.s
index c1eeb6ca8..2a944af6a 100644
--- a/mpn/thumb/add_n.s
+++ b/mpn/thumb/add_n.s
@@ -1,7 +1,7 @@
@ ARM/Thumb __gmpn_add -- Add two limb vectors of the same length > 0 and store
@ sum in a third limb vector.
-@ Copyright (C) 1997, 2000 Free Software Foundation, Inc.
+@ Copyright 1997, 2000 Free Software Foundation, Inc.
@ This file is part of the GNU MP Library.
diff --git a/mpn/thumb/sub_n.s b/mpn/thumb/sub_n.s
index 53c292375..f2e24a045 100644
--- a/mpn/thumb/sub_n.s
+++ b/mpn/thumb/sub_n.s
@@ -1,7 +1,7 @@
@ ARM/Thumb __gmpn_sub -- Subtract two limb vectors of the same length > 0 and
@ store difference in a third limb vector.
-@ Copyright (C) 1997, 2000 Free Software Foundation, Inc.
+@ Copyright 1997, 2000 Free Software Foundation, Inc.
@ This file is part of the GNU MP Library.