From: Akim Demaille Date: Sun, 1 Apr 2012 10:15:19 +0000 (+0200) Subject: bump to 2012 in skeletons. X-Git-Tag: v2.5.1_rc2~62 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/681dda24bab97297d43a09fb50f95110b790c3ce 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. --- diff --git a/data/glr.c b/data/glr.c index 65107d9a..d0b26926 100644 --- a/data/glr.c +++ b/data/glr.c @@ -164,7 +164,7 @@ m4_changecom() m4_divert_push(0)dnl @output(b4_parser_file_name@)@ b4_copyright([Skeleton implementation for Bison GLR parsers in C], - [2002-2011]) + [2002-2012]) [ /* C GLR parser skeleton written by Paul Hilfinger. */ @@ -2671,7 +2671,7 @@ m4_if(b4_skeleton, ["glr.c"], [b4_defines_if( [@output(b4_spec_defines_file@)@ b4_copyright([Skeleton interface for Bison GLR parsers in C], - [2002-2011]) + [2002-2012]) b4_shared_declarations diff --git a/data/glr.cc b/data/glr.cc index f6b24474..0f9141c4 100644 --- a/data/glr.cc +++ b/data/glr.cc @@ -220,7 +220,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-2006, 2009-2011])[ + [2002-2006, 2009-2012])[ /* C++ GLR parser skeleton written by Akim Demaille. */ diff --git a/data/lalr1.cc b/data/lalr1.cc index dc0cc8cc..d7201dd4 100644 --- a/data/lalr1.cc +++ b/data/lalr1.cc @@ -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 diff --git a/data/lalr1.java b/data/lalr1.java index b5884c40..103c03dd 100644 --- a/data/lalr1.java +++ b/data/lalr1.java @@ -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-2011]) + [2007-2012]) b4_percent_define_ifdef([package], [package b4_percent_define_get([package]); ])[/* First part of user declarations. */ diff --git a/data/location.cc b/data/location.cc index 624c3c15..cb0f1f91 100644 --- a/data/location.cc +++ b/data/location.cc @@ -151,7 +151,7 @@ b4_copyright([Positions for Bison parsers in C++], #endif // not BISON_POSITION_HH] @output(b4_dir_prefix[]location.hh@)@ b4_copyright([Locations for Bison parsers in C++], - [2002-2007, 2009-2011])[ + [2002-2007, 2009-2012])[ /** ** \file location.hh diff --git a/data/yacc.c b/data/yacc.c index 8d26479d..284e13de 100644 --- a/data/yacc.c +++ b/data/yacc.c @@ -234,7 +234,7 @@ m4_changecom() m4_divert_push(0)dnl @output(b4_parser_file_name@)@ b4_copyright([Bison implementation for Yacc-like parsers in C], - [1984, 1989-1990, 2000-2011])[ + [1984, 1989-1990, 2000-2012])[ /* C LALR(1) parser skeleton written by Richard Stallman, by simplifying the original so-called "semantic" parser. */ @@ -2072,7 +2072,7 @@ yypushreturn:]])[ b4_defines_if( [@output(b4_spec_defines_file@)@ b4_copyright([Bison interface for Yacc-like parsers in C], - [1984, 1989-1990, 2000-2011]) + [1984, 1989-1990, 2000-2012]) b4_percent_code_get([[requires]])[]dnl