Undo 2005-12-01 tentative license wording change.

This commit is contained in:
Paul Eggert
2005-12-22 04:38:26 +00:00
parent 9d9b8b7006
commit 8bb4c753e2
7 changed files with 17 additions and 33 deletions

6
NEWS
View File

@@ -8,12 +8,6 @@ Changes in version 2.1a:
and YYERROR, for all objects on the stack, other than objects
corresponding to the right-hand side of the current rule.
* GLR, C++ LALR(1) parsers.
These parser skeletons are now distributed with the same special
license exception that the C LALR(1) parser skeleton has had since
Bison 1.24. Hence the FSF imposes no copyright restriction on the
output of Bison when it is generating such parsers.
* %expect, %expect-rr
Incorrect numbers of expected conflicts are now actual errors,
instead of warnings.