]> git.saurik.com Git - bison.git/commitdiff
maint: run "make update-copyright".
authorAkim Demaille <demaille@gostai.com>
Fri, 13 Jan 2012 10:47:30 +0000 (11:47 +0100)
committerAkim Demaille <demaille@gostai.com>
Fri, 13 Jan 2012 10:48:14 +0000 (11:48 +0100)
178 files changed:
ChangeLog
Makefile.am
NEWS
PACKAGING
README
README-alpha
README-hacking
TODO
bootstrap.conf
build-aux/update-b4-copyright
build-aux/update-package-copyright-year
cfg.mk
configure.ac
data/Makefile.am
data/README
data/bison.m4
data/c++-skel.m4
data/c++.m4
data/c-skel.m4
data/c.m4
data/glr.c
data/glr.cc
data/java-skel.m4
data/java.m4
data/lalr1.cc
data/lalr1.java
data/location.cc
data/xslt/bison.xsl
data/xslt/xml2dot.xsl
data/xslt/xml2text.xsl
data/xslt/xml2xhtml.xsl
data/yacc.c
djgpp/Makefile.maint
djgpp/README.in
djgpp/config.bat
djgpp/config.sed
djgpp/config.site
djgpp/config_h.sed
djgpp/djunpack.bat
djgpp/subpipe.c
djgpp/subpipe.h
djgpp/testsuite.sed
doc/Makefile.am
doc/bison.texinfo
doc/refcard.tex
etc/Makefile.am
etc/README
etc/bench.pl.in
examples/Makefile.am
examples/calc++/Makefile.am
examples/extexi
lib/Makefile.am
lib/abitset.c
lib/abitset.h
lib/bbitset.h
lib/bitset.c
lib/bitset.h
lib/bitset_stats.c
lib/bitset_stats.h
lib/bitsetv-print.c
lib/bitsetv-print.h
lib/bitsetv.c
lib/bitsetv.h
lib/ebitset.c
lib/ebitset.h
lib/get-errno.c
lib/get-errno.h
lib/lbitset.c
lib/lbitset.h
lib/libiberty.h
lib/main.c
lib/timevar.c
lib/timevar.def
lib/timevar.h
lib/vbitset.c
lib/vbitset.h
lib/yyerror.c
m4/bison-i18n.m4
m4/c-working.m4
m4/cxx.m4
m4/subpipe.m4
m4/timevar.m4
src/AnnotationList.c
src/AnnotationList.h
src/InadequacyList.c
src/InadequacyList.h
src/LR0.c
src/LR0.h
src/Makefile.am
src/Sbitset.c
src/Sbitset.h
src/assoc.c
src/assoc.h
src/closure.c
src/closure.h
src/complain.c
src/complain.h
src/conflicts.c
src/conflicts.h
src/derives.c
src/derives.h
src/files.c
src/files.h
src/flex-scanner.h
src/getargs.c
src/getargs.h
src/gram.c
src/gram.h
src/graphviz.c
src/graphviz.h
src/ielr.c
src/ielr.h
src/lalr.c
src/lalr.h
src/location.c
src/location.h
src/main.c
src/muscle-tab.c
src/muscle-tab.h
src/named-ref.c
src/named-ref.h
src/nullable.c
src/nullable.h
src/output.c
src/output.h
src/parse-gram.c
src/parse-gram.y
src/print-xml.c
src/print-xml.h
src/print.c
src/print.h
src/print_graph.c
src/print_graph.h
src/reader.c
src/reader.h
src/reduce.c
src/reduce.h
src/relation.c
src/relation.h
src/scan-code.h
src/scan-code.l
src/scan-gram.h
src/scan-gram.l
src/scan-skel.h
src/state.c
src/state.h
src/symlist.c
src/symlist.h
src/symtab.c
src/symtab.h
src/system.h
src/tables.c
src/tables.h
src/uniqstr.c
src/uniqstr.h
tests/Makefile.am
tests/actions.at
tests/atlocal.in
tests/c++.at
tests/calc.at
tests/conflicts.at
tests/cxx-type.at
tests/existing.at
tests/glr-regression.at
tests/headers.at
tests/input.at
tests/java.at
tests/local.at
tests/named-refs.at
tests/output.at
tests/push.at
tests/reduce.at
tests/regression.at
tests/sets.at
tests/skeletons.at
tests/synclines.at
tests/testsuite.at
tests/torture.at

index 4ed61e36c601425894132940d73b1e245b7015a2..0bdea8ee2f1da09e2912a6f3d0e7263f3576e9d4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        -----
 
-       Copyright (C) 1987-1988, 1991-2011 Free Software Foundation,
+       Copyright (C) 1987-1988, 1991-2012 Free Software Foundation,
        Inc.
 
        Copying and distribution of this file, with or without
index c997511f0286e49cfc0bbf1ee829f034a697059a..ffc7766a20b4cea7d38eb3373804f3fd7c49f643 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
 
-## Copyright (C) 2001-2011 Free Software Foundation, Inc.
+## Copyright (C) 2001-2012 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
diff --git a/NEWS b/NEWS
index f4b97691f165fc6a35e1b0fad6c9b771212a9e33..e8928846c0c720bc5f216235e47ceb8cd920bf07 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1520,7 +1520,7 @@ End:
 
 -----
 
-Copyright (C) 1995-2011 Free Software Foundation, Inc.
+Copyright (C) 1995-2012 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Parser Generator.
 
index a6568ecf56ea835df6328b3382f1fe0a3674f4c8..c890eedd649e971890c9f2103c45f6e7a99c088b 100644 (file)
--- a/PACKAGING
+++ b/PACKAGING
@@ -36,7 +36,7 @@ to the bison package.
 
 -----
 
-Copyright (C) 2002, 2005, 2009-2011 Free Software Foundation, Inc.
+Copyright (C) 2002, 2005, 2009-2012 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/README b/README
index d7a6f081bf9e9db42aeb38c1ddae57bba74c7e07..04bf5106105f8857a6fc93cbd0a1ffa0aa5df705 100644 (file)
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ End:
 
 -----
 
-Copyright (C) 1992, 1998-1999, 2003-2005, 2008-2011 Free Software
+Copyright (C) 1992, 1998-1999, 2003-2005, 2008-2012 Free Software
 Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
index 5dcd28588cd2494580046a34b60de63d59a59c6c..a137c394e43e0c7a7c59509e45a89a5065093d5f 100644 (file)
@@ -12,7 +12,7 @@ the problems you encounter.
 
 -----
 
-Copyright (C) 2002, 2004, 2009-2011 Free Software Foundation, Inc.
+Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
index d468dac6e4610d1135f1c527841630b661fca479..31a036ba5b6f7ee243ea13b756dc48501018c332 100644 (file)
@@ -385,7 +385,7 @@ Push these changes.
 
 -----
 
-Copyright (C) 2002-2005, 2007-2011 Free Software Foundation, Inc.
+Copyright (C) 2002-2005, 2007-2012 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
diff --git a/TODO b/TODO
index 473246b5880c9a592d3850f8d0c66cb292fc7316..49928d09bed64f16f450cd0c3a982ee78502b390 100644 (file)
--- a/TODO
+++ b/TODO
@@ -287,7 +287,7 @@ Equip the parser with a means to create the (visual) parse tree.
 
 -----
 
-Copyright (C) 2001-2004, 2006, 2008-2011 Free Software Foundation, Inc.
+Copyright (C) 2001-2004, 2006, 2008-2012 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index bd274e19537727673eb3f5e61e140b307266405e..ebb311fdd155abb8b83decf87438dee838f140a8 100644 (file)
@@ -1,6 +1,6 @@
 # Bootstrap configuration.
 
-# Copyright (C) 2006-2011 Free Software Foundation, Inc.
+# Copyright (C) 2006-2012 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
index 4a614241a85a693325f3a290fa7311f1d6847c31..c0f5a133d598afeb72a7bfc925a168cffbd1682d 100755 (executable)
@@ -3,7 +3,7 @@
 # Update b4_copyright invocations or b4_copyright_years definitions to
 # include the current year.
 
