]> git.saurik.com Git - bison.git/commitdiff
maint: run "make update-copyright"
authorJoel E. Denny <jdenny@clemson.edu>
Thu, 6 Aug 2009 23:15:28 +0000 (19:15 -0400)
committerJoel E. Denny <jdenny@clemson.edu>
Thu, 6 Aug 2009 23:16:29 +0000 (19:16 -0400)
102 files changed:
ChangeLog
PACKAGING
README
README-alpha
TODO
data/Makefile.am
data/README
data/c++-skel.m4
data/c-skel.m4
data/glr.cc
data/java-skel.m4
data/java.m4
data/lalr1.java
data/xslt/bison.xsl
data/xslt/xml2text.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/refcard.tex
etc/Makefile.am
etc/README
examples/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/subpipe.c
lib/subpipe.h
lib/timevar.c
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/LR0.c
src/assoc.c
src/assoc.h
src/closure.c
src/closure.h
src/conflicts.c
src/conflicts.h
src/derives.c
src/derives.h
src/files.h
src/flex-scanner.h
src/graphviz.c
src/nullable.c
src/nullable.h
src/output.h
src/print-xml.h
src/print_graph.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-skel.h
src/scan-skel.l
src/symlist.c
src/symlist.h
src/symtab.h
src/system.h
tests/Makefile.am
tests/actions.at
tests/c++.at
tests/cxx-type.at
tests/glr-regression.at
tests/headers.at
tests/sets.at
tests/synclines.at
tests/testsuite.at

index 252cadb321ac1430f1fe17f1bdae3894e52f0f0d..1513a0b739497023b45ca9d8226a4b1c885d1569 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
+
+       maint: run "make update-copyright"
+
 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
 
        maint: make update-b4-copyright easier to use
index c549b44970bbc5c91eae7e9ddecb333090f98c60..6f858727c09199350bf22b57bcfc444660416be0 100644 (file)
--- a/PACKAGING
+++ b/PACKAGING
@@ -36,7 +36,7 @@ to the bison package.
 
 -----
 
-Copyright (C) 2002, 2005 Free Software Foundation, Inc.
+Copyright (C) 2002, 2005, 2009 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
diff --git a/README b/README
index 498671f078037707dc7e33d348d2487b95255726..34a524dbfb397d4cf256e14efdbbcb1f4c537a09 100644 (file)
--- a/README
+++ b/README
@@ -25,7 +25,8 @@ not answer them, please send mail to <help-bison@gnu.org>.
 
 -----
 
-Copyright (C) 1992, 1998, 1999, 2003, 2004, 2005, 2008 Free Software Foundation, Inc.
+Copyright (C) 1992, 1998, 1999, 2003, 2004, 2005, 2008-2009 Free
+Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index 550ca327d5b95b3de2f71bab46e6e487af3783e7..14ca052c5971d9d09722dac3660e6fc01a9ee8c8 100644 (file)
@@ -12,7 +12,7 @@ the problems you encounter.
 
 -----
 
-Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
diff --git a/TODO b/TODO
index b2bca35404a7526ee7e6a077568d62cd6c21541e..6686ca4e229aa056b11ae28085d315a80f14027f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -290,8 +290,8 @@ Equip the parser with a means to create the (visual) parse tree.
 
 -----
 
-Copyright (C) 2001, 2002, 2003, 2004, 2006 Free Software Foundation,
-Inc.
+Copyright (C) 2001, 2002, 2003, 2004, 2006, 2009 Free Software
+Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index ce15daca4ae3ab0640b3c56d1403910e4498bdc9..8ac508796e9fbb8c4d659c78f9e8b57e553a8f4f 100644 (file)
@@ -1,4 +1,5 @@
-## Copyright (C) 2002, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+## Copyright (C) 2002, 2005, 2006, 2007, 2008-2009 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 18e025c1c2ffd06319c8a054dc84e4dec5aa5251..1de6c78ca4c7915748b116c59fdbd470105131b9 100644 (file)
@@ -52,7 +52,7 @@ into various formats.
 
 -----
 
-Copyright (C) 2002, 2008 Free Software Foundation, Inc.
+Copyright (C) 2002, 2008-2009 Free Software Foundation, Inc.
 
 This file is part of GNU Bison.
 
index b8089ff8623f084b89696f72df2ee6205163e562..b98f7bb740c22ab1cc56debf33d1343bca39d9cd 100644 (file)
@@ -1,7 +1,7 @@
                                                             -*- Autoconf -*-
 
 # C++ skeleton dispatching for Bison.
-# Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2009 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 91f3c20523ce85286b6201f60c563c1112bf7b69..20c2a831201fe20e60fd137d40ff7ee70491eed9 100644 (file)
@@ -1,7 +1,7 @@
                                                             -*- Autoconf -*-
 
 # C skeleton dispatching for Bison.
-# Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2007, 2009 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 afd0e61341117f8e2de5d7b9cc2835798c796f84..ff19e2799b35e35ff06e8e0100ce20d4b38fe620 100644 (file)
@@ -1,8 +1,8 @@
                                                                     -*- C -*-
 
 # C++ GLR skeleton for Bison
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation,
-# Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008-2009 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
@@ -219,7 +219,7 @@ m4_popdef([b4_parse_param])
 m4_divert_push(0)
 @output(b4_spec_defines_file@)@
 b4_copyright([Skeleton interface for Bison GLR parsers in C++],
-  [2002, 2003, 2004, 2005, 2006])[
+             [2002, 2003, 2004, 2005, 2006, 2009])[
 
 /* C++ GLR parser skeleton written by Akim Demaille.  */
 
index 7c4aa1095d9d9fc525a1e8da311515ea406280f2..7c314ceb870fced048c3795223dee02a3b191c2f 100644 (file)
@@ -1,7 +1,7 @@
                                                             -*- Autoconf -*-
 
 # Java skeleton dispatching for Bison.
-# Copyright (C) 2007 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2009 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 b3dbd3b3cbcf9b2d969242ef8a7679b7d11ae63d..c03b65d7f8f54c65278ec85aac379a26b9798676 100644 (file)
@@ -2,7 +2,7 @@
 
 # Java language support for Bison
 
-# Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2007, 2008-2009 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 5fbce2b57c1030eb77cfca053ab42ef7d838d926..947eaf48ad0fcee201dfaaf17ba859eb274e1841 100644 (file)
@@ -25,7 +25,7 @@ m4_ifval(m4_defn([b4_symbol_destructors]),
 m4_divert_push(0)dnl
 @output(b4_parser_file_name@)@
 b4_copyright([Skeleton implementation for Bison LALR(1) parsers in Java],
-  [2007, 2008, 2009])
+             [2007, 2008, 2009])
 
 b4_percent_define_ifdef([package], [package b4_percent_define_get([package]);
 ])[/* First part of user declarations.  */
index 9a6ce8a48bbb316097edfc686fa46dd456d9a37e..f5f6323b9a0ca1368abf1253e81a7b39ea50bea1 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     bison.xsl - common templates for Bison XSLT.
 
-    Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+    Copyright (C) 2007, 2008-2009 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index a7835129a840029506c4496d80588cafb19e35a5..fbb6f2bdf780fc75bfd13fb6625dae0ebbc44899 100644 (file)
@@ -3,7 +3,7 @@
 <!--
     xml2text.xsl - transform Bison XML Report into plain text.
 
-    Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+    Copyright (C) 2007, 2008-2009 Free Software Foundation, Inc.
 
     This file is part of Bison, the GNU Compiler Compiler.
 
index 1a2b88c8a4d478019e715c5d3774521a9ef9a657..5e737b761be34612b8c2f0aa1b13d94692f9bb73 100644 (file)
@@ -155,8 +155,8 @@ m4_changecom()
 m4_divert_push(0)dnl
 @output(b4_parser_file_name@)@
 b4_copyright([Skeleton implementation for Bison's Yacc-like parsers in C],
-  [1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-   2009])[
+             [1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005,
+              2006, 2007, 2008, 2009])[
 
 /* C LALR(1) parser skeleton written by Richard Stallman, by
    simplifying the original so-called "semantic" parser.  */
@@ -1677,8 +1677,8 @@ yypushreturn:
 b4_defines_if(
 [@output(b4_spec_defines_file@)@
 b4_copyright([Skeleton interface for Bison's Yacc-like parsers in C],
-  [1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-   2009])
+             [1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005,
+              2006, 2007, 2008, 2009])
 
 b4_percent_code_get([[requires]])[]dnl
 
index 3739f97a89c7b7aaf45e66c7850e0a487e0828b9..9a67b926dfa8197c7d48274fe4d3376aae390054 100644 (file)
@@ -1,7 +1,8 @@
 # DJGPP Maintainer's Makefile                                    -*-Makefile-*-
 # Requires GNU sed
 
-## Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+## Copyright (C) 2005, 2006, 2007, 2008-2009 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 d559a096037d17696fa34cda1907df6d5047951e..050816175cabae3a112f5a76c852561f9331c4cf 100644 (file)
@@ -1,6 +1,6 @@
 This is a port of GNU Bison @VERSION@ to MSDOS/DJGPP.
 
-Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+Copyright (C) 2005, 2006, 2007, 2008-2009 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 61a02d6e8502dd7e0600e98ccf12ccc6081f88a7..b3d75d8ef37c76b4ac16fda19b73f0cb5258e53b 100644 (file)
@@ -4,7 +4,8 @@ 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, 2006, 2007, 2008 Free Software Foundation, Inc.\r
+Rem Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,\r
+Rem 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 86050e432f4264c2a6ab15ef23b289e8ec828a34..d906db8f500d3e0f86baf1d3aa7afcdaaa267c23 100644 (file)
@@ -3,7 +3,8 @@
 # of the configure script generated by autoconf 2.62.
 
 
-# Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006, 2007, 2008-2009 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 526da0c8e41eb0812ab4e532184b546a0a7782c4..2fee37465fd34cd32e0834abbc7cb7b44655947e 100644 (file)
@@ -3,7 +3,8 @@
 # This is the config.site file for configuring GNU packages
 # which are to be built with DJGPP tools.
 
-# Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006, 2007, 2008-2009 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 1cbab2497e71a51a25a6e1335cf5b75e7784b370..14a74f5869dfb3bb1e4f054ea2db17d4d013d390 100644 (file)
@@ -1,6 +1,7 @@
 # sed script for DJGPP specific editing of config.hin
 
-# Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2006, 2007, 2008-2009 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 51b98006be760f220cbbbffffba271fbaa1b326d..aa96efd82636d2e85051d8dbe3bd0be3eb8ebacc 100644 (file)
@@ -7,7 +7,8 @@ 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, 2006, 2007, 2008 Free Software Foundation, Inc.\r
+Rem Copyright (C) 2005, 2006, 2007, 2008-2009 Free Software Foundation,\r
+Rem 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 955dcd2e7a633ee8d290736b54d09033da5ea2d0..bbff590437b3e14d13023f017f7680abb3a4b3b0 100644 (file)
@@ -1,6 +1,7 @@
 /* Subprocesses with pipes.
 
-   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2007, 2008-2009 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 789209717a3fd2ca70fdd08ba96e3db450c5729c..4257f41869fe6614450c28b0165228d96972ea7b 100644 (file)
@@ -1,5 +1,6 @@
 /* Subprocesses with pipes.
-   Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2007, 2008-2009 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 266dab5675fc6d02133e43de31794883892dec4a..d5a0d7b74c4a328eac5e4003650098fee2601d73 100644 (file)
@@ -3,7 +3,7 @@
 # of the testsuite script generated by autoconf 2.61.\r
 \r
 \r
-# Copyright (C) 2007, 2008 Free Software Foundation, Inc.\r
+# Copyright (C) 2007, 2008-2009 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 3c403275892b69c8fdefc7c2c4f427e61329c8a8..adf8ad89dc87d08d53ddcaba4cf1da1d9d241ae4 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
-## Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2008 Free Software
-## Foundation, Inc.
+## Copyright (C) 2001, 2002, 2003, 2005, 2006, 2007, 2008-2009 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 85663cd63ada23b41a303a75ddc1339ead43c079..59e9dea2bf6f8061f571a975b177a8c5555fe2fd 100644 (file)
@@ -19,7 +19,7 @@
 \def\finalout{\overfullrule=0pt}
 %\finalout
 
-% Copyright (c) 1998, 2001  Free Software Foundation, Inc.
+% Copyright (c) 1998, 2001, 2009 Free Software Foundation, Inc.
 %
 % This file is part of Bison.
 %
index 889660692d9cfec9dd4db2bb95a5739858384ab8..6b5e36edf65cb57d6502fcf331560a868518cb17 100644 (file)
@@ -1,4 +1,4 @@
-## Copyright (C) 2006 Free Software Foundation, Inc.
+## Copyright (C) 2006, 2009 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 d7fce47831f48fe6c4d9c784effbf1d1027b3df6..01fa051898d068d5366b84bb9d5d42a427f2c6c4 100644 (file)
@@ -19,7 +19,7 @@ straightforward use of _build/src/bison would.)
 
 --
 
-Copyright (C) 2006 Free Software Foundation, Inc.
+Copyright (C) 2006, 2009 Free Software Foundation, Inc.
 
 This file is part of Bison, the GNU Compiler Compiler.
 
index 4f2176fc33f2499bfe7e01d8936b597be332c0b1..ba1d2161a3259cd917e8efb4f1141279f2326fcf 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
-## Copyright (C) 2005 Free Software Foundation, Inc.
+## Copyright (C) 2005, 2009 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 b03ff1208aae82bc390df758815f8d8c3ea76319..551848c913d58d3777d1b7faaf0b2c246a7daf49 100644 (file)
@@ -1,5 +1,5 @@
 /* Array bitsets.
-   Copyright (C) 2002, 2003, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2006, 2009 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 06fd1bd401e6387ca912fb6cdeb0d79230b473ef..c4a0e53523efa4870f5019bbb40fa7cfec1951dd 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support abitsets.
-   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 35ff0e1f99d0958ad5d2ae1dff0bc8a89f82fac6..d9d5e4b50dd89a403f9aecd1ed8ca66fe26e7d57 100644 (file)
@@ -1,5 +1,6 @@
 /* Base bitset stuff.
-   Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2006, 2009 Free Software Foundation,
+   Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index ef4c6b2758b2eb193fb91aa90dc245d1c6beb36b..3b76618efc1f3725745b3edb8ea279effdd9361b 100644 (file)
@@ -1,5 +1,6 @@
 /* General bitsets.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 Free Software
+   Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 3e52940c17f8dec50608a353292990f30a2db625..07e1d9d62bf9e0faa850dd784254d8b0aba5df40 100644 (file)
@@ -1,5 +1,5 @@
 /* Generic bitsets.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index a7f53fbca8216761d922441305f4f49195488695..d71b91a077ed5c46c06234ae16380471be13de5c 100644 (file)
@@ -1,5 +1,6 @@
 /* Bitset statistics.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 Free Software
+   Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 81e202accb8f919bfd9c1bc36ac182821b271199..fb203c48143af6a726919e97fdcfe03cf581f8b8 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support bitset statistics.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2009 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 00c4ecd84ccd3fff741e0cdedd695b8510ba936b..3cc73bd8ca78bf38363c552842d08cecb96d74ed 100644 (file)
@@ -1,5 +1,6 @@
 /* Bitset vectors.
-   Copyright (C) 2001, 2002, 2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2004, 2006, 2009 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 0f49de9b7a555ae2037a50dd085aac2a6705b397..be55a68fa1c85113380dcc86883968b4af5d9164 100644 (file)
@@ -1,5 +1,5 @@
 /* Bitset vectors.
-   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
    Contributed by Akim Demaille (akim@freefriends.org).
 
    This program is free software: you can redistribute it and/or modify
index 54724c93d29bb3c3cc9da5f96d4b99efdb2a38d6..36b227422060c4d938de30cbe14f4ed8633cfd2c 100644 (file)
@@ -1,5 +1,6 @@
 /* Bitset vectors.
-   Copyright (C) 2001, 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2001, 2002, 2004, 2005, 2006, 2009 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 7de2c0fd38bed905084aca328f9f8a9e793d6db5..5ad8b6b79a3249a91ef44fd3c375e746f16f19d0 100644 (file)
@@ -1,5 +1,5 @@
 /* Bitset vectors.
-   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index cdbbe2de95771c7d149229178cba89e317b94bd1..e38394243cdee9eac2cc8970f6a0ab3b352d67e1 100644 (file)
@@ -1,5 +1,6 @@
 /* Functions to support expandable bitsets.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 Free Software
+   Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index b335803f4687280e433d5918c1fb131f50828a3b..d344513d3e0901e48a4857ab9291e47fe5d0c71c 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support ebitsets.
-   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 078b6e6f2a7d98443faf3b83990d89d27059a8d3..6d2dae79026bf0438aa591293f1934332f8e382b 100644 (file)
@@ -1,6 +1,6 @@
 /* get-errno.c - get and set errno.
 
-   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2009 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 4dceca7ea13da14b17028645ba8e4ffa939a8340..0f49a52ad6da139bb4d46f54b4a169e176b866f6 100644 (file)
@@ -1,6 +1,6 @@
 /* get-errno.h - get and set errno.
 
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009 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 9a6fc0aeebdf1dd0f7a4adfb4afa06fd942fdb21..81e934e6db0ebe26239cd825badfc568ef83dd99 100644 (file)
@@ -1,5 +1,6 @@
 /* Functions to support link list bitsets.
-   Copyright (C) 2002, 2003, 2004, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2006, 2009 Free Software Foundation,
+   Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 9301a3f86a5c517cc86208b5acdccdea06ae7b33..c67b44127157af9144fb4376a2106ced1d08a884 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support lbitsets.
-   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 3071662509de07a82e76e2ce08b976f7f2f41e22..c71da38bd15d70194081c28564c7deeb246d5c07 100644 (file)
@@ -1,5 +1,5 @@
 /* Fake libiberty.h for Bison.
-   Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2009 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 4b165ce3ef97ec54fb6d6ce60aa48e982a16fa1d..13cd9f46d190f42cd761330b6a17bfd7f3f6ce0e 100644 (file)
@@ -1,6 +1,6 @@
 /* Yacc library main function.
 
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index a0cfc811fa47d377cc37d14981a6651cde42e802..d7b67ce7c43cc7f36876aacfdb0151213f754929 100644 (file)
@@ -1,6 +1,7 @@
 /* Subprocesses with pipes.
 
-   Copyright (C) 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2005, 2006, 2009 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 cd1e444406fb6341b4f41f7abc7d0e62f54560c7..f20a0d7213ce9c786ceb4747c47a37263b2b6c8d 100644 (file)
@@ -1,5 +1,5 @@
 /* Subprocesses with pipes.
-   Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2005, 2009 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 c79252b2817c1ca4639a05aae42fcbea25331ce0..77709e937fe941a9d365991e12b279c682f7eeea 100644 (file)
@@ -1,5 +1,6 @@
 /* Timing variables for measuring compiler performance.
-   Copyright (C) 2000, 2002, 2004, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2004, 2005, 2006, 2009 Free Software
+   Foundation, Inc.
    Contributed by Alex Samuel <samuel@codesourcery.com>
 
    This program is free software: you can redistribute it and/or modify
index 57dc203e107f5313c48bed275b1ab0978657491a..d2f061e8d1b4682581fb3c2118d5722047aa6f52 100644 (file)
@@ -1,5 +1,5 @@
 /* Timing variables for measuring compiler performance.
-   Copyright (C) 2000, 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2004, 2009 Free Software Foundation, Inc.
    Contributed by Alex Samuel <samuel@codesourcery.com>
 
    This program is free software: you can redistribute it and/or modify
index 802fdae4866bc0624f75a726527303b054c3e3e4..799d2a92c806fc9504e6379f6777ead779395b6d 100644 (file)
@@ -1,5 +1,6 @@
 /* Variable array bitsets.
-   Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009 Free Software
+   Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 53361be8231580a0f0ddbbb0d97d440bd60c5b85..d7b5891db1257957b054be6e9128acf965feacd0 100644 (file)
@@ -1,5 +1,5 @@
 /* Functions to support vbitsets.
-   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
    Contributed by Michael Hayes (m.hayes@elec.canterbury.ac.nz).
 
    This program is free software: you can redistribute it and/or modify
index 88632efec7b92c71a2432e655ac56fb311ddfdad..208ecccb4bcce4ec5d5a3f55a05bd6c2aaf9c93c 100644 (file)
@@ -1,6 +1,6 @@
 /* Yacc library error-printing function.
 
-   Copyright (C) 2002 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 75717127dc8b599aa9dbd6c897161e570112b41b..a416e3afbc7bfe73f2262f03e365326d17db4c6f 100644 (file)
@@ -1,5 +1,5 @@
 # bison-i18n.m4 serial 2
-dnl Copyright (C) 2005-2006 Free Software Foundation, Inc.
+dnl Copyright (C) 2005-2006, 2009 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
index 8cd7d4f63a616dea4ca33026711da29b097953d8..493a226874c8eceb1a71883b09608709adc02b7d 100644 (file)
@@ -1,6 +1,6 @@
 # Sanity test a C compiler.
 
-# Copyright (C) 2006 Free Software Foundation, Inc.
+# Copyright (C) 2006, 2009 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 8c88874cd22b3dc8904c16c2f0fbcc6422a59525..3d5f400ea895f807b9683ca3a34171dc8755620c 100644 (file)
--- a/m4/cxx.m4
+++ b/m4/cxx.m4
@@ -1,7 +1,7 @@
 # -*- Autoconf -*-
 # Sanity-test a C++ compiler.
 #
-# Copyright (C) 2004, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2006, 2009 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 cf1a92d02fb15c396fbc00fb03622ea888d34a6f..924a3196093a5b6167c4b35fb6c12ae45170c027 100644 (file)
@@ -1,7 +1,7 @@
 # -*- Autoconf -*-
 # Checks required to run `subpipe'.
 #
-# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2005, 2009 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 0006380edaa222b8da57e35e224b5093c12571cf..4fcbbdfd41d6c9f78a1c44b00769a0dd565c1c64 100644 (file)
@@ -1,7 +1,7 @@
 # -*- Autoconf -*-
 # Checks required to run `timevar', a time tracker.
 #
-# Copyright (C) 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2009 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 efda69fb35af83cc3e8fc8a0d9c1546a559d47ec..4725d6bc303534a7a04f4719b328641935658c07 100644 (file)
--- a/src/LR0.c
+++ b/src/LR0.c
@@ -1,7 +1,7 @@
 /* Generate the nondeterministic finite state machine for Bison.
 
-   Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2004, 2005, 2006, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1984, 1986, 1989, 2000, 2001, 2002, 2004, 2005, 2006,
+   2007, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 2ce16f0b5919e852aafc750421958fc86ca01eae..259877e858b10c611e32974942f89cc73a743503 100644 (file)
@@ -1,5 +1,5 @@
 /* Associativity information.
-   Copyright (C) 2002, 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005, 2006, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index d900caff9684c01f2605a5aa1a9c4005c48b171c..3168f998e0560703177d34466f3cb9b2cccb95e1 100644 (file)
@@ -1,5 +1,5 @@
 /* Associativity information.
-   Copyright (C) 2002, 2006 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2006, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ff3109caf0c5736d25da0c55ed140e81b1ab7b57..180e1dfc15ed259251a228caf8d263c9360270d2 100644 (file)
@@ -1,7 +1,7 @@
 /* Closures for Bison
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2004, 2005, 2007 Free
-   Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2004, 2005, 2007, 2009
+   Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 045daa910e44cac19816adc98d36004a374507a1..f64b7d5e8ef1c0a00dfa61bc8abc3046aa8f90ff 100644 (file)
@@ -1,6 +1,6 @@
 /* Subroutines for bison
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2007 Free Software
+   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2007, 2009 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 7a9f3c222662dd7094c4b949b4c1bf1cfec36157..98959cffd551008585159e27323ee5d3ecfd4673 100644 (file)
@@ -1,7 +1,7 @@
 /* Find and resolve or report lookahead conflicts for bison,
 
-   Copyright (C) 1984, 1989, 1992, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007 Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 1992, 2000, 2001, 2002, 2003, 2004, 2005,
+   2006, 2007, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index d8264ccadbfc3422c42c065ec1956b2726a0c8fe..901e88a9648823ccb515828c312197c0dd894446 100644 (file)
@@ -1,5 +1,6 @@
 /* Find and resolve or report lookahead conflicts for bison,
-   Copyright (C) 2000, 2001, 2002, 2004, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2004, 2007, 2009 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index dc6049c7979d56f4e22d1b23ca63e1394e80d89b..7442ca87f696c18c386f5782877818e14ba717a0 100644 (file)
@@ -1,6 +1,6 @@
 /* Match rules with nonterminals for bison,
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2005 Free
+   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2005, 2009 Free
    Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index d4ba11647d6dcb1cacfb6975a77528b73ac5b2d6..d9de5b06603889d1155c90b05991d04b16317a89 100644 (file)
@@ -1,6 +1,6 @@
 /* Match rules with nonterminals for bison,
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002 Free Software
+   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2009 Free Software
    Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
index 3a72193b6d8194374e44910ec90defaefa0af8e3..a75eda221ec8bee251a2d16d55d8b4de829c6cc3 100644 (file)
@@ -1,7 +1,7 @@
 /* File names and variables for bison,
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2006, 2007 Free Software
-   Foundation, Inc.
+   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2006, 2007, 2009 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index ffa519147860621c01ffdb4dd915609be13a472c..b859049e55483681ff3403aa0757065e6397aefa 100644 (file)
@@ -1,6 +1,6 @@
 /* Common parts between scan-code.l, scan-gram.l, and scan-skel.l.
 
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 6454dc46819c14f90e1017be4b358d619bab57d2..4c9600358bb83cab8366c936b2a1b45fa396588e 100644 (file)
@@ -1,6 +1,6 @@
 /* Output Graphviz specification of a state machine generated by Bison.
 
-   Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 7ee661201ec4aeed6f3cb320ecd6aef6b09acd95..51b876c553a0a41fcb47c927df549cfd7d02ae44 100644 (file)
@@ -1,7 +1,7 @@
 /* Calculate which nonterminals can expand into the null string for Bison.
 
-   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2004, 2005, 2006
-   Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+   2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index f8d8e2309c2ea65da143b3857ba4995810d2d156..a8e9e28d81057e0cad31e5facce0e0e6e1376827 100644 (file)
@@ -1,5 +1,5 @@
 /* Part of the bison parser generator,
-   Copyright (C) 2000, 2002 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2002, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index abd88f5c4470a1c1198a4bd0eb972e49d70b7ebc..ed97ed795c907ac2c70e1808b2a5f4122c5bbc67 100644 (file)
@@ -1,6 +1,6 @@
 /* Output the generated parsing program for bison,
-   Copyright (C) 2000, 2001, 2002, 2003, 2006, 2007 Free Software Foundation,
-   Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2006, 2007, 2009 Free Software
+   Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index cdef48902737e9d1e201891c5109f54bd73c59ae..cb6f5ec159cb435290ed93d1c465315ca6ab5ca1 100644 (file)
@@ -1,6 +1,6 @@
 /* Output an xml of the generated parser, for Bison.
 
-   Copyright (C) 2007 Free Software Foundation, Inc.
+   Copyright (C) 2007, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 9d7da18a173728f80c335df0a88c2f70673f3da4..86877c35a6cbc33a99fac436872f38ca029ffaba 100644 (file)
@@ -1,7 +1,7 @@
 /* Output a graph of the generated parser, for Bison.
 
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
-   Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 736bd0e763f0a09d0140857c986ecea522522e1b..e57100522a16ed6663c3b55b38e3d8bb56bc092a 100644 (file)
@@ -1,7 +1,7 @@
 /* Input parser for Bison
 
-   Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007 Free Software
-   Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007, 2009 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 596a26bc8204d451e3f635a141377cac78cdfed5..67e72a36949a28828f2a69674e783cbdf0054072 100644 (file)
@@ -1,7 +1,7 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 1988, 1989, 2000, 2001, 2002, 2003, 2005, 2006,
-   2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1989, 2000, 2001, 2002, 2003, 2005, 2006, 2007,
+   2008-2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 3d039ef59b7b336becc9084991ed5ff67f2d587a..2b6b8e583719c2a459725a8c69ad1278f4777d4d 100644 (file)
@@ -1,6 +1,7 @@
 /* Grammar reduction for Bison.
 
-   Copyright (C) 2000, 2001, 2002, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2007, 2009 Free Software Foundation,
+   Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c5bf05bffdf2f36e6bc43286a67e6341fb4f2e2d..32305221e90ba735fcef4358bd2cc554ecb367ac 100644 (file)
@@ -1,5 +1,5 @@
 /* Binary relations.
-   Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2005, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 8be164b1dd1373fecb24670100ced559b825d3bb..7af2ae837434dd6cab54fbc970f8b5e700ec3b95 100644 (file)
@@ -1,5 +1,5 @@
 /* Binary relations.
-   Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2004, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index cf5b6d70b11f4bc59a20b4a510123e65b4224098..11cf5d01eb3061ed4940dc11795adab169afcd86 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison code properties structure and scanner.
 
-   Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 235800f8ca56c6e8b441cbe018c667369897600a..323b49b01b43ad7f2031929470121071d2ecec1f 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Action Scanner                             -*- C -*-
 
-   Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 2008-2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index b7983f1c0efb815f12169b0de8e6fbff4fd45df9..decb545c74ef72401ffe11da8290f4b961ed8731 100644 (file)
@@ -1,6 +1,6 @@
 /* Bison Grammar Scanner
 
-   Copyright (C) 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index c9b4da619c713c4307ecbe944ee781377f895adc..428c4d9df4227b965dbfe0873aaeba34a8b2aba9 100644 (file)
@@ -1,6 +1,6 @@
 /* Scan Bison Skeletons.
 
-   Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2006, 2007, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 6841b4a4eccaf817e78ebfc2e52cf7a8a1d20f1d..8b3c59332cad96ab06d76012e17f13b1dc6c1390 100644 (file)
@@ -1,7 +1,7 @@
 /* Scan Bison Skeletons.                                       -*- C -*-
 
-   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free Software
-   Foundation, Inc.
+   Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009 Free
+   Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 1ffad2b62109f9e776ea2be1b21603977da6f939..74cbe8b6ef53cf8ce6865c7a8db2da2053e9eb56 100644 (file)
@@ -1,6 +1,7 @@
 /* Lists of symbols for Bison
 
-   Copyright (C) 2002, 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005, 2006, 2007, 2009 Free Software Foundation,
+   Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index e02c9e4f72d9cd147456a124d7cbce70975985bf..629bcd61f3af595c469954366d86aafe24c94ca2 100644 (file)
@@ -1,6 +1,7 @@
 /* Lists of symbols for Bison
 
-   Copyright (C) 2002, 2005, 2006, 2007 Free Software Foundation, Inc.
+   Copyright (C) 2002, 2005, 2006, 2007, 2009 Free Software Foundation,
+   Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index fe37716a109f8b59e7c7f07df098622ca8e63dc1..b12c421ad0576e945ecde0482663578dbec91178 100644 (file)
@@ -1,7 +1,7 @@
 /* Definitions for symtab.c and callers, part of Bison.
 
-   Copyright (C) 1984, 1989, 1992, 2000, 2001, 2002, 2004, 2005, 2006, 2007
-   Free Software Foundation, Inc.
+   Copyright (C) 1984, 1989, 1992, 2000, 2001, 2002, 2004, 2005, 2006,
+   2007, 2009 Free Software Foundation, Inc.
 
    This file is part of Bison, the GNU Compiler Compiler.
 
index 57a432d0a7b2fd758ddefb6e6ac17d7b118c3c9d..cc2b09b22d14c280b58e2b18749f5cfd18c34188 100644 (file)
@@ -1,7 +1,7 @@
 /* System-dependent definitions for Bison.
 
-   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Free
-   Software Foundation, Inc.
+   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009
+   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 f686fdbfe43d13a2a7454b2867ccd26d444e01c4..05a35211674cccea4dfc77895e224e341e57a488 100644 (file)
@@ -2,8 +2,8 @@
 
 ## Makefile for Bison testsuite.
 
-## Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free
-## Software Foundation, Inc.
+## Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+## 2008-2009 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 841ae3925898662bc29299a70500ae96529d6af5..dd57b0809057a26bbfc0e615853814ed11678991 100644 (file)
@@ -1,6 +1,6 @@
 # Executing Actions.                               -*- Autotest -*-
-# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software
-# Foundation, Inc.
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008-2009 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 3e742ee261afee7d42a5531916a4aeaadf817b6a..341e48ad5af475a877a048519720c3e90ff9695a 100644 (file)
@@ -1,5 +1,5 @@
 # Checking the output filenames.                    -*- Autotest -*-
-# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2005, 2007, 2009 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 923dc237b0b1d28e177e83a987d4ae919c7c7fbd..9daaa44ef8d45d007da411e86fd3554811645b0c 100644 (file)
@@ -1,6 +1,6 @@
 # Checking GLR Parsing.                         -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software
-# Foundation, Inc.
+# Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008-2009 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 2f71926020f79f8da5ed381f4f86f2aa2bebfbb6..e5d683743dd1349a007b3c7cfe9d06116cb41322 100644 (file)
@@ -1,5 +1,6 @@
 # Checking GLR Parsing: Regression Tests           -*- Autotest -*-
-# Copyright (C) 2002, 2003, 2005, 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2009 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 8d70b35eeec93af7cf1b67bbc5ed9da75b925de8..66a606c7507171a8ed332fba01ff50d45d1f226f 100644 (file)
@@ -1,5 +1,6 @@
 # Bison Parser Headers.                               -*- Autotest -*-
-# Copyright (C) 2001, 2002, 2006, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2006, 2007, 2009 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 165dabac7dade957c77fbd4d5b71c2e5b2aa0fa4..84070a6b7b26b6323ec381fbd3c3a46af48aee9f 100644 (file)
@@ -1,5 +1,6 @@
 # Exercising Bison Grammar Sets.                      -*- Autotest -*-
-# Copyright (C) 2001, 2002, 2005, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2001, 2002, 2005, 2007, 2009 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 d971e5466654e92c690ba26934bc9295aef98137..8653b460e5b0d8895904b5ab749dc63db9f6d170 100644 (file)
@@ -1,5 +1,6 @@
 # Executing Actions.                               -*- Autotest -*-
-# Copyright (C) 2002, 2004, 2005, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2002, 2004, 2005, 2007, 2009 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 36304e8ef3281685f8de5659b824f4b45ee2bae0..9af11f9f5913e452dea8b01344e985f921a8a653 100644 (file)
@@ -1,7 +1,7 @@
 # Test suite for GNU Bison.                            -*- Autotest -*-
 
-# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2007 Free Software
-# Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009 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