diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-10-15 01:17:31 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-10-15 01:17:31 +0200 |
commit | 4295e0de0ab58fc78675ddcbd999582490c33900 (patch) | |
tree | 8055aa9cf46f40e551a7e45f829ae67f2453e46a /mpn/pa64w | |
parent | a8b5d954bab1bd5df4094ccffe39544c4dd2c469 (diff) | |
download | gmp-4295e0de0ab58fc78675ddcbd999582490c33900.tar.gz |
Copyright (C) -> Copyright.
Diffstat (limited to 'mpn/pa64w')
-rw-r--r-- | mpn/pa64w/add_n.s | 2 | ||||
-rw-r--r-- | mpn/pa64w/addmul_1.S | 2 | ||||
-rw-r--r-- | mpn/pa64w/gmp-mparam.h | 2 | ||||
-rw-r--r-- | mpn/pa64w/lshift.s | 2 | ||||
-rw-r--r-- | mpn/pa64w/mul_1.S | 2 | ||||
-rw-r--r-- | mpn/pa64w/rshift.s | 2 | ||||
-rw-r--r-- | mpn/pa64w/sub_n.s | 2 | ||||
-rw-r--r-- | mpn/pa64w/submul_1.S | 2 | ||||
-rw-r--r-- | mpn/pa64w/udiv_qrnnd.c | 2 | ||||
-rw-r--r-- | mpn/pa64w/umul_ppmm.S | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/mpn/pa64w/add_n.s b/mpn/pa64w/add_n.s index 1bb9e8fbc..60b6521b5 100644 --- a/mpn/pa64w/add_n.s +++ b/mpn/pa64w/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/pa64w/addmul_1.S b/mpn/pa64w/addmul_1.S index 4799f90fc..2ff5ffdb3 100644 --- a/mpn/pa64w/addmul_1.S +++ b/mpn/pa64w/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/pa64w/gmp-mparam.h b/mpn/pa64w/gmp-mparam.h index ee5a0a3ab..779c33e20 100644 --- a/mpn/pa64w/gmp-mparam.h +++ b/mpn/pa64w/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/pa64w/lshift.s b/mpn/pa64w/lshift.s index 84f925a10..dbf752779 100644 --- a/mpn/pa64w/lshift.s +++ b/mpn/pa64w/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/pa64w/mul_1.S b/mpn/pa64w/mul_1.S index 48f13fbd1..57081b2d3 100644 --- a/mpn/pa64w/mul_1.S +++ b/mpn/pa64w/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/pa64w/rshift.s b/mpn/pa64w/rshift.s index 2517cb1f8..5e47bf807 100644 --- a/mpn/pa64w/rshift.s +++ b/mpn/pa64w/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/pa64w/sub_n.s b/mpn/pa64w/sub_n.s index ad01e24aa..ab27c5a1a 100644 --- a/mpn/pa64w/sub_n.s +++ b/mpn/pa64w/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/pa64w/submul_1.S b/mpn/pa64w/submul_1.S index 294f6239b..767faf660 100644 --- a/mpn/pa64w/submul_1.S +++ b/mpn/pa64w/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/pa64w/udiv_qrnnd.c b/mpn/pa64w/udiv_qrnnd.c index 185291300..a2744af0a 100644 --- a/mpn/pa64w/udiv_qrnnd.c +++ b/mpn/pa64w/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/pa64w/umul_ppmm.S b/mpn/pa64w/umul_ppmm.S index d9fb92be8..71266beeb 100644 --- a/mpn/pa64w/umul_ppmm.S +++ b/mpn/pa64w/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. |