summaryrefslogtreecommitdiff
path: root/mpn/pa64
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/pa64
parenta8b5d954bab1bd5df4094ccffe39544c4dd2c469 (diff)
downloadgmp-4295e0de0ab58fc78675ddcbd999582490c33900.tar.gz
Copyright (C) -> Copyright.
Diffstat (limited to 'mpn/pa64')
-rw-r--r--mpn/pa64/add_n.s2
-rw-r--r--mpn/pa64/addmul_1.S2
-rw-r--r--mpn/pa64/gmp-mparam.h2
-rw-r--r--mpn/pa64/lshift.s2
-rw-r--r--mpn/pa64/mul_1.S2
-rw-r--r--mpn/pa64/rshift.s2
-rw-r--r--mpn/pa64/sub_n.s2
-rw-r--r--mpn/pa64/submul_1.S2
-rw-r--r--mpn/pa64/udiv_qrnnd.c2
-rw-r--r--mpn/pa64/umul_ppmm.S2
10 files changed, 10 insertions, 10 deletions
diff --git a/mpn/pa64/add_n.s b/mpn/pa64/add_n.s
index 22ff19c18..4d2b08a56 100644
--- a/mpn/pa64/add_n.s
+++ b/mpn/pa64/add_n.s
@@ -1,7 +1,7 @@
; HP-PA 2.0 __gmpn_add_n -- 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/pa64/addmul_1.S b/mpn/pa64/addmul_1.S
index b1885b432..66bef5ab2 100644
--- a/mpn/pa64/addmul_1.S
+++ b/mpn/pa64/addmul_1.S
@@ -1,7 +1,7 @@
; HP-PA 2.0 64-bit __gmpn_addmul_1 -- Multiply a limb vector with a limb and
; add the result to a second limb vector.
-; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+; Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/pa64/gmp-mparam.h b/mpn/pa64/gmp-mparam.h
index 847735b98..cdd15adf3 100644
--- a/mpn/pa64/gmp-mparam.h
+++ b/mpn/pa64/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/pa64/lshift.s b/mpn/pa64/lshift.s
index 994bc1c4d..905816bfa 100644
--- a/mpn/pa64/lshift.s
+++ b/mpn/pa64/lshift.s
@@ -1,6 +1,6 @@
; HP-PA 2.0 __gmpn_lshift --
-; 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/pa64/mul_1.S b/mpn/pa64/mul_1.S
index ab310c126..c4bffdb19 100644
--- a/mpn/pa64/mul_1.S
+++ b/mpn/pa64/mul_1.S
@@ -1,7 +1,7 @@
; HP-PA 2.0 64-bit __gmpn_mul_1 -- Multiply a limb vector with a limb and
; store the result in a second limb vector.
-; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+; Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/pa64/rshift.s b/mpn/pa64/rshift.s
index f0730e2a9..6a423e80d 100644
--- a/mpn/pa64/rshift.s
+++ b/mpn/pa64/rshift.s
@@ -1,6 +1,6 @@
; HP-PA 2.0 __gmpn_rshift --
-; 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/pa64/sub_n.s b/mpn/pa64/sub_n.s
index dda1f54b3..87ecc2f13 100644
--- a/mpn/pa64/sub_n.s
+++ b/mpn/pa64/sub_n.s
@@ -1,7 +1,7 @@
; HP-PA 2.0 __gmpn_sub_n -- 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.
diff --git a/mpn/pa64/submul_1.S b/mpn/pa64/submul_1.S
index 27666b99d..6739391a7 100644
--- a/mpn/pa64/submul_1.S
+++ b/mpn/pa64/submul_1.S
@@ -1,7 +1,7 @@
; HP-PA 2.0 64-bit __gmpn_submul_1 -- Multiply a limb vector with a limb and
; subtract the result from a second limb vector.
-; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
+; Copyright 1998, 1999, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.
diff --git a/mpn/pa64/udiv_qrnnd.c b/mpn/pa64/udiv_qrnnd.c
index 1c9fe084d..f8bc0127c 100644
--- a/mpn/pa64/udiv_qrnnd.c
+++ b/mpn/pa64/udiv_qrnnd.c
@@ -1,5 +1,5 @@
/*
-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/pa64/umul_ppmm.S b/mpn/pa64/umul_ppmm.S
index ceff2d752..b2d1f4379 100644
--- a/mpn/pa64/umul_ppmm.S
+++ b/mpn/pa64/umul_ppmm.S
@@ -1,4 +1,4 @@
-; Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+; Copyright 1999, 2000 Free Software Foundation, Inc.
; This file is part of the GNU MP Library.