From 655e268ddfae52ec1eef5558f95cd1c72c362649 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Mon, 21 Jan 2013 14:47:00 +0100 Subject: [PATCH] maint: update copyright in files generated by automake and aclocal * bootstrap.sh ($RELEASE_YEAR): Bump top 2013. * configure.ac ($RELEASE_YEAR): Likewise. Signed-off-by: Stefano Lattarini --- bootstrap.sh | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index 07bcddd..fc58a21 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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. diff --git a/configure.ac b/configure.ac index cea7aaa..2cacaab 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,7 @@ AM_INIT_AUTOMAKE([dist-xz filename-length-max=99 color-tests ## 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 -- 2.7.4