summaryrefslogtreecommitdiff
path: root/mpn/vax
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/vax
parenta8b5d954bab1bd5df4094ccffe39544c4dd2c469 (diff)
downloadgmp-4295e0de0ab58fc78675ddcbd999582490c33900.tar.gz
Copyright (C) -> Copyright.
Diffstat (limited to 'mpn/vax')
-rw-r--r--mpn/vax/add_n.s2
-rw-r--r--mpn/vax/addmul_1.s2
-rw-r--r--mpn/vax/lshift.s2
-rw-r--r--mpn/vax/mul_1.s2
-rw-r--r--mpn/vax/rshift.s2
-rw-r--r--mpn/vax/sub_n.s2
-rw-r--r--mpn/vax/submul_1.s2
7 files changed, 7 insertions, 7 deletions
diff --git a/mpn/vax/add_n.s b/mpn/vax/add_n.s
index cf4060f52..4e65c3d40 100644
--- a/mpn/vax/add_n.s
+++ b/mpn/vax/add_n.s
@@ -1,7 +1,7 @@
# VAX __gmpn_add_n -- Add two limb vectors of the same length > 0 and store
# sum in a third limb vector.
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/vax/addmul_1.s b/mpn/vax/addmul_1.s
index 379061dcb..279cedec1 100644
--- a/mpn/vax/addmul_1.s
+++ b/mpn/vax/addmul_1.s
@@ -1,7 +1,7 @@
# VAX __gmpn_addmul_1 -- Multiply a limb vector with a limb and add
# the result to a second limb vector.
-# Copyright (C) 1992, 1994, 1996, 2000 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1996, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/vax/lshift.s b/mpn/vax/lshift.s
index fd311a978..c11051984 100644
--- a/mpn/vax/lshift.s
+++ b/mpn/vax/lshift.s
@@ -1,6 +1,6 @@
# VAX __gmpn_lshift -- left shift.
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/vax/mul_1.s b/mpn/vax/mul_1.s
index 708e8ca6c..7f2c2ae5a 100644
--- a/mpn/vax/mul_1.s
+++ b/mpn/vax/mul_1.s
@@ -1,7 +1,7 @@
# VAX __gmpn_mul_1 -- Multiply a limb vector with a limb and store
# the result in a second limb vector.
-# Copyright (C) 1992, 1994, 1996, 2000 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1996, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/vax/rshift.s b/mpn/vax/rshift.s
index 515813208..454a3d852 100644
--- a/mpn/vax/rshift.s
+++ b/mpn/vax/rshift.s
@@ -1,6 +1,6 @@
# VAX __gmpn_rshift -- right shift.
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/vax/sub_n.s b/mpn/vax/sub_n.s
index eff4b1c04..fe5dc2c56 100644
--- a/mpn/vax/sub_n.s
+++ b/mpn/vax/sub_n.s
@@ -1,7 +1,7 @@
# VAX __gmpn_sub_n -- Subtract two limb vectors of the same length > 0 and store
# difference in a third limb vector.
-# Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1999, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/vax/submul_1.s b/mpn/vax/submul_1.s
index be4228693..ea91b726a 100644
--- a/mpn/vax/submul_1.s
+++ b/mpn/vax/submul_1.s
@@ -1,7 +1,7 @@
# VAX __gmpn_submul_1 -- Multiply a limb vector with a limb and subtract
# the result from a second limb vector.
-# Copyright (C) 1992, 1994, 1996, 2000 Free Software Foundation, Inc.
+# Copyright 1992, 1994, 1996, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.