bump to 2012 in skeletons.

* data/glr.c, data/glr.cc, data/lalr1.cc, data/lalr1.java,
* data/location.cc, data/yacc.c: Bump copyright year ranges.
This commit is contained in:
Akim Demaille
2012-04-01 12:15:19 +02:00
parent 059736b7b5
commit 681dda24ba
6 changed files with 10 additions and 10 deletions

View File

@@ -35,7 +35,7 @@ m4_divert_push(0)dnl
b4_defines_if(
[@output(b4_spec_defines_file@)@
b4_copyright([Skeleton interface for Bison LALR(1) parsers in C++],
[2002-2011])
[2002-2012])
dnl FIXME: This is wrong, we want computed header guards.
[
/* C++ LALR(1) parser skeleton written by Akim Demaille. */
@@ -284,7 +284,7 @@ b4_percent_code_get([[provides]])[]dnl
])dnl
@output(b4_parser_file_name@)@
b4_copyright([Skeleton implementation for Bison LALR(1) parsers in C++],
[2002-2011])
[2002-2012])
b4_percent_code_get([[top]])[]dnl
m4_if(b4_prefix, [yy], [],
[
@@ -1141,7 +1141,7 @@ b4_error_verbose_if([int yystate, int yytoken],
dnl
@output(b4_dir_prefix[]stack.hh@)@
b4_copyright([Stack handling for Bison parsers in C++],
[2002-2011])[
[2002-2012])[
#ifndef BISON_STACK_HH
# define BISON_STACK_HH