From f6c3e9a753503bae7e69f99553c3c30fee359154 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 23 Aug 2008 18:52:48 +0000 Subject: Change source code license to GPLv3+. --- ChangeLog | 9 +++++++++ Makefile.in | 12 +++++------- Makefile.msvc | 12 +++++------- Makefile.vms | 12 +++++------- configure.ac | 12 +++++------- doc/Makefile.in | 12 +++++------- doc/configure.ac | 12 +++++------- lib/Makefile.in | 12 +++++------- lib/configure.ac | 12 +++++------- lib/getline.cc | 30 ++++++++++++++---------------- lib/getline.h | 26 ++++++++++++-------------- lib/getopt.c | 20 +++++++++----------- lib/getopt.h | 20 +++++++++----------- lib/getopt1.c | 20 +++++++++----------- src/Makefile.in | 12 +++++------- src/bool-array.cc | 12 +++++------- src/bool-array.h | 12 +++++------- src/bool-array.icc | 12 +++++------- src/configure.ac | 12 +++++------- src/hash-table.cc | 12 +++++------- src/hash-table.h | 12 +++++------- src/input.cc | 12 +++++------- src/input.h | 12 +++++------- src/keyword-list.cc | 12 +++++------- src/keyword-list.h | 12 +++++------- src/keyword-list.icc | 12 +++++------- src/keyword.cc | 12 +++++------- src/keyword.h | 12 +++++------- src/keyword.icc | 12 +++++------- src/main.cc | 12 +++++------- src/options.cc | 21 ++++++++++----------- src/options.h | 12 +++++------- src/options.icc | 12 +++++------- src/output.cc | 12 +++++------- src/output.h | 12 +++++------- src/positions.cc | 12 +++++------- src/positions.h | 12 +++++------- src/positions.icc | 12 +++++------- src/search.cc | 12 +++++------- src/search.h | 12 +++++------- src/version.cc | 12 +++++------- src/version.h | 12 +++++------- tests/Makefile.in | 12 +++++------- tests/configure.ac | 12 +++++------- 44 files changed, 257 insertions(+), 333 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3586a5a..5c7bf23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-08-23 Bruno Haible + + All source files are now under GPLv3+. + * COPYING: Replace with GPLv3. + * **/configure.ac, **/Makefile.in, **/*.h, **/*.c, **/*.cc, **/*.icc: + Change copyright notice to GPLv3+. + * src/options.cc (Options::parse_options): Update --version output + accordingly. + 2008-05-06 Bruno Haible * doc/gperf.texi: Set @firstparagraphindent. diff --git a/Makefile.in b/Makefile.in index 979156f..18c7b23 100644 --- a/Makefile.in +++ b/Makefile.in @@ -6,20 +6,18 @@ # # This file is part of GNU GPERF. # -# GNU GPERF is free software; you can redistribute it and/or modify +# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # -# GNU GPERF is distributed in the hope that it will be useful, +# This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; see the file COPYING. -# If not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +# along with this program. If not, see . #### Start of system configuration section. #### diff --git a/Makefile.msvc b/Makefile.msvc index 2a80226..c227b85 100644 --- a/Makefile.msvc +++ b/Makefile.msvc @@ -5,20 +5,18 @@ # # This file is part of GNU GPERF. # -# GNU GPERF is free software; you can redistribute it and/or modify +# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # -# GNU GPERF is distributed in the hope that it will be useful, +# This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; see the file COPYING. -# If not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . #### Start of system configuration section. #### diff --git a/Makefile.vms b/Makefile.vms index b889a4d..3776337 100644 --- a/Makefile.vms +++ b/Makefile.vms @@ -5,20 +5,18 @@ # # This file is part of GNU GPERF. # -# GNU GPERF is free software; you can redistribute it and/or modify +# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # -# GNU GPERF is distributed in the hope that it will be useful, +# This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; see the file COPYING. -# If not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . #### Start of system configuration section. #### diff --git a/configure.ac b/configure.ac index afcb112..fdda1d6 100644 --- a/configure.ac +++ b/configure.ac @@ -6,20 +6,18 @@ dnl and Bruno Haible . dnl dnl This file is part of GNU GPERF. dnl -dnl GNU GPERF is free software; you can redistribute it and/or modify +dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by -dnl the Free Software Foundation; either version 2, or (at your option) -dnl any later version. +dnl the Free Software Foundation; either version 3 of the License, or +dnl (at your option) any later version. dnl -dnl GNU GPERF is distributed in the hope that it will be useful, +dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License -dnl along with this program; see the file COPYING. -dnl If not, write to the Free Software Foundation, Inc., -dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +dnl along with this program. If not, see . AC_PREREQ([2.60]) AC_INIT(doc/gperf.1) diff --git a/doc/Makefile.in b/doc/Makefile.in index f717242..e8f64bd 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -6,20 +6,18 @@ # # This file is part of GNU GPERF. # -# GNU GPERF is free software; you can redistribute it and/or modify +# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # -# GNU GPERF is distributed in the hope that it will be useful, +# This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; see the file COPYING. -# If not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +# along with this program. If not, see . #### Start of system configuration section. #### diff --git a/doc/configure.ac b/doc/configure.ac index e6bfbfe..1c53e33 100644 --- a/doc/configure.ac +++ b/doc/configure.ac @@ -6,20 +6,18 @@ dnl and Bruno Haible . dnl dnl This file is part of GNU GPERF. dnl -dnl GNU GPERF is free software; you can redistribute it and/or modify +dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by -dnl the Free Software Foundation; either version 2, or (at your option) -dnl any later version. +dnl the Free Software Foundation; either version 3 of the License, or +dnl (at your option) any later version. dnl -dnl GNU GPERF is distributed in the hope that it will be useful, +dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License -dnl along with this program; see the file COPYING. -dnl If not, write to the Free Software Foundation, Inc., -dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +dnl along with this program. If not, see . AC_PREREQ([2.60]) AC_INIT(gperf.1) diff --git a/lib/Makefile.in b/lib/Makefile.in index 8412d44..b7b96ee 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -6,20 +6,18 @@ # # This file is part of GNU GPERF. # -# GNU GPERF is free software; you can redistribute it and/or modify +# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # -# GNU GPERF is distributed in the hope that it will be useful, +# This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; see the file COPYING. -# If not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +# along with this program. If not, see . #### Start of system configuration section. #### diff --git a/lib/configure.ac b/lib/configure.ac index 8db581a..dbb4412 100644 --- a/lib/configure.ac +++ b/lib/configure.ac @@ -6,20 +6,18 @@ dnl and Bruno Haible . dnl dnl This file is part of GNU GPERF. dnl -dnl GNU GPERF is free software; you can redistribute it and/or modify +dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by -dnl the Free Software Foundation; either version 2, or (at your option) -dnl any later version. +dnl the Free Software Foundation; either version 3 of the License, or +dnl (at your option) any later version. dnl -dnl GNU GPERF is distributed in the hope that it will be useful, +dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License -dnl along with this program; see the file COPYING. -dnl If not, write to the Free Software Foundation, Inc., -dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +dnl along with this program. If not, see . AC_PREREQ([2.60]) AC_INIT(hash.cc) diff --git a/lib/getline.cc b/lib/getline.cc index d3393fb..c57c633 100644 --- a/lib/getline.cc +++ b/lib/getline.cc @@ -1,21 +1,19 @@ /* getline.c -- Replacement for GNU C library function getline -Copyright (C) 1993, 1996, 2001-2002 Free Software Foundation, Inc. - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -USA. */ + Copyright (C) 1993, 1996, 2001-2002 Free Software Foundation, Inc. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ /* Written by Jan Brittenson, bson@gnu.ai.mit.edu. */ diff --git a/lib/getline.h b/lib/getline.h index 4456aa5..0d5b945 100644 --- a/lib/getline.h +++ b/lib/getline.h @@ -1,19 +1,17 @@ /* Copyright (C) 1995, 2000-2002 Free Software Foundation, Inc. -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2, or (at your option) -any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, -USA. */ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ #ifndef GETLINE_H_ # define GETLINE_H_ 1 diff --git a/lib/getopt.c b/lib/getopt.c index 914c3c2..32d6efc 100644 --- a/lib/getopt.c +++ b/lib/getopt.c @@ -6,20 +6,18 @@ Copyright (C) 1987, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with the GNU C Library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 51 Franklin Street, - Fifth Floor, Boston, MA 02110-1301, USA. */ + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ /* This tells Alpha OSF/1 not to define a getopt prototype in . Ditto for AIX 3.2 and . */ diff --git a/lib/getopt.h b/lib/getopt.h index 057fb62..30e69b8 100644 --- a/lib/getopt.h +++ b/lib/getopt.h @@ -2,20 +2,18 @@ Copyright (C) 1989-1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with the GNU C Library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 51 Franklin Street, - Fifth Floor, Boston, MA 02110-1301, USA. */ + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ #ifndef _GETOPT_H #define _GETOPT_H 1 diff --git a/lib/getopt1.c b/lib/getopt1.c index 7daddf1..06a0b66 100644 --- a/lib/getopt1.c +++ b/lib/getopt1.c @@ -3,20 +3,18 @@ Free Software Foundation, Inc. This file is part of the GNU C Library. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - The GNU C Library is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU Library General Public - License along with the GNU C Library; see the file COPYING.LIB. If not, - write to the Free Software Foundation, Inc., 51 Franklin Street, - Fifth Floor, Boston, MA 02110-1301, USA. */ + You should have received a copy of the GNU General Public License + along with this program. If not, see . */ #ifdef HAVE_CONFIG_H #include diff --git a/src/Makefile.in b/src/Makefile.in index 19defc4..91d0c33 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -6,20 +6,18 @@ # # This file is part of GNU GPERF. # -# GNU GPERF is free software; you can redistribute it and/or modify +# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # -# GNU GPERF is distributed in the hope that it will be useful, +# This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; see the file COPYING. -# If not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . #### Start of system configuration section. #### diff --git a/src/bool-array.cc b/src/bool-array.cc index ca3c501..d0e3364 100644 --- a/src/bool-array.cc +++ b/src/bool-array.cc @@ -5,20 +5,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Specification. */ #include "bool-array.h" diff --git a/src/bool-array.h b/src/bool-array.h index ddfbd86..33472fe 100644 --- a/src/bool-array.h +++ b/src/bool-array.h @@ -8,20 +8,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef bool_array_h #define bool_array_h 1 diff --git a/src/bool-array.icc b/src/bool-array.icc index fba4a31..84dd37e 100644 --- a/src/bool-array.icc +++ b/src/bool-array.icc @@ -6,20 +6,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ // This needs: //#include diff --git a/src/configure.ac b/src/configure.ac index b7b91a0..1f05feb 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -6,20 +6,18 @@ dnl and Bruno Haible . dnl dnl This file is part of GNU GPERF. dnl -dnl GNU GPERF is free software; you can redistribute it and/or modify +dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by -dnl the Free Software Foundation; either version 2, or (at your option) -dnl any later version. +dnl the Free Software Foundation; either version 3 of the License, or +dnl (at your option) any later version. dnl -dnl GNU GPERF is distributed in the hope that it will be useful, +dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License -dnl along with this program; see the file COPYING. -dnl If not, write to the Free Software Foundation, Inc., -dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +dnl along with this program. If not, see . AC_PREREQ([2.60]) AC_INIT(main.cc) diff --git a/src/hash-table.cc b/src/hash-table.cc index d98d90a..1b2b40d 100644 --- a/src/hash-table.cc +++ b/src/hash-table.cc @@ -5,20 +5,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Specification. */ #include "hash-table.h" diff --git a/src/hash-table.h b/src/hash-table.h index d6938eb..1ff5fcc 100644 --- a/src/hash-table.h +++ b/src/hash-table.h @@ -8,20 +8,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef hash_table_h #define hash_table_h 1 diff --git a/src/input.cc b/src/input.cc index 247b5a4..e8a7831 100644 --- a/src/input.cc +++ b/src/input.cc @@ -5,20 +5,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Specification. */ #include "input.h" diff --git a/src/input.h b/src/input.h index 76ba012..aebd250 100644 --- a/src/input.h +++ b/src/input.h @@ -8,20 +8,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef input_h #define input_h 1 diff --git a/src/keyword-list.cc b/src/keyword-list.cc index ac559f7..235edd5 100644 --- a/src/keyword-list.cc +++ b/src/keyword-list.cc @@ -5,20 +5,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Specification. */ #include "keyword-list.h" diff --git a/src/keyword-list.h b/src/keyword-list.h index a15b3b4..ca2ada6 100644 --- a/src/keyword-list.h +++ b/src/keyword-list.h @@ -7,20 +7,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef keyword_list_h #define keyword_list_h 1 diff --git a/src/keyword-list.icc b/src/keyword-list.icc index 7fbdaac..6a21509 100644 --- a/src/keyword-list.icc +++ b/src/keyword-list.icc @@ -5,20 +5,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* -------------------------- Keyword_List class --------------------------- */ diff --git a/src/keyword.cc b/src/keyword.cc index ae53bcc..82f1077 100644 --- a/src/keyword.cc +++ b/src/keyword.cc @@ -5,20 +5,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Specification. */ #include "keyword.h" diff --git a/src/keyword.h b/src/keyword.h index 8824350..e4421cf 100644 --- a/src/keyword.h +++ b/src/keyword.h @@ -8,20 +8,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef keyword_h #define keyword_h 1 diff --git a/src/keyword.icc b/src/keyword.icc index ba0bb56..5255874 100644 --- a/src/keyword.icc +++ b/src/keyword.icc @@ -6,20 +6,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* ----------------------------- Keyword class ----------------------------- */ diff --git a/src/main.cc b/src/main.cc index 577708b..43630bc 100644 --- a/src/main.cc +++ b/src/main.cc @@ -5,20 +5,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #include #include diff --git a/src/options.cc b/src/options.cc index a86432e..e712a10 100644 --- a/src/options.cc +++ b/src/options.cc @@ -1,24 +1,22 @@ /* Handles parsing the Options provided to the user. - Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2007 Free Software Foundation, Inc. + Copyright (C) 1989-1998, 2000, 2002-2004, 2006-2008 Free Software Foundation, Inc. Written by Douglas C. Schmidt and Bruno Haible . This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Specification. */ #include "options.h" @@ -1002,10 +1000,11 @@ Options::parse_options (int argc, char *argv[]) case 'v': /* Print out the version and quit. */ fprintf (stdout, "GNU gperf %s\n", version_string); fprintf (stdout, "Copyright (C) %s Free Software Foundation, Inc.\n\ -This is free software; see the source for copying conditions. There is NO\n\ -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ +License GPLv3+: GNU GPL version 3 or later \n\ +This is free software: you are free to change and redistribute it.\n\ +There is NO WARRANTY, to the extent permitted by law.\n\ ", - "1989-1998, 2000-2004, 2006-2007"); + "1989-1998, 2000-2004, 2006-2008"); fprintf (stdout, "Written by %s and %s.\n", "Douglas C. Schmidt", "Bruno Haible"); exit (0); diff --git a/src/options.h b/src/options.h index bda7f0c..be1b29f 100644 --- a/src/options.h +++ b/src/options.h @@ -8,20 +8,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* This module provides a uniform interface to the various options available to a user of the gperf hash function generator. */ diff --git a/src/options.icc b/src/options.icc index 4188ddc..6b8bc43 100644 --- a/src/options.icc +++ b/src/options.icc @@ -6,20 +6,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* ----------------------------- Class Options ----------------------------- */ diff --git a/src/output.cc b/src/output.cc index 98beefe..1167090 100644 --- a/src/output.cc +++ b/src/output.cc @@ -5,20 +5,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Specification. */ #include "output.h" diff --git a/src/output.h b/src/output.h index bb9345b..78a18fe 100644 --- a/src/output.h +++ b/src/output.h @@ -8,20 +8,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef output_h #define output_h 1 diff --git a/src/positions.cc b/src/positions.cc index d023fdb..1fb6883 100644 --- a/src/positions.cc +++ b/src/positions.cc @@ -5,20 +5,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Specification. */ #include "positions.h" diff --git a/src/positions.h b/src/positions.h index 596844f..05c3cf3 100644 --- a/src/positions.h +++ b/src/positions.h @@ -8,20 +8,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef positions_h #define positions_h 1 diff --git a/src/positions.icc b/src/positions.icc index c0be81b..9c9f5ce 100644 --- a/src/positions.icc +++ b/src/positions.icc @@ -6,20 +6,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ // This needs: //#include diff --git a/src/search.cc b/src/search.cc index c245970..9d0dc20 100644 --- a/src/search.cc +++ b/src/search.cc @@ -5,20 +5,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Specification. */ #include "search.h" diff --git a/src/search.h b/src/search.h index 6b562c9..3ecf320 100644 --- a/src/search.h +++ b/src/search.h @@ -8,20 +8,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ #ifndef search_h #define search_h 1 diff --git a/src/version.cc b/src/version.cc index f86ef4d..db56292 100644 --- a/src/version.cc +++ b/src/version.cc @@ -6,20 +6,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Specification. */ #include "version.h" diff --git a/src/version.h b/src/version.h index feafbe9..f30870a 100644 --- a/src/version.h +++ b/src/version.h @@ -6,20 +6,18 @@ This file is part of GNU GPERF. - GNU GPERF is free software; you can redistribute it and/or modify + This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. - GNU GPERF is distributed in the hope that it will be useful, + This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; see the file COPYING. - If not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program. If not, see . */ /* Current release version. */ extern const char *version_string; diff --git a/tests/Makefile.in b/tests/Makefile.in index 163ac69..50c1ca2 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -6,20 +6,18 @@ # # This file is part of GNU GPERF. # -# GNU GPERF is free software; you can redistribute it and/or modify +# This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) -# any later version. +# the Free Software Foundation; either version 3 of the License, or +# (at your option) any later version. # -# GNU GPERF is distributed in the hope that it will be useful, +# This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; see the file COPYING. -# If not, write to the Free Software Foundation, Inc., -# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# along with this program. If not, see . #### Start of system configuration section. #### diff --git a/tests/configure.ac b/tests/configure.ac index 9f88bcf..27d9013 100644 --- a/tests/configure.ac +++ b/tests/configure.ac @@ -6,20 +6,18 @@ dnl and Bruno Haible . dnl dnl This file is part of GNU GPERF. dnl -dnl GNU GPERF is free software; you can redistribute it and/or modify +dnl This program is free software: you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by -dnl the Free Software Foundation; either version 2, or (at your option) -dnl any later version. +dnl the Free Software Foundation; either version 3 of the License, or +dnl (at your option) any later version. dnl -dnl GNU GPERF is distributed in the hope that it will be useful, +dnl This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the dnl GNU General Public License for more details. dnl dnl You should have received a copy of the GNU General Public License -dnl along with this program; see the file COPYING. -dnl If not, write to the Free Software Foundation, Inc., -dnl 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +dnl along with this program. If not, see . AC_PREREQ([2.60]) AC_INIT(c-parse.gperf) -- cgit v1.2.1