-# Copyright (C) 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 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
index 39e6126d0d01cb307e4c7d84a16cb5536b3c8e86..8a8f9743f2e273a0fb4d3877d8393717189d49e0 100755 (executable)
@@ -2,7 +2,7 @@
 
 # In configure.ac, update PACKAGE_COPYRIGHT_YEAR to the current year.
 
-# Copyright (C) 2010-2011 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012 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
diff --git a/cfg.mk b/cfg.mk
index 383d2d0365c8fcdd01691062ffa74e5cd471bf06..3d9d7f86432b313ffd6caf752cab8edc566c2d4c 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -1,6 +1,6 @@
 # Customize maint.mk                           -*- makefile -*-
 
-# Copyright (C) 2008-2011 Free Software Foundation, Inc.
+# Copyright (C) 2008-2012 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
index f2490c91479bb86b04d393f1d2c8206f4c518d79..2540698d702a09fc93c4a4237e2acfda2b946386 100644 (file)
@@ -1,6 +1,6 @@
 # Configure template for GNU Bison.                   -*-Autoconf-*-
 #
-# Copyright (C) 2001-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001-2012 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
@@ -25,9 +25,9 @@ AC_PREREQ(2.68)
 AC_INIT([GNU Bison],
         m4_esyscmd([build-aux/git-version-gen .tarball-version]),
         [bug-bison@gnu.org])
-AC_DEFINE([PACKAGE_COPYRIGHT_YEAR], [2011],
+AC_DEFINE([PACKAGE_COPYRIGHT_YEAR], [2012],
           [The copyright year for this package])
-AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2011])
+AC_SUBST([PACKAGE_COPYRIGHT_YEAR], [2012])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
index eda01c69b49fd9ef8c57193e748d128ec41ab6a2..5c2955afd7fd55dc5c1b62913d1ef03186eccd9c 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2002, 2005-2011 Free Software Foundation, Inc.
+## Copyright (C) 2002, 2005-2012 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
index 4967cf4f299da9d3ffd0dd3cc6bf2b0cbecdb740..e78c1cf620d5e18e9d05c9e6cea44d241815991d 100644 (file)
@@ -52,7 +52,7 @@ into various formats.
 
 -----
 
-Copyright (C) 2002, 2008-2011 Free Software Foundation, Inc.
+Copyright (C) 2002, 2008-2012 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
index aa222a4dfddd923259ef1bd4a2b7cb29f3664358..ac1961d8d0738bf14bf56d7566f04ad1f083902e 100644 (file)
@@ -2,7 +2,7 @@
 
 # Language-independent M4 Macros for Bison.
 
-# Copyright (C) 2002, 2004-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004-2012 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
index df61a7414d75306d8e45ffc189a8319118356f94..4421d1868e3271e7632bdfd6d57123274d0d7015 100644 (file)
@@ -2,7 +2,7 @@
 
 # C++ skeleton dispatching for Bison.
 
-# Copyright (C) 2006-2007, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-2012 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
index fa51bd94f4d0ba04cc6eff09f3661b75829fd4e5..8470ebe9e8a431bfe17eaa361cfad044e8d62a43 100644 (file)
@@ -2,7 +2,7 @@
 
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2012 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
index 93dea927326d0b1d65b712b050c5d5a8ac2a484c..8bcae5994aa1014e1e7f497b0ed7ce103a69bc47 100644 (file)
@@ -2,7 +2,7 @@
 
 # C skeleton dispatching for Bison.
 
-# Copyright (C) 2006-2007, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2006-2007, 2009-2012 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
index ad53cca5cc8364eb2c1c441bc2f1159af34e2d0c..e0e58cdb82b1c4644d4c56d42297138eefa104e8 100644 (file)
--- a/data/c.m4
+++ b/data/c.m4
@@ -2,7 +2,7 @@
 
 # C M4 Macros for Bison.
 
-# Copyright (C) 2002, 2004-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004-2012 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
index df9020193a9892ab4dc63c6dc096925849524e58..17eff38744ea9cfd600d2808ce42292468a1cbdf 100644 (file)
@@ -2,7 +2,7 @@
 
 # GLR skeleton for Bison
 
-# Copyright (C) 2002-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2012 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
index 15b113f7f4e251615e4b753cd709928baa410dbc..f6b244745d5665a306051c9b5589768a0a838931 100644 (file)
@@ -2,7 +2,7 @@
 
 # C++ GLR skeleton for Bison
 
-# Copyright (C) 2002-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2012 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
index 62e8d90ec5f13af4433f8358aef13dddc603f255..81bf02aed98684975afb550c749863407d3609bb 100644 (file)
@@ -2,7 +2,7 @@
 
 # Java skeleton dispatching for Bison.
 
-# Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2012 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
index 6e15934d76e12bfc7b387e17e19f99e9f8f50126..d137fd597d8375da7baf3d9da3f45064ebf44e5a 100644 (file)
@@ -2,7 +2,7 @@
 
 # Java language support for Bison
 
-# Copyright (C) 2007-2011 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012 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
index 801f590420da36210aaf8d29fd832ed48c097b73..6f55e1878a3cbbd341cbcb9169dd8ed87073a1e9 100644 (file)
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2012 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
index f5b334f77bc41a613473597350fe94dd42a2bcd2..f7f2ba365b8798e3e4331e1d2dbb0cede3487b96 100644 (file)
@@ -1,6 +1,6 @@
 # Java skeleton for Bison -*- autoconf -*-
 
-# Copyright (C) 2007-2011 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012 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
index 601e07cbc9a5017d89d5b61a8f064cdf096c457c..d264d275f743309cb0a35ec0cd4bf68c16295097 100644 (file)
@@ -1,6 +1,6 @@
 # C++ skeleton for Bison
 
-# Copyright (C) 2002-2007, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2007, 2009-2012 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
index 9165d786c120143af814284bd6633035693882a5..353c75a017efd7fa4076ece4c789493fe80fc574 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     bison.xsl - common templates for Bison XSLT.
 
-    Copyright (C) 2007-2011 Free Software Foundation, Inc.
+    Copyright (C) 2007-2012 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index 100553b748613d07166f590946ec86ec401ed371..219faa2f1e77cf738cac5031edd090d05d555640 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2dot.xsl - transform Bison XML Report into DOT.
 
-    Copyright (C) 2007-2011 Free Software Foundation, Inc.
+    Copyright (C) 2007-2012 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index a91b4a71c8b80fe563e78e09275564bfd315d5d4..d14f1be5bc6385be45f0439f61f1c1dbdd192b5a 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2text.xsl - transform Bison XML Report into plain text.
 
-    Copyright (C) 2007-2011 Free Software Foundation, Inc.
+    Copyright (C) 2007-2012 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index 2ffc964a007aad22792273df8db4c420f24ea51f..f8126cfb9aac4a42785ff5f1bb0dfedf0797a1de 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2html.xsl - transform Bison XML Report into XHTML.
 
-    Copyright (C) 2007-2011 Free Software Foundation, Inc.
+    Copyright (C) 2007-2012 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index 7ff163a2ebfa6aefc38287e54639bead0765baef..67d6abdab479a38bdbaa80c93e28388085e46d19 100644 (file)
@@ -2,7 +2,7 @@
 
 # Yacc compatible skeleton for Bison
 
-# Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation,
+# Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
index db9789cdd565740bac63f459e90a2e741d0b2e76..fe6b987c48ac30679a68bb5518d277a4ea384ea7 100644 (file)
@@ -1,7 +1,7 @@
 # DJGPP Maintainer's Makefile                                    -*-Makefile-*-
 # Requires GNU sed
 
-## Copyright (C) 2005-2011 Free Software Foundation, Inc.
+## Copyright (C) 2005-2012 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
index c1b5ae63fdb3f7267a33cbbcd16f2bf530881912..df29f69b3cb80abd24ffde3f3eeedae43b3356c7 100644 (file)
@@ -1,6 +1,6 @@
 This is a port of GNU Bison @VERSION@ to MSDOS/DJGPP.
 
-Copyright (C) 2005-2011 Free Software Foundation, Inc.
+Copyright (C) 2005-2012 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
index 6e0350ef55e172e0b10165682b4ea016fd23197a..e30c939fddfc33112304f594a4be2d9da7d0d84b 100644 (file)
@@ -4,7 +4,7 @@ Rem Configure Bison for DJGPP.
 Rem WARNING WARNING WARNING: This file needs to have DOS CRLF end-of-line\r
 Rem format, or else stock DOS/Windows shells will refuse to run it.\r
 \r
