summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpf/get_str.c4
-rw-r--r--mpz/get_str.c4
-rw-r--r--mpz/out_str.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/mpf/get_str.c b/mpf/get_str.c
index 5f34dabfb..946c4aec2 100644
--- a/mpf/get_str.c
+++ b/mpf/get_str.c
@@ -4,8 +4,8 @@
example, the number 3.1416 would be returned as "31416" in DIGIT_PTR and
1 in EXP.
-Copyright 1993-1997, 2000-2003, 2005, 2006, 2011, 2015 Free Software
-Foundation, Inc.
+Copyright 1993-1997, 2000-2003, 2005, 2006, 2011, 2015, 2017 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 b8973d0d8..c00a9a33d 100644
--- a/mpz/get_str.c
+++ b/mpz/get_str.c
@@ -4,8 +4,8 @@
result. If STRING is not NULL, the caller must ensure enough space is
available to store the result.
-Copyright 1991, 1993, 1994, 1996, 2000-2002, 2005, 2012 Free Software
-Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 2000-2002, 2005, 2012, 2017 Free
+Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/mpz/out_str.c b/mpz/out_str.c
index f79a57d8f..b1d8ae86b 100644
--- a/mpz/out_str.c
+++ b/mpz/out_str.c
@@ -1,8 +1,8 @@
/* mpz_out_str(stream, base, integer) -- Output to STREAM the multi prec.
integer INTEGER in base BASE.
-Copyright 1991, 1993, 1994, 1996, 2001, 2005, 2011, 2012 Free Software
-Foundation, Inc.
+Copyright 1991, 1993, 1994, 1996, 2001, 2005, 2011, 2012, 2017 Free
+Software Foundation, Inc.
This file is part of the GNU MP Library.