From: Paul Eggert Date: Sat, 7 Sep 2002 06:35:10 +0000 (+0000) Subject: 2002-09-06 Paul Eggert X-Git-Tag: BISON-1_49c~20 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/09ba4ab244480cfab5a31de08fbd368e6bb3aaf5 2002-09-06 Paul Eggert * doc/bison.texinfo (Conditions): Make explicit that the GPL exception applies only to yacc.c. This is a modification of a patch originally suggested by Akim Demaille. 2002-09-06 Akim Demaille * data/c.m4 (b4_copyright): Move the GPL exception comment from here to... * data/yacc.c: here. --- diff --git a/ChangeLog b/ChangeLog index 3546d33d..6e5296dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ +2002-09-06 Paul Eggert + + * doc/bison.texinfo (Conditions): Make explicit that the GPL + exception applies only to yacc.c. This is a modification of a + patch originally suggested by Akim Demaille. + 2002-09-06 Akim Demaille + * data/c.m4 (b4_copyright): Move the GPL exception comment from + here to... + * data/yacc.c: here. + * data/lalr1.cc (struct yyltype): Don't define it, since we use LocationType. (b4_ltype): Default to yy::Location from location.hh.