summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-08-23 19:05:33 +0000
committerBruno Haible <bruno@clisp.org>2008-08-23 19:05:33 +0000
commit142c40a5282add3a24e5d3a287defc1d48c2fe78 (patch)
treec0bc278641c89205e081d8815e2b6f41164790b9 /ChangeLog
parentbb043b7ea258a2fd33c780aef1afbc93af78c3e7 (diff)
downloadgperf-142c40a5282add3a24e5d3a287defc1d48c2fe78.tar.gz
Update license to GPLv3.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c7bf23..ed1cdd3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>