summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2018-01-01 00:57:25 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2018-01-01 00:58:38 +0000
commitd9afeacd0e2396deaabab291ab94e09ab9834fdb (patch)
treed48d975441ab86eaff862a01eb317b07c16e777a
parent281b825eba78dc403b9bf34979923bc587bc31af (diff)
downloadgnulib-d9afeacd0e2396deaabab291ab94e09ab9834fdb.tar.gz
version-etc: new year
* build-aux/gendocs.sh (version): * doc/gendocs_template: * doc/gendocs_template_min: * doc/gnulib.texi: * lib/version-etc.c (COPYRIGHT_YEAR): Update copyright dates by hand in templates and the like.
-rw-r--r--ChangeLog8
-rwxr-xr-xbuild-aux/gendocs.sh4
-rw-r--r--doc/gendocs_template2
-rw-r--r--doc/gendocs_template_min2
-rw-r--r--doc/gnulib.texi2
-rw-r--r--lib/version-etc.c2
6 files changed, 14 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 05a9c8736e..d3cb40d53e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2018-01-01 Paul Eggert <eggert@cs.ucla.edu>
+ version-etc: new year
+ * build-aux/gendocs.sh (version):
+ * doc/gendocs_template:
+ * doc/gendocs_template_min:
+ * doc/gnulib.texi:
+ * lib/version-etc.c (COPYRIGHT_YEAR):
+ Update copyright dates by hand in templates and the like.
+
maint: fix 'make update-copyright'
* Makefile (update-copyright): Adjust to 2016-11-23 change
to config/srclist-update, which changed the format of srclist.txt.
diff --git a/build-aux/gendocs.sh b/build-aux/gendocs.sh
index d15fd82ff9..33277d3ac1 100755
--- a/build-aux/gendocs.sh
+++ b/build-aux/gendocs.sh
@@ -2,7 +2,7 @@
# gendocs.sh -- generate a GNU manual in many formats. This script is
# mentioned in maintain.texi. See the help message below for usage details.
-scriptversion=2017-09-12.23
+scriptversion=2018-01-01.00
# Copyright 2003-2018 Free Software Foundation, Inc.
#
@@ -72,7 +72,7 @@ texarg="-t @finalout"
version="gendocs.sh $scriptversion
-Copyright 2017 Free Software Foundation, Inc.
+Copyright 2018 Free Software Foundation, Inc.
There is NO warranty. You may redistribute this software
under the terms of the GNU General Public License.
For more information about these matters, see the files named COPYING."
diff --git a/doc/gendocs_template b/doc/gendocs_template
index 6869435db1..daf3bd244b 100644
--- a/doc/gendocs_template
+++ b/doc/gendocs_template
@@ -77,7 +77,7 @@ the FSF. Broken links and other corrections or suggestions can be sent
to <a href="mailto:%%EMAIL%%">&lt;%%EMAIL%%&gt;</a>.</p>
</div>
-<p>Copyright &copy; 2017-2018 Free Software Foundation, Inc.</p>
+<p>Copyright &copy; 2018 Free Software Foundation, Inc.</p>
<p>This page is licensed under a <a rel="license"
href="https://creativecommons.org/licenses/by-nd/3.0/us/">Creative
diff --git a/doc/gendocs_template_min b/doc/gendocs_template_min
index e115adf50f..94839d581e 100644
--- a/doc/gendocs_template_min
+++ b/doc/gendocs_template_min
@@ -80,7 +80,7 @@ the FSF. Broken links and other corrections or suggestions can be sent
to <a href="mailto:%%EMAIL%%">&lt;%%EMAIL%%&gt;</a>.</p>
</div>
-<p>Copyright &copy; 2017-2018 Free Software Foundation, Inc.</p>
+<p>Copyright &copy; 2018 Free Software Foundation, Inc.</p>
<p>This page is licensed under a <a rel="license"
href="https://creativecommons.org/licenses/by-nd/3.0/us/">Creative
diff --git a/doc/gnulib.texi b/doc/gnulib.texi
index 76d5720ba7..52ecf84e26 100644
--- a/doc/gnulib.texi
+++ b/doc/gnulib.texi
@@ -23,7 +23,7 @@ This manual is for GNU Gnulib (updated @value{UPDATED}),
which is a library of common routines intended to be shared at the
source level.
-Copyright @copyright{} 2004--2017 Free Software Foundation, Inc.
+Copyright @copyright{} 2004--2018 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
diff --git a/lib/version-etc.c b/lib/version-etc.c
index 03a69b1e5d..56dc249296 100644
--- a/lib/version-etc.c
+++ b/lib/version-etc.c
@@ -38,7 +38,7 @@
# define PACKAGE PACKAGE_TARNAME
#endif
-enum { COPYRIGHT_YEAR = 2017 };
+enum { COPYRIGHT_YEAR = 2018 };
/* The three functions below display the --version information the
standard way.