From 401b73afdf9694e0d9380968ebfd21d837045a2c Mon Sep 17 00:00:00 2001 From: "Joel E. Denny" Date: Thu, 6 Aug 2009 18:57:50 -0400 Subject: [PATCH] maint: run "make update-copyright" --- ChangeLog | 4 ++++ PACKAGING | 2 +- README | 3 ++- README-alpha | 2 +- TODO | 4 ++-- data/README | 2 +- data/c++-skel.m4 | 2 +- data/c-skel.m4 | 2 +- data/java-skel.m4 | 2 +- data/local.mk | 3 ++- data/stack.hh | 6 +++--- data/variant.hh | 4 ++-- data/xslt/bison.xsl | 2 +- data/xslt/xml2text.xsl | 2 +- data/yacc.c | 3 ++- djgpp/Makefile.maint | 3 ++- djgpp/README.in | 2 +- djgpp/config.bat | 3 ++- djgpp/config.sed | 3 ++- djgpp/config.site | 3 ++- djgpp/config_h.sed | 3 ++- djgpp/djunpack.bat | 3 ++- djgpp/local.mk | 2 +- djgpp/subpipe.c | 3 ++- djgpp/subpipe.h | 3 ++- djgpp/testsuite.sed | 2 +- doc/refcard.tex | 2 +- etc/README | 2 +- etc/local.mk | 2 +- examples/local.mk | 2 +- lib/abitset.c | 2 +- lib/abitset.h | 2 +- lib/bbitset.h | 3 ++- lib/bitset.c | 3 ++- lib/bitset.h | 2 +- lib/bitset_stats.c | 3 ++- lib/bitset_stats.h | 2 +- lib/bitsetv-print.c | 3 ++- lib/bitsetv-print.h | 2 +- lib/bitsetv.c | 3 ++- lib/bitsetv.h | 2 +- lib/ebitset.c | 3 ++- lib/ebitset.h | 2 +- lib/get-errno.c | 2 +- lib/get-errno.h | 2 +- lib/lbitset.c | 3 ++- lib/lbitset.h | 2 +- lib/libiberty.h | 2 +- lib/local.mk | 2 +- lib/main.c | 2 +- lib/subpipe.c | 3 ++- lib/subpipe.h | 2 +- lib/timevar.c | 3 ++- lib/timevar.h | 2 +- lib/vbitset.c | 3 ++- lib/vbitset.h | 2 +- lib/yyerror.c | 2 +- m4/bison-i18n.m4 | 2 +- m4/c-working.m4 | 2 +- m4/cxx.m4 | 2 +- m4/subpipe.m4 | 2 +- m4/timevar.m4 | 2 +- src/LR0.c | 4 ++-- src/assoc.c | 3 ++- src/assoc.h | 2 +- src/closure.c | 4 ++-- src/closure.h | 2 +- src/conflicts.c | 4 ++-- src/conflicts.h | 3 ++- src/derives.c | 2 +- src/derives.h | 2 +- src/files.h | 4 ++-- src/flex-scanner.h | 2 +- src/graphviz.c | 2 +- src/nullable.c | 4 ++-- src/nullable.h | 2 +- src/output.h | 4 ++-- src/print-xml.h | 2 +- src/print_graph.c | 4 ++-- src/reader.h | 4 ++-- src/reduce.c | 4 ++-- src/reduce.h | 3 ++- src/relation.c | 2 +- src/relation.h | 2 +- src/scan-code.h | 2 +- src/scan-gram.h | 2 +- src/scan-skel.h | 2 +- src/scan-skel.l | 4 ++-- src/symlist.c | 3 ++- src/symlist.h | 3 ++- src/symtab.h | 4 ++-- src/system.h | 4 ++-- tests/cxx-type.at | 4 ++-- tests/glr-regression.at | 3 ++- tests/headers.at | 3 ++- tests/sets.at | 3 ++- tests/synclines.at | 3 ++- tests/testsuite.at | 4 ++-- 98 files changed, 149 insertions(+), 115 deletions(-) diff --git a/ChangeLog b/ChangeLog index be422d29..d29e7b48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-08-06 Joel E. Denny + + maint: run "make update-copyright" + 2009-08-06 Joel E. Denny maint: make update-b4-copyright easier to use diff --git a/PACKAGING b/PACKAGING index c549b449..6f858727 100644 --- 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 498671f0..34a524db 100644 --- a/README +++ b/README @@ -25,7 +25,8 @@ not answer them, please send mail to . ----- -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. diff --git a/README-alpha b/README-alpha index 550ca327..14ca052c 100644 --- a/README-alpha +++ b/README-alpha @@ -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 376ec1d7..d244a828 100644 --- a/TODO +++ b/TODO @@ -428,8 +428,8 @@ Equip the parser with a means to create the (visual) parse tree. ----- -Copyright (C) 2001, 2002, 2003, 2004, 2006, 2008 Free Software Foundation, -Inc. +Copyright (C) 2001, 2002, 2003, 2004, 2006, 2008-2009 Free Software +Foundation, Inc. This file is part of Bison, the GNU Compiler Compiler. diff --git a/data/README b/data/README index 18e025c1..1de6c78c 100644 --- a/data/README +++ b/data/README @@ -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. diff --git a/data/c++-skel.m4 b/data/c++-skel.m4 index b8089ff8..b98f7bb7 100644 --- a/data/c++-skel.m4 +++ b/data/c++-skel.m4 @@ -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 diff --git a/data/c-skel.m4 b/data/c-skel.m4 index 91f3c205..20c2a831 100644 --- a/data/c-skel.m4 +++ b/data/c-skel.m4 @@ -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 diff --git a/data/java-skel.m4 b/data/java-skel.m4 index 7c4aa109..7c314ceb 100644 --- a/data/java-skel.m4 +++ b/data/java-skel.m4 @@ -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 diff --git a/data/local.mk b/data/local.mk index d55bacb0..158b633e 100644 --- a/data/local.mk +++ b/data/local.mk @@ -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 diff --git a/data/stack.hh b/data/stack.hh index cb8e6964..e8ea9e45 100644 --- a/data/stack.hh +++ b/data/stack.hh @@ -1,7 +1,7 @@ # C++ 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 @@ -17,7 +17,7 @@ # along with this program. If not, see . m4_pushdef([b4_copyright_years], - [2002, 2003, 2004, 2005, 2006, 2007, 2008]) + [2002, 2003, 2004, 2005, 2006, 2007, 2008-2009]) # We do want M4 expansion after # for CPP macros. m4_changecom() diff --git a/data/variant.hh b/data/variant.hh index 14884ecb..ae26f5b8 100644 --- a/data/variant.hh +++ b/data/variant.hh @@ -1,7 +1,7 @@ # C++ 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 diff --git a/data/xslt/bison.xsl b/data/xslt/bison.xsl index 9a6ce8a4..f5f6323b 100644 --- a/data/xslt/bison.xsl +++ b/data/xslt/bison.xsl @@ -3,7 +3,7 @@