diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-04-12 21:58:48 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-04-12 21:58:48 +0200 |
commit | bd92968c3409eebf93efe94632e75649a58f9df0 (patch) | |
tree | 13d02adce50c0327726f8fb5338baf65df9e859d /mpf | |
parent | de61b8b25a25e072140782fa4bb3f369deb77066 (diff) | |
download | gmp-bd92968c3409eebf93efe94632e75649a58f9df0.tar.gz |
Add a copyright year.
Diffstat (limited to 'mpf')
-rw-r--r-- | mpf/cmp_si.c | 2 | ||||
-rw-r--r-- | mpf/cmp_ui.c | 2 | ||||
-rw-r--r-- | mpf/get_str.c | 3 | ||||
-rw-r--r-- | mpf/integer.c | 2 |
4 files changed, 5 insertions, 4 deletions
diff --git a/mpf/cmp_si.c b/mpf/cmp_si.c index d2457a995..93cb279ed 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 Free Software Foundation, Inc. +Copyright (C) 1993, 1994, 1995, 1999 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 e38ceb4a5..b77b8c228 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 Free Software Foundation, Inc. +Copyright (C) 1993, 1994, 1995, 1999 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 001ef9e12..8edee55a2 100644 --- a/mpf/get_str.c +++ b/mpf/get_str.c @@ -4,7 +4,8 @@ example, the number 3.1416 would be returned as "31416" in DIGIT_PTR and 1 in EXP. -Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. +Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000 Free Software Foundation, +Inc. This file is part of the GNU MP Library. diff --git a/mpf/integer.c b/mpf/integer.c index 3d8698e85..11b8c1d05 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 Free Software Foundation, Inc. +Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of the GNU MP Library. |