-Rem Copyright (C) 2005-2011 Free Software Foundation, Inc.\r
+Rem Copyright (C) 2005-2012 Free Software Foundation, Inc.\r
 \r
 Rem This program is free software: you can redistribute it and/or modify\r
 Rem it under the terms of the GNU General Public License as published by\r
index 5a95e636dc6ba17cdc14436783468c81e62064a2..d5a5807c4ffd9c4397045bef57d3b5c09571a32a 100644 (file)
@@ -2,7 +2,7 @@
 # Sed script for additional DJGPP specific editing
 # of the configure script generated by autoconf 2.62.
 
-# Copyright (C) 2005-2011 Free Software Foundation, Inc.
+# Copyright (C) 2005-2012 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
index 69ad07dc379d2f554e024e9ce70309368d8d8cfb..7ca410724e9503fa28b328abf3c63cf3c42a3283 100644 (file)
@@ -3,7 +3,7 @@
 # This is the config.site file for configuring GNU packages
 # which are to be built with DJGPP tools.
 
-# Copyright (C) 2005-2011 Free Software Foundation, Inc.
+# Copyright (C) 2005-2012 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
index ef490ce75a6275849c16b941aceb1dc090b6a97b..f616abce7f0beeffa0bb658b8c0f5f0f42bfcd33 100644 (file)
@@ -1,6 +1,6 @@
 # sed script for DJGPP specific editing of config.hin
 
-# Copyright (C) 2005-2011 Free Software Foundation, Inc.
+# Copyright (C) 2005-2012 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
index 5ba8154d6cd2ff89e7f3cb353e5fa47282f47988..b4de3accd6c99be3000d05380e3fe083fbf2c59d 100644 (file)
@@ -7,7 +7,7 @@ Rem This batch file unpacks the Bison distribution while simultaneously
 Rem renaming some of the files whose names are invalid on DOS or conflict\r
 Rem with other file names after truncation to DOS 8+3 namespace.\r
 Rem\r
-Rem Copyright (C) 2005-2011 Free Software Foundation, Inc.\r
+Rem Copyright (C) 2005-2012 Free Software Foundation, Inc.\r
 Rem\r
 Rem This program is free software: you can redistribute it and/or modify\r
 Rem it under the terms of the GNU General Public License as published by\r
