X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/fc51acddb45242904128a7637dc2ab9216ba0662..c4e686a1abd817b4d4da5bdd5b3a5540566fd4a0:/data/glr.cc diff --git a/data/glr.cc b/data/glr.cc index 5b250839..fbb6de7b 100644 --- a/data/glr.cc +++ b/data/glr.cc @@ -1,6 +1,6 @@ # C++ GLR skeleton for Bison -# Copyright (C) 2002-2014 Free Software Foundation, Inc. +# Copyright (C) 2002-2015 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 @@ -329,7 +329,7 @@ b4_percent_define_flag_if([[global_tokens_and_yystype]], b4_defines_if( [b4_output_begin([b4_spec_defines_file]) b4_copyright([Skeleton interface for Bison GLR parsers in C++], - [2002-2014])[ + [2002-2015])[ // C++ GLR parser skeleton written by Akim Demaille.