summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2013-01-12 16:14:04 +0100
committerAkim Demaille <akim@lrde.epita.fr>2013-01-12 16:14:16 +0100
commit7d6bad195977b0204fc8406cac57cf5a4f1c769b (patch)
tree1ee5cecacdc267fd0db4e1e8491ff551471a9515 /configure.ac
parentf6df83b4e80b2a53c08b5dc654e247076a3b9b03 (diff)
downloadbison-7d6bad195977b0204fc8406cac57cf5a4f1c769b.tar.gz
maint: update copyright years
Suggested by Stefano Lattarini. Run "make update-copyright".
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index eb39c617..76a0ecf9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# Configure template for GNU Bison. -*-Autoconf-*-
#
-# Copyright (C) 2001-2012 Free Software Foundation, Inc.
+# Copyright (C) 2001-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
@@ -26,7 +26,7 @@ m4_pattern_forbid([^gl_[A-Z]])
AC_INIT([GNU Bison],
m4_esyscmd([build-aux/git-version-gen .tarball-version]),
[bug-bison@gnu.org])
-AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2012])
+AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2013])
AC_DEFINE_UNQUOTED([PACKAGE_COPYRIGHT_YEAR], [$PACKAGE_COPYRIGHT_YEAR],
[The copyright year for this package])