1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 13:09:22 +00:00

Update license to GPLv3.

This commit is contained in:
Bruno Haible
2008-08-23 19:05:33 +00:00
parent bb043b7ea2
commit 142c40a528
3 changed files with 15 additions and 11 deletions

View File

@@ -2,10 +2,14 @@
All source files are now under GPLv3+.
* COPYING: Replace with GPLv3.
* **/configure.ac, **/Makefile.in, **/*.h, **/*.c, **/*.cc, **/*.icc:
* **/configure.ac, **/Makefile.*, **/*.h, **/*.c, **/*.cc, **/*.icc:
Change copyright notice to GPLv3+.
* src/options.cc (Options::parse_options): Update --version output
accordingly.
* doc/gperf.texi: Reference the GPLv3.
* doc/gpl-3.0.texi: New file, copied from the gnulib git repository.
* doc/gpl.texinfo: Remove file.
* doc/Makefile.in: Update.
2008-05-06 Bruno Haible <bruno@clisp.org>