index 24dd04ace4979fdccef847fbd4b40630fa464acb..f726b53d9cea77f01e6aaf6ecd43089ea6846340 100644 (file)
@@ -1,6 +1,6 @@
 /* Subprocesses with pipes.
 
-   Copyright (C) 2005-2011 Free Software Foundation, Inc.
+   Copyright (C) 2005-2012 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
index 681a92a0f6d4b196a01abcb132dd9296a728e8cf..d7a30dc7a97a317f3aabb3a78025c31ee887102e 100644 (file)
@@ -1,6 +1,6 @@
 /* Subprocesses with pipes.
 
-   Copyright (C) 2005-2011 Free Software Foundation, Inc.
+   Copyright (C) 2005-2012 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
index 65a43202295501084804128c91f93d9177e63e7d..4d551b359f6a0bfa592c2ee3955cf69886dd74dd 100644 (file)
@@ -2,7 +2,7 @@
 # Sed script for additional DJGPP specific editing\r
 # of the testsuite script generated by autoconf 2.61.\r
 \r
-# Copyright (C) 2007-2011 Free Software Foundation, Inc.\r
+# Copyright (C) 2007-2012 Free Software Foundation, Inc.\r
 \r
 # This program is free software: you can redistribute it and/or modify\r
 # it under the terms of the GNU General Public License as published by\r
index 1d393d43b503f1b6ffed89110355a47ffb464718..612859a638adbad179e06aadbd88717ddc7fa597 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
 
-## Copyright (C) 2001-2003, 2005-2011 Free Software Foundation, Inc.
+## Copyright (C) 2001-2003, 2005-2012 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
index 0a207f3c7e2570f653c5c3ca67202d2b54d8fb45..4d0a28356b308e929af06e9577db2874f2494436 100644 (file)
@@ -33,7 +33,7 @@
 This manual (@value{UPDATED}) is for GNU Bison (version
 @value{VERSION}), the GNU parser generator.
 
-Copyright @copyright{} 1988-1993, 1995, 1998-2011 Free Software
+Copyright @copyright{} 1988-1993, 1995, 1998-2012 Free Software
 Foundation, Inc.
 
 @quotation
index ba7618dbf6896020dd00d397f2ecdf99ca8b64fb..caabf7e793d7142e95acf4e591c0871d406e7a86 100644 (file)
@@ -19,7 +19,7 @@
 \def\finalout{\overfullrule=0pt}
 %\finalout
 
-% Copyright (c) 1998, 2001, 2009-2011 Free Software Foundation, Inc.
+% Copyright (c) 1998, 2001, 2009-2012 Free Software Foundation, Inc.
 %
 % This file is part of Bison.
 %
index f4ff8150af42885b5002ecfa662ca1a0b8ebb8e0..0261546c4429062c13f64bf52f0b504fbacd1ff7 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
+## Copyright (C) 2006, 2009-2012 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
index ab88e25745a79634956e65866da4849a1cdfed38..6e8161af01cdf4b3b8f35ae7e8d84b5ccff343b2 100644 (file)
@@ -19,7 +19,7 @@ straightforward use of _build/src/bison would.)
 
 --
 
-Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
+Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index 85f9de0fe4b3d3a85f1776b1ef431a3b65e94475..829a760c2227be26eb14d4821504f0c93481911b 100755 (executable)
@@ -1,6 +1,6 @@
 #! /usr/bin/perl -w
 
-# Copyright (C) 2006, 2008-2011 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2008-2012 Free Software Foundation, Inc.
 #
 # This file is part of Bison, the GNU Compiler Compiler.
 #
index 12eb3bf64e8b8e6206189ecf57655c8f9f86048c..60a79ade1558cceb54d038c9395b2000f8cbc713 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
-## Copyright (C) 2005, 2009-2011 Free Software Foundation, Inc.
+## Copyright (C) 2005, 2009-2012 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
index cb62d8aa5696e72b58c8c75745e52b8470c8af72..a12a270998f2abb8b9efc1fd376d5796adc3c59c 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
-## Copyright (C) 2005-2006, 2009-2011 Free Software Foundation, Inc.
+## Copyright (C) 2005-2006, 2009-2012 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
index 3f17da68dd12fe26dc919ff39ddde4924b59503a..01f6cf26ef28c372d38dd3e8517922dd4049276a 100644 (file)
@@ -2,7 +2,7 @@
 
 # This file is part of GNU Bison
 
-# Copyright (C) 1992, 2000-2001, 2005-2006, 2009-2011 Free Software
+# Copyright (C) 1992, 2000-2001, 2005-2006, 2009-2012 Free Software
 # Foundation, Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index fe8cee784c4cf5b0af7cbc582d91c8bb6895cf20..a997657e39242c69abf7bffcea782da04a1476e0 100644 (file)
@@ -1,6 +1,6 @@
 # Make bison/lib.
 
-# Copyright (C) 2001-2004, 2006, 2008-2011 Free Software Foundation,
+# Copyright (C) 2001-2004, 2006, 2008-2012 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
index a4a2fa8e1b81e598f899df5ff437c50de5fcdbba..5ffba830dc2fab9e7c5570574a7a67412e938f50 100644 (file)
@@ -1,6 +1,6 @@
 /* Array bitsets.
 
-   Copyright (C) 2002-2003, 2006, 2009-2011 Free Software Foundation,
+   Copyright (C) 2002-2003, 2006, 2009-2012 Free Software Foundation,
    Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
index e3742f1ff2fdebb4f346c77ae5c8814e2b838781..ad858fa35099e5cd58cdea7ceb1ed55fabcddbd9 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support abitsets.
 
-   Copyright (C) 2002, 2004, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 3389c911df9f82a2fea73ddd3c3a234f2a31b548..f819b17ac22ae512595a1aced2747d4c428ea6d4 100644 (file)
@@ -1,6 +1,6 @@
 /* Base bitset stuff.
 
-   Copyright (C) 2002-2004, 2006, 2009-2011 Free Software Foundation,
+   Copyright (C) 2002-2004, 2006, 2009-2012 Free Software Foundation,
    Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
index 222e3ee71bad6fc883e5769ea5604b09b7fdc031..d64d5f82fb62d7c47a2cf20d8f0bdc8add6e59e7 100644 (file)
@@ -1,6 +1,6 @@
 /* General bitsets.
 
-   Copyright (C) 2002-2006, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 98979bb38182ea8b84238e46f8560f9758d3b719..fbc7b7787332feb569115fa3622a225eca35beb0 100644 (file)
@@ -1,6 +1,6 @@
 /* Generic bitsets.
 
-   Copyright (C) 2002-2004, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2009-2012 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index fabc2d9fa3126a80015fcbd8e14e98a4d73c1b67..68cd386220785c830dd6ab064077d5a1cf09ec53 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset statistics.
 
-   Copyright (C) 2002-2006, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index c439a8047d05d3a53e52779ee0df43ace4da0841..96efd56e195f3a824e839c5f72044241ba7fa5a9 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support bitset statistics.
 
-   Copyright (C) 2002-2004, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2009-2012 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index e797556b5263aa5aa01db56144bca5a33cfa27ee..92b617eccdef7584bd59ffbde718033be47a4eea 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
 
-   Copyright (C) 2001-2002, 2004, 2006, 2009-2011 Free Software
+   Copyright (C) 2001-2002, 2004, 2006, 2009-2012 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index 49fecb2c8c9e38c40f090d94055fdda7cfcaab73..27736ef89a5d8fd9e51129a3ae40b39e316815f8 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
 
-   Copyright (C) 2002, 2004, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
 
    Contributed by Akim Demaille (akim@freefriends.org).
 
index 3495ab2d9c8f2be1cec3b601eebd0754dc0fb633..e3bafb9635a31784e82db6fa8196d97cb843791d 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
 
-   Copyright (C) 2001-2002, 2004-2006, 2009-2011 Free Software
+   Copyright (C) 2001-2002, 2004-2006, 2009-2012 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index e5418be22607c1f26706d5160572aa8a9752ae28..34e16042d8f929f3589aeae8e2d04ca6b35f59b7 100644 (file)
@@ -1,6 +1,6 @@
 /* Bitset vectors.
 
-   Copyright (C) 2002, 2004, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 41c4ce84319c62082493c3b5e6947a02b62f457c..9f35499acb72f574bde7ba2d7c1cc51f0b557c76 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support expandable bitsets.
 
-   Copyright (C) 2002-2006, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index a98e38dd33c9c979582ecf9c7b70fde77211dad3..a25ed282e65988b55844158419fd4869b3d6de0e 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support ebitsets.
 
-   Copyright (C) 2002, 2004, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index c46375e0c40948df0067caf4c5a94433f5795d45..b77ecc2238af9e54ea05110015f37a75b0245b5c 100644 (file)
@@ -1,6 +1,6 @@
 /* get-errno.c - get and set errno.
 
-   Copyright (C) 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2009-2012 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
index 5a8ab4c2b24f392236bfe9ba9bc99af48c85600e..99ab52f6c56595763445973115086ce1f982994b 100644 (file)
@@ -1,6 +1,6 @@
 /* get-errno.h - get and set errno.
 
-   Copyright (C) 2002, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-2012 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
index 9a2d012fe34eddd90c72de8323648c4bc8a32055..7d204f0e55e0ad721187d0d1b5fea5ed15a715e9 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support link list bitsets.
 
-   Copyright (C) 2002-2004, 2006, 2009-2011 Free Software Foundation,
+   Copyright (C) 2002-2004, 2006, 2009-2012 Free Software Foundation,
    Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
index eb9a2a54dab5e05e678b97abf48aa7a7004b02d7..79804da086ba0f1d8de226a69c4e69970acfff0c 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support lbitsets.
 
-   Copyright (C) 2002, 2004, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index a45bc8bfe14c455abf5cd50f793d5580a356c2be..fdcae40b26945dfc0754eb1309c68b4efee5aa93 100644 (file)
@@ -1,6 +1,6 @@
 /* Fake libiberty.h for Bison.
 
-   Copyright (C) 2002-2004, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2004, 2009-2012 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
index b252f58da060118aa550e491bba727f909a393ee..7996c7fb9956a332c8292a932e7932263fbe4f30 100644 (file)
@@ -1,6 +1,6 @@
 /* Yacc library main function.
 
-   Copyright (C) 2002, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 03ec0b65def64fbee43e29d56e3bc2f7214364ca..355ecb55769ebf8651cb671c4f689d031776c214 100644 (file)
@@ -1,6 +1,6 @@
 /* Timing variables for measuring compiler performance.
 
-   Copyright (C) 2000, 2002, 2004, 2006, 2009-2011 Free Software
+   Copyright (C) 2000, 2002, 2004, 2006, 2009-2012 Free Software
    Foundation, Inc.
 
    Contributed by Alex Samuel <samuel@codesourcery.com>
index ad5e356856fa65a56d4459c0224b263c68801661..1143e998b6e7491eaee9425115842f42e6a8498f 100644 (file)
@@ -1,7 +1,7 @@
 /* This file contains the definitions for timing variables used to -*- C -*-
    measure run-time performance of the compiler.
 
-   Copyright (C) 2002, 2007, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2007, 2009-2012 Free Software Foundation, Inc.
 
    Contributed by Akim Demaille <akim@freefriends.org>.
 
index 5a74b83f85368a7dd735e30ef570f6f22b68f3ac..a28b4cfd585b218766facc1223ad466b8b62ff5b 100644 (file)
@@ -1,6 +1,6 @@
 /* Timing variables for measuring compiler performance.
 
-   Copyright (C) 2000, 2002, 2004, 2009-2011 Free Software Foundation,
+   Copyright (C) 2000, 2002, 2004, 2009-2012 Free Software Foundation,
    Inc.
 
    Contributed by Alex Samuel <samuel@codesourcery.com>
index 7d75eacfd64fcf37f896435ae53499fcb292b893..fbe6e7c01599030b8250035d19cce260f016fb3a 100644 (file)
@@ -1,6 +1,6 @@
 /* Variable array bitsets.
 
-   Copyright (C) 2002-2006, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2006, 2009-2012 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 1ed59cc74b102b35a6335ce39d101b9fca6349ab..5b3e810b18077d8d8aa7dd9af4aed87f30dc3374 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions to support vbitsets.
 
-   Copyright (C) 2002, 2004, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
 
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
index 3fbd65a3f048b6b95e6946ad76e8e092f5f79ce0..7db92bc4ed9d617d6e1b7f9d40e95a385e5397db 100644 (file)
@@ -1,6 +1,6 @@
 /* Yacc library error-printing function.
 
-   Copyright (C) 2002, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index b3876157f4689408993f9a2bafaa021f57c22d02..208cb56f74b90923f8a022e242441381bc71e812 100644 (file)
@@ -1,6 +1,6 @@
 # bison-i18n.m4 serial 2
 
-dnl Copyright (C) 2005-2006, 2009-2011 Free Software Foundation, Inc.
+dnl Copyright (C) 2005-2006, 2009-2012 Free Software Foundation, Inc.
 
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
index c11d94a1112e4209fa1af362af2c971d0fbe9270..d563d32b9c9fa9a1c0579c8b9c01dbc175c6b929 100644 (file)
@@ -1,6 +1,6 @@
 # Sanity test a C compiler.
 
-# Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009-2012 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
index 39bea4394438f1ccaadbccb8593f044e0f1c73f1..7d5cc784e1045611acb781ba646cf9228696fc64 100644 (file)
--- a/m4/cxx.m4
+++ b/m4/cxx.m4
@@ -1,7 +1,7 @@
 # -*- Autoconf -*-
 # Sanity-test a C++ compiler.
 #
-# Copyright (C) 2004, 2006, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2006, 2009-2012 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
index e41d1741e8bf23fbf30dee2a7bfced1f46990d28..0079c0451215c26de9b0fff36383d1dd0a6b40b8 100644 (file)
@@ -1,7 +1,7 @@
 # -*- Autoconf -*-
 # Checks required to run `subpipe'.
 #
-# Copyright (C) 2002-2003, 2005, 2009-2011 Free Software Foundation,
+# Copyright (C) 2002-2003, 2005, 2009-2012 Free Software Foundation,
 # Inc.
 #
 # This program is free software: you can redistribute it and/or modify
index 2db0dfd8e55899a4610aaeda499d2eef396a0033..f8d36061ba616fc639354c4e642d728d486fa221 100644 (file)
@@ -1,7 +1,7 @@
 # -*- Autoconf -*-
 # Checks required to run `timevar', a time tracker.
 #
-# Copyright (C) 2002-2003, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2003, 2009-2012 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
index 3ae31754cc3a498bd83b9a2d2444e348938c2f0f..4c1e0ae26820f45ac08b3f6d61ea00a5a87fef20 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy annotation list.
 
-   Copyright (C) 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index da551aaac3542868f0301084c399bffa1eb78414..3088a83f79742510f78bb53908c7f467524cfdb0 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy annotation list.
 
-   Copyright (C) 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ca37e6009a20168a238ff5697d64be97dafc6788..838685b2d8418b99c389b4f0f09b59d8e3260f6e 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy list.
 
-   Copyright (C) 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index d5810123dee1f66ca0af57a20a8a715801429557..d8120dda86bf1a021b305730be4d412f4d085b0a 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR's inadequacy list.
 
-   Copyright (C) 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index b357e2db23bf499d00c874870dd8922ac9e346b6..6b4f145e570ad0725f8d69fda0183573ae0cb1da 100644 (file)
--- a/src/LR0.c
+++ b/src/LR0.c
@@ -1,6 +1,6 @@
 /* Generate the LR(0) parser states for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000-2002, 2004-2007, 2009-2011 Free
+   Copyright (C) 1984, 1986, 1989, 2000-2002, 2004-2007, 2009-2012 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 2c86bcf77a9e6ee90e3937964854c67bd93e8077..45f922a914f1578ae75e1de225cf7f52886bffce 100644 (file)
--- a/src/LR0.h
+++ b/src/LR0.h
@@ -1,6 +1,6 @@
 /* Generate the LR(0) parser states for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000-2002, 2009-2011 Free Software
+   Copyright (C) 1984, 1986, 1989, 2000-2002, 2009-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 96349dd82f80eed56c97e80d730a18b69735732c..81e0db7257226898e2a365cf9d3a2c58f8c51ff9 100644 (file)
@@ -1,6 +1,6 @@
 # Make bison/src.
 
-# Copyright (C) 2001-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001-2012 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
index b0f7cc22fe9eca36d29350dbda81816534736d17..ce65f37f68d7f988e36dff28bdf0081ff70676bf 100644 (file)
@@ -1,6 +1,6 @@
 /* A simple, memory-efficient bitset implementation.
 
-   Copyright (C) 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 663cd12933d725f0884a578c2c1c84135c22d94f..4a32402eae5941422ec71f8986072cc71cb33b45 100644 (file)
@@ -1,6 +1,6 @@
 /* A simple, memory-efficient bitset implementation.
 
-   Copyright (C) 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 3ceb3483a616c3e0c9a847e2607b6a1b675aa83a..989cb2650245b9087a15c73ecbd1624fee40e2da 100644 (file)
@@ -1,6 +1,6 @@
 /* Associativity information.
 
-   Copyright (C) 2002, 2005-2006, 2009-2011 Free Software Foundation,
+   Copyright (C) 2002, 2005-2006, 2009-2012 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 4c29ce759a20c3eb175328164b29bd1d270fef02..54f9b65f727aae08af542d44695fbce0b27734b5 100644 (file)
@@ -1,6 +1,6 @@
 /* Associativity information.
 
-   Copyright (C) 2002, 2006, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 0904f3a6f5e408308d408b698954dc92a755447c..9e5531b318068f595e7f97f294fc38e33058a66e 100644 (file)
@@ -1,6 +1,6 @@
 /* Closures for Bison
 
-   Copyright (C) 1984, 1989, 2000-2002, 2004-2005, 2007, 2009-2011 Free
+   Copyright (C) 1984, 1989, 2000-2002, 2004-2005, 2007, 2009-2012 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 539356571076bcd6e5301b8bf5cefb617ec8dfc4..0f96a8b2f60db174f93564bb6204177fb016cd89 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines for bison
 
-   Copyright (C) 1984, 1989, 2000-2002, 2007, 2009-2011 Free Software
+   Copyright (C) 1984, 1989, 2000-2002, 2007, 2009-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 5c07fb3dd8b68f2732dcaddfb6da72ee59f3eb6b..b34779107906c52490bcb89e63ebf01d8c36a263 100644 (file)
@@ -1,6 +1,6 @@
 /* Declaration for error-reporting function for Bison.
 
-   Copyright (C) 2000-2002, 2004-2006, 2009-2011 Free Software
+   Copyright (C) 2000-2002, 2004-2006, 2009-2012 Free Software
    Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
index 07d401cbb193385dff37ac428f6bf78f876baf5e..b893564573415a045f98bdf2822386c59182e95b 100644 (file)
@@ -1,6 +1,6 @@
 /* Declaration for error-reporting function for Bison.
 
-   Copyright (C) 2000-2002, 2006, 2009-2011 Free Software Foundation,
+   Copyright (C) 2000-2002, 2006, 2009-2012 Free Software Foundation,
    Inc.
 
    This program is free software: you can redistribute it and/or modify
index d8eddf0b7c2fe1e7f69c281175e000d7ee0b405b..9af53a6793ebbf7e062b92b60e36df0f0dafb3e3 100644 (file)
@@ -1,6 +1,6 @@
 /* Find and resolve or report lookahead conflicts for bison,
 
-   Copyright (C) 1984, 1989, 1992, 2000-2007, 2009-2011 Free Software
+   Copyright (C) 1984, 1989, 1992, 2000-2007, 2009-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 55f379acc82433de581bee82eb0898e6507af4b2..5a034544f5eb3ec358ebef4379e87b0fcd5b04f4 100644 (file)
@@ -1,6 +1,6 @@
 /* Find and resolve or report lookahead conflicts for bison,
 
-   Copyright (C) 2000-2002, 2004, 2007, 2009-2011 Free Software
+   Copyright (C) 2000-2002, 2004, 2007, 2009-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 41cec8e104f0694fd91779100892ae839647f692..ce5a6a5fb61e63fd8bf41b1248b25d01594be9f9 100644 (file)
@@ -1,6 +1,6 @@
 /* Match rules with nonterminals for bison,
 
-   Copyright (C) 1984, 1989, 2000-2003, 2005, 2009-2011 Free Software
+   Copyright (C) 1984, 1989, 2000-2003, 2005, 2009-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index b4466bca28c7fae9167ae08ea8e3cb54b48f6e13..f25e5021e516786162e63a496954fa0cf420aadb 100644 (file)
@@ -1,6 +1,6 @@
 /* Match rules with nonterminals for bison,
 
-   Copyright (C) 1984, 1989, 2000-2002, 2009-2011 Free Software
+   Copyright (C) 1984, 1989, 2000-2002, 2009-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index c94d2c6f35c508b0a2db533e2441506059da244c..13eecf8e98729b8b2cf20b86fad3f05148b2f8f9 100644 (file)
@@ -1,6 +1,6 @@
 /* Open and close files for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2011 Free Software
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 48fff6c1868c284af2f64305824a54e3012c2361..8f0bec04ac7e403bb2d9ab88f4ac960f64675216 100644 (file)
@@ -1,6 +1,6 @@
 /* File names and variables for bison,
 
-   Copyright (C) 1984, 1989, 2000-2002, 2006-2007, 2009-2011 Free
+   Copyright (C) 1984, 1989, 2000-2002, 2006-2007, 2009-2012 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 221091e3bf965747981e0d583398ea15fa0b0341..7c055b97ccc9b6bdeb5479eaf8a37e79fcce47f4 100644 (file)
@@ -1,6 +1,6 @@
 /* Common parts between scan-code.l, scan-gram.l, and scan-skel.l.
 
-   Copyright (C) 2006, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 1309b388cdf76c1a15b22507fa53fdb6f866cfd0..4e64f302399f39b841058506e653a2d8fac39e50 100644 (file)
@@ -1,6 +1,6 @@
 /* Parse command line arguments for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2011 Free Software
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 20a4143763f074646c4c102842aab7f3d65bec47..dc727e83dd29a777ca6de93ea7469aeb27b97d64 100644 (file)
@@ -1,6 +1,6 @@
 /* Parse command line arguments for bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2011 Free Software
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 21212792b891f258d11885e9cd182ab5ff56a81d..cd9e67cb9da1f443ac981fe337a444e8b4b75cb9 100644 (file)
@@ -1,6 +1,6 @@
 /* Allocate input grammar variables for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2001-2003, 2005-2011 Free Software
+   Copyright (C) 1984, 1986, 1989, 2001-2003, 2005-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index c55df316f55853be27e3ae63f2f08e609829391f..3f75dd8f951a9e3ed71397f65c2e181602c08d4e 100644 (file)
@@ -1,6 +1,6 @@
 /* Data definitions for internal representation of Bison's input.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2001-2007, 2009-2011 Free
+   Copyright (C) 1984, 1986, 1989, 1992, 2001-2007, 2009-2012 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 1de93283c7ab754e5acb688a5b2d27093f76e02b..46c22a8c99423675383a4e6b970c815395e1af8b 100644 (file)
@@ -1,6 +1,6 @@
 /* Output Graphviz specification of a state machine generated by Bison.
 
-   Copyright (C) 2006-2007, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 4ec8f725899e7f689170a8ab5c63a3cdab5ceedb..556fdda1bbaa9bfa0f5fa2a510000e8a384722e3 100644 (file)
@@ -1,6 +1,6 @@
 /* Output Graphviz specification of a state machine generated by Bison.
 
-   Copyright (C) 2006, 2010-2011 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2010-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 2bf9412b963fac2cf18300dbd3a1f27ad4a08c4b..cde2baaf292813ed82c5fc6b7a310666ddfcb423 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
-   Copyright (C) 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a488a1504729f1cacaf6eff58ddbdd51936ef189..7b2238060fed90c95a2e3b5636123d874d741c7c 100644 (file)
@@ -1,6 +1,6 @@
 /* IELR main implementation.
 
-   Copyright (C) 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 40a4a68e66025868f7ad62c335df30000da96b9a..860c66a071f28c8ade39cbee214debf4488d66d9 100644 (file)
@@ -1,6 +1,6 @@
 /* Compute lookahead criteria for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000-2011 Free Software Foundation,
+   Copyright (C) 1984, 1986, 1989, 2000-2012 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 0fec83b15135259a6860db503904c6aed47abd4c..75e957ec3bbdaf77bd21b0bc52f984d544e10380 100644 (file)
@@ -1,7 +1,7 @@
 /* Compute lookahead criteria for bison,
 
    Copyright (C) 1984, 1986, 1989, 2000, 2002, 2004, 2006-2007,
-   2009-2011 Free Software Foundation, Inc.
+   2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 8f1b2807bc125f7f09eda69d252745d0080e7776..11df5aa0a381aceccf69e659bc5d34bbe140d60a 100644 (file)
@@ -1,6 +1,6 @@
 /* Locations for Bison
 
-   Copyright (C) 2002, 2005-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 30683dfc7cf9d096957c8de7cb646eb9d9c8f88c..4c2b410de8e1797b8e6a3d375c90fb1718252a07 100644 (file)
@@ -1,6 +1,6 @@
 /* Locations for Bison
 
-   Copyright (C) 2002, 2004-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index eca261a2d231c7ffe44b7a306cd34cb98fec0a74..e777ca047c7410d0b3f9c910bac46b707712d0d4 100644 (file)
@@ -1,6 +1,6 @@
 /* Top level entry point of Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2002, 2004-2011 Free
+   Copyright (C) 1984, 1986, 1989, 1992, 1995, 2000-2002, 2004-2012 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 1e55a0095a75ac8fca14f8e3212fca336f44b11d..302613a5f33e719b275b2c6034ba701732ab258a 100644 (file)
@@ -1,6 +1,6 @@
 /* Muscle table manager for Bison.
 
-   Copyright (C) 2001-2011 Free Software Foundation, Inc.
+   Copyright (C) 2001-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ee18774aaf23a3c8397f79af0c7193af05d204fd..c9342577c69a220a78832f6b6f679080cbc6bf4f 100644 (file)
@@ -1,6 +1,6 @@
 /* Muscle table manager for Bison,
 
-   Copyright (C) 2001-2003, 2006-2007, 2009-2011 Free Software
+   Copyright (C) 2001-2003, 2006-2007, 2009-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 132c74146d566625a2cb4021797967b1e74c73fc..bf7a3f77948703eebba6e67165f4959ad9b479f7 100644 (file)
@@ -1,6 +1,6 @@
 /* Named symbol references for Bison
 
-   Copyright (C) 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 46d9d8d42af8a5d4251c4fd739fbbec14a694cdf..00c972ce8d6cf95b25d88c6e1a0d2d1400a4b4e9 100644 (file)
@@ -1,6 +1,6 @@
 /* Named symbol references for Bison
 
-   Copyright (C) 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c11aa53493e5358e3390325dbecf6286b28b28d7..1e7f5d19257ecb8fdf444a47f5a4d5587a2d24dd 100644 (file)
@@ -1,6 +1,6 @@
 /* Calculate which nonterminals can expand into the null string for Bison.
 
-   Copyright (C) 1984, 1989, 2000-2006, 2009-2011 Free Software
+   Copyright (C) 1984, 1989, 2000-2006, 2009-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index e69df872008ab89927148ef0cd49cfd114a04977..f7b29127bd5d2edded25d01927601d190b7879f5 100644 (file)
@@ -1,6 +1,6 @@
 /* Part of the bison parser generator,
 
-   Copyright (C) 2000, 2002, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 420d137ce229a72a1ddae7610121fc7bb64535f2..c481e14e9cac8960b168c80afa9e624efd334f9b 100644 (file)
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2011 Free Software
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index c8fad02ce9260007f3da68ebb8dc59d52cf871dd..6c428d5393e3adad0adb87057746dd68a7cefa47 100644 (file)
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for bison,
 
-   Copyright (C) 2000-2003, 2006-2007, 2009-2011 Free Software
+   Copyright (C) 2000-2003, 2006-2007, 2009-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 6d01e0c05fc25fe55f4cb84e2f5827ff46579921..0244acdf35706c32e1e4752283e92005c02e9ac5 100644 (file)
@@ -77,7 +77,7 @@
 #line 1 "parse-gram.y"
 /* Bison Grammar Parser                             -*- C -*-
 
-   Copyright (C) 2002-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 7c5ccd854fb147c25320827fc30a29771a94243e..fc648ea1860cebf0ce701406993882f4e6e6e5aa 100644 (file)
@@ -1,6 +1,6 @@
 %{/* Bison Grammar Parser                             -*- C -*-
 
-   Copyright (C) 2002-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 0aade5315c051bd71084f1d44508b596d57246bd..400ce69f78fc6086b14d3def7e6a394b2ae9057e 100644 (file)
@@ -1,6 +1,6 @@
 /* Print an xml on generated parser, for Bison,
 
-   Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 1f1cb3dbbd9982fa6a33265057d9bb8a171de991..c0ea2e704011e170b4cc63efb09203617c681cc0 100644 (file)
@@ -1,6 +1,6 @@
 /* Output an xml of the generated parser, for Bison.
 
-   Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 7e9c58046c2b681d96e9fb619b2d0f0db143e123..9b855113051e956f1a0c2f760daa1c71642e8828 100644 (file)
@@ -1,6 +1,6 @@
 /* Print information on generated parser, for bison,
 
-   Copyright (C) 1984, 1986, 1989, 2000-2005, 2007, 2009-2011 Free
+   Copyright (C) 1984, 1986, 1989, 2000-2005, 2007, 2009-2012 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index db0dfe39c78fde99f12d03c9097a537fd72b9bae..f528aaf226f28242e549b1e84c34ddad9c9fb97e 100644 (file)
@@ -1,6 +1,6 @@
 /* Print information on generated parser, for bison,
 
-   Copyright (C) 2000, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 155ffaf592427747ea217c94c3e8de2764dcf1c1..179b5b10096be58b54e0e4a1ee295bde8202c2e4 100644 (file)
@@ -1,6 +1,6 @@
 /* Output a graph of the generated parser, for Bison.
 
-   Copyright (C) 2001-2007, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 74e34460ed9938a1d5ac0036e81642188d6cdf99..02aa8b3645d1d3461836a0bd16554a17ab477c0f 100644 (file)
@@ -1,6 +1,6 @@
 /* Output a graph of the generated parser, for Bison.
 
-   Copyright (C) 2000, 2006, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2006, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 92db57177046078bca4816a351065d56d6d5ba06..942e8cfc5d2c63c7e423902d72d50af2deb61e37 100644 (file)
@@ -1,7 +1,7 @@
 /* Input parser for Bison
 
    Copyright (C) 1984, 1986, 1989, 1992, 1998, 2000-2003, 2005-2007,
-   2009-2011 Free Software Foundation, Inc.
+   2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 1c094056be8ef5cfbee6a2fb2f3ef75625821a68..3722a7f566decc5f2e48cb89a34ecba684e52054 100644 (file)
@@ -1,6 +1,6 @@
 /* Input parser for Bison
 
-   Copyright (C) 2000-2003, 2005-2007, 2009-2011 Free Software
+   Copyright (C) 2000-2003, 2005-2007, 2009-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 7a30e55532b2f197da93c46f36947f3ead6e75da..f7bc380ad9a3d18da683e4d6e6570995ea625edc 100644 (file)
@@ -1,6 +1,6 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 1988-1989, 2000-2003, 2005-2011 Free Software
+   Copyright (C) 1988-1989, 2000-2003, 2005-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index c7a82eb01cd18c84c2f90d166e5365990e3fafe7..c28824f1f2548515ee44c0a295e47515c10af481 100644 (file)
@@ -1,6 +1,6 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 2000-2002, 2007, 2009-2011 Free Software Foundation,
+   Copyright (C) 2000-2002, 2007, 2009-2012 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 4682742c3ed2855f482ff9a9bff0d5a599ed742d..49424c083ced16f7f74f914dd35458b7bc5a0177 100644 (file)
@@ -1,6 +1,6 @@
 /* Binary relations.
 
-   Copyright (C) 2002, 2004-2005, 2009-2011 Free Software Foundation,
+   Copyright (C) 2002, 2004-2005, 2009-2012 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index bbbb57374756dbe3ea722d3ff3698f2c39b2dea8..88c69b78a522f20fe410f1909833599a44115dcd 100644 (file)
@@ -1,6 +1,6 @@
 /* Binary relations.
 
-   Copyright (C) 2002, 2004, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 1f8ed2117bc1de1ecf697ee16d1686141fb26dfc..0a5bb996e33160d2007ee43980ef64888a23c1d0 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison code properties structure and scanner.
 
-   Copyright (C) 2006-2007, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c13f8805642f8fdb717f290faafd1f86d71aa7d6..f1c979083e4e6255f55bbebe59817af3bd888e55 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Action Scanner                             -*- C -*-
 
-   Copyright (C) 2006-2011 Free Software Foundation, Inc.
+   Copyright (C) 2006-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 50df2f51807f756865d92841e36ebd09a4850b49..ed973c78bead6dc789cea295a7fa997d5da8a580 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Grammar Scanner
 
-   Copyright (C) 2006-2007, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2006-2007, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 7e607949ef838a4c014b3707da3ce303304bb16c..f2819b7427818acd1b0991557a34ec0fc394a32b 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Grammar Scanner                             -*- C -*-
 
-   Copyright (C) 2002-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 9f419c15beecc5eff66d07f401bccc117c04e21c..2c6930b9bcb6a02500af11227eeb539784982094 100644 (file)
@@ -1,6 +1,6 @@
 /* Scan Bison Skeletons.
 
-   Copyright (C) 2005-2007, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2005-2007, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 12d8df46977ef402880187903bbc2704cb6e1e15..666e0cc7a246219e264a57c22978479d1004d148 100644 (file)
@@ -1,6 +1,6 @@
 /* Type definitions for the finite state machine for Bison.
 
-   Copyright (C) 2001-2007, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2001-2007, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a1f379d48dca9ad4ac58e2f868f2e53f1b535970..dfdc49d3e5837d9c6ead88562c9efe0cbdb25444 100644 (file)
@@ -1,6 +1,6 @@
 /* Type definitions for the finite state machine for Bison.
 
-   Copyright (C) 1984, 1989, 2000-2004, 2007, 2009-2011 Free Software
+   Copyright (C) 1984, 1989, 2000-2004, 2007, 2009-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 190d0073a4feb6c94cc873dfbc61e440baeeed77..bf47da1eb05993d1a2ebce2e73f5ac11b0dd66a5 100644 (file)
@@ -1,6 +1,6 @@
 /* Lists of symbols for Bison
 
-   Copyright (C) 2002, 2005-2007, 2009-2011 Free Software Foundation,
+   Copyright (C) 2002, 2005-2007, 2009-2012 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 297d414acca46e59b08f82cfd2bd508ca7438852..43936b294147d2b851c701dbcd4eb558dadbb1bc 100644 (file)
@@ -1,6 +1,6 @@
 /* Lists of symbols for Bison
 
-   Copyright (C) 2002, 2005-2007, 2009-2011 Free Software Foundation,
+   Copyright (C) 2002, 2005-2007, 2009-2012 Free Software Foundation,
    Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index f065c80d30ab73b497ec7c385286409c4da36d42..bfd3ced1b0d1966d64f907ff71e288043a890988 100644 (file)
@@ -1,6 +1,6 @@
 /* Symbol table manager for Bison.
 
-   Copyright (C) 1984, 1989, 2000-2002, 2004-2011 Free Software
+   Copyright (C) 1984, 1989, 2000-2002, 2004-2012 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index db06d34dbae9c4777e9f71e6d34132d2d532a927..db902e757a90f5589092ed859e849e4f10439396 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for symtab.c and callers, part of Bison.
 
-   Copyright (C) 1984, 1989, 1992, 2000-2002, 2004-2007, 2009-2011 Free
+   Copyright (C) 1984, 1989, 1992, 2000-2002, 2004-2007, 2009-2012 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 13669a403ca61f6f15f02c04743ddf9ae63aae95..52b597b1d8b8549a0fa568436df2d7d804470f66 100644 (file)
@@ -1,6 +1,6 @@
 /* System-dependent definitions for Bison.
 
-   Copyright (C) 2000-2007, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2000-2007, 2009-2012 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
index 8f459cfea3f1c0895b5cf4327a6e7117458c0244..2a243cfbaa68b071707a519f5bd50427e4207de2 100644 (file)
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 1992, 2000-2006, 2009-2011 Free
+   Copyright (C) 1984, 1986, 1989, 1992, 2000-2006, 2009-2012 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index c563476df6478db04774bb807596344f0c097832..8b5c1fa4c285d54c74879cf5b5db478913c0a845 100644 (file)
@@ -1,6 +1,6 @@
 /* Prepare the LALR and GLR parser tables.
 
-   Copyright (C) 2002, 2004, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index dbe343f84aecc09881e5879dc6c54face4ea2426..62d09ca97b198bc6f22f5058e62d5ef3dd2cb1dd 100644 (file)
@@ -1,6 +1,6 @@
 /* Keep a unique copy of strings.
 
-   Copyright (C) 2002-2005, 2009-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2005, 2009-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 8beea27817b1da4f041fdf924b302388b3372954..913da39f690caa0a09f438eb433cd1c658749e44 100644 (file)
@@ -1,6 +1,6 @@
 /* Keeping a unique copy of strings.
 
-   Copyright (C) 2002-2003, 2008-2011 Free Software Foundation, Inc.
+   Copyright (C) 2002-2003, 2008-2012 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ee2a9140eacbf47b77be916ff972cbd960e7613c..bc59d6601482e7c327b82e38dc09d0c8455bdae5 100644 (file)
@@ -2,7 +2,7 @@
 
 ## Makefile for Bison testsuite.
 
-## Copyright (C) 2000-2011 Free Software Foundation, Inc.
+## Copyright (C) 2000-2012 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
index c95038ea6933edb01081717fd0112377a47ddfb0..ca03022eb447b305dd35ca02bc15e850857dae0d 100644 (file)
@@ -1,6 +1,6 @@
 # Executing Actions.                               -*- Autotest -*-
 
-# Copyright (C) 2001-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001-2012 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
index 294feee03b79b35410b561a74c41b8a98a2e4dd9..873c9654e2d11100033049a25630a43295757a94 100644 (file)
@@ -1,7 +1,7 @@
 # @configure_input@                                    -*- shell-script -*-
 # Configurable variable values for Bison test suite.
 
-# Copyright (C) 2000-2011 Free Software Foundation, Inc.
+# Copyright (C) 2000-2012 Free Software Foundation, Inc.
 
 # We need a C compiler.
 : ${CC='@CC@'}
index b7295f91554daa398d1621afcadadbf50c837098..93675d4d5c85d8e261257df266ad8c417a70a07c 100644 (file)
@@ -1,6 +1,6 @@
 # Checking the output filenames.                    -*- Autotest -*-
 
-# Copyright (C) 2004-2005, 2007, 2009-2011 Free Software Foundation,
+# Copyright (C) 2004-2005, 2007, 2009-2012 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 652dc6af9076f27b5cbb6907e25513eaeed4ce75..46b798f5c3fc4a6a4383c1df71770a28631750e9 100644 (file)
@@ -1,6 +1,6 @@
 # Simple calculator.                         -*- Autotest -*-
 
-# Copyright (C) 2000-2011 Free Software Foundation, Inc.
+# Copyright (C) 2000-2012 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
index 1fcd69b5e757d50f955176ac6d0a875eeade9096..cf89981b0330cc958e267d34c58448c92dac30f1 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison on conflicts.                         -*- Autotest -*-
 
-# Copyright (C) 2002-2005, 2007, 2009-2011 Free Software Foundation,
+# Copyright (C) 2002-2005, 2007, 2009-2012 Free Software Foundation,
 # Inc.
 
 # This program is free software: you can redistribute it and/or modify
index e7ac22c1fa35e410c3ffee782c2b8e66bc39ee30..0c2b9605358fea9a643f0ac9221639cf99717ef8 100644 (file)
@@ -1,6 +1,6 @@
 # Checking GLR Parsing.                         -*- Autotest -*-
 
-# Copyright (C) 2002-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2012 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
index 8dce31873a1ce18150cd927667a1bbfd04b3de25..a34f92380fca2af1a06e01000b149c9ac5930cd8 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison on actual grammars.                   -*- Autotest -*-
 
-# Copyright (C) 1989-1992, 2000-2005, 2007, 2009-2011 Free Software
+# Copyright (C) 1989-1992, 2000-2005, 2007, 2009-2012 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 9e68a0f70fea94796aadd24168bdc2ee414896ad..7c4c814e7638e9f7ca1a943a80166397cb587ac1 100644 (file)
@@ -1,6 +1,6 @@
 # Checking GLR Parsing: Regression Tests           -*- Autotest -*-
 
-# Copyright (C) 2002-2003, 2005-2007, 2009-2011 Free Software
+# Copyright (C) 2002-2003, 2005-2007, 2009-2012 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 4e7ba495e91e291b9c4f8c4318f2e5b1c95a52d2..9d4946d676ce5f8e407905f7bdac8a012590eed7 100644 (file)
@@ -1,6 +1,6 @@
 # Bison Parser Headers.                               -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2006-2007, 2009-2011 Free Software
+# Copyright (C) 2001-2002, 2006-2007, 2009-2012 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index c8e28be75bacfab25a7aa2a1aa8855460b348d88..af2b459e8218a9c749599dcb9800d1cbb7581211 100644 (file)
@@ -1,6 +1,6 @@
 # Checking the Bison scanner.                    -*- Autotest -*-
 
-# Copyright (C) 2002-2011 Free Software Foundation, Inc.
+# Copyright (C) 2002-2012 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
index 49a716a9d34c7e9d6ba4eb7d902a688d2349890f..fd35cfd58eb3f16aa388b02c5b9f20932d4ddce5 100644 (file)
@@ -1,6 +1,6 @@
 # Java tests for simple calculator.           -*- Autotest -*-
 
-# Copyright (C) 2007-2011 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012 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
index 33f00fa55676a6a8079b2b69813fe78f074879f8..a2aa56872446d8408df784995be24c3af83e7f1c 100644 (file)
@@ -2,7 +2,7 @@
 
 # Macros for the GNU Bison Test suite.
 
-# Copyright (C) 2003-2011 Free Software Foundation, Inc.
+# Copyright (C) 2003-2012 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
index ff414a93dd0b22be5185de76b86ee51a738b2673..4618d69ea2e1e6c54a1b149f8f94af4773fd4f92 100644 (file)
@@ -1,6 +1,6 @@
 # Named references test.                           -*- Autotest -*-
 
-# Copyright (C) 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2009-2012 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
index 6c7fb352110422cf1f8373c2604dbc4de2d380db..95343bbe7c64bd11ad938442970e8d126cacc488 100644 (file)
@@ -1,6 +1,6 @@
 # Checking the output filenames.                    -*- Autotest -*-
 
-# Copyright (C) 2000-2002, 2005-2011 Free Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2005-2012 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
index 3119e730783d6db41b5d30c59c7a958186e23375..07879d8ddea91f8c979095e219688cdda8eb22d9 100644 (file)
@@ -1,6 +1,6 @@
 # Checking Push Parsing.                            -*- Autotest -*-
 
-# Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2012 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
index e7220cbaa730375dc87990a1b6fa5ce8078671db..c528eed809495bebed100a69795daba3553835a8 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison Grammar Reduction.                      -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2007-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001-2002, 2007-2012 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
index c07b7442a44729c392667fb3752840a059494877..c7ed4b7451ecf73f68ea13f4229764c015f17cef 100644 (file)
@@ -1,6 +1,6 @@
 # Bison Regressions.                               -*- Autotest -*-
 
-# Copyright (C) 2001-2011 Free Software Foundation, Inc.
+# Copyright (C) 2001-2012 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
index e20874b6586f06e459318311012148095ff56c4f..388ee09964c3b2426e7e646f9dcac57ef0e98a26 100644 (file)
@@ -1,6 +1,6 @@
 # Exercising Bison Grammar Sets.                      -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2005, 2007, 2009-2011 Free Software
+# Copyright (C) 2001-2002, 2005, 2007, 2009-2012 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index fa01c79e4775bc38347fb6f39726aecfd140760c..f4157b26c3c5ba025ec2f7041632109c49e2c0c8 100644 (file)
@@ -1,6 +1,6 @@
 # Checking skeleton support.                     -*- Autotest -*-
 
-# Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009-2012 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
index 42b2a6671ffd5682a1fc5bca46becfe0521f6494..c12ab9b74a7419f1397b0e647513281964cd038d 100644 (file)
@@ -1,6 +1,6 @@
 # Executing Actions.                               -*- Autotest -*-
 
-# Copyright (C) 2002, 2004-2005, 2007, 2009-2011 Free Software
+# Copyright (C) 2002, 2004-2005, 2007, 2009-2012 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 7bf1ea61ce3c1788179375a558ddc31c55debed2..2a5211ab01cb8b289dd46ed7deeb5cc5d6d02bcf 100644 (file)
@@ -1,6 +1,6 @@
 # Test suite for GNU Bison.                            -*- Autotest -*-
 
-# Copyright (C) 2000-2004, 2006-2007, 2009-2011 Free Software
+# Copyright (C) 2000-2004, 2006-2007, 2009-2012 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify
index 0076dfd1c995def05c86191b8e0c09308277ee16..2b2d422729f2cc4b25fbc283665fc40153aa8243 100644 (file)
@@ -1,6 +1,6 @@
 # Torturing Bison.                                    -*- Autotest -*-
 
-# Copyright (C) 2001-2002, 2004-2007, 2009-2011 Free Software
+# Copyright (C) 2001-2002, 2004-2007, 2009-2012 Free Software
 # Foundation, Inc.
 
 # This program is free software: you can redistribute it and/or modify