]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
copyright: update some copyright years
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 10:09:14 +0000 (11:09 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 12 Jan 2013 10:09:14 +0000 (11:09 +0100)
With "make update-copyright".  Apparently they were missed in the
last bump.

* bootstrap.sh, configure.ac, t/txinfo-builddir.sh: In these files.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
bootstrap.sh
configure.ac
t/txinfo-builddir.sh

index 0ea691d3112cb41cac6bf9076387a05bde435e5b..0a5a290e295b4e150b6e683fd53cf0bf22cf4f36 100755 (executable)
@@ -38,7 +38,7 @@ datadir=.
 PERL_THREADS=0
 # This should be automatically updated by the 'update-copyright'
 # rule of our Makefile.
-RELEASE_YEAR=2012
+RELEASE_YEAR=2013
 
 # Override SHELL.  This is required on DJGPP so that Perl's system()
 # uses bash, not COMMAND.COM which doesn't quote arguments properly.
index d57ed6208d41e2489e40385352cfb2a4a059f5b8..6ef2be7341f039c5e5e463182a424004d247dbed 100644 (file)
@@ -44,7 +44,7 @@ AM_INIT_AUTOMAKE([-Wall -Werror dist-xz filename-length-max=99
 
 ## Keep this on a line of its own, since it must be found and processed
 ## by the 'update-copyright' rule in our Makefile.
-RELEASE_YEAR=2012
+RELEASE_YEAR=2013
 AC_SUBST([RELEASE_YEAR])
 
 # The API version is the base version.  We must guarantee
index 148a1a6872724c088b85c0cd1e13812311b53b48..e0156c54d747197bc93eacd53df8633a16988ffb 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2012-2013 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by