summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-05-28 00:45:04 +0200
committerKevin Ryde <user42@zip.com.au>2000-05-28 00:45:04 +0200
commitc71b8d6f5a2bf0449e4afbbe40783e3227c3b4d0 (patch)
tree4d6528742f79762012308ba7ac077d656daf7429
parentf446c236870014a1be3260933b9cefd1aae7b045 (diff)
downloadgmp-c71b8d6f5a2bf0449e4afbbe40783e3227c3b4d0.tar.gz
Add a copyright year.
-rw-r--r--extract-dbl.c2
-rw-r--r--insert-dbl.c2
-rw-r--r--mpz/divexact.c2
-rw-r--r--mpz/gcd.c2
-rw-r--r--mpz/tests/io.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/extract-dbl.c b/extract-dbl.c
index 0699a7fa4..ab05b4618 100644
--- a/extract-dbl.c
+++ b/extract-dbl.c
@@ -1,6 +1,6 @@
/* __gmp_extract_double -- convert from double to array of mp_limb_t.
-Copyright (C) 1996, 1999 Free Software Foundation, Inc.
+Copyright (C) 1996, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/insert-dbl.c b/insert-dbl.c
index 2fd689502..cc6cbed2e 100644
--- a/insert-dbl.c
+++ b/insert-dbl.c
@@ -1,6 +1,6 @@
/* __gmp_insert_double -- convert from array of mp_limb_t to double.
-Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
+Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/divexact.c b/mpz/divexact.c
index f312efd7b..9c2bd9c94 100644
--- a/mpz/divexact.c
+++ b/mpz/divexact.c
@@ -1,6 +1,6 @@
/* mpz_divexact -- finds quotient when known that quot * den == num && den != 0.
-Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998 Free Software
+Copyright (C) 1991, 1993, 1994, 1995, 1996, 1997, 1998, 2000 Free Software
Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/gcd.c b/mpz/gcd.c
index cdbf121e0..741926b3d 100644
--- a/mpz/gcd.c
+++ b/mpz/gcd.c
@@ -1,6 +1,6 @@
/* mpz/gcd.c: Calculate the greatest common divisor of two integers.
-Copyright (C) 1991, 1993, 1994, 1996 Free Software Foundation, Inc.
+Copyright (C) 1991, 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/tests/io.c b/mpz/tests/io.c
index afe34cd7c..29494f839 100644
--- a/mpz/tests/io.c
+++ b/mpz/tests/io.c
@@ -1,6 +1,6 @@
/* Test conversion and I/O using mpz_out_str and mpz_inp_str.
-Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
+Copyright (C) 1993, 1994, 1996, 2000 Free Software Foundation, Inc.
This file is part of the GNU MP Library.