diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-10-24 02:08:55 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-10-24 02:08:55 +0200 |
commit | e29348b35b2d80f38808b0fd224dfd9b1e1f37b4 (patch) | |
tree | bcfa768b1815370b1c440ba4277695e8652ee176 /mpz | |
parent | 3af1fe5b808ebeca020d7f055ef79bc9b0437177 (diff) | |
download | gmp-e29348b35b2d80f38808b0fd224dfd9b1e1f37b4.tar.gz |
Add a copyright year.
Diffstat (limited to 'mpz')
-rw-r--r-- | mpz/clear.c | 2 | ||||
-rw-r--r-- | mpz/get_str.c | 2 | ||||
-rw-r--r-- | mpz/init.c | 2 | ||||
-rw-r--r-- | mpz/iset.c | 2 | ||||
-rw-r--r-- | mpz/iset_d.c | 2 | ||||
-rw-r--r-- | mpz/iset_ui.c | 2 | ||||
-rw-r--r-- | mpz/realloc.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/mpz/clear.c b/mpz/clear.c index ade6c54a0..7be27917d 100644 --- a/mpz/clear.c +++ b/mpz/clear.c @@ -1,7 +1,7 @@ /* mpz_clear -- de-allocate the space occupied by the dynamic digit space of an integer. -Copyright 1991, 1993, 1994, 1995 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 1995, 2000 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/mpz/get_str.c b/mpz/get_str.c index d8e42b29e..9b9f4ed3b 100644 --- a/mpz/get_str.c +++ b/mpz/get_str.c @@ -4,7 +4,7 @@ result. If STRING is not NULL, the caller must ensure enough space is available to store the result. -Copyright 1991, 1993, 1994, 1996 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 1996, 2000 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/mpz/init.c b/mpz/init.c index 13596de84..5690b03c8 100644 --- a/mpz/init.c +++ b/mpz/init.c @@ -1,6 +1,6 @@ /* mpz_init() -- Make a new multiple precision number with value 0. -Copyright 1991, 1993, 1994, 1995 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 1995, 2000 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/mpz/iset.c b/mpz/iset.c index b473175f5..9aac6a387 100644 --- a/mpz/iset.c +++ b/mpz/iset.c @@ -1,7 +1,7 @@ /* mpz_init_set (src_integer) -- Make a new multiple precision number with a value copied from SRC_INTEGER. -Copyright 1991, 1993, 1994, 1996 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 1996, 2000 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/mpz/iset_d.c b/mpz/iset_d.c index 446d13f66..766126eff 100644 --- a/mpz/iset_d.c +++ b/mpz/iset_d.c @@ -1,7 +1,7 @@ /* mpz_init_set_d(integer, val) -- Initialize and assign INTEGER with a double value VAL. -Copyright 1996 Free Software Foundation, Inc. +Copyright 1996, 2000 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/mpz/iset_ui.c b/mpz/iset_ui.c index 062bab043..ba124c718 100644 --- a/mpz/iset_ui.c +++ b/mpz/iset_ui.c @@ -1,7 +1,7 @@ /* mpz_init_set_ui(val) -- Make a new multiple precision number with value val. -Copyright 1991, 1993, 1994, 1995 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 1995, 2000 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/mpz/realloc.c b/mpz/realloc.c index 6382f6112..b9f096bda 100644 --- a/mpz/realloc.c +++ b/mpz/realloc.c @@ -1,6 +1,6 @@ /* _mpz_realloc -- make the mpz_t have NEW_SIZE digits allocated. -Copyright 1991, 1993, 1994, 1995 Free Software Foundation, Inc. +Copyright 1991, 1993, 1994, 1995, 2000 Free Software Foundation, Inc. This file is part of the GNU MP Library. |