diff options
Diffstat (limited to 'mpf')
-rw-r--r-- | mpf/cmp_si.c | 3 | ||||
-rw-r--r-- | mpf/cmp_ui.c | 2 | ||||
-rw-r--r-- | mpf/int_p.c | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/mpf/cmp_si.c b/mpf/cmp_si.c index 14923da96..3bf98211d 100644 --- a/mpf/cmp_si.c +++ b/mpf/cmp_si.c @@ -1,6 +1,7 @@ /* mpf_cmp_si -- Compare a float with a signed integer. -Copyright 1993-1995, 1999-2002, 2004, 2012 Free Software Foundation, Inc. +Copyright 1993-1995, 1999-2002, 2004, 2012, 2015 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 1d9755083..198eb21e5 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 1993-1995, 1999, 2001, 2002 Free Software Foundation, Inc. +Copyright 1993-1995, 1999, 2001, 2002, 2015 Free Software Foundation, Inc. This file is part of the GNU MP Library. diff --git a/mpf/int_p.c b/mpf/int_p.c index 48109d3e6..e0e337d2f 100644 --- a/mpf/int_p.c +++ b/mpf/int_p.c @@ -1,7 +1,7 @@ /* mpf_integer_p -- test whether an mpf is an integer */ /* -Copyright 2001, 2002, 2014 Free Software Foundation, Inc. +Copyright 2001, 2002, 2014-2015 Free Software Foundation, Inc. This file is part of the GNU MP Library. |