summaryrefslogtreecommitdiff
path: root/mpf
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 /mpf
parenta8b5d954bab1bd5df4094ccffe39544c4dd2c469 (diff)
downloadgmp-4295e0de0ab58fc78675ddcbd999582490c33900.tar.gz
Copyright (C) -> Copyright.
Diffstat (limited to 'mpf')
-rw-r--r--mpf/Makefile.am2
-rw-r--r--mpf/Makefile.in2
-rw-r--r--mpf/abs.c2
-rw-r--r--mpf/add.c2
-rw-r--r--mpf/add_ui.c2
-rw-r--r--mpf/clear.c2
-rw-r--r--mpf/cmp.c2
-rw-r--r--mpf/cmp_si.c2
-rw-r--r--mpf/cmp_ui.c2
-rw-r--r--mpf/div.c2
-rw-r--r--mpf/div_2exp.c2
-rw-r--r--mpf/div_ui.c2
-rw-r--r--mpf/dump.c2
-rw-r--r--mpf/eq.c2
-rw-r--r--mpf/get_d.c2
-rw-r--r--mpf/get_prc.c2
-rw-r--r--mpf/get_str.c2
-rw-r--r--mpf/init.c2
-rw-r--r--mpf/init2.c2
-rw-r--r--mpf/inp_str.c2
-rw-r--r--mpf/integer.c2
-rw-r--r--mpf/iset.c2
-rw-r--r--mpf/iset_d.c2
-rw-r--r--mpf/iset_si.c2
-rw-r--r--mpf/iset_str.c2
-rw-r--r--mpf/iset_ui.c2
-rw-r--r--mpf/mul.c2
-rw-r--r--mpf/mul_2exp.c2
-rw-r--r--mpf/mul_ui.c2
-rw-r--r--mpf/neg.c2
-rw-r--r--mpf/out_str.c2
-rw-r--r--mpf/pow_ui.c2
-rw-r--r--mpf/random2.c2
-rw-r--r--mpf/reldiff.c2
-rw-r--r--mpf/set.c2
-rw-r--r--mpf/set_d.c2
-rw-r--r--mpf/set_dfl_prec.c2
-rw-r--r--mpf/set_prc.c2
-rw-r--r--mpf/set_prc_raw.c2
-rw-r--r--mpf/set_q.c2
-rw-r--r--mpf/set_si.c2
-rw-r--r--mpf/set_str.c2
-rw-r--r--mpf/set_ui.c2
-rw-r--r--mpf/set_z.c2
-rw-r--r--mpf/size.c2
-rw-r--r--mpf/sqrt.c2
-rw-r--r--mpf/sqrt_ui.c2
-rw-r--r--mpf/sub.c2
-rw-r--r--mpf/sub_ui.c2
-rw-r--r--mpf/swap.c2
-rw-r--r--mpf/tests/Makefile.am2
-rw-r--r--mpf/tests/Makefile.in2
-rw-r--r--mpf/tests/ref.c2
-rw-r--r--mpf/tests/reuse.c2
-rw-r--r--mpf/tests/t-add.c2
-rw-r--r--mpf/tests/t-conv.c2
-rw-r--r--mpf/tests/t-dm2exp.c2
-rw-r--r--mpf/tests/t-get_d.c2
-rw-r--r--mpf/tests/t-misc.c2
-rw-r--r--mpf/tests/t-muldiv.c2
-rw-r--r--mpf/tests/t-sqrt.c2
-rw-r--r--mpf/tests/t-sub.c2
-rw-r--r--mpf/ui_div.c2
-rw-r--r--mpf/ui_sub.c2
-rw-r--r--mpf/urandomb.c2
65 files changed, 65 insertions, 65 deletions
diff --git a/mpf/Makefile.am b/mpf/Makefile.am
index 31ef4a2d3..9f66c7ba8 100644
--- a/mpf/Makefile.am
+++ b/mpf/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
-# Copyright (C) 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
diff --git a/mpf/Makefile.in b/mpf/Makefile.in
index 192768962..fd43abf71 100644
--- a/mpf/Makefile.in
+++ b/mpf/Makefile.in
@@ -98,7 +98,7 @@ install_sh = @install_sh@
mpn_objects = @mpn_objects@
mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
-# Copyright (C) 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1996, 1998, 1999, 2000 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
diff --git a/mpf/abs.c b/mpf/abs.c
index b069f84a1..f61456642 100644
--- a/mpf/abs.c
+++ b/mpf/abs.c
@@ -1,6 +1,6 @@
/* mpf_abs -- Compute the absolute value of a float.
-Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/add.c b/mpf/add.c
index e2f67e925..34dc12a74 100644
--- a/mpf/add.c
+++ b/mpf/add.c
@@ -1,6 +1,6 @@
/* mpf_add -- Add two floats.
-Copyright (C) 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/add_ui.c b/mpf/add_ui.c
index 65d79ee66..810400267 100644
--- a/mpf/add_ui.c
+++ b/mpf/add_ui.c
@@ -1,6 +1,6 @@
/* mpf_add_ui -- Add a float and an unsigned integer.
-Copyright (C) 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/clear.c b/mpf/clear.c
index 3370e2cfa..9e74153ab 100644
--- a/mpf/clear.c
+++ b/mpf/clear.c
@@ -1,7 +1,7 @@
/* mpf_clear -- de-allocate the space occupied by the dynamic digit space of
an integer.
-Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/cmp.c b/mpf/cmp.c
index 750614ee8..eeaea7ad1 100644
--- a/mpf/cmp.c
+++ b/mpf/cmp.c
@@ -1,6 +1,6 @@
/* mpf_cmp -- Compare two floats.
-Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/cmp_si.c b/mpf/cmp_si.c
index 8d5d2d18f..cecdcd98b 100644
--- a/mpf/cmp_si.c
+++ b/mpf/cmp_si.c
@@ -1,6 +1,6 @@
/* mpf_cmp_si -- Compare a float with a signed integer.
-Copyright (C) 1993, 1994, 1995, 1999, 2000 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/cmp_ui.c b/mpf/cmp_ui.c
index 5d9746014..70133557e 100644
--- a/mpf/cmp_ui.c
+++ b/mpf/cmp_ui.c
@@ -1,6 +1,6 @@
/* mpf_cmp_ui -- Compare a float with an unsigned integer.
-Copyright (C) 1993, 1994, 1995, 1999 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995, 1999 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/div.c b/mpf/div.c
index 00c5e5105..0fd258bf4 100644
--- a/mpf/div.c
+++ b/mpf/div.c
@@ -1,6 +1,6 @@
/* mpf_div -- Divide two floats.
-Copyright (C) 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/div_2exp.c b/mpf/div_2exp.c
index 2f20755e0..404f062a7 100644
--- a/mpf/div_2exp.c
+++ b/mpf/div_2exp.c
@@ -1,6 +1,6 @@
/* mpf_div_2exp -- Divide a float by 2^n.
-Copyright (C) 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/div_ui.c b/mpf/div_ui.c
index 515c14f5c..fc93b2d6a 100644
--- a/mpf/div_ui.c
+++ b/mpf/div_ui.c
@@ -1,6 +1,6 @@
/* mpf_div_ui -- Divide a float with an unsigned integer.
-Copyright (C) 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/dump.c b/mpf/dump.c
index bebef7c81..a4fadcc7a 100644
--- a/mpf/dump.c
+++ b/mpf/dump.c
@@ -5,7 +5,7 @@
FUNCTION WILL CHANGE OR DISAPPEAR IN A FUTURE GNU MP RELEASE.
-Copyright (C) 1993, 1994, 1995, 2000 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/eq.c b/mpf/eq.c
index e12be7bb4..517c04f58 100644
--- a/mpf/eq.c
+++ b/mpf/eq.c
@@ -1,6 +1,6 @@
/* mpf_eq -- Compare two floats up to a specified bit #.
-Copyright (C) 1993, 1995, 1996 Free Software Foundation, Inc.
+Copyright 1993, 1995, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/get_d.c b/mpf/get_d.c
index 4352803ef..9bd1446d7 100644
--- a/mpf/get_d.c
+++ b/mpf/get_d.c
@@ -1,6 +1,6 @@
/* double mpf_get_d (mpf_t src) -- Return the double approximation to SRC.
-Copyright (C) 1996 Free Software Foundation, Inc.
+Copyright 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/get_prc.c b/mpf/get_prc.c
index 9e7d5f9e7..fda1a2544 100644
--- a/mpf/get_prc.c
+++ b/mpf/get_prc.c
@@ -1,6 +1,6 @@
/* mpf_get_prec(x) -- Return the precision in bits of x.
-Copyright (C) 1996, 2000 Free Software Foundation, Inc.
+Copyright 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/get_str.c b/mpf/get_str.c
index 70d897364..e2a1601a3 100644
--- a/mpf/get_str.c
+++ b/mpf/get_str.c
@@ -4,7 +4,7 @@
example, the number 3.1416 would be returned as "31416" in DIGIT_PTR and
1 in EXP.
-Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000 Free Software Foundation,
+Copyright 1993, 1994, 1995, 1996, 1997, 2000 Free Software Foundation,
Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/init.c b/mpf/init.c
index d558a432e..7111993e5 100644
--- a/mpf/init.c
+++ b/mpf/init.c
@@ -1,6 +1,6 @@
/* mpf_init() -- Make a new multiple precision number with value 0.
-Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/init2.c b/mpf/init2.c
index 16e609031..a21c61a51 100644
--- a/mpf/init2.c
+++ b/mpf/init2.c
@@ -1,6 +1,6 @@
/* mpf_init2() -- Make a new multiple precision number with value 0.
-Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/inp_str.c b/mpf/inp_str.c
index 4d1816232..7d9625b21 100644
--- a/mpf/inp_str.c
+++ b/mpf/inp_str.c
@@ -1,7 +1,7 @@
/* mpf_inp_str(dest_float, stream, base) -- Input a number in base
BASE from stdio stream STREAM and store the result in DEST_FLOAT.
-Copyright (C) 1996 Free Software Foundation, Inc.
+Copyright 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/integer.c b/mpf/integer.c
index 9f35ea8ef..161623a21 100644
--- a/mpf/integer.c
+++ b/mpf/integer.c
@@ -1,7 +1,7 @@
/* mpf_trunc, mpf_floor, mpf_ceil -- Assign a float from another float while
rounding it to an integer.
-Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
+Copyright 1997, 1998, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/iset.c b/mpf/iset.c
index 9a91b5d22..f72846d5c 100644
--- a/mpf/iset.c
+++ b/mpf/iset.c
@@ -1,6 +1,6 @@
/* mpf_init_set -- Initialize a float and assign it from another float.
-Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/iset_d.c b/mpf/iset_d.c
index fec390e60..5a4cfecbf 100644
--- a/mpf/iset_d.c
+++ b/mpf/iset_d.c
@@ -1,6 +1,6 @@
/* mpf_init_set_d -- Initialize a float and assign it from a double.
-Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/iset_si.c b/mpf/iset_si.c
index 3c18e9db4..993eef6e5 100644
--- a/mpf/iset_si.c
+++ b/mpf/iset_si.c
@@ -1,6 +1,6 @@
/* mpf_init_set_si() -- Initialize a float and assign it from a signed int.
-Copyright (C) 1993, 1994, 1995, 2000 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/iset_str.c b/mpf/iset_str.c
index 7aefc5704..fba94be30 100644
--- a/mpf/iset_str.c
+++ b/mpf/iset_str.c
@@ -1,6 +1,6 @@
/* mpf_init_set_str -- Initialize a float and assign it from a string.
-Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc.
+Copyright 1995, 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/iset_ui.c b/mpf/iset_ui.c
index 5817d40d4..f33c02c80 100644
--- a/mpf/iset_ui.c
+++ b/mpf/iset_ui.c
@@ -1,6 +1,6 @@
/* mpf_init_set_ui() -- Initialize a float and assign it from an unsigned int.
-Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/mul.c b/mpf/mul.c
index 1e5218749..608cace05 100644
--- a/mpf/mul.c
+++ b/mpf/mul.c
@@ -1,6 +1,6 @@
/* mpf_mul -- Multiply two floats.
-Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/mul_2exp.c b/mpf/mul_2exp.c
index 5ec2af71e..85d15df5d 100644
--- a/mpf/mul_2exp.c
+++ b/mpf/mul_2exp.c
@@ -1,6 +1,6 @@
/* mpf_mul_2exp -- Multiply a float by 2^n.
-Copyright (C) 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/mul_ui.c b/mpf/mul_ui.c
index ba909c9bd..892aafbfa 100644
--- a/mpf/mul_ui.c
+++ b/mpf/mul_ui.c
@@ -1,6 +1,6 @@
/* mpf_mul_ui -- Multiply a float and an unsigned integer.
-Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/neg.c b/mpf/neg.c
index b5e7de100..8cccb7dad 100644
--- a/mpf/neg.c
+++ b/mpf/neg.c
@@ -1,6 +1,6 @@
/* mpf_neg -- Negate a float.
-Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/out_str.c b/mpf/out_str.c
index 96424e2db..e0846674b 100644
--- a/mpf/out_str.c
+++ b/mpf/out_str.c
@@ -2,7 +2,7 @@
the float OP to STREAM in base BASE. Return the number of characters
written, or 0 if an error occurred.
-Copyright (C) 1996, 1997 Free Software Foundation, Inc.
+Copyright 1996, 1997 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/pow_ui.c b/mpf/pow_ui.c
index 20433e2c6..e450f9098 100644
--- a/mpf/pow_ui.c
+++ b/mpf/pow_ui.c
@@ -1,6 +1,6 @@
/* mpf_pow_ui -- Compute b^e.
-Copyright (C) 1998, 1999 Free Software Foundation, Inc.
+Copyright 1998, 1999 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/random2.c b/mpf/random2.c
index 22269cecd..2e41f6b73 100644
--- a/mpf/random2.c
+++ b/mpf/random2.c
@@ -2,7 +2,7 @@
long runs of consecutive ones and zeros in the binary representation.
Intended for testing of other MP routines.
-Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+Copyright 1995, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/reldiff.c b/mpf/reldiff.c
index a3c6f2e0b..538581d69 100644
--- a/mpf/reldiff.c
+++ b/mpf/reldiff.c
@@ -1,6 +1,6 @@
/* mpf_reldiff -- Generate the relative difference of two floats.
-Copyright (C) 1996 Free Software Foundation, Inc.
+Copyright 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/set.c b/mpf/set.c
index 681fd2330..506547e2f 100644
--- a/mpf/set.c
+++ b/mpf/set.c
@@ -1,6 +1,6 @@
/* mpf_set -- Assign a float from another float.
-Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/set_d.c b/mpf/set_d.c
index 41b8a9cba..76ee176fd 100644
--- a/mpf/set_d.c
+++ b/mpf/set_d.c
@@ -1,6 +1,6 @@
/* mpf_set_d -- Assign a float from a IEEE double.
-Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/set_dfl_prec.c b/mpf/set_dfl_prec.c
index 60069c028..62151c11a 100644
--- a/mpf/set_dfl_prec.c
+++ b/mpf/set_dfl_prec.c
@@ -1,6 +1,6 @@
/* mpf_set_default_prec --
-Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/set_prc.c b/mpf/set_prc.c
index 08e920151..70a6aa141 100644
--- a/mpf/set_prc.c
+++ b/mpf/set_prc.c
@@ -1,6 +1,6 @@
/* mpf_set_prec(x) -- Change the precision of x.
-Copyright (C) 1993, 1994, 1995, 2000 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/set_prc_raw.c b/mpf/set_prc_raw.c
index 4b63a4fde..8d56c736c 100644
--- a/mpf/set_prc_raw.c
+++ b/mpf/set_prc_raw.c
@@ -2,7 +2,7 @@
allocation. For proper operation, the original precision need to be reset
sooner or later.
-Copyright (C) 1996 Free Software Foundation, Inc.
+Copyright 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/set_q.c b/mpf/set_q.c
index fa7f57285..0b81d2102 100644
--- a/mpf/set_q.c
+++ b/mpf/set_q.c
@@ -1,6 +1,6 @@
/* mpf_set_q (mpf_t rop, mpq_t op) -- Convert the rational op to the float rop.
-Copyright (C) 1996, 1999 Free Software Foundation, Inc.
+Copyright 1996, 1999 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/set_si.c b/mpf/set_si.c
index 9aa70ba3b..4f7ea9dfd 100644
--- a/mpf/set_si.c
+++ b/mpf/set_si.c
@@ -1,6 +1,6 @@
/* mpf_set_si() -- Assign a float from a signed int.
-Copyright (C) 1993, 1994, 1995, 2000 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/set_str.c b/mpf/set_str.c
index e6f2fdcc5..3271130b6 100644
--- a/mpf/set_str.c
+++ b/mpf/set_str.c
@@ -2,7 +2,7 @@
in base BASE to a float in dest. If BASE is zero, the leading characters
of STRING is used to figure out the base.
-Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000 Free Software Foundation,
+Copyright 1993, 1994, 1995, 1996, 1997, 2000 Free Software Foundation,
Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/set_ui.c b/mpf/set_ui.c
index 5d492faf4..398df4e0c 100644
--- a/mpf/set_ui.c
+++ b/mpf/set_ui.c
@@ -1,6 +1,6 @@
/* mpf_set_ui() -- Assign a float from an unsigned int.
-Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/set_z.c b/mpf/set_z.c
index f417b2ef2..b023488b3 100644
--- a/mpf/set_z.c
+++ b/mpf/set_z.c
@@ -1,6 +1,6 @@
/* mpf_set_z -- Assign a float from an integer.
-Copyright (C) 1996 Free Software Foundation, Inc.
+Copyright 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/size.c b/mpf/size.c
index 7d7adc6ef..ed53a2e5e 100644
--- a/mpf/size.c
+++ b/mpf/size.c
@@ -1,7 +1,7 @@
/* mpf_size(x) -- return the number of limbs currently used by the
value of the float X.
-Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/sqrt.c b/mpf/sqrt.c
index efdd154b3..aaf5daa2e 100644
--- a/mpf/sqrt.c
+++ b/mpf/sqrt.c
@@ -1,6 +1,6 @@
/* mpf_sqrt -- Compute the square root of a float.
-Copyright (C) 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/sqrt_ui.c b/mpf/sqrt_ui.c
index 2c69193b7..b44f59a44 100644
--- a/mpf/sqrt_ui.c
+++ b/mpf/sqrt_ui.c
@@ -1,6 +1,6 @@
/* mpf_sqrt_ui -- Compute the square root of an unsigned integer.
-Copyright (C) 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/sub.c b/mpf/sub.c
index 2cd7edfa6..8933ab779 100644
--- a/mpf/sub.c
+++ b/mpf/sub.c
@@ -1,6 +1,6 @@
/* mpf_sub -- Subtract two floats.
-Copyright (C) 1993, 1994, 1995, 1996, 1999, 2000 Free Software Foundation,
+Copyright 1993, 1994, 1995, 1996, 1999, 2000 Free Software Foundation,
Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/sub_ui.c b/mpf/sub_ui.c
index 769231e65..714b3424d 100644
--- a/mpf/sub_ui.c
+++ b/mpf/sub_ui.c
@@ -1,6 +1,6 @@
/* mpf_sub_ui -- Subtract an unsigned integer from a float.
-Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/swap.c b/mpf/swap.c
index bc20c3948..96615274d 100644
--- a/mpf/swap.c
+++ b/mpf/swap.c
@@ -1,6 +1,6 @@
/* mpf_swap (U, V) -- Swap U and V.
-Copyright (C) 1997, 1998, 2000 Free Software Foundation, Inc.
+Copyright 1997, 1998, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/tests/Makefile.am b/mpf/tests/Makefile.am
index 42b2f0d32..cc9de68dd 100644
--- a/mpf/tests/Makefile.am
+++ b/mpf/tests/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to generate Makefile.in
-# Copyright (C) 1996, 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1996, 1999, 2000 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
diff --git a/mpf/tests/Makefile.in b/mpf/tests/Makefile.in
index 16deceabd..061f74987 100644
--- a/mpf/tests/Makefile.in
+++ b/mpf/tests/Makefile.in
@@ -98,7 +98,7 @@ install_sh = @install_sh@
mpn_objects = @mpn_objects@
mpn_objs_in_libgmp = @mpn_objs_in_libgmp@
-# Copyright (C) 1996, 1999, 2000 Free Software Foundation, Inc.
+# Copyright 1996, 1999, 2000 Free Software Foundation, Inc.
#
# This file is part of the GNU MP Library.
#
diff --git a/mpf/tests/ref.c b/mpf/tests/ref.c
index c1f712ff4..54b815b2c 100644
--- a/mpf/tests/ref.c
+++ b/mpf/tests/ref.c
@@ -1,6 +1,6 @@
/* Reference floating point routines.
-Copyright (C) 1996 Free Software Foundation, Inc.
+Copyright 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/tests/reuse.c b/mpf/tests/reuse.c
index fa8d89e81..8dc9e9c50 100644
--- a/mpf/tests/reuse.c
+++ b/mpf/tests/reuse.c
@@ -1,6 +1,6 @@
/* Test that routines allow reusing a source variable as destination.
-Copyright (C) 1996, 2000 Free Software Foundation, Inc.
+Copyright 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/tests/t-add.c b/mpf/tests/t-add.c
index 3c309fc50..765d43671 100644
--- a/mpf/tests/t-add.c
+++ b/mpf/tests/t-add.c
@@ -1,6 +1,6 @@
/* Test mpf_add.
-Copyright (C) 1996 Free Software Foundation, Inc.
+Copyright 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/tests/t-conv.c b/mpf/tests/t-conv.c
index 4821dfcb1..23597de94 100644
--- a/mpf/tests/t-conv.c
+++ b/mpf/tests/t-conv.c
@@ -1,6 +1,6 @@
/* Test mpf_get_str and mpf_set_str.
-Copyright (C) 1996, 2000 Free Software Foundation, Inc.
+Copyright 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/tests/t-dm2exp.c b/mpf/tests/t-dm2exp.c
index 5e609bccb..6a353a6ef 100644
--- a/mpf/tests/t-dm2exp.c
+++ b/mpf/tests/t-dm2exp.c
@@ -1,6 +1,6 @@
/* Test mpf_div, mpf_div_2exp, mpf_mul_2exp.
-Copyright (C) 1996, 2000 Free Software Foundation, Inc.
+Copyright 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/tests/t-get_d.c b/mpf/tests/t-get_d.c
index 91d5a65b5..9d82ea2f9 100644
--- a/mpf/tests/t-get_d.c
+++ b/mpf/tests/t-get_d.c
@@ -1,6 +1,6 @@
/* Test mpf_get_d and mpf_set_d.
- Copyright (C) 1996, 1999, 2000 Free Software Foundation, Inc.
+ Copyright 1996, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/tests/t-misc.c b/mpf/tests/t-misc.c
index 158b27f70..471edc077 100644
--- a/mpf/tests/t-misc.c
+++ b/mpf/tests/t-misc.c
@@ -1,7 +1,7 @@
/* Exercise various mpf functions. */
/*
-Copyright (C) 2000 Free Software Foundation, Inc.
+Copyright 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/tests/t-muldiv.c b/mpf/tests/t-muldiv.c
index 7665d9953..d67e4fcc0 100644
--- a/mpf/tests/t-muldiv.c
+++ b/mpf/tests/t-muldiv.c
@@ -1,6 +1,6 @@
/* Test mpf_mul, mpf_div, mpf_ui_div, and mpf_div_ui.
-Copyright (C) 1996, 2000 Free Software Foundation, Inc.
+Copyright 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/tests/t-sqrt.c b/mpf/tests/t-sqrt.c
index 756715129..564fd9144 100644
--- a/mpf/tests/t-sqrt.c
+++ b/mpf/tests/t-sqrt.c
@@ -1,6 +1,6 @@
/* Test mpf_sqrt, mpf_mul.
-Copyright (C) 1996 Free Software Foundation, Inc.
+Copyright 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/tests/t-sub.c b/mpf/tests/t-sub.c
index ff9945858..0498f9f20 100644
--- a/mpf/tests/t-sub.c
+++ b/mpf/tests/t-sub.c
@@ -1,6 +1,6 @@
/* Test mpf_sub.
-Copyright (C) 1996 Free Software Foundation, Inc.
+Copyright 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/ui_div.c b/mpf/ui_div.c
index 11dc801b3..9c9c3b55e 100644
--- a/mpf/ui_div.c
+++ b/mpf/ui_div.c
@@ -1,6 +1,6 @@
/* mpf_ui_div -- Divide an unsigned integer with a float.
-Copyright (C) 1993, 1994, 1995, 1996, 2000 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995, 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/ui_sub.c b/mpf/ui_sub.c
index 3219faba1..d2fc2a38a 100644
--- a/mpf/ui_sub.c
+++ b/mpf/ui_sub.c
@@ -1,6 +1,6 @@
/* mpf_ui_sub -- Subtract a float from an unsigned long int.
-Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
+Copyright 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpf/urandomb.c b/mpf/urandomb.c
index db4c0f914..15d73ae82 100644
--- a/mpf/urandomb.c
+++ b/mpf/urandomb.c
@@ -3,7 +3,7 @@
using STATE as the random state previously initialized by a call to
gmp_randinit().
-Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+Copyright 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.