]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update "Written by ..." lines in --version output.
authorBruno Haible <bruno@clisp.org>
Wed, 28 Jan 2026 02:12:04 +0000 (03:12 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 28 Jan 2026 02:12:04 +0000 (03:12 +0100)
* gettext-tools/src/msgfmt.c (main): Add me and Daiki Ueno as co-authors.
* gettext-runtime/src/ngettext.c (main): Add me as co-author.
* gettext-tools/src/msgmerge.c (main): Likewise.
* gettext-tools/src/msgunfmt.c (main): Likewise.
* gettext-tools/src/xgettext.c (main): Likewise.
* gettext-tools/wizard/gettextize.in (func_version): Likewise. Terminate the
'Written by' line with a '.'.
* gettext-tools/autotools/autopoint.in (func_version): Terminate the
'Written by' line with a '.'.
* gettext-tools/autotools/convert-archive.in (func_version): Likewise.
* gettext-tools/misc/po-fetch.in (func_version): Likewise.
* gettext-runtime/src/gettext.sh.in (func_version): Likewise.
* libtextstyle/gnulib-local/build-aux/moopp (func_version): Likewise.

gettext-runtime/src/gettext.sh.in
gettext-runtime/src/ngettext.c
gettext-tools/autotools/autopoint.in
gettext-tools/autotools/convert-archive.in
gettext-tools/misc/po-fetch.in
gettext-tools/src/msgfmt.c
gettext-tools/src/msgmerge.c
gettext-tools/src/msgunfmt.c
gettext-tools/src/xgettext.c
gettext-tools/wizard/gettextize.in
libtextstyle/gnulib-local/build-aux/moopp

index 25b58e3416f2286afccd3a813ea1487c61b85937..7f8a9a68b111fc2a1ff18da9e877be39be684456 100644 (file)
@@ -66,7 +66,7 @@ if test -z "${ZSH_VERSION+set}"; then
 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"
+        printf 'Written by %s.\n' "Bruno Haible"
       }
       if test $# = 1; then
         case "$1" in
index f3ead15de9e44a67d4c4c4615d7f1cf4674f45c9..43d60b0f27551bedbf73333ed18af1c990940d9e 100644 (file)
@@ -128,7 +128,8 @@ This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
               "1995-2026", "https://gnu.org/licenses/gpl.html");
-      printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
+      printf (_("Written by %s and %s.\n"),
+              proper_name ("Ulrich Drepper"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
 
index f72f500850c7bc8978b9f96d620e876897e6a580..5c1a4af315fa1efb4fcc131a00d55cd23e03cf73 100644 (file)
@@ -221,7 +221,7 @@ func_version ()
 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"
+  printf 'Written by %s.\n' "Bruno Haible"
 }
 
 # func_fatal_error message
index dd832c51064d5fc1931ad6c491173cd3ef3db161..bcd5f06f017f8771b10ca3f4df93731e8e047c26 100644 (file)
@@ -52,7 +52,7 @@ func_version ()
 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"
+  printf 'Written by %s.\n' "Bruno Haible"
 }
 
 # func_fatal_error message
index f0535a00e03e5a3d05688ef6aa0741d01ad95783..bc6b50e384202755552281cfa639635289f8d423 100644 (file)
@@ -118,7 +118,7 @@ func_version ()
 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"
+  printf 'Written by %s.\n' "Bruno Haible"
 }
 
 # func_fetch_TP DOMAIN
index 99d6b9358107a5b3afe80612b8f77080d7944043..452212aecfdace1d8aeeb90a88d97ccb9941ca5e 100644 (file)
@@ -455,7 +455,10 @@ This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
               "1995-2026", "https://gnu.org/licenses/gpl.html");
-      printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
+      printf (_("Written by %s, %s, and %s.\n"),
+              proper_name ("Ulrich Drepper"),
+              proper_name ("Bruno Haible"),
+              proper_name ("Daiki Ueno"));
       exit (EXIT_SUCCESS);
     }
 
index c84a9c7c21c89ed9f5c6a60972de711dc0c78c9d..6c9296865cf28e6dbf60b818c4b090364b5a2332 100644 (file)
@@ -307,7 +307,8 @@ This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
               "1995-2026", "https://gnu.org/licenses/gpl.html");
-      printf (_("Written by %s.\n"), proper_name ("Peter Miller"));
+      printf (_("Written by %s and %s.\n"),
+              proper_name ("Peter Miller"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
 
index 13ee43121cc1503177b96a932b52892c1f83c8f1..6d52d089589380aeb0d3b3fd7ebb6d240c315731 100644 (file)
@@ -263,7 +263,8 @@ This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
               "1995-2026", "https://gnu.org/licenses/gpl.html");
-      printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
+      printf (_("Written by %s and %s.\n"),
+              proper_name ("Ulrich Drepper"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
 
index 5bd577069d223b8c8c061e6d3819802bd7978790..beac556d343a6f5778f0d76ed1431491df2ca10b 100644 (file)
@@ -799,7 +799,8 @@ This is free software: you are free to change and redistribute it.\n\
 There is NO WARRANTY, to the extent permitted by law.\n\
 "),
               "1995-2026", "https://gnu.org/licenses/gpl.html");
-      printf (_("Written by %s.\n"), proper_name ("Ulrich Drepper"));
+      printf (_("Written by %s and %s.\n"),
+              proper_name ("Ulrich Drepper"), proper_name ("Bruno Haible"));
       exit (EXIT_SUCCESS);
     }
 
index 761dad938fb80032bb7bfa691fd7ee8a996ec9ee..135686b6ede63456ba20a16ac6c000fe09e26dd0 100644 (file)
@@ -211,7 +211,7 @@ func_version ()
 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"
+  printf 'Written by %s and %s.\n' "Ulrich Drepper" "Bruno Haible"
 }
 
 # func_fatal_error message
index ff7dd7dcd80508dab31e100c448850c467a36f08..3f4503195478091fdd2628616f870ae4ad1627b5 100755 (executable)
@@ -75,7 +75,7 @@ func_version ()
 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"
+  printf 'Written by %s.\n' "Bruno Haible"
 }
 
 # func_fatal_error message