summaryrefslogtreecommitdiff
path: root/mpn/mips3
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/mips3
parenta8b5d954bab1bd5df4094ccffe39544c4dd2c469 (diff)
downloadgmp-4295e0de0ab58fc78675ddcbd999582490c33900.tar.gz
Copyright (C) -> Copyright.
Diffstat (limited to 'mpn/mips3')
-rw-r--r--mpn/mips3/add_n.s2
-rw-r--r--mpn/mips3/addmul_1.s2
-rw-r--r--mpn/mips3/gmp-mparam.h2
-rw-r--r--mpn/mips3/lshift.s2
-rw-r--r--mpn/mips3/mul_1.s2
-rw-r--r--mpn/mips3/rshift.s2
-rw-r--r--mpn/mips3/sub_n.s2
-rw-r--r--mpn/mips3/submul_1.s2
8 files changed, 8 insertions, 8 deletions
diff --git a/mpn/mips3/add_n.s b/mpn/mips3/add_n.s
index 386c962b9..975df88d8 100644
--- a/mpn/mips3/add_n.s
+++ b/mpn/mips3/add_n.s
@@ -1,7 +1,7 @@
# MIPS3 __gmpn_add_n -- Add two limb vectors of the same length > 0 and
# store sum in a third limb vector.
- # Copyright (C) 1995, 2000 Free Software Foundation, Inc.
+ # Copyright 1995, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/mips3/addmul_1.s b/mpn/mips3/addmul_1.s
index d390e2298..f9d1e2c4a 100644
--- a/mpn/mips3/addmul_1.s
+++ b/mpn/mips3/addmul_1.s
@@ -1,7 +1,7 @@
# MIPS3 __gmpn_addmul_1 -- Multiply a limb vector with a single limb and
# add the product to a second limb vector.
- # Copyright (C) 1992, 1994, 1995, 2000 Free Software Foundation, Inc.
+ # Copyright 1992, 1994, 1995, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/mips3/gmp-mparam.h b/mpn/mips3/gmp-mparam.h
index 9f4c33624..ca14069f1 100644
--- a/mpn/mips3/gmp-mparam.h
+++ b/mpn/mips3/gmp-mparam.h
@@ -1,6 +1,6 @@
/* gmp-mparam.h -- Compiler/machine parameter header file.
-Copyright (C) 1991, 1993, 1994, 1999, 2000 Free Software Foundation, Inc.
+Copyright 1991, 1993, 1994, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpn/mips3/lshift.s b/mpn/mips3/lshift.s
index 372606fdd..3418c4f6e 100644
--- a/mpn/mips3/lshift.s
+++ b/mpn/mips3/lshift.s
@@ -1,6 +1,6 @@
# MIPS3 __gmpn_lshift --
- # Copyright (C) 1995, 2000 Free Software Foundation, Inc.
+ # Copyright 1995, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/mips3/mul_1.s b/mpn/mips3/mul_1.s
index 6659e2b4e..53f1f0c14 100644
--- a/mpn/mips3/mul_1.s
+++ b/mpn/mips3/mul_1.s
@@ -1,7 +1,7 @@
# MIPS3 __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, 2000 Free Software Foundation, Inc.
+ # Copyright 1992, 1994, 1995, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/mips3/rshift.s b/mpn/mips3/rshift.s
index 59c7fd349..e515e711d 100644
--- a/mpn/mips3/rshift.s
+++ b/mpn/mips3/rshift.s
@@ -1,6 +1,6 @@
# MIPS3 __gmpn_rshift --
- # Copyright (C) 1995, 2000 Free Software Foundation, Inc.
+ # Copyright 1995, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/mips3/sub_n.s b/mpn/mips3/sub_n.s
index 107782628..bab0a7709 100644
--- a/mpn/mips3/sub_n.s
+++ b/mpn/mips3/sub_n.s
@@ -1,7 +1,7 @@
# MIPS3 __gmpn_sub_n -- Subtract two limb vectors of the same length > 0 and
# store difference in a third limb vector.
- # Copyright (C) 1995, 2000 Free Software Foundation, Inc.
+ # Copyright 1995, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.
diff --git a/mpn/mips3/submul_1.s b/mpn/mips3/submul_1.s
index 531f9705a..0153f3f4d 100644
--- a/mpn/mips3/submul_1.s
+++ b/mpn/mips3/submul_1.s
@@ -1,7 +1,7 @@
# MIPS3 __gmpn_submul_1 -- Multiply a limb vector with a single limb and
# subtract the product from a second limb vector.
- # Copyright (C) 1992, 1994, 1995, 2000 Free Software Foundation, Inc.
+ # Copyright 1992, 1994, 1995, 2000 Free Software Foundation, Inc.
# This file is part of the GNU MP Library.