]> Savannah Git Hosting - gnulib.git/commitdiff
version-etc: new year
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Jan 2018 00:57:25 +0000 (00:57 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 Jan 2018 00:58:38 +0000 (00:58 +0000)
* 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.

ChangeLog
build-aux/gendocs.sh
doc/gendocs_template
doc/gendocs_template_min
doc/gnulib.texi
lib/version-etc.c

index 05a9c8736e6e5b4ac2d2eb864ddb492d3c7fe728..d3cb40d53e489955d6f559397f4cde48358da737 100644 (file)
--- 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.
index d15fd82ff917da4cec6a83d96d898d980f85aa94..33277d3ac1a6c8520de171cf3e175d6cdb8f54e2 100755 (executable)
@@ -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."
index 6869435db195ab3ad100212835d94635ff39ce64..daf3bd244bec146704135849ebc8bf9c3861d4c1 100644 (file)
@@ -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
index e115adf50fb4decd1d35035fe0575b701e162ee2..94839d581e61e2a9026ba727278a038efc5beff3 100644 (file)
@@ -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
index 76d5720ba76fea3d855c48a3d21809902650c39b..52ecf84e260c50b862cc2c85e2cc1143cadb5996 100644 (file)
@@ -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
index 03a69b1e5d77dd18d14813c5aa26d5466e088c7d..56dc249296ae3f7e476196c9fd1c9941350ba706 100644 (file)
@@ -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.