mirror of
https://github.com/openharmony/third_party_gettext.git
synced 2026-07-01 10:25:03 -04:00
all: Use https: URLs in --version output.
* gettext-runtime/src/envsubst.c: Use https: URL in --version output. * gettext-runtime/src/gettext.c: Likewise. * gettext-runtime/src/gettext.sh.in: Likewise. * gettext-runtime/src/ngettext.c: Likewise. * gettext-tools/misc/autopoint.in: Likewise. * gettext-tools/misc/convert-archive.in: Likewise. * gettext-tools/misc/gettextize.in: Likewise. * gettext-tools/src/cldr-plurals.c: Likewise. * gettext-tools/src/hostname.c: Likewise. * gettext-tools/src/msgattrib.c: Likewise. * gettext-tools/src/msgcat.c: Likewise. * gettext-tools/src/msgcmp.c: Likewise. * gettext-tools/src/msgcomm.c: Likewise. * gettext-tools/src/msgconv.c: Likewise. * gettext-tools/src/msgen.c: Likewise. * gettext-tools/src/msgexec.c: Likewise. * gettext-tools/src/msgfilter.c: Likewise. * gettext-tools/src/msgfmt.c: Likewise. * gettext-tools/src/msggrep.c: Likewise. * gettext-tools/src/msginit.c: Likewise. * gettext-tools/src/msgmerge.c: Likewise. * gettext-tools/src/msgunfmt.c: Likewise. * gettext-tools/src/msguniq.c: Likewise. * gettext-tools/src/recode-sr-latin.c: Likewise. * gettext-tools/src/urlget.c: Likewise. * gettext-tools/src/xgettext.c: Likewise. * gettext-tools/tests/tstgettext.c: Likewise. * gettext-tools/tests/tstngettext.c: Likewise. * gnulib-local/build-aux/moopp: Likewise.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Substitution of environment variables in shell format strings.
|
||||
Copyright (C) 2003-2007, 2012, 2015-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2003-2007, 2012, 2015-2018 Free Software Foundation, Inc.
|
||||
Written by Bruno Haible <bruno@clisp.org>, 2003.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
@@ -110,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* gettext - retrieve text string from message catalog and print it.
|
||||
Copyright (C) 1995-1997, 2000-2007, 2012, 2015-2016 Free Software
|
||||
Copyright (C) 1995-1997, 2000-2007, 2012, 2015-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, May 1995.
|
||||
|
||||
@@ -132,7 +132,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# Copyright (C) 2003, 2005-2007, 2011, 2015-2016 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2003, 2005-2007, 2011, 2015-2018 Free Software Foundation, Inc.
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU Lesser General Public License as published by
|
||||
@@ -62,7 +62,7 @@ if test -z "${ZSH_VERSION+set}"; then
|
||||
{
|
||||
echo "$progname (GNU $package) $version"
|
||||
echo "Copyright (C) 2003-2007 Free Software Foundation, Inc.
|
||||
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl.html>
|
||||
License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl.html>
|
||||
This is free software: you are free to change and redistribute it.
|
||||
There is NO WARRANTY, to the extent permitted by law."
|
||||
echo "Written by" "Bruno Haible"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* ngettext - retrieve plural form string from message catalog and print it.
|
||||
Copyright (C) 1995-1997, 2000-2007, 2015-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 1995-1997, 2000-2007, 2015-2018 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
|
||||
@@ -121,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# Copyright (C) 2002-2016 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2002-2018 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
|
||||
@@ -207,7 +207,7 @@ func_version ()
|
||||
echo "$progname (GNU $package) $version"
|
||||
echo "Uses a versions archive in @ARCHIVE_FORMAT@ format."
|
||||
echo "Copyright (C) 2002-2013 Free Software Foundation, Inc.
|
||||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
||||
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
|
||||
This is free software: you are free to change and redistribute it.
|
||||
There is NO WARRANTY, to the extent permitted by law."
|
||||
echo "Written by" "Bruno Haible"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# Copyright (C) 2009-2010, 2015-2016 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2009-2010, 2015-2018 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
|
||||
@@ -47,7 +47,7 @@ func_version ()
|
||||
{
|
||||
echo "$progname (GNU $package) $version"
|
||||
echo "Copyright (C) 2009-2010 Free Software Foundation, Inc.
|
||||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
||||
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
|
||||
This is free software: you are free to change and redistribute it.
|
||||
There is NO WARRANTY, to the extent permitted by law."
|
||||
echo "Written by" "Bruno Haible"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
#
|
||||
# Copyright (C) 1995-1998, 2000-2017 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1995-1998, 2000-2018 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
|
||||
@@ -207,7 +207,7 @@ func_version ()
|
||||
{
|
||||
echo "$progname (GNU $package) $version"
|
||||
echo "Copyright (C) 1995-1998, 2000-2013 Free Software Foundation, Inc.
|
||||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
||||
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
|
||||
This is free software: you are free to change and redistribute it.
|
||||
There is NO WARRANTY, to the extent permitted by law."
|
||||
echo "Written by" "Ulrich Drepper"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Unicode CLDR plural rule parser and converter
|
||||
Copyright (C) 2015-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2015-2018 Free Software Foundation, Inc.
|
||||
|
||||
This file was written by Daiki Ueno <ueno@gnu.org>, 2015.
|
||||
|
||||
@@ -287,7 +287,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -179,7 +179,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Manipulates attributes of messages in translation catalogs.
|
||||
Copyright (C) 2001-2007, 2009-2010, 2012, 2015-2016 Free Software
|
||||
Copyright (C) 2001-2007, 2009-2010, 2012, 2015-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
|
||||
|
||||
@@ -354,7 +354,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Concatenates several translation catalogs.
|
||||
Copyright (C) 2001-2007, 2009-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2007, 2009-2018 Free Software Foundation, Inc.
|
||||
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
@@ -292,7 +292,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* GNU gettext - internationalization aids
|
||||
Copyright (C) 1995-1998, 2000-2010, 2012, 2015-2016 Free Software
|
||||
Copyright (C) 1995-1998, 2000-2010, 2012, 2015-2018 Free Software
|
||||
Foundation, Inc.
|
||||
This file was written by Peter Miller <millerp@canb.auug.org.au>
|
||||
|
||||
@@ -171,7 +171,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* GNU gettext - internationalization aids
|
||||
Copyright (C) 1997-1998, 2000-2007, 2009-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 1997-1998, 2000-2007, 2009-2018 Free Software Foundation, Inc.
|
||||
|
||||
This file was written by Peter Miller <millerp@canb.auug.org.au>
|
||||
|
||||
@@ -283,7 +283,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Converts a translation catalog to a different character encoding.
|
||||
Copyright (C) 2001-2007, 2009-2010, 2012, 2015-2016 Free Software
|
||||
Copyright (C) 2001-2007, 2009-2010, 2012, 2015-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
|
||||
|
||||
@@ -243,7 +243,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Creates an English translation catalog.
|
||||
Copyright (C) 2001-2007, 2009-2010, 2012, 2015-2016 Free Software
|
||||
Copyright (C) 2001-2007, 2009-2010, 2012, 2015-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
|
||||
|
||||
@@ -240,7 +240,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Pass translations to a subprocess.
|
||||
Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
||||
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
@@ -185,7 +185,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Edit translations using a subprocess.
|
||||
Copyright (C) 2001-2010, 2012, 2015-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2010, 2012, 2015-2018 Free Software Foundation, Inc.
|
||||
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
@@ -287,7 +287,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Converts Uniforum style .po files to binary .mo files
|
||||
Copyright (C) 1995-1998, 2000-2007, 2009-2010, 2012, 2015-2016 Free Software
|
||||
Copyright (C) 1995-1998, 2000-2007, 2009-2010, 2012, 2015-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
|
||||
|
||||
@@ -444,7 +444,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Extract some translations of a translation catalog.
|
||||
Copyright (C) 2001-2007, 2009-2010, 2012, 2015-2016 Free Software
|
||||
Copyright (C) 2001-2007, 2009-2010, 2012, 2015-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
|
||||
|
||||
@@ -418,7 +418,7 @@ error while reading \"%s\""), optarg);
|
||||
printf ("%s (GNU %s) %s\n", basename (program_name), PACKAGE, VERSION);
|
||||
/* xgettext: no-wrap */
|
||||
printf (_("Copyright (C) %s Free Software Foundation, Inc.\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Initializes a new PO file.
|
||||
Copyright (C) 2001-2016 Free Software Foundation, Inc.
|
||||
Copyright (C) 2001-2018 Free Software Foundation, Inc.
|
||||
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
@@ -267,7 +267,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* GNU gettext - internationalization aids
|
||||
Copyright (C) 1995-1998, 2000-2010, 2012, 2015-2016 Free Software
|
||||
Copyright (C) 1995-1998, 2000-2010, 2012, 2015-2018 Free Software
|
||||
Foundation, Inc.
|
||||
This file was written by Peter Miller <millerp@canb.auug.org.au>
|
||||
|
||||
@@ -355,7 +355,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* msgunfmt - converts binary .mo files to Uniforum style .po files
|
||||
Copyright (C) 1995-1998, 2000-2007, 2009-2010, 2012, 2015-2016 Free Software
|
||||
Copyright (C) 1995-1998, 2000-2007, 2009-2010, 2012, 2015-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, April 1995.
|
||||
|
||||
@@ -261,7 +261,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Remove, select or merge duplicate translations.
|
||||
Copyright (C) 2001-2007, 2009-2010, 2012, 2015-2016 Free Software
|
||||
Copyright (C) 2001-2007, 2009-2010, 2012, 2015-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
|
||||
|
||||
@@ -263,7 +263,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Recode Serbian text from Cyrillic to Latin script.
|
||||
Copyright (C) 2006-2007, 2010, 2012, 2015-2016 Free Software Foundation,
|
||||
Copyright (C) 2006-2007, 2010, 2012, 2015-2018 Free Software Foundation,
|
||||
Inc.
|
||||
Written by Bruno Haible <bruno@clisp.org>, 2006.
|
||||
|
||||
@@ -109,7 +109,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* Get the contents of an URL.
|
||||
Copyright (C) 2001-2003, 2005-2010, 2012, 2015-2017 Free Software
|
||||
Copyright (C) 2001-2003, 2005-2010, 2012, 2015-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Bruno Haible <haible@clisp.cons.org>, 2001.
|
||||
|
||||
@@ -142,7 +142,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -679,7 +679,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* gettext - retrieve text string from message catalog and print it.
|
||||
Copyright (C) 1995-1997, 2000-2007, 2012, 2015-2016 Free Software
|
||||
Copyright (C) 1995-1997, 2000-2007, 2012, 2015-2018 Free Software
|
||||
Foundation, Inc.
|
||||
Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, May 1995.
|
||||
|
||||
@@ -158,7 +158,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* ngettext - retrieve plural form strings from message catalog and print them.
|
||||
Copyright (C) 1995-1997, 2000-2007, 2012, 2015-2016 Free Software
|
||||
Copyright (C) 1995-1997, 2000-2007, 2012, 2015-2018 Free Software
|
||||
Foundation, Inc.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
@@ -134,7 +134,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 GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n\
|
||||
License GPLv3+: GNU GPL version 3 or later <https://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\
|
||||
"),
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
# Minimal Object-Oriented style PreProcessor.
|
||||
|
||||
# Copyright (C) 2006-2008, 2015-2016 Free Software Foundation, Inc.
|
||||
# Copyright (C) 2006-2008, 2015-2018 Free Software Foundation, Inc.
|
||||
# Written by Bruno Haible <bruno@clisp.org>, 2006.
|
||||
#
|
||||
# This program is free software: you can redistribute it and/or modify
|
||||
@@ -71,7 +71,7 @@ func_version ()
|
||||
{
|
||||
echo "$progname (GNU $package) $version"
|
||||
echo "Copyright (C) 2006-2007 Free Software Foundation, Inc.
|
||||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
||||
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>
|
||||
This is free software: you are free to change and redistribute it.
|
||||
There is NO WARRANTY, to the extent permitted by law."
|
||||
echo "Written by" "Bruno Haible"
|
||||
|
||||
Reference in New Issue
Block a user