# HG changeset patch # User Paul Eggert # Date 1514768245 0 # Node ID 4634dec58a49abfa0b605873ac15b9012deaa178 # Parent 24e347e0e326ee49f08d07c96d19a2febff7d35b 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. diff -r 24e347e0e326 -r 4634dec58a49 ChangeLog --- 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 + 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 -r 24e347e0e326 -r 4634dec58a49 build-aux/gendocs.sh --- 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." diff -r 24e347e0e326 -r 4634dec58a49 doc/gendocs_template --- 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 <%%EMAIL%%>.

-

Copyright © 2017-2018 Free Software Foundation, Inc.

+

Copyright © 2018 Free Software Foundation, Inc.

This page is licensed under a Creative diff -r 24e347e0e326 -r 4634dec58a49 doc/gendocs_template_min --- 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 <%%EMAIL%%>.

-

Copyright © 2017-2018 Free Software Foundation, Inc.

+

Copyright © 2018 Free Software Foundation, Inc.

This page is licensed under a Creative diff -r 24e347e0e326 -r 4634dec58a49 doc/gnulib.texi --- 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 diff -r 24e347e0e326 -r 4634dec58a49 lib/version-etc.c --- 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.