changeset 39200:4634dec58a49

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.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 01 Jan 2018 00:57:25 +0000
parents 24e347e0e326
children 84716ae44e38
files ChangeLog build-aux/gendocs.sh doc/gendocs_template doc/gendocs_template_min doc/gnulib.texi lib/version-etc.c
diffstat 6 files changed, 14 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jan 01 00:57:25 2018 +0000
+++ b/ChangeLog	Mon Jan 01 00:57:25 2018 +0000
@@ -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.
--- a/build-aux/gendocs.sh	Mon Jan 01 00:57:25 2018 +0000
+++ b/build-aux/gendocs.sh	Mon Jan 01 00:57:25 2018 +0000
@@ -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 @@
 
 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."
--- a/doc/gendocs_template	Mon Jan 01 00:57:25 2018 +0000
+++ b/doc/gendocs_template	Mon Jan 01 00:57:25 2018 +0000
@@ -77,7 +77,7 @@
 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
--- a/doc/gendocs_template_min	Mon Jan 01 00:57:25 2018 +0000
+++ b/doc/gendocs_template_min	Mon Jan 01 00:57:25 2018 +0000
@@ -80,7 +80,7 @@
 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
--- a/doc/gnulib.texi	Mon Jan 01 00:57:25 2018 +0000
+++ b/doc/gnulib.texi	Mon Jan 01 00:57:25 2018 +0000
@@ -23,7 +23,7 @@
 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
--- a/lib/version-etc.c	Mon Jan 01 00:57:25 2018 +0000
+++ b/lib/version-etc.c	Mon Jan 01 00:57:25 2018 +0000
@@ -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.