Copyright years.
authorAkim Demaille <demaille@gostai.com>
Wed, 31 Dec 2008 15:55:12 +0000 (16:55 +0100)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Mon, 6 Apr 2009 08:57:17 +0000 (04:57 -0400)
* data/glr.c: Add 2007 and 2008 here, consistenly with the comments.

ChangeLog
data/glr.c

index 929d5e4..50e8fba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-25  Akim Demaille  <demaille@gostai.com>
+
+       Copyright years.
+       * data/glr.c: Add 2007 and 2008 here, consistenly with the comments.
+
 2008-12-08  Akim Demaille  <demaille@gostai.com>
 
        Install autoconf as a submodule to get m4sugar.
index 53b7fa1..0b4ad52 100644 (file)
@@ -150,7 +150,7 @@ m4_changecom()
 m4_divert_push(0)dnl
 @output(b4_parser_file_name@)@
 b4_copyright([Skeleton implementation for Bison GLR parsers in C],
-  [2002, 2003, 2004, 2005, 2006])
+             [2002, 2003, 2004, 2005, 2006, 2007, 2008])
 [
 /* C GLR parser skeleton written by Paul Hilfinger.  */
 
@@ -2639,7 +2639,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, 2003, 2004, 2005, 2006])
+             [2002, 2003, 2004, 2005, 2006, 2007, 2008])
 
 b4_shared_declarations