summaryrefslogtreecommitdiff
path: root/mpf
diff options
context:
space:
mode:
authorMarco Bodrato <bodrato@mail.dm.unipi.it>2015-05-30 05:52:50 +0200
committerMarco Bodrato <bodrato@mail.dm.unipi.it>2015-05-30 05:52:50 +0200
commit88271db0c2d8fd2ce2dc14f14a4064b1bb60a3cc (patch)
treead71d0d5d838158f54f202a2114dcd3ab060fce7 /mpf
parentba73f5955169a33d807328c28b74e0fe4e44467f (diff)
downloadgmp-88271db0c2d8fd2ce2dc14f14a4064b1bb60a3cc.tar.gz
ChangeLog
Diffstat (limited to 'mpf')
-rw-r--r--mpf/cmp_si.c3
-rw-r--r--mpf/cmp_ui.c2
-rw-r--r--mpf/int_p.c2
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.