diff options
Diffstat (limited to 'gettext-runtime')
-rw-r--r-- | gettext-runtime/Makefile.am | 9 | ||||
-rw-r--r-- | gettext-runtime/configure.ac | 9 | ||||
-rw-r--r-- | gettext-runtime/doc/Makefile.am | 9 | ||||
-rw-r--r-- | gettext-runtime/intl-csharp/Makefile.am | 9 | ||||
-rw-r--r-- | gettext-runtime/intl-java/Makefile.am | 9 | ||||
-rw-r--r-- | gettext-runtime/libasprintf/configure.ac | 9 | ||||
-rw-r--r-- | gettext-runtime/man/Makefile.am | 9 | ||||
-rw-r--r-- | gettext-runtime/man/x-to-1.in | 9 | ||||
-rw-r--r-- | gettext-runtime/src/ChangeLog | 6 | ||||
-rw-r--r-- | gettext-runtime/src/Makefile.am | 9 | ||||
-rw-r--r-- | gettext-runtime/src/envsubst.c | 11 | ||||
-rw-r--r-- | gettext-runtime/src/gettext.c | 11 | ||||
-rw-r--r-- | gettext-runtime/src/ngettext.c | 11 | ||||
-rw-r--r-- | gettext-runtime/tests/Makefile.am | 9 |
14 files changed, 61 insertions, 68 deletions
diff --git a/gettext-runtime/Makefile.am b/gettext-runtime/Makefile.am index 4579ac7..6ba0bbf 100644 --- a/gettext-runtime/Makefile.am +++ b/gettext-runtime/Makefile.am @@ -1,10 +1,10 @@ ## Makefile for the gettext-runtime directory of GNU gettext ## Copyright (C) 1995-1999, 2000-2006 Free Software Foundation, Inc. ## -## This program 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. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ ## 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. +## along with this program. If not, see <http://www.gnu.org/licenses/>. ## Process this file with automake to produce Makefile.in. diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index 5a1ea2d..d249978 100644 --- a/gettext-runtime/configure.ac +++ b/gettext-runtime/configure.ac @@ -1,10 +1,10 @@ dnl Configuration for the gettext-runtime directory of GNU gettext dnl Copyright (C) 1995-1999, 2000-2007 Free Software Foundation, Inc. dnl -dnl This program 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 This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ 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; if not, write to the Free Software Foundation, -dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +dnl along with this program. If not, see <http://www.gnu.org/licenses/>. dnl Process this file with autoconf to produce a configure script. diff --git a/gettext-runtime/doc/Makefile.am b/gettext-runtime/doc/Makefile.am index 225326e..b67bc3d 100644 --- a/gettext-runtime/doc/Makefile.am +++ b/gettext-runtime/doc/Makefile.am @@ -1,10 +1,10 @@ ## Makefile for the gettext-runtime/doc subdirectory of GNU gettext ## Copyright (C) 1995-1997, 2001-2003, 2006 Free Software Foundation, Inc. ## -## This program 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. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ ## 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. +## along with this program. If not, see <http://www.gnu.org/licenses/>. ## Process this file with automake to produce Makefile.in. diff --git a/gettext-runtime/intl-csharp/Makefile.am b/gettext-runtime/intl-csharp/Makefile.am index ea7a9fb..05705ac 100644 --- a/gettext-runtime/intl-csharp/Makefile.am +++ b/gettext-runtime/intl-csharp/Makefile.am @@ -1,10 +1,10 @@ ## Makefile for the gettext-runtime/intl-csharp subdirectory of GNU gettext ## Copyright (C) 2003, 2006 Free Software Foundation, Inc. ## -## This program 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. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ ## 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. +## along with this program. If not, see <http://www.gnu.org/licenses/>. ## Process this file with automake to produce Makefile.in. diff --git a/gettext-runtime/intl-java/Makefile.am b/gettext-runtime/intl-java/Makefile.am index 47d4859..48a79d3 100644 --- a/gettext-runtime/intl-java/Makefile.am +++ b/gettext-runtime/intl-java/Makefile.am @@ -1,10 +1,10 @@ ## Makefile for the gettext-runtime/intl-java subdirectory of GNU gettext ## Copyright (C) 2001-2003, 2006-2007 Free Software Foundation, Inc. ## -## This program 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. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ ## 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. +## along with this program. If not, see <http://www.gnu.org/licenses/>. ## Process this file with automake to produce Makefile.in. diff --git a/gettext-runtime/libasprintf/configure.ac b/gettext-runtime/libasprintf/configure.ac index 64e8aae..3515065 100644 --- a/gettext-runtime/libasprintf/configure.ac +++ b/gettext-runtime/libasprintf/configure.ac @@ -1,10 +1,10 @@ dnl Configuration for the GNU libasprintf library dnl Copyright (C) 2002-2006 Free Software Foundation, Inc. dnl -dnl This program 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 This program is distributed in the hope that it will be useful, dnl but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ 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; if not, write to the Free Software Foundation, -dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +dnl along with this program. If not, see <http://www.gnu.org/licenses/>. dnl Process this file with autoconf to produce a configure script. diff --git a/gettext-runtime/man/Makefile.am b/gettext-runtime/man/Makefile.am index 8adb30b..17db071 100644 --- a/gettext-runtime/man/Makefile.am +++ b/gettext-runtime/man/Makefile.am @@ -1,10 +1,10 @@ ## Makefile for the gettext-runtime/man subdirectory of GNU gettext ## Copyright (C) 2001-2003, 2006 Free Software Foundation, Inc. ## -## This program 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. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ ## 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. +## along with this program. If not, see <http://www.gnu.org/licenses/>. ## Process this file with automake to produce Makefile.in. diff --git a/gettext-runtime/man/x-to-1.in b/gettext-runtime/man/x-to-1.in index 9010cf2..acdb49e 100644 --- a/gettext-runtime/man/x-to-1.in +++ b/gettext-runtime/man/x-to-1.in @@ -2,10 +2,10 @@ # # Copyright (C) 2001, 2003 Free Software Foundation, Inc. # -# This program 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. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,8 +13,7 @@ # 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. +# along with this program. If not, see <http://www.gnu.org/licenses/>. # # This program creates a program's manual from the .x skeleton and its --help diff --git a/gettext-runtime/src/ChangeLog b/gettext-runtime/src/ChangeLog index 5f6f5a2..32e4825 100644 --- a/gettext-runtime/src/ChangeLog +++ b/gettext-runtime/src/ChangeLog @@ -1,3 +1,9 @@ +2007-10-07 Bruno Haible <bruno@clisp.org> + + * envsubst.c (main): In the --version output, say GPLv3+. + * gettext.c (main): Likewise. + * ngettext.c (main): Likewise. + 2007-07-01 Bruno Haible <bruno@clisp.org> * gettext.sh.in (func_version): Use the standard --version output, see diff --git a/gettext-runtime/src/Makefile.am b/gettext-runtime/src/Makefile.am index 2650f82..ed1c768 100644 --- a/gettext-runtime/src/Makefile.am +++ b/gettext-runtime/src/Makefile.am @@ -1,10 +1,10 @@ ## Makefile for the gettext-runtime/src subdirectory of GNU gettext ## Copyright (C) 1995-1998, 2000-2007 Free Software Foundation, Inc. ## -## This program 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. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ ## 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. +## along with this program. If not, see <http://www.gnu.org/licenses/>. ## Process this file with automake to produce Makefile.in. diff --git a/gettext-runtime/src/envsubst.c b/gettext-runtime/src/envsubst.c index 3228e9e..59c05ed 100644 --- a/gettext-runtime/src/envsubst.c +++ b/gettext-runtime/src/envsubst.c @@ -2,10 +2,10 @@ Copyright (C) 2003-2007 Free Software Foundation, Inc. Written by Bruno Haible <bruno@clisp.org>, 2003. - This program 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. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,8 +13,7 @@ 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. */ + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> @@ -111,7 +110,7 @@ main (int argc, char *argv[]) printf ("%s (GNU %s) %s\n", basename (program_name), PACKAGE, VERSION); /* xgettext: no-wrap */ printf (_("Copyright (C) %s Free Software Foundation, Inc.\n\ -License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n\ +License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\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\ "), diff --git a/gettext-runtime/src/gettext.c b/gettext-runtime/src/gettext.c index 5cc6dbf..c051bf8 100644 --- a/gettext-runtime/src/gettext.c +++ b/gettext-runtime/src/gettext.c @@ -2,10 +2,10 @@ Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc. Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, May 1995. - This program 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. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -13,8 +13,7 @@ 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. */ + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> @@ -132,7 +131,7 @@ main (int argc, char *argv[]) printf ("%s (GNU %s) %s\n", basename (program_name), PACKAGE, VERSION); /* xgettext: no-wrap */ printf (_("Copyright (C) %s Free Software Foundation, Inc.\n\ -License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n\ +License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\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\ "), diff --git a/gettext-runtime/src/ngettext.c b/gettext-runtime/src/ngettext.c index 979d072..be39463 100644 --- a/gettext-runtime/src/ngettext.c +++ b/gettext-runtime/src/ngettext.c @@ -1,10 +1,10 @@ /* ngettext - retrieve plural form string from message catalog and print it. Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc. - This program 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. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ 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. */ + along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifdef HAVE_CONFIG_H # include <config.h> @@ -122,7 +121,7 @@ main (int argc, char *argv[]) printf ("%s (GNU %s) %s\n", basename (program_name), PACKAGE, VERSION); /* xgettext: no-wrap */ printf (_("Copyright (C) %s Free Software Foundation, Inc.\n\ -License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>\n\ +License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\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\ "), diff --git a/gettext-runtime/tests/Makefile.am b/gettext-runtime/tests/Makefile.am index 87ca030..9ede390 100644 --- a/gettext-runtime/tests/Makefile.am +++ b/gettext-runtime/tests/Makefile.am @@ -1,10 +1,10 @@ ## Makefile for the gettext-runtime/tests subdirectory of GNU gettext ## Copyright (C) 2005-2006 Free Software Foundation, Inc. ## -## This program 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. ## ## This program is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,8 +12,7 @@ ## 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. +## along with this program. If not, see <http://www.gnu.org/licenses/>. ## Process this file with automake to produce Makefile.in. |