Fix output of copyright years.

* data/bison.m4 (b4_copyright): Fix the indentation of the
	copyright year paragraph.
	Use b4_copyright_years when no years are given.
	* data/lalr1.cc, data/lalr1-fusion.cc, data/location.cc
	(b4_copyright_years): New.
	Use it.
This commit is contained in:
Akim Demaille
2008-07-21 14:30:16 +02:00
parent 59c544c268
commit a9ce3f5413
5 changed files with 36 additions and 19 deletions

View File

@@ -1,3 +1,13 @@
2008-11-04 Akim Demaille <demaille@gostai.com>
Fix output of copyright years.
* data/bison.m4 (b4_copyright): Fix the indentation of the
copyright year paragraph.
Use b4_copyright_years when no years are given.
* data/lalr1.cc, data/lalr1-fusion.cc, data/location.cc
(b4_copyright_years): New.
Use it.
2008-11-04 Akim Demaille <demaille@gostai.com>
Avoid the spurious initial empty line.