summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorbjorn Granlund <tege@gmplib.org>2014-01-05 17:33:21 +0100
committerTorbjorn Granlund <tege@gmplib.org>2014-01-05 17:33:21 +0100
commit49893dccd0b65c633d5d407daae7a3854f2ea141 (patch)
tree9d4ab644b8411aadeb675b810e6baddc94caedd4
parentd455ecaba806795e1b50f9f56fe4df81fa5b56ef (diff)
downloadgmp-49893dccd0b65c633d5d407daae7a3854f2ea141.tar.gz
Add a copyright year.
-rw-r--r--acinclude.m42
-rw-r--r--doc/gmp.texi2
-rw-r--r--mpn/generic/pow_1.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 1a8460e8c..bfc1d5218 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1,7 +1,7 @@
dnl GMP specific autoconf macros
-dnl Copyright 2000-2006, 2009, 2011, 2013 Free Software Foundation, Inc.
+dnl Copyright 2000-2006, 2009, 2011, 2013, 2014 Free Software Foundation, Inc.
dnl
dnl This file is part of the GNU MP Library.
dnl
diff --git a/doc/gmp.texi b/doc/gmp.texi
index c1dfda371..fccb7ea5c 100644
--- a/doc/gmp.texi
+++ b/doc/gmp.texi
@@ -14,7 +14,7 @@
This manual describes how to install and use the GNU multiple precision
arithmetic library, version @value{VERSION}.
-Copyright 1991, 1993-2013 Free Software Foundation, Inc.
+Copyright 1991, 1993-2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document under
the terms of the GNU Free Documentation License, Version 1.3 or any later
diff --git a/mpn/generic/pow_1.c b/mpn/generic/pow_1.c
index 2b0beeecc..2e87f98e5 100644
--- a/mpn/generic/pow_1.c
+++ b/mpn/generic/pow_1.c
@@ -4,7 +4,7 @@
CERTAIN TO BE SUBJECT TO INCOMPATIBLE CHANGES OR DISAPPEAR COMPLETELY IN
FUTURE GNU MP RELEASES.
-Copyright 2002 Free Software Foundation, Inc.
+Copyright 2002, 2014 Free Software Foundation, Inc.
This file is part of the GNU MP Library.