1
0
mirror of https://git.savannah.gnu.org/git/gperf.git synced 2025-12-02 21:19:24 +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>

View File

@@ -68,13 +68,13 @@ all : info ps pdf html
info : $(srcdir)/gperf.info
$(srcdir)/gperf.info : $(srcdir)/gperf.texi $(srcdir)/gpl.texinfo
$(srcdir)/gperf.info : $(srcdir)/gperf.texi $(srcdir)/gpl-3.0.texi
cd $(srcdir) && $(MAKEINFO) --no-split gperf.texi
dvi : $(srcdir)/gperf.dvi
$(srcdir)/gperf.dvi : $(srcdir)/gperf.texi $(srcdir)/gpl.texinfo
$(srcdir)/gperf.dvi : $(srcdir)/gperf.texi $(srcdir)/gpl-3.0.texi
cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
cd $(srcdir) && $(TEXI2DVI) gperf.texi
cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
@@ -88,7 +88,7 @@ $(srcdir)/gperf.ps : $(srcdir)/gperf.dvi
pdf : $(srcdir)/gperf.pdf
$(srcdir)/gperf.pdf : $(srcdir)/gperf.texi $(srcdir)/gpl.texinfo
$(srcdir)/gperf.pdf : $(srcdir)/gperf.texi $(srcdir)/gpl-3.0.texi
cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
cd $(srcdir) && $(TEXI2PDF) gperf.texi
cd $(srcdir) && $(RM) gperf.aux gperf.toc gperf.cp gperf.fn gperf.ky gperf.pg gperf.tp gperf.vr gperf.log gperf.cps
@@ -96,10 +96,10 @@ $(srcdir)/gperf.pdf : $(srcdir)/gperf.texi $(srcdir)/gpl.texinfo
html : gperf.html gperf_toc.html
gperf.html : $(srcdir)/gperf.texi $(srcdir)/gpl.texinfo
gperf.html : $(srcdir)/gperf.texi $(srcdir)/gpl-3.0.texi
cd $(srcdir) && $(TEXI2HTML) -number -monolithic gperf.texi
gperf_toc.html : $(srcdir)/gperf.texi $(srcdir)/gpl.texinfo
gperf_toc.html : $(srcdir)/gperf.texi $(srcdir)/gpl-3.0.texi
cd $(srcdir) && $(RM) gperf_*.html
cd $(srcdir) && $(TEXI2HTML) -number -split_chapter gperf.texi

View File

@@ -40,7 +40,7 @@
This file documents the features of the GNU Perfect Hash Function
Generator @value{VERSION}.
Copyright @copyright{} 1989-2007 Free Software Foundation, Inc.
Copyright @copyright{} 1989-2008 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
@@ -78,7 +78,7 @@ Software Foundation instead of in the original English.
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1989-2007 Free Software Foundation, Inc.
Copyright @copyright{} 1989-2008 Free Software Foundation, Inc.
Permission is granted to make and distribute verbatim copies of
@@ -113,8 +113,8 @@ utility, focusing on its features and how to use them, and how to report
bugs.
@menu
* Copying:: GNU @code{gperf} General Public License says
how you can copy and share @code{gperf}.
* Copying:: GNU General Public License says how you can
copy and share @code{gperf}.
* Contributors:: People who have contributed to @code{gperf}.
* Motivation:: The purpose of @code{gperf}.
* Search Structures:: Static search structures and GNU @code{gperf}
@@ -163,7 +163,7 @@ Invoking @code{gperf}
@node Copying, Contributors, Top, Top
@unnumbered GNU GENERAL PUBLIC LICENSE
@include gpl.texinfo
@include gpl-3.0.texi
@node Contributors, Motivation, Copying, Top
@unnumbered Contributors to GNU @code{gperf} Utility