From: Bruno Haible Date: Tue, 27 Jan 2026 04:43:26 +0000 (+0100) Subject: Update "Written by ..." lines and authorship notices in source files. X-Git-Tag: v1.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2615783e5004c563c88962d4623e9a65a24fcd2;p=thirdparty%2Fgettext.git Update "Written by ..." lines and authorship notices in source files. --- diff --git a/build-aux/ac-help.sed b/build-aux/ac-help.sed index 82994c6c5..86e34ec8c 100644 --- a/build-aux/ac-help.sed +++ b/build-aux/ac-help.sed @@ -1,5 +1,5 @@ # Sed script for post-processing the trace output of subordinate configures. -# Copyright (C) 2003, 2005 Free Software Foundation, Inc. +# Copyright (C) 2003-2026 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 @@ -13,6 +13,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# +# Written by Bruno Haible. # Replace invocations of some libtool macros. s|.AC_ENABLE_SHARED_DEFAULT.|yes|g diff --git a/build-aux/jar-cf b/build-aux/jar-cf index 7e5139e76..8911548e9 100755 --- a/build-aux/jar-cf +++ b/build-aux/jar-cf @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Written by Bruno Haible , 2024. +# Written by Bruno Haible. # func_usage # outputs to stdout the --help usage message. diff --git a/check-copyright-headers b/check-copyright-headers index 5137cf682..f5e0612b0 100755 --- a/check-copyright-headers +++ b/check-copyright-headers @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2019-2025 Free Software Foundation, Inc. +# Copyright (C) 2019-2026 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 @@ -15,6 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # +# Written by Bruno Haible. # This script checks whether the files in the GNU gettext package # have the required copyright headers resp. license notices. diff --git a/gettext-runtime/AUTHORS b/gettext-runtime/AUTHORS index 658dca0ec..739faa335 100644 --- a/gettext-runtime/AUTHORS +++ b/gettext-runtime/AUTHORS @@ -1,2 +1,3 @@ Ulrich Drepper wrote the intl subdirectory. -Bruno Haible added the intl-java and libasprintf subdirectories. +Bruno Haible added the intl-java, intl-csharp, intl-d, intl-modula2, and +libasprintf subdirectories. diff --git a/gettext-runtime/install-tests/test-api.c b/gettext-runtime/install-tests/test-api.c index 16c7df1b5..77df0e29a 100644 --- a/gettext-runtime/install-tests/test-api.c +++ b/gettext-runtime/install-tests/test-api.c @@ -1,5 +1,5 @@ /* Test parts of the API. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-runtime/install-tests/test-version.c b/gettext-runtime/install-tests/test-version.c index c2f9c8b6b..263ed218e 100644 --- a/gettext-runtime/install-tests/test-version.c +++ b/gettext-runtime/install-tests/test-version.c @@ -1,5 +1,5 @@ /* Test the version information. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-runtime/intl-csharp/intl.cs b/gettext-runtime/intl-csharp/intl.cs index b93f35448..6aad24b69 100644 --- a/gettext-runtime/intl-csharp/intl.cs +++ b/gettext-runtime/intl-csharp/intl.cs @@ -1,6 +1,5 @@ /* GNU gettext for C# - * Copyright (C) 2003-2024 Free Software Foundation, Inc. - * Written by Bruno Haible , 2003. + * Copyright (C) 2003-2026 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 @@ -16,6 +15,8 @@ * along with this program. If not, see . */ +/* Written by Bruno Haible. */ + /* * Using the GNU gettext approach, compiled message catalogs are assemblies * containing just one class, a subclass of GettextResourceSet. They are thus diff --git a/gettext-runtime/intl-d/gnu/libintl/internal/low.d b/gettext-runtime/intl-d/gnu/libintl/internal/low.d index e93e0cdea..aab6ebd89 100644 --- a/gettext-runtime/intl-d/gnu/libintl/internal/low.d +++ b/gettext-runtime/intl-d/gnu/libintl/internal/low.d @@ -1,5 +1,5 @@ /+ D bindings to the GNU gettext runtime library. - Copyright © 2025 Free Software Foundation, Inc. + Copyright © 2025-2026 Free Software Foundation, Inc. Boost Software License - Version 1.0 - August 17th, 2003 @@ -26,7 +26,7 @@ DEALINGS IN THE SOFTWARE. +/ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ module gnu.libintl.internal.low; diff --git a/gettext-runtime/intl-d/gnu/libintl/libintl.d b/gettext-runtime/intl-d/gnu/libintl/libintl.d index f073d8408..bd745cf9d 100644 --- a/gettext-runtime/intl-d/gnu/libintl/libintl.d +++ b/gettext-runtime/intl-d/gnu/libintl/libintl.d @@ -1,5 +1,5 @@ /+ D bindings to the GNU gettext runtime library. - Copyright © 2025 Free Software Foundation, Inc. + Copyright © 2025-2026 Free Software Foundation, Inc. Boost Software License - Version 1.0 - August 17th, 2003 @@ -26,7 +26,7 @@ DEALINGS IN THE SOFTWARE. +/ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ module gnu.libintl.libintl; diff --git a/gettext-runtime/intl-d/gnu/libintl/package.d b/gettext-runtime/intl-d/gnu/libintl/package.d index 57fcf5ea0..8160f214e 100644 --- a/gettext-runtime/intl-d/gnu/libintl/package.d +++ b/gettext-runtime/intl-d/gnu/libintl/package.d @@ -1,5 +1,5 @@ /+ D bindings to the GNU gettext runtime library. - Copyright © 2025 Free Software Foundation, Inc. + Copyright © 2025-2026 Free Software Foundation, Inc. Boost Software License - Version 1.0 - August 17th, 2003 @@ -26,7 +26,7 @@ DEALINGS IN THE SOFTWARE. +/ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ module gnu.libintl; diff --git a/gettext-runtime/intl-modula2/Libintl.def.in b/gettext-runtime/intl-modula2/Libintl.def.in index db82cdbb1..caf67944c 100644 --- a/gettext-runtime/intl-modula2/Libintl.def.in +++ b/gettext-runtime/intl-modula2/Libintl.def.in @@ -1,5 +1,5 @@ (* High-level Modula-2 binding to the GNU libintl library. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . *) -(* Written by Bruno Haible , 2025. *) +(* Written by Bruno Haible. *) DEFINITION MODULE Libintl; diff --git a/gettext-runtime/intl-modula2/Libintl.mod b/gettext-runtime/intl-modula2/Libintl.mod index 1461283c0..ae78418a6 100644 --- a/gettext-runtime/intl-modula2/Libintl.mod +++ b/gettext-runtime/intl-modula2/Libintl.mod @@ -1,5 +1,5 @@ (* High-level Modula-2 binding to the GNU libintl library. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . *) -(* Written by Bruno Haible , 2025. *) +(* Written by Bruno Haible. *) IMPLEMENTATION MODULE Libintl; diff --git a/gettext-runtime/intl-modula2/LibintlFromC.def b/gettext-runtime/intl-modula2/LibintlFromC.def index 99a77421b..bba6f3228 100644 --- a/gettext-runtime/intl-modula2/LibintlFromC.def +++ b/gettext-runtime/intl-modula2/LibintlFromC.def @@ -1,5 +1,5 @@ (* Low-level Modula-2 binding to the GNU libintl library. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . *) -(* Written by Bruno Haible , 2025. *) +(* Written by Bruno Haible. *) DEFINITION MODULE FOR "C" LibintlFromC; diff --git a/gettext-runtime/intl/bindtextdom.c b/gettext-runtime/intl/bindtextdom.c index 73ddf76ff..c8b14bb25 100644 --- a/gettext-runtime/intl/bindtextdom.c +++ b/gettext-runtime/intl/bindtextdom.c @@ -1,5 +1,5 @@ /* Implementation of the bindtextdomain(3) function - Copyright (C) 1995-2024 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/compat.c b/gettext-runtime/intl/compat.c index 65f1bfd7a..3684cd1b6 100644 --- a/gettext-runtime/intl/compat.c +++ b/gettext-runtime/intl/compat.c @@ -1,5 +1,5 @@ /* Symbols for backward compatibility. - Copyright (C) 2023 Free Software Foundation, Inc. + Copyright (C) 2023-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-runtime/intl/dcgettext.c b/gettext-runtime/intl/dcgettext.c index e4e1688a4..8889db77a 100644 --- a/gettext-runtime/intl/dcgettext.c +++ b/gettext-runtime/intl/dcgettext.c @@ -1,5 +1,5 @@ /* Implementation of the dcgettext(3) function. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/dcigettext.c b/gettext-runtime/intl/dcigettext.c index 899a487b5..801628139 100644 --- a/gettext-runtime/intl/dcigettext.c +++ b/gettext-runtime/intl/dcigettext.c @@ -1,5 +1,5 @@ /* Implementation of the internal dcigettext function. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + /* Tell glibc's to provide a prototype for mempcpy(). This must come before because may include , and once has been included, it's too late. */ diff --git a/gettext-runtime/intl/dcngettext.c b/gettext-runtime/intl/dcngettext.c index 50e4d602c..5c1e29fa2 100644 --- a/gettext-runtime/intl/dcngettext.c +++ b/gettext-runtime/intl/dcngettext.c @@ -1,5 +1,5 @@ /* Implementation of the dcngettext(3) function. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/dgettext.c b/gettext-runtime/intl/dgettext.c index d6dd135be..50cc22e63 100644 --- a/gettext-runtime/intl/dgettext.c +++ b/gettext-runtime/intl/dgettext.c @@ -1,5 +1,5 @@ /* Implementation of the dgettext(3) function. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/dngettext.c b/gettext-runtime/intl/dngettext.c index 6634f98f7..5a52b975b 100644 --- a/gettext-runtime/intl/dngettext.c +++ b/gettext-runtime/intl/dngettext.c @@ -1,5 +1,5 @@ /* Implementation of the dngettext(3) function. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/eval-plural.h b/gettext-runtime/intl/eval-plural.h index d709642cc..677b13d0f 100644 --- a/gettext-runtime/intl/eval-plural.h +++ b/gettext-runtime/intl/eval-plural.h @@ -1,5 +1,5 @@ /* Plural expression evaluation. - Copyright (C) 2000-2023 Free Software Foundation, Inc. + Copyright (C) 2000-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifndef STATIC #define STATIC static #endif diff --git a/gettext-runtime/intl/explodename.c b/gettext-runtime/intl/explodename.c index 661266ea3..1e9fa996d 100644 --- a/gettext-runtime/intl/explodename.c +++ b/gettext-runtime/intl/explodename.c @@ -1,5 +1,4 @@ -/* Copyright (C) 1995-2016, 2020 Free Software Foundation, Inc. - Contributed by Ulrich Drepper , 1995. +/* Copyright (C) 1995-2026 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 @@ -14,6 +13,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/export.h b/gettext-runtime/intl/export.h index 9b5655b8c..acb7fbc60 100644 --- a/gettext-runtime/intl/export.h +++ b/gettext-runtime/intl/export.h @@ -1,5 +1,5 @@ /* Control of exported symbols from libintl. - Copyright (C) 2005-2023 Free Software Foundation, Inc. + Copyright (C) 2005-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #if @HAVE_VISIBILITY@ && BUILDING_LIBINTL # define LIBINTL_SHLIB_EXPORTED __attribute__((__visibility__("default"))) #elif (defined _WIN32 && !defined __CYGWIN__) && @WOE32DLL@ && BUILDING_LIBINTL diff --git a/gettext-runtime/intl/finddomain.c b/gettext-runtime/intl/finddomain.c index 23390c5f4..f4511e9d5 100644 --- a/gettext-runtime/intl/finddomain.c +++ b/gettext-runtime/intl/finddomain.c @@ -1,6 +1,5 @@ /* Handle list of needed message catalogs - Copyright (C) 1995-2024 Free Software Foundation, Inc. - Written by Ulrich Drepper , 1995. + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/gettext.c b/gettext-runtime/intl/gettext.c index 5707f8bd1..42a7e8185 100644 --- a/gettext-runtime/intl/gettext.c +++ b/gettext-runtime/intl/gettext.c @@ -1,5 +1,5 @@ /* Implementation of gettext(3) function. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/gettextP.h b/gettext-runtime/intl/gettextP.h index ee1b4fb72..1ac369ecc 100644 --- a/gettext-runtime/intl/gettextP.h +++ b/gettext-runtime/intl/gettextP.h @@ -1,6 +1,5 @@ /* Header describing internals of libintl library. - Copyright (C) 1995-2024 Free Software Foundation, Inc. - Written by Ulrich Drepper , 1995. + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifndef _GETTEXTP_H #define _GETTEXTP_H diff --git a/gettext-runtime/intl/gmo.h b/gettext-runtime/intl/gmo.h index 8bde0bf4f..b24eba1f4 100644 --- a/gettext-runtime/intl/gmo.h +++ b/gettext-runtime/intl/gmo.h @@ -1,5 +1,5 @@ /* Description of GNU message catalog format: general file layout. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifndef _GETTEXT_H #define _GETTEXT_H 1 diff --git a/gettext-runtime/intl/hash-string.c b/gettext-runtime/intl/hash-string.c index a81f11483..abeba6d6e 100644 --- a/gettext-runtime/intl/hash-string.c +++ b/gettext-runtime/intl/hash-string.c @@ -1,5 +1,5 @@ /* Implements a string hashing function. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -16,6 +16,8 @@ License along with the GNU C Library; if not, see . */ +/* Written by Ulrich Drepper. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/hash-string.h b/gettext-runtime/intl/hash-string.h index 17ef30c36..0a6643c80 100644 --- a/gettext-runtime/intl/hash-string.h +++ b/gettext-runtime/intl/hash-string.h @@ -1,5 +1,5 @@ /* Description of GNU message catalog format: string hashing function. - Copyright (C) 1995-2023 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + /* @@ end of prolog @@ */ #ifndef attribute_hidden diff --git a/gettext-runtime/intl/intl-compat.c b/gettext-runtime/intl/intl-compat.c index 7afbfc89b..0b928fbe4 100644 --- a/gettext-runtime/intl/intl-compat.c +++ b/gettext-runtime/intl/intl-compat.c @@ -1,5 +1,5 @@ /* Redirections from public function names to GNU libintl functions. - Copyright (C) 1995, 2000-2003, 2005, 2023 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/intl-exports.c b/gettext-runtime/intl/intl-exports.c index 565426446..904d57d67 100644 --- a/gettext-runtime/intl/intl-exports.c +++ b/gettext-runtime/intl/intl-exports.c @@ -1,6 +1,5 @@ /* List of exported symbols of libintl on Cygwin. - Copyright (C) 2006, 2012-2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + /* IMP(x) is a symbol that contains the address of x. */ #if defined _WIN64 || defined _LP64 # define IMP(x) __imp_##x diff --git a/gettext-runtime/intl/l10nflist.c b/gettext-runtime/intl/l10nflist.c index 8d9eae811..ba62f89a0 100644 --- a/gettext-runtime/intl/l10nflist.c +++ b/gettext-runtime/intl/l10nflist.c @@ -1,5 +1,4 @@ -/* Copyright (C) 1995-2023 Free Software Foundation, Inc. - Contributed by Ulrich Drepper , 1995. +/* Copyright (C) 1995-2026 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 @@ -14,6 +13,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + /* Tell glibc's to provide a prototype for stpcpy(). This must come before because may include , and once has been included, it's too late. */ diff --git a/gettext-runtime/intl/langprefs.c b/gettext-runtime/intl/langprefs.c index e69cc983b..c42a0d71a 100644 --- a/gettext-runtime/intl/langprefs.c +++ b/gettext-runtime/intl/langprefs.c @@ -1,5 +1,5 @@ /* Determine the user's language preferences. - Copyright (C) 2004-2007, 2018-2024 Free Software Foundation, Inc. + Copyright (C) 2004-2026 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 @@ -14,8 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ -/* Written by Bruno Haible . - Win32 code originally by Michele Cicciotti . */ +/* Written by Bruno Haible. + Win32 code originally by Michele Cicciotti. */ #ifdef HAVE_CONFIG_H # include diff --git a/gettext-runtime/intl/libgnuintl.in.h b/gettext-runtime/intl/libgnuintl.in.h index 8f946ec12..d24fef070 100644 --- a/gettext-runtime/intl/libgnuintl.in.h +++ b/gettext-runtime/intl/libgnuintl.in.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifndef _LIBINTL_H #define _LIBINTL_H 1 diff --git a/gettext-runtime/intl/libintl.glibc b/gettext-runtime/intl/libintl.glibc index a01dde4dc..f7c358344 100644 --- a/gettext-runtime/intl/libintl.glibc +++ b/gettext-runtime/intl/libintl.glibc @@ -1,5 +1,5 @@ /* Message catalogs for internationalization. - Copyright (C) 1995-2002, 2004-2005 Free Software Foundation, Inc. + Copyright (C) 1995-2026 Free Software Foundation, Inc. This file is part of the GNU C Library. This file is derived from the file libgettext.h in the GNU gettext package. @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see . */ +/* Written by Ulrich Drepper. */ + #ifndef _LIBINTL_H #define _LIBINTL_H 1 diff --git a/gettext-runtime/intl/loadinfo.h b/gettext-runtime/intl/loadinfo.h index caa8d0f46..f29d0dc8c 100644 --- a/gettext-runtime/intl/loadinfo.h +++ b/gettext-runtime/intl/loadinfo.h @@ -1,6 +1,5 @@ -/* Copyright (C) 1996-2023 Free Software Foundation, Inc. +/* Copyright (C) 1996-2026 Free Software Foundation, Inc. This file is part of the GNU C Library. - Contributed by Ulrich Drepper , 1996. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifndef _LOADINFO_H #define _LOADINFO_H 1 diff --git a/gettext-runtime/intl/loadmsgcat.c b/gettext-runtime/intl/loadmsgcat.c index 1e2179cc8..084fad7fb 100644 --- a/gettext-runtime/intl/loadmsgcat.c +++ b/gettext-runtime/intl/loadmsgcat.c @@ -1,5 +1,5 @@ /* Load needed message catalogs. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + /* Tell glibc's to provide a prototype for mempcpy(). This must come before because may include , and once has been included, it's too late. */ diff --git a/gettext-runtime/intl/localealias.c b/gettext-runtime/intl/localealias.c index f8ac68d2b..ff0f3f504 100644 --- a/gettext-runtime/intl/localealias.c +++ b/gettext-runtime/intl/localealias.c @@ -1,5 +1,5 @@ /* Handle aliases for locale names. - Copyright (C) 1995-2024 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + /* Locale aliases can be specified in the file $(localedir)/locale.alias. It consists of lines of the form diff --git a/gettext-runtime/intl/log.c b/gettext-runtime/intl/log.c index 9b153adde..86fbf6d31 100644 --- a/gettext-runtime/intl/log.c +++ b/gettext-runtime/intl/log.c @@ -1,5 +1,5 @@ /* Log file output. - Copyright (C) 2003-2023 Free Software Foundation, Inc. + Copyright (C) 2003-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ -/* Written by Bruno Haible . */ +/* Written by Bruno Haible. */ #ifdef HAVE_CONFIG_H # include diff --git a/gettext-runtime/intl/ngettext.c b/gettext-runtime/intl/ngettext.c index 565e47da8..a241235c1 100644 --- a/gettext-runtime/intl/ngettext.c +++ b/gettext-runtime/intl/ngettext.c @@ -1,5 +1,5 @@ /* Implementation of ngettext(3) function. - Copyright (C) 1995-2016 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/os2compat.c b/gettext-runtime/intl/os2compat.c index 37a59d3c5..85a86fa00 100644 --- a/gettext-runtime/intl/os2compat.c +++ b/gettext-runtime/intl/os2compat.c @@ -1,5 +1,5 @@ /* OS/2 compatibility functions. - Copyright (C) 2001-2002 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #define OS2_AWARE #ifdef HAVE_CONFIG_H #include diff --git a/gettext-runtime/intl/os2compat.h b/gettext-runtime/intl/os2compat.h index d762615ce..2f1b610a8 100644 --- a/gettext-runtime/intl/os2compat.h +++ b/gettext-runtime/intl/os2compat.h @@ -1,6 +1,6 @@ /* OS/2 compatibility defines. This file is intended to be included from config.h - Copyright (C) 2001-2002 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -15,6 +15,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + /* When included from os2compat.h we need all the original definitions */ #ifndef OS2_AWARE diff --git a/gettext-runtime/intl/osdep.c b/gettext-runtime/intl/osdep.c index f8f26a765..83a3b2139 100644 --- a/gettext-runtime/intl/osdep.c +++ b/gettext-runtime/intl/osdep.c @@ -1,5 +1,5 @@ /* OS dependent parts of libintl. - Copyright (C) 2001-2002, 2006, 2012, 2015 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #if defined __CYGWIN__ || defined __MINGW32__ # include "intl-exports.c" #elif defined __EMX__ && !defined __KLIBC__ diff --git a/gettext-runtime/intl/plural-exp.c b/gettext-runtime/intl/plural-exp.c index 6ba7d0f65..21c89130c 100644 --- a/gettext-runtime/intl/plural-exp.c +++ b/gettext-runtime/intl/plural-exp.c @@ -1,6 +1,5 @@ /* Expression parsing for plural form selection. - Copyright (C) 2000-2023 Free Software Foundation, Inc. - Written by Ulrich Drepper , 2000. + Copyright (C) 2000-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/plural-exp.h b/gettext-runtime/intl/plural-exp.h index 4e178c7f0..b68d5eec9 100644 --- a/gettext-runtime/intl/plural-exp.h +++ b/gettext-runtime/intl/plural-exp.h @@ -1,6 +1,5 @@ /* Expression parsing and evaluation for plural form selection. - Copyright (C) 2000-2024 Free Software Foundation, Inc. - Written by Ulrich Drepper , 2000. + Copyright (C) 2000-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper, Bruno Haible, and Daiki Ueno. */ + #ifndef _PLURAL_EXP_H #define _PLURAL_EXP_H diff --git a/gettext-runtime/intl/plural.y b/gettext-runtime/intl/plural.y index b3b3453f4..bcdfcff6f 100644 --- a/gettext-runtime/intl/plural.y +++ b/gettext-runtime/intl/plural.y @@ -1,7 +1,6 @@ %{ /* Expression parsing for plural form selection. - Copyright (C) 2000-2023 Free Software Foundation, Inc. - Written by Ulrich Drepper , 2000. + Copyright (C) 2000-2026 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 @@ -16,6 +15,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper, Bruno Haible, and Daiki Ueno. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/printf.c b/gettext-runtime/intl/printf.c index 6f504124d..923cdb0f2 100644 --- a/gettext-runtime/intl/printf.c +++ b/gettext-runtime/intl/printf.c @@ -1,6 +1,5 @@ /* Formatted output to strings, using POSIX/XSI format strings with positions. - Copyright (C) 2003, 2006-2007, 2009-2011, 2018, 2020-2023 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/setlocale.c b/gettext-runtime/intl/setlocale.c index 86c4741ef..04236e18b 100644 --- a/gettext-runtime/intl/setlocale.c +++ b/gettext-runtime/intl/setlocale.c @@ -1,6 +1,5 @@ /* setlocale() function that respects the locale chosen by the user. - Copyright (C) 2009, 2011-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2009. + Copyright (C) 2009-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/textdomain.c b/gettext-runtime/intl/textdomain.c index d73d90f6f..12eac7462 100644 --- a/gettext-runtime/intl/textdomain.c +++ b/gettext-runtime/intl/textdomain.c @@ -1,5 +1,5 @@ /* Implementation of the textdomain(3) function. - Copyright (C) 1995-2024 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/intl/version.c b/gettext-runtime/intl/version.c index d62a28ba6..fa358322d 100644 --- a/gettext-runtime/intl/version.c +++ b/gettext-runtime/intl/version.c @@ -1,5 +1,5 @@ /* libintl library version. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifdef HAVE_CONFIG_H # include #endif diff --git a/gettext-runtime/libasprintf/asnprintf.c b/gettext-runtime/libasprintf/asnprintf.c index b24651d1f..466aa1f13 100644 --- a/gettext-runtime/libasprintf/asnprintf.c +++ b/gettext-runtime/libasprintf/asnprintf.c @@ -1,5 +1,5 @@ /* Formatted output to strings. - Copyright (C) 1999, 2002, 2006 Free Software Foundation, Inc. + Copyright (C) 1999-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-runtime/libasprintf/asprintf.c b/gettext-runtime/libasprintf/asprintf.c index d4b82b8b9..62d9c84f2 100644 --- a/gettext-runtime/libasprintf/asprintf.c +++ b/gettext-runtime/libasprintf/asprintf.c @@ -1,5 +1,5 @@ /* Formatted output to strings. - Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc. + Copyright (C) 1999-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-runtime/libasprintf/autosprintf.cc b/gettext-runtime/libasprintf/autosprintf.cc index 429b8e83d..d75ee77b7 100644 --- a/gettext-runtime/libasprintf/autosprintf.cc +++ b/gettext-runtime/libasprintf/autosprintf.cc @@ -1,6 +1,5 @@ /* Class autosprintf - formatted output to an ostream. - Copyright (C) 2002, 2013, 2015, 2018, 2021 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-runtime/libasprintf/autosprintf.in.h b/gettext-runtime/libasprintf/autosprintf.in.h index a73dc0b3b..9e3b865c7 100644 --- a/gettext-runtime/libasprintf/autosprintf.in.h +++ b/gettext-runtime/libasprintf/autosprintf.in.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _AUTOSPRINTF_H #define _AUTOSPRINTF_H diff --git a/gettext-runtime/libasprintf/lib-asprintf.c b/gettext-runtime/libasprintf/lib-asprintf.c index 223396684..cc6b75127 100644 --- a/gettext-runtime/libasprintf/lib-asprintf.c +++ b/gettext-runtime/libasprintf/lib-asprintf.c @@ -1,6 +1,5 @@ /* Library functions for class autosprintf. - Copyright (C) 2002-2003, 2006, 2018-2019, 2021 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #if !(HAVE_VASPRINTF && HAVE_POSIX_PRINTF) diff --git a/gettext-runtime/libasprintf/lib-asprintf.h b/gettext-runtime/libasprintf/lib-asprintf.h index 920ee14c0..b8ca4c957 100644 --- a/gettext-runtime/libasprintf/lib-asprintf.h +++ b/gettext-runtime/libasprintf/lib-asprintf.h @@ -1,6 +1,5 @@ /* Library functions for class autosprintf. - Copyright (C) 2002-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #if HAVE_VASPRINTF && HAVE_POSIX_PRINTF diff --git a/gettext-runtime/libasprintf/vasprintf.c b/gettext-runtime/libasprintf/vasprintf.c index b45e79fed..0da334be4 100644 --- a/gettext-runtime/libasprintf/vasprintf.c +++ b/gettext-runtime/libasprintf/vasprintf.c @@ -1,5 +1,5 @@ /* Formatted output to strings. - Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc. + Copyright (C) 1999-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-runtime/libasprintf/vasprintf.h b/gettext-runtime/libasprintf/vasprintf.h index 1e0290c12..cb1571843 100644 --- a/gettext-runtime/libasprintf/vasprintf.h +++ b/gettext-runtime/libasprintf/vasprintf.h @@ -14,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _VASPRINTF_H #define _VASPRINTF_H diff --git a/gettext-runtime/m4/gettext.m4 b/gettext-runtime/m4/gettext.m4 index e9dd22255..71472f05b 100644 --- a/gettext-runtime/m4/gettext.m4 +++ b/gettext-runtime/m4/gettext.m4 @@ -1,5 +1,5 @@ # gettext.m4 -# serial 85 (gettext-1.0) +# serial 86 (gettext-1.0) dnl Copyright (C) 1995-2026 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -15,9 +15,7 @@ dnl by the GNU Lesser General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. -dnl Authors: -dnl Ulrich Drepper , 1995-2000. -dnl Bruno Haible , 2000-2025. +dnl From Ulrich Drepper, Bruno Haible, Daiku Ueno. dnl Macro to add for using GNU gettext. diff --git a/gettext-runtime/m4/glibc2.m4 b/gettext-runtime/m4/glibc2.m4 index 947153f86..748631098 100644 --- a/gettext-runtime/m4/glibc2.m4 +++ b/gettext-runtime/m4/glibc2.m4 @@ -1,14 +1,14 @@ # glibc2.m4 -# serial 3 -dnl Copyright (C) 2000-2024 Free Software Foundation, Inc. +# serial 4 +dnl Copyright (C) 2000-2026 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This file is offered as-is, without any warranty. -# Test for the GNU C Library, version 2.0 or newer. -# From Bruno Haible. +dnl From Bruno Haible. +dnl Test for the GNU C Library, version 2.0 or newer. AC_DEFUN([gt_GLIBC2], [ AC_CACHE_CHECK([whether we are using the GNU C Library 2 or newer], diff --git a/gettext-runtime/m4/nls.m4 b/gettext-runtime/m4/nls.m4 index c4601415b..0b5ef2609 100644 --- a/gettext-runtime/m4/nls.m4 +++ b/gettext-runtime/m4/nls.m4 @@ -1,6 +1,6 @@ # nls.m4 -# serial 6 (gettext-0.24) -dnl Copyright (C) 1995-2025 Free Software Foundation, Inc. +# serial 7 (gettext-1.0) +dnl Copyright (C) 1995-2026 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -15,9 +15,7 @@ dnl by the GNU Lesser General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. -dnl Authors: -dnl Ulrich Drepper , 1995-2000. -dnl Bruno Haible , 2000-2003. +dnl From Ulrich Drepper, Bruno Haible. AC_PREREQ([2.50]) diff --git a/gettext-runtime/m4/po.m4 b/gettext-runtime/m4/po.m4 index 73e0436bd..c27baaf0c 100644 --- a/gettext-runtime/m4/po.m4 +++ b/gettext-runtime/m4/po.m4 @@ -1,6 +1,6 @@ # po.m4 -# serial 34 (gettext-0.24) -dnl Copyright (C) 1995-2024 Free Software Foundation, Inc. +# serial 35 (gettext-1.0) +dnl Copyright (C) 1995-2026 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -15,9 +15,7 @@ dnl by the GNU Lesser General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. -dnl Authors: -dnl Ulrich Drepper , 1995-2000. -dnl Bruno Haible , 2000-2024. +dnl From Ulrich Drepper, Bruno Haible. AC_PREREQ([2.60]) diff --git a/gettext-runtime/m4/progtest.m4 b/gettext-runtime/m4/progtest.m4 index 0ae134647..9ee97e3fb 100644 --- a/gettext-runtime/m4/progtest.m4 +++ b/gettext-runtime/m4/progtest.m4 @@ -1,6 +1,6 @@ # progtest.m4 -# serial 11 (gettext-0.26) -dnl Copyright (C) 1996-2025 Free Software Foundation, Inc. +# serial 12 (gettext-1.0) +dnl Copyright (C) 1996-2026 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -15,8 +15,7 @@ dnl by the GNU Lesser General Public License, and the rest of the GNU dnl gettext package is covered by the GNU General Public License. dnl They are *not* in the public domain. -dnl Authors: -dnl Ulrich Drepper , 1996. +dnl From Ulrich Drepper, Bruno Haible. AC_PREREQ([2.53]) diff --git a/gettext-runtime/man/envsubst.x b/gettext-runtime/man/envsubst.x index 33b79ed32..39d08d421 100644 --- a/gettext-runtime/man/envsubst.x +++ b/gettext-runtime/man/envsubst.x @@ -5,7 +5,7 @@ .\" published by the Free Software Foundation; either version 2 of .\" the License, or (at your option) any later version. .\" -.\" Written by Bruno Haible . +.\" Written by Bruno Haible. .\" [NAME] envsubst \- substitutes environment variables in shell format strings diff --git a/gettext-runtime/man/gettext.x b/gettext-runtime/man/gettext.x index d9f11ec94..8c833bdd9 100644 --- a/gettext-runtime/man/gettext.x +++ b/gettext-runtime/man/gettext.x @@ -5,7 +5,7 @@ .\" published by the Free Software Foundation; either version 2 of .\" the License, or (at your option) any later version. .\" -.\" Written by Bruno Haible . +.\" Written by Bruno Haible. .\" [NAME] gettext \- translate message diff --git a/gettext-runtime/man/ngettext.x b/gettext-runtime/man/ngettext.x index 05870e265..8aff6b8f9 100644 --- a/gettext-runtime/man/ngettext.x +++ b/gettext-runtime/man/ngettext.x @@ -5,7 +5,7 @@ .\" published by the Free Software Foundation; either version 2 of .\" the License, or (at your option) any later version. .\" -.\" Written by Bruno Haible . +.\" Written by Bruno Haible. .\" [NAME] ngettext \- translate message and choose plural form diff --git a/gettext-runtime/man/printf_gettext.x b/gettext-runtime/man/printf_gettext.x index 1b3344408..595213a71 100644 --- a/gettext-runtime/man/printf_gettext.x +++ b/gettext-runtime/man/printf_gettext.x @@ -5,7 +5,7 @@ .\" published by the Free Software Foundation; either version 2 of .\" the License, or (at your option) any later version. .\" -.\" Written by Bruno Haible . +.\" Written by Bruno Haible. .\" [NAME] printf_gettext \- translate format string and apply it diff --git a/gettext-runtime/man/printf_ngettext.x b/gettext-runtime/man/printf_ngettext.x index 10e23e6d7..89be261b2 100644 --- a/gettext-runtime/man/printf_ngettext.x +++ b/gettext-runtime/man/printf_ngettext.x @@ -5,7 +5,7 @@ .\" published by the Free Software Foundation; either version 2 of .\" the License, or (at your option) any later version. .\" -.\" Written by Bruno Haible . +.\" Written by Bruno Haible. .\" [NAME] printf_ngettext \- translate format string and apply it diff --git a/gettext-runtime/src/envsubst.c b/gettext-runtime/src/envsubst.c index a4c6b09bd..db7693510 100644 --- a/gettext-runtime/src/envsubst.c +++ b/gettext-runtime/src/envsubst.c @@ -1,6 +1,5 @@ /* Substitution of environment variables in shell format strings. Copyright (C) 2003-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-runtime/src/escapes.h b/gettext-runtime/src/escapes.h index 4b2b8e54c..6fbff530e 100644 --- a/gettext-runtime/src/escapes.h +++ b/gettext-runtime/src/escapes.h @@ -1,6 +1,5 @@ /* Expand escape sequences in a string. - Copyright (C) 1995-1997, 2000-2007, 2012, 2018-2020, 2025 Free Software Foundation, Inc. - Written by Ulrich Drepper , May 1995. + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper. */ + /* Expand some escape sequences found in the argument string. If backslash_c_seen is != NULL, '\c' sequences are recognized and have the effect of setting *backslash_c_seen to true. diff --git a/gettext-runtime/src/gettext.c b/gettext-runtime/src/gettext.c index 37ff13201..fb2f619de 100644 --- a/gettext-runtime/src/gettext.c +++ b/gettext-runtime/src/gettext.c @@ -1,6 +1,5 @@ /* gettext - retrieve text string from message catalog and print it. Copyright (C) 1995-2026 Free Software Foundation, Inc. - Written by Ulrich Drepper , May 1995. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #include #include diff --git a/gettext-runtime/src/gettext.sh.in b/gettext-runtime/src/gettext.sh.in index dceda0ef5..25b58e341 100644 --- a/gettext-runtime/src/gettext.sh.in +++ b/gettext-runtime/src/gettext.sh.in @@ -15,6 +15,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see . # +# Written by Bruno Haible. # Find a way to echo strings without interpreting backslash. if test "X`(echo '\t') 2>/dev/null`" = 'X\t'; then diff --git a/gettext-runtime/src/ngettext.c b/gettext-runtime/src/ngettext.c index 5ca23461f..f3ead15de 100644 --- a/gettext-runtime/src/ngettext.c +++ b/gettext-runtime/src/ngettext.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #include #include diff --git a/gettext-runtime/src/printf-command.c b/gettext-runtime/src/printf-command.c index 4d5cd6c30..eda63293f 100644 --- a/gettext-runtime/src/printf-command.c +++ b/gettext-runtime/src/printf-command.c @@ -1,5 +1,5 @@ /* Formatted output with a POSIX compatible format string. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-runtime/src/printf-command.h b/gettext-runtime/src/printf-command.h index ac66a72ad..e6c95712c 100644 --- a/gettext-runtime/src/printf-command.h +++ b/gettext-runtime/src/printf-command.h @@ -1,5 +1,5 @@ /* Formatted output with a POSIX compatible format string. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ /* This file implements the bulk of the POSIX:2024 specification for the 'printf' command: diff --git a/gettext-runtime/src/printf_gettext.c b/gettext-runtime/src/printf_gettext.c index 797d90786..e9ffd4382 100644 --- a/gettext-runtime/src/printf_gettext.c +++ b/gettext-runtime/src/printf_gettext.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ /* This program is a combination of the 'gettext' program with the 'printf' program. It takes a format string and arguments, looks up the translation diff --git a/gettext-runtime/src/printf_ngettext.c b/gettext-runtime/src/printf_ngettext.c index f4a2d6370..6c39e9aac 100644 --- a/gettext-runtime/src/printf_ngettext.c +++ b/gettext-runtime/src/printf_ngettext.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ /* This program is a combination of the 'ngettext' program with the 'printf' program. It takes the (English) singular and plural form of a format string, diff --git a/gettext-runtime/uninstalled-config.sh.in b/gettext-runtime/uninstalled-config.sh.in index 62bea4afe..d8309399d 100644 --- a/gettext-runtime/uninstalled-config.sh.in +++ b/gettext-runtime/uninstalled-config.sh.in @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2022 Free Software Foundation, Inc. +# Copyright (C) 2022-2026 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 @@ -15,6 +15,7 @@ # You should have received a copy of the GNU Lesser General Public License # along with this program. If not, see . # +# Written by Bruno Haible. # This script makes it possible to build this package in a sibling directory # of a package such as GCC, gdb, or binutils, and use the binaries in the diff --git a/gettext-tools/autotools/add-to-archive b/gettext-tools/autotools/add-to-archive index 7927bc204..cf96ed384 100755 --- a/gettext-tools/autotools/add-to-archive +++ b/gettext-tools/autotools/add-to-archive @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2002, 2006, 2009-2010, 2018, 2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 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 @@ -15,6 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # +# Written by Bruno Haible. # Usage: add-to-archive /somewhere/gettext-0.xx.yy.tar.gz # Adds the infrastructure files for gettext version 0.xx.yy to the repository diff --git a/gettext-tools/autotools/autopoint.in b/gettext-tools/autotools/autopoint.in index 5b976079e..f72f50085 100644 --- a/gettext-tools/autotools/autopoint.in +++ b/gettext-tools/autotools/autopoint.in @@ -15,6 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # +# Written by Bruno Haible and Daiki Ueno. # This file is meant for authors, maintainers, co-maintainers or installers # of packages which are internationalized with the help of GNU gettext. For diff --git a/gettext-tools/autotools/convert-archive.in b/gettext-tools/autotools/convert-archive.in index d99f25ce9..dd832c510 100644 --- a/gettext-tools/autotools/convert-archive.in +++ b/gettext-tools/autotools/convert-archive.in @@ -15,6 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # +# Written by Bruno Haible. # Usage: convert-archive FROM TO [FROMFILE [TOFILE]] # where FROM is dir or dirgz or dirbz2 or dirxz or cvs or git diff --git a/gettext-tools/autotools/cvsuser.c b/gettext-tools/autotools/cvsuser.c index eefe9ddaf..22f5a5035 100644 --- a/gettext-tools/autotools/cvsuser.c +++ b/gettext-tools/autotools/cvsuser.c @@ -1,6 +1,5 @@ /* Customization of the cvs command. - Copyright (C) 2002, 2019 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + /* Enable a variable CVSUSER for cvs. */ /* See cvs/subr.c: getcaller(). */ diff --git a/gettext-tools/build-aux/xml-validate-10.in b/gettext-tools/build-aux/xml-validate-10.in index 609279ffb..e29e877c4 100644 --- a/gettext-tools/build-aux/xml-validate-10.in +++ b/gettext-tools/build-aux/xml-validate-10.in @@ -1,7 +1,7 @@ #!/bin/sh # Validating an XML document against an XML Schema 1.0. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2026 Free Software Foundation, Inc. # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Written by Bruno Haible , 2024. +# Written by Bruno Haible. # func_usage # outputs to stdout the --help usage message. diff --git a/gettext-tools/build-aux/xml-validate-11.in b/gettext-tools/build-aux/xml-validate-11.in index c7d08e623..9aecd77f4 100644 --- a/gettext-tools/build-aux/xml-validate-11.in +++ b/gettext-tools/build-aux/xml-validate-11.in @@ -1,7 +1,7 @@ #!/bin/sh # Validating an XML document against an XML Schema 1.1. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2026 Free Software Foundation, Inc. # # This file is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published @@ -16,7 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Written by Bruno Haible , 2024. +# Written by Bruno Haible. # The major advantages of XML Schema 1.1, compared to XML Schema 1.0, are: # * It fixes an ill-designed "Unique Particle Attribution" rule diff --git a/gettext-tools/doc/FAQ.html b/gettext-tools/doc/FAQ.html index 387db959a..53625f365 100644 --- a/gettext-tools/doc/FAQ.html +++ b/gettext-tools/doc/FAQ.html @@ -1,8 +1,7 @@ diff --git a/gettext-tools/doc/gettext.texi b/gettext-tools/doc/gettext.texi index 3e03146f8..159dfb0f4 100644 --- a/gettext-tools/doc/gettext.texi +++ b/gettext-tools/doc/gettext.texi @@ -124,6 +124,8 @@ A copy of the license is included in @ref{GNU GPL}. @author Jim Meyering @author Fran@,{c}ois Pinard @author Bruno Haible +@author Daiki Ueno +@author Miguel @'Angel Arruga Vivas @ifnothtml @page diff --git a/gettext-tools/doc/iso-3166.sed b/gettext-tools/doc/iso-3166.sed index ad2bba826..9ec492b7b 100644 --- a/gettext-tools/doc/iso-3166.sed +++ b/gettext-tools/doc/iso-3166.sed @@ -1,7 +1,6 @@ #! /usr/bin/sed -f # -# Copyright (C) 2001, 2003, 2006, 2022 Free Software Foundation, Inc. -# Written by Bruno Haible , 2001. +# Copyright (C) 2001-2026 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 @@ -16,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # +# Written by Bruno Haible. +# # # each line of the form ^...* contains the code for a country. # diff --git a/gettext-tools/doc/iso-639-2.sed b/gettext-tools/doc/iso-639-2.sed index 6da1337a5..c06b04f37 100644 --- a/gettext-tools/doc/iso-639-2.sed +++ b/gettext-tools/doc/iso-639-2.sed @@ -1,7 +1,6 @@ #! /usr/bin/sed -f # -# Copyright (C) 2006 Free Software Foundation, Inc. -# Written by Bruno Haible , 2006. +# Copyright (C) 2006-2026 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 @@ -16,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # +# Written by Bruno Haible. +# # # Each line of the form ^... .* contains the code for a language. # The categorization in column 60 should be a space, denoting a living language, diff --git a/gettext-tools/doc/iso-639.sed b/gettext-tools/doc/iso-639.sed index e7f744639..23bf7620d 100644 --- a/gettext-tools/doc/iso-639.sed +++ b/gettext-tools/doc/iso-639.sed @@ -1,7 +1,6 @@ #! /usr/bin/sed -f # -# Copyright (C) 2000, 2006 Free Software Foundation, Inc. -# Written by Ulrich Drepper , 2000. +# Copyright (C) 2000-2026 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 @@ -16,6 +15,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # +# Written by Bruno Haible. +# # # each line of the form ^.. .* contains the code for a language. # diff --git a/gettext-tools/doc/tutorial.html b/gettext-tools/doc/tutorial.html index c5685355f..5be469a44 100644 --- a/gettext-tools/doc/tutorial.html +++ b/gettext-tools/doc/tutorial.html @@ -1,13 +1,14 @@ diff --git a/gettext-tools/its/glade1.its b/gettext-tools/its/glade1.its index 42f73b780..4fa1134ef 100644 --- a/gettext-tools/its/glade1.its +++ b/gettext-tools/its/glade1.its @@ -1,7 +1,6 @@ diff --git a/gettext-tools/its/gtkbuilder.its b/gettext-tools/its/gtkbuilder.its index 9d28531a7..0f5a2388d 100644 --- a/gettext-tools/its/gtkbuilder.its +++ b/gettext-tools/its/gtkbuilder.its @@ -1,7 +1,6 @@ diff --git a/gettext-tools/libgettextpo/exported.sh.in b/gettext-tools/libgettextpo/exported.sh.in index be7fb38bd..1994cd622 100644 --- a/gettext-tools/libgettextpo/exported.sh.in +++ b/gettext-tools/libgettextpo/exported.sh.in @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2006, 2009, 2019 Free Software Foundation, Inc. +# Copyright (C) 2006-2026 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 @@ -15,6 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # +# Written by Bruno Haible. # This is a script that determines the exported symbols of an object file. # This is a separate script because $(GLOBAL_SYMBOL_PIPE) cannot be used in a diff --git a/gettext-tools/libgettextpo/gettext-po.c b/gettext-tools/libgettextpo/gettext-po.c index bff373b2f..6c897c353 100644 --- a/gettext-tools/libgettextpo/gettext-po.c +++ b/gettext-tools/libgettextpo/gettext-po.c @@ -1,6 +1,5 @@ /* Public API for GNU gettext PO files. Copyright (C) 2003-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/libgettextpo/gettext-po.in.h b/gettext-tools/libgettextpo/gettext-po.in.h index d370f9e60..591e01f8c 100644 --- a/gettext-tools/libgettextpo/gettext-po.in.h +++ b/gettext-tools/libgettextpo/gettext-po.in.h @@ -1,6 +1,5 @@ /* Public API for GNU gettext PO files - contained in libgettextpo. Copyright (C) 2003-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _GETTEXT_PO_H #define _GETTEXT_PO_H 1 diff --git a/gettext-tools/libgrep/libgrep.h b/gettext-tools/libgrep/libgrep.h index eaf2aee2b..13da88a6e 100644 --- a/gettext-tools/libgrep/libgrep.h +++ b/gettext-tools/libgrep/libgrep.h @@ -1,5 +1,5 @@ /* Search for patterns in strings or files. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _LIBGREP_H #define _LIBGREP_H diff --git a/gettext-tools/m4/exported.m4 b/gettext-tools/m4/exported.m4 index df17e1ec8..ffc474113 100644 --- a/gettext-tools/m4/exported.m4 +++ b/gettext-tools/m4/exported.m4 @@ -1,11 +1,13 @@ # exported.m4 -# serial 3 (gettext-0.21.1) -dnl Copyright (C) 2006-2024 Free Software Foundation, Inc. +# serial 4 (gettext-1.0) +dnl Copyright (C) 2006-2026 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This file is offered as-is, without any warranty. +dnl From Bruno Haible. + dnl Prerequisites of the exported.sh script: dnl Check for nm output filter that yields the exported symbols. AC_DEFUN([gt_GLOBAL_SYMBOL_PIPE], [ diff --git a/gettext-tools/m4/hostname.m4 b/gettext-tools/m4/hostname.m4 index 063ee0832..15245474b 100644 --- a/gettext-tools/m4/hostname.m4 +++ b/gettext-tools/m4/hostname.m4 @@ -1,11 +1,13 @@ # hostname.m4 -# serial 2 (gettext-0.21.1) -dnl Copyright (C) 2001-2024 Free Software Foundation, Inc. +# serial 3 (gettext-1.0) +dnl Copyright (C) 2001-2026 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This file is offered as-is, without any warranty. +dnl From Bruno Haible. + # Prerequisites of the hostname.c program. AC_DEFUN([gt_PREREQ_HOSTNAME], [ diff --git a/gettext-tools/machine-translation/prototype/OllamaSpit.java b/gettext-tools/machine-translation/prototype/OllamaSpit.java index 28fcf5da7..9b902fdf2 100644 --- a/gettext-tools/machine-translation/prototype/OllamaSpit.java +++ b/gettext-tools/machine-translation/prototype/OllamaSpit.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 Free Software Foundation, Inc. + * Copyright (C) 2025-2026 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 @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * Written by Bruno Haible , 2025. + * Written by Bruno Haible. */ import java.io.IOException; diff --git a/gettext-tools/machine-translation/prototype/ollama-spit.c b/gettext-tools/machine-translation/prototype/ollama-spit.c index 8cc9ee147..683611e5e 100644 --- a/gettext-tools/machine-translation/prototype/ollama-spit.c +++ b/gettext-tools/machine-translation/prototype/ollama-spit.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2025 Free Software Foundation, Inc. + * Copyright (C) 2025-2026 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 @@ -14,7 +14,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * Written by Bruno Haible , 2025. + * Written by Bruno Haible. */ /* diff --git a/gettext-tools/machine-translation/prototype/ollama-spit.go b/gettext-tools/machine-translation/prototype/ollama-spit.go index 284c995ac..c35c1af05 100644 --- a/gettext-tools/machine-translation/prototype/ollama-spit.go +++ b/gettext-tools/machine-translation/prototype/ollama-spit.go @@ -1,5 +1,5 @@ // -// Copyright (C) 2025 Free Software Foundation, Inc. +// Copyright (C) 2025-2026 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 @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . // -// Written by Bruno Haible , 2025. +// Written by Bruno Haible. // This program passes an input to an ollama instance and prints the response. diff --git a/gettext-tools/machine-translation/prototype/ollama-spit.py b/gettext-tools/machine-translation/prototype/ollama-spit.py index fc74f35ff..c49cb8a2a 100755 --- a/gettext-tools/machine-translation/prototype/ollama-spit.py +++ b/gettext-tools/machine-translation/prototype/ollama-spit.py @@ -1,6 +1,6 @@ #! /usr/bin/env python3 # -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2025-2026 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 @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Written by Bruno Haible , 2025. +# Written by Bruno Haible. # This program passes an input to an ollama instance and prints the response. # diff --git a/gettext-tools/machine-translation/prototype/ollama-spit.sh b/gettext-tools/machine-translation/prototype/ollama-spit.sh index 751f9db86..8afc09da4 100755 --- a/gettext-tools/machine-translation/prototype/ollama-spit.sh +++ b/gettext-tools/machine-translation/prototype/ollama-spit.sh @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2025 Free Software Foundation, Inc. +# Copyright (C) 2025-2026 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 @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Written by Bruno Haible , 2025. +# Written by Bruno Haible. # This program passes an input to an ollama instance and prints the response. # diff --git a/gettext-tools/misc/po-fetch.in b/gettext-tools/misc/po-fetch.in index aedca55e2..f0535a00e 100644 --- a/gettext-tools/misc/po-fetch.in +++ b/gettext-tools/misc/po-fetch.in @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2002-2025 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 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 @@ -15,6 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # +# Written by Bruno Haible. # This program fetches a set of PO files, produced by translators, from # a translation project's site on the internet, and updates the LINGUAS diff --git a/gettext-tools/projects/GNOME/team-address b/gettext-tools/projects/GNOME/team-address index 0496b5d21..5f7db9665 100755 --- a/gettext-tools/projects/GNOME/team-address +++ b/gettext-tools/projects/GNOME/team-address @@ -1,7 +1,6 @@ #!/bin/sh # -# Copyright (C) 2001, 2005, 2010 Free Software Foundation, Inc. -# Written by Bruno Haible , 2001. +# Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# +# Written by Bruno Haible. # Print the team's address (to stdout) and output additional instructions # (to stderr). diff --git a/gettext-tools/projects/GNOME/trigger b/gettext-tools/projects/GNOME/trigger index 0678561ba..59bb8b62a 100755 --- a/gettext-tools/projects/GNOME/trigger +++ b/gettext-tools/projects/GNOME/trigger @@ -1,7 +1,6 @@ #!/bin/sh # -# Copyright (C) 2001, 2005 Free Software Foundation, Inc. -# Written by Bruno Haible , 2001. +# Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# +# Written by Bruno Haible. # Test whether the current package is a GNOME package. diff --git a/gettext-tools/projects/KDE/team-address b/gettext-tools/projects/KDE/team-address index 00cf4e665..c19d62a38 100755 --- a/gettext-tools/projects/KDE/team-address +++ b/gettext-tools/projects/KDE/team-address @@ -1,7 +1,6 @@ #!/bin/sh # -# Copyright (C) 2001 Free Software Foundation, Inc. -# Written by Bruno Haible , 2001. +# Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# +# Written by Bruno Haible. # Print the team's address (to stdout) and output additional instructions # (to stderr). diff --git a/gettext-tools/projects/KDE/trigger b/gettext-tools/projects/KDE/trigger index afffbf6e5..9421b8249 100755 --- a/gettext-tools/projects/KDE/trigger +++ b/gettext-tools/projects/KDE/trigger @@ -1,7 +1,6 @@ #!/bin/sh # -# Copyright (C) 2001, 2005 Free Software Foundation, Inc. -# Written by Bruno Haible , 2001. +# Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# +# Written by Bruno Haible. # Test whether the current package is a KDE package. diff --git a/gettext-tools/projects/TP/team-address b/gettext-tools/projects/TP/team-address index fc47e2a95..aa886aadc 100755 --- a/gettext-tools/projects/TP/team-address +++ b/gettext-tools/projects/TP/team-address @@ -1,7 +1,6 @@ #!/bin/sh # -# Copyright (C) 2001, 2007, 2019 Free Software Foundation, Inc. -# Written by Bruno Haible , 2001. +# Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# +# Written by Bruno Haible. # Print the team's address (to stdout) and output additional instructions # (to stderr). diff --git a/gettext-tools/projects/team-address b/gettext-tools/projects/team-address index f6bc8af84..4c74a9417 100755 --- a/gettext-tools/projects/team-address +++ b/gettext-tools/projects/team-address @@ -1,7 +1,6 @@ #!/bin/sh # -# Copyright (C) 2001 Free Software Foundation, Inc. -# Written by Bruno Haible , 2001. +# Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# +# Written by Bruno Haible. # Print the team's address (to stdout) and output additional instructions # (to stderr). diff --git a/gettext-tools/src/cldr-plural-exp.c b/gettext-tools/src/cldr-plural-exp.c index 84e78254c..1a4385bf6 100644 --- a/gettext-tools/src/cldr-plural-exp.c +++ b/gettext-tools/src/cldr-plural-exp.c @@ -1,8 +1,6 @@ /* Unicode CLDR plural rule parser and converter. Copyright (C) 2015-2026 Free Software Foundation, Inc. - This file was written by Daiki Ueno , 2015. - 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno and Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/cldr-plural-exp.h b/gettext-tools/src/cldr-plural-exp.h index fe1d3d85f..bd795cc71 100644 --- a/gettext-tools/src/cldr-plural-exp.h +++ b/gettext-tools/src/cldr-plural-exp.h @@ -1,7 +1,5 @@ /* Unicode CLDR plural rule parser and converter. - Copyright (C) 2015-2024 Free Software Foundation, Inc. - - This file was written by Daiki Ueno , 2015. + Copyright (C) 2015-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno and Bruno Haible. */ + #ifndef _CLDR_PLURAL_EXP_H #define _CLDR_PLURAL_EXP_H 1 diff --git a/gettext-tools/src/cldr-plural.y b/gettext-tools/src/cldr-plural.y index dffe80bbd..60c7708f4 100644 --- a/gettext-tools/src/cldr-plural.y +++ b/gettext-tools/src/cldr-plural.y @@ -1,8 +1,6 @@ /* Unicode CLDR plural rule parser and converter. Copyright (C) 2015-2026 Free Software Foundation, Inc. - This file was written by Daiki Ueno , 2015. - 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno and Bruno Haible. */ + %{ #include diff --git a/gettext-tools/src/cldr-plurals.c b/gettext-tools/src/cldr-plurals.c index da4eccf18..f6e3ec61c 100644 --- a/gettext-tools/src/cldr-plurals.c +++ b/gettext-tools/src/cldr-plurals.c @@ -1,8 +1,6 @@ /* Unicode CLDR plural rule parser and converter Copyright (C) 2015-2026 Free Software Foundation, Inc. - This file was written by Daiki Ueno , 2015. - 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno, Bruno Haible, and Michele Locati. */ + #include #include "basename-lgpl.h" diff --git a/gettext-tools/src/country-table.c b/gettext-tools/src/country-table.c index efeed2d2e..100489553 100644 --- a/gettext-tools/src/country-table.c +++ b/gettext-tools/src/country-table.c @@ -1,5 +1,5 @@ /* Table of territories. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/country-table.h b/gettext-tools/src/country-table.h index 6b6280e86..f7cfbcaf2 100644 --- a/gettext-tools/src/country-table.h +++ b/gettext-tools/src/country-table.h @@ -1,5 +1,5 @@ /* Table of territories. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #ifndef _COUNTRY_TABLE_H #define _COUNTRY_TABLE_H diff --git a/gettext-tools/src/dir-list.c b/gettext-tools/src/dir-list.c index f9d675c76..3f57396ac 100644 --- a/gettext-tools/src/dir-list.c +++ b/gettext-tools/src/dir-list.c @@ -1,7 +1,5 @@ /* GNU gettext - internationalization aids - Copyright (C) 1996-2025 Free Software Foundation, Inc. - - This file was written by Peter Miller + Copyright (C) 1996-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #include diff --git a/gettext-tools/src/dir-list.h b/gettext-tools/src/dir-list.h index 9b2173a7c..502d469fe 100644 --- a/gettext-tools/src/dir-list.h +++ b/gettext-tools/src/dir-list.h @@ -1,7 +1,5 @@ /* GNU gettext - internationalization aids - Copyright (C) 1996, 1998, 2000-2003 Free Software Foundation, Inc. - - This file was written by Peter Miller + Copyright (C) 1996-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #ifndef _DIR_LIST_H #define _DIR_LIST_H diff --git a/gettext-tools/src/file-list.c b/gettext-tools/src/file-list.c index 9d9f54e40..179eca3bc 100644 --- a/gettext-tools/src/file-list.c +++ b/gettext-tools/src/file-list.c @@ -1,5 +1,5 @@ /* Reading file lists. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/file-list.h b/gettext-tools/src/file-list.h index f2b27930e..8cfa3411e 100644 --- a/gettext-tools/src/file-list.h +++ b/gettext-tools/src/file-list.h @@ -1,6 +1,5 @@ /* Reading file lists. - Copyright (C) 2001-2003 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _FILE_LIST_H #define _FILE_LIST_H diff --git a/gettext-tools/src/filter-quote.c b/gettext-tools/src/filter-quote.c index 7f9c1270f..8be8400f1 100644 --- a/gettext-tools/src/filter-quote.c +++ b/gettext-tools/src/filter-quote.c @@ -1,6 +1,5 @@ /* Convert ASCII quotations to Unicode quotations. - Copyright (C) 2014-2025 Free Software Foundation, Inc. - Written by Daiki Ueno , 2014. + Copyright (C) 2014-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + #include /* Specification. */ diff --git a/gettext-tools/src/filter-sr-latin.c b/gettext-tools/src/filter-sr-latin.c index fdb98c302..fd64f16c2 100644 --- a/gettext-tools/src/filter-sr-latin.c +++ b/gettext-tools/src/filter-sr-latin.c @@ -1,7 +1,5 @@ /* Recode Serbian text from Cyrillic to Latin script. - Copyright (C) 2006-2025 Free Software Foundation, Inc. - Written by Danilo Šegan , 2006, - and Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Danilo Šegan and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/filters.h b/gettext-tools/src/filters.h index 4c730b794..9651afc6c 100644 --- a/gettext-tools/src/filters.h +++ b/gettext-tools/src/filters.h @@ -1,6 +1,5 @@ /* Recoding functions. - Copyright (C) 2006, 2014 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #ifdef __cplusplus diff --git a/gettext-tools/src/format-awk.c b/gettext-tools/src/format-awk.c index 37011da97..027aa08ff 100644 --- a/gettext-tools/src/format-awk.c +++ b/gettext-tools/src/format-awk.c @@ -1,6 +1,5 @@ /* awk format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-boost.c b/gettext-tools/src/format-boost.c index 46f70d4ff..f4d15937b 100644 --- a/gettext-tools/src/format-boost.c +++ b/gettext-tools/src/format-boost.c @@ -1,6 +1,5 @@ /* Boost format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-c++-brace.c b/gettext-tools/src/format-c++-brace.c index a796b0bd3..61c5bf5e8 100644 --- a/gettext-tools/src/format-c++-brace.c +++ b/gettext-tools/src/format-c++-brace.c @@ -1,6 +1,5 @@ /* C++ format strings. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2023. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-c-parse.h b/gettext-tools/src/format-c-parse.h index 54e5a891e..df9fea542 100644 --- a/gettext-tools/src/format-c-parse.h +++ b/gettext-tools/src/format-c-parse.h @@ -1,6 +1,5 @@ /* Parsing C format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + /* C format strings are described in * POSIX (IEEE P1003.1 2001), section XSH 3 fprintf(). diff --git a/gettext-tools/src/format-c.c b/gettext-tools/src/format-c.c index cb2514a20..1a0499da1 100644 --- a/gettext-tools/src/format-c.c +++ b/gettext-tools/src/format-c.c @@ -1,6 +1,5 @@ /* C format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-csharp.c b/gettext-tools/src/format-csharp.c index 712862018..d0d76a1b4 100644 --- a/gettext-tools/src/format-csharp.c +++ b/gettext-tools/src/format-csharp.c @@ -1,6 +1,5 @@ /* C# format strings. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-d.c b/gettext-tools/src/format-d.c index 7ef695e0c..28e8c486b 100644 --- a/gettext-tools/src/format-d.c +++ b/gettext-tools/src/format-d.c @@ -1,6 +1,5 @@ /* D format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2025. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-elisp.c b/gettext-tools/src/format-elisp.c index 2aa152f8c..4ef843d52 100644 --- a/gettext-tools/src/format-elisp.c +++ b/gettext-tools/src/format-elisp.c @@ -1,6 +1,5 @@ /* Emacs Lisp format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-gcc-internal.c b/gettext-tools/src/format-gcc-internal.c index 25c6ea884..dc513bc5c 100644 --- a/gettext-tools/src/format-gcc-internal.c +++ b/gettext-tools/src/format-gcc-internal.c @@ -1,6 +1,5 @@ /* GCC internal format strings. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-gfc-internal.c b/gettext-tools/src/format-gfc-internal.c index 78e472390..1c2c584bf 100644 --- a/gettext-tools/src/format-gfc-internal.c +++ b/gettext-tools/src/format-gfc-internal.c @@ -1,6 +1,5 @@ /* GFC (GNU Fortran Compiler) internal format strings. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2009. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-go.c b/gettext-tools/src/format-go.c index c1563e749..f45697959 100644 --- a/gettext-tools/src/format-go.c +++ b/gettext-tools/src/format-go.c @@ -1,6 +1,5 @@ /* Go format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2025. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-invalid.h b/gettext-tools/src/format-invalid.h index 17826e95f..06f3d30d0 100644 --- a/gettext-tools/src/format-invalid.h +++ b/gettext-tools/src/format-invalid.h @@ -1,6 +1,5 @@ /* Common reasons that make a format string invalid. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + /* These macros return freshly allocated error message strings, intended to be stored in *invalid_reason. */ diff --git a/gettext-tools/src/format-java-printf.c b/gettext-tools/src/format-java-printf.c index 7ea59e299..f37bf65ed 100644 --- a/gettext-tools/src/format-java-printf.c +++ b/gettext-tools/src/format-java-printf.c @@ -1,6 +1,5 @@ /* Java printf format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-java.c b/gettext-tools/src/format-java.c index 5d3619f93..245368e87 100644 --- a/gettext-tools/src/format-java.c +++ b/gettext-tools/src/format-java.c @@ -1,6 +1,5 @@ /* Java MessageFormat format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-javascript.c b/gettext-tools/src/format-javascript.c index e11c2eb65..291bc86dc 100644 --- a/gettext-tools/src/format-javascript.c +++ b/gettext-tools/src/format-javascript.c @@ -1,7 +1,5 @@ /* JavaScript format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Andreas Stricker , 2010. - It's based on python format module from Bruno Haible. + Copyright (C) 2001-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible, Andreas Stricker, and Daiki Ueno. */ + #include #include diff --git a/gettext-tools/src/format-kde-kuit.c b/gettext-tools/src/format-kde-kuit.c index 893583e92..bdb99e995 100644 --- a/gettext-tools/src/format-kde-kuit.c +++ b/gettext-tools/src/format-kde-kuit.c @@ -1,6 +1,5 @@ /* KUIT (KDE User Interface Text) format strings. - Copyright (C) 2015-2025 Free Software Foundation, Inc. - Written by Daiki Ueno , 2015. + Copyright (C) 2015-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + #include #include diff --git a/gettext-tools/src/format-kde.c b/gettext-tools/src/format-kde.c index d1ce802ad..d58f9f7e4 100644 --- a/gettext-tools/src/format-kde.c +++ b/gettext-tools/src/format-kde.c @@ -1,6 +1,5 @@ /* KDE format strings. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2007. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-librep.c b/gettext-tools/src/format-librep.c index c825da49f..b83716e9d 100644 --- a/gettext-tools/src/format-librep.c +++ b/gettext-tools/src/format-librep.c @@ -1,6 +1,5 @@ /* librep format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-lisp.c b/gettext-tools/src/format-lisp.c index b492a9b00..6755f6640 100644 --- a/gettext-tools/src/format-lisp.c +++ b/gettext-tools/src/format-lisp.c @@ -1,6 +1,5 @@ /* Lisp format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-lua.c b/gettext-tools/src/format-lua.c index 126befbd8..bd710218d 100644 --- a/gettext-tools/src/format-lua.c +++ b/gettext-tools/src/format-lua.c @@ -1,6 +1,5 @@ /* Lua format strings. - Copyright (C) 2012-2025 Free Software Foundation, Inc. - Written by Ľubomír Remák , 2012. + Copyright (C) 2012-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ľubomír Remák and Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-modula2.c b/gettext-tools/src/format-modula2.c index 949065e74..f71f508c1 100644 --- a/gettext-tools/src/format-modula2.c +++ b/gettext-tools/src/format-modula2.c @@ -1,6 +1,5 @@ /* Modula-2 format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2025. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-ocaml.c b/gettext-tools/src/format-ocaml.c index 9419db6ab..00f934b6d 100644 --- a/gettext-tools/src/format-ocaml.c +++ b/gettext-tools/src/format-ocaml.c @@ -1,6 +1,5 @@ /* OCaml format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2025. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-pascal.c b/gettext-tools/src/format-pascal.c index 99129ce90..8b792f4d4 100644 --- a/gettext-tools/src/format-pascal.c +++ b/gettext-tools/src/format-pascal.c @@ -1,6 +1,5 @@ /* Object Pascal format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-perl-brace.c b/gettext-tools/src/format-perl-brace.c index 100ca3ae8..80bcd0938 100644 --- a/gettext-tools/src/format-perl-brace.c +++ b/gettext-tools/src/format-perl-brace.c @@ -1,6 +1,5 @@ /* Perl brace format strings. - Copyright (C) 2004-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2004-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-perl.c b/gettext-tools/src/format-perl.c index fd10af17d..b842add91 100644 --- a/gettext-tools/src/format-perl.c +++ b/gettext-tools/src/format-perl.c @@ -1,6 +1,5 @@ /* Perl format strings. - Copyright (C) 2004-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2004-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-php.c b/gettext-tools/src/format-php.c index 42bda22eb..92fde1b66 100644 --- a/gettext-tools/src/format-php.c +++ b/gettext-tools/src/format-php.c @@ -1,6 +1,5 @@ /* PHP format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-python-brace.c b/gettext-tools/src/format-python-brace.c index 971cb798d..59658dff8 100644 --- a/gettext-tools/src/format-python-brace.c +++ b/gettext-tools/src/format-python-brace.c @@ -1,6 +1,5 @@ /* Python brace format strings. - Copyright (C) 2004-2025 Free Software Foundation, Inc. - Written by Daiki Ueno , 2013. + Copyright (C) 2004-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno and Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-python.c b/gettext-tools/src/format-python.c index e4d773bc7..6849412bd 100644 --- a/gettext-tools/src/format-python.c +++ b/gettext-tools/src/format-python.c @@ -1,6 +1,5 @@ /* Python format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-qt-plural.c b/gettext-tools/src/format-qt-plural.c index b7d2ef248..8a761a3c9 100644 --- a/gettext-tools/src/format-qt-plural.c +++ b/gettext-tools/src/format-qt-plural.c @@ -1,6 +1,5 @@ /* Qt plural format strings. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2009. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-qt.c b/gettext-tools/src/format-qt.c index eee4f17aa..005fd33c8 100644 --- a/gettext-tools/src/format-qt.c +++ b/gettext-tools/src/format-qt.c @@ -1,6 +1,5 @@ /* Qt format strings. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-ruby.c b/gettext-tools/src/format-ruby.c index a5844e07b..52a107b56 100644 --- a/gettext-tools/src/format-ruby.c +++ b/gettext-tools/src/format-ruby.c @@ -1,6 +1,5 @@ /* Ruby format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2020. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-rust.c b/gettext-tools/src/format-rust.c index 1f178d85d..e8eb7b659 100644 --- a/gettext-tools/src/format-rust.c +++ b/gettext-tools/src/format-rust.c @@ -1,6 +1,5 @@ /* Rust format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2025. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-scheme.c b/gettext-tools/src/format-scheme.c index b943413d8..3c906508e 100644 --- a/gettext-tools/src/format-scheme.c +++ b/gettext-tools/src/format-scheme.c @@ -1,6 +1,5 @@ /* Scheme format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-sh-printf.c b/gettext-tools/src/format-sh-printf.c index fb221962a..1ebe49914 100644 --- a/gettext-tools/src/format-sh-printf.c +++ b/gettext-tools/src/format-sh-printf.c @@ -1,6 +1,5 @@ /* Shell printf format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2025. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-sh.c b/gettext-tools/src/format-sh.c index 12089c569..325c0b51b 100644 --- a/gettext-tools/src/format-sh.c +++ b/gettext-tools/src/format-sh.c @@ -1,6 +1,5 @@ /* Shell format strings. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-smalltalk.c b/gettext-tools/src/format-smalltalk.c index 6a4f8088d..426d4b801 100644 --- a/gettext-tools/src/format-smalltalk.c +++ b/gettext-tools/src/format-smalltalk.c @@ -1,6 +1,5 @@ /* Smalltalk and YCP format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format-tcl.c b/gettext-tools/src/format-tcl.c index b0eb8f9c7..94d15e41a 100644 --- a/gettext-tools/src/format-tcl.c +++ b/gettext-tools/src/format-tcl.c @@ -1,6 +1,5 @@ /* Tcl format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/format.c b/gettext-tools/src/format.c index 9812d7e99..3a39c4b3a 100644 --- a/gettext-tools/src/format.c +++ b/gettext-tools/src/format.c @@ -1,6 +1,5 @@ /* Format strings. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/format.h b/gettext-tools/src/format.h index ef8b2e6a0..7198227b2 100644 --- a/gettext-tools/src/format.h +++ b/gettext-tools/src/format.h @@ -1,6 +1,5 @@ /* Format strings. Copyright (C) 2001-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _FORMAT_H #define _FORMAT_H diff --git a/gettext-tools/src/hostname.c b/gettext-tools/src/hostname.c index 50c38ede4..e0d0f6d54 100644 --- a/gettext-tools/src/hostname.c +++ b/gettext-tools/src/hostname.c @@ -1,6 +1,5 @@ /* Display hostname in various forms. Copyright (C) 2001-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/html5-entities.h b/gettext-tools/src/html5-entities.h index f5a73a8ac..363fb60a3 100644 --- a/gettext-tools/src/html5-entities.h +++ b/gettext-tools/src/html5-entities.h @@ -1,5 +1,5 @@ /* List of HTML 5 entities. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ /* Data extracted from */ diff --git a/gettext-tools/src/if-error.c b/gettext-tools/src/if-error.c index 36a3016bd..e2aaba62f 100644 --- a/gettext-tools/src/if-error.c +++ b/gettext-tools/src/if-error.c @@ -1,5 +1,5 @@ /* Error handling during reading of input files. - Copyright (C) 2023-2025 Free Software Foundation, Inc. + Copyright (C) 2023-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2023. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/if-error.h b/gettext-tools/src/if-error.h index 31f542bac..855b38a20 100644 --- a/gettext-tools/src/if-error.h +++ b/gettext-tools/src/if-error.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2023. */ +/* Written by Bruno Haible. */ #ifndef _IF_ERROR_H #define _IF_ERROR_H diff --git a/gettext-tools/src/its-extensions.xsd b/gettext-tools/src/its-extensions.xsd index 97cc703f3..7802eb901 100644 --- a/gettext-tools/src/its-extensions.xsd +++ b/gettext-tools/src/its-extensions.xsd @@ -4,7 +4,7 @@ XML schema extensions for *.its files, as understood by GNU gettext. -Copyright (C) 2015-2024 Free Software Foundation, Inc. +Copyright (C) 2015-2026 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -19,7 +19,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, see <https://www.gnu.org/licenses/>. -Written by Bruno Haible <bruno@clisp.org>, 2024. +Written by Bruno Haible. diff --git a/gettext-tools/src/its.c b/gettext-tools/src/its.c index 2708937c8..4eb9c64e6 100644 --- a/gettext-tools/src/its.c +++ b/gettext-tools/src/its.c @@ -1,7 +1,5 @@ /* Internationalization Tag Set (ITS) handling - Copyright (C) 2015-2025 Free Software Foundation, Inc. - - This file was written by Daiki Ueno , 2015. + Copyright (C) 2015-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/its.h b/gettext-tools/src/its.h index 93e6a0f2b..55ed0f789 100644 --- a/gettext-tools/src/its.h +++ b/gettext-tools/src/its.h @@ -1,7 +1,5 @@ /* Internationalization Tag Set (ITS) handling - Copyright (C) 2015-2025 Free Software Foundation, Inc. - - This file was written by Daiki Ueno , 2015. + Copyright (C) 2015-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno and Bruno Haible. */ + #ifndef _ITS_H_ #define _ITS_H_ diff --git a/gettext-tools/src/its.xsd10 b/gettext-tools/src/its.xsd10 index 326edfbe1..df33b2c19 100644 --- a/gettext-tools/src/its.xsd10 +++ b/gettext-tools/src/its.xsd10 @@ -4,7 +4,7 @@ XML schema 1.0 of *.its files, as understood by GNU gettext. -Copyright (C) 2015-2024 Free Software Foundation, Inc. +Copyright (C) 2015-2026 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -19,7 +19,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, see <https://www.gnu.org/licenses/>. -Written by Bruno Haible <bruno@clisp.org>, 2024. +Written by Bruno Haible. diff --git a/gettext-tools/src/its.xsd11 b/gettext-tools/src/its.xsd11 index 5280bbaf3..77a48a229 100644 --- a/gettext-tools/src/its.xsd11 +++ b/gettext-tools/src/its.xsd11 @@ -4,7 +4,7 @@ XML schema 1.1 of *.its files, as understood by GNU gettext. -Copyright (C) 2015-2024 Free Software Foundation, Inc. +Copyright (C) 2015-2026 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -19,7 +19,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, see <https://www.gnu.org/licenses/>. -Written by Bruno Haible <bruno@clisp.org>, 2024. +Written by Bruno Haible. diff --git a/gettext-tools/src/lang-table.c b/gettext-tools/src/lang-table.c index c34e556e1..a13df284c 100644 --- a/gettext-tools/src/lang-table.c +++ b/gettext-tools/src/lang-table.c @@ -1,6 +1,5 @@ /* Table of languages. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2005. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/lang-table.h b/gettext-tools/src/lang-table.h index 909b7bdd0..fb7ae29b8 100644 --- a/gettext-tools/src/lang-table.h +++ b/gettext-tools/src/lang-table.h @@ -1,6 +1,5 @@ /* Table of languages. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2005. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _LANG_TABLE_H #define _LANG_TABLE_H diff --git a/gettext-tools/src/locating-rules.c b/gettext-tools/src/locating-rules.c index fc9c1debe..0942e1846 100644 --- a/gettext-tools/src/locating-rules.c +++ b/gettext-tools/src/locating-rules.c @@ -1,7 +1,5 @@ /* XML resource locating rules - Copyright (C) 2015-2025 Free Software Foundation, Inc. - - This file was written by Daiki Ueno , 2015. + Copyright (C) 2015-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/locating-rules.h b/gettext-tools/src/locating-rules.h index dc7473e95..d6d7600fc 100644 --- a/gettext-tools/src/locating-rules.h +++ b/gettext-tools/src/locating-rules.h @@ -1,7 +1,5 @@ /* XML resource locating rules - Copyright (C) 2015-2025 Free Software Foundation, Inc. - - This file was written by Daiki Ueno , 2015. + Copyright (C) 2015-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno and Bruno Haible. */ + #ifndef _LOCATING_RULE_H #define _LOCATING_RULE_H diff --git a/gettext-tools/src/locating-rules.xsd10 b/gettext-tools/src/locating-rules.xsd10 index 1795e6ea4..77b3c1218 100644 --- a/gettext-tools/src/locating-rules.xsd10 +++ b/gettext-tools/src/locating-rules.xsd10 @@ -4,7 +4,7 @@ XML schema 1.0 of *.loc files, as understood by GNU gettext. -Copyright (C) 2015-2024 Free Software Foundation, Inc. +Copyright (C) 2015-2026 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -19,7 +19,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, see <https://www.gnu.org/licenses/>. -Written by Bruno Haible <bruno@clisp.org>, 2024. +Written by Bruno Haible. diff --git a/gettext-tools/src/locating-rules.xsd11 b/gettext-tools/src/locating-rules.xsd11 index d4bac98bb..32d3b7c35 100644 --- a/gettext-tools/src/locating-rules.xsd11 +++ b/gettext-tools/src/locating-rules.xsd11 @@ -4,7 +4,7 @@ XML schema 1.1 of *.loc files, as understood by GNU gettext. -Copyright (C) 2015-2024 Free Software Foundation, Inc. +Copyright (C) 2015-2026 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -19,7 +19,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, see <https://www.gnu.org/licenses/>. -Written by Bruno Haible <bruno@clisp.org>, 2024. +Written by Bruno Haible. diff --git a/gettext-tools/src/message.c b/gettext-tools/src/message.c index f3127f47d..4b7fc8b47 100644 --- a/gettext-tools/src/message.c +++ b/gettext-tools/src/message.c @@ -1,8 +1,6 @@ /* GNU gettext - internationalization aids Copyright (C) 1995-2026 Free Software Foundation, Inc. - This file was written by Peter Miller - 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/message.h b/gettext-tools/src/message.h index 52a5ce4be..b73b0fc5f 100644 --- a/gettext-tools/src/message.h +++ b/gettext-tools/src/message.h @@ -1,8 +1,6 @@ /* GNU gettext - internationalization aids Copyright (C) 1995-2026 Free Software Foundation, Inc. - This file was written by Peter Miller - 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #ifndef _MESSAGE_H #define _MESSAGE_H diff --git a/gettext-tools/src/msgattrib.c b/gettext-tools/src/msgattrib.c index bcb0366e7..1c4e3830c 100644 --- a/gettext-tools/src/msgattrib.c +++ b/gettext-tools/src/msgattrib.c @@ -1,6 +1,5 @@ /* Manipulates attributes of messages in translation catalogs. Copyright (C) 2001-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/msgcat.c b/gettext-tools/src/msgcat.c index 4f40281b3..6383e89dc 100644 --- a/gettext-tools/src/msgcat.c +++ b/gettext-tools/src/msgcat.c @@ -1,6 +1,5 @@ /* Concatenates several translation catalogs. Copyright (C) 2001-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/msgcmp.c b/gettext-tools/src/msgcmp.c index 7b48a326f..1bd7768b5 100644 --- a/gettext-tools/src/msgcmp.c +++ b/gettext-tools/src/msgcmp.c @@ -1,6 +1,5 @@ /* GNU gettext - internationalization aids Copyright (C) 1995-2026 Free Software Foundation, Inc. - This file was written by Peter Miller 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/msgcomm.c b/gettext-tools/src/msgcomm.c index 974fc6b72..9ea2c847f 100644 --- a/gettext-tools/src/msgcomm.c +++ b/gettext-tools/src/msgcomm.c @@ -1,8 +1,6 @@ /* GNU gettext - internationalization aids Copyright (C) 1997-2026 Free Software Foundation, Inc. - This file was written by Peter Miller - 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/msgconv.c b/gettext-tools/src/msgconv.c index 4718cb80c..27f246bdc 100644 --- a/gettext-tools/src/msgconv.c +++ b/gettext-tools/src/msgconv.c @@ -1,6 +1,5 @@ /* Converts a translation catalog to a different character encoding. Copyright (C) 2001-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/msgen.c b/gettext-tools/src/msgen.c index e0dec543f..0087fa064 100644 --- a/gettext-tools/src/msgen.c +++ b/gettext-tools/src/msgen.c @@ -1,6 +1,5 @@ /* Creates an English translation catalog. Copyright (C) 2001-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/msgexec.c b/gettext-tools/src/msgexec.c index 8848665a8..a90ecb610 100644 --- a/gettext-tools/src/msgexec.c +++ b/gettext-tools/src/msgexec.c @@ -1,6 +1,5 @@ /* Pass translations to a subprocess. Copyright (C) 2001-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/msgfilter.c b/gettext-tools/src/msgfilter.c index 4923241ad..94b3dc8d7 100644 --- a/gettext-tools/src/msgfilter.c +++ b/gettext-tools/src/msgfilter.c @@ -1,6 +1,5 @@ /* Edit translations using a subprocess. Copyright (C) 2001-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/msgfmt.c b/gettext-tools/src/msgfmt.c index eb4888ce4..99d6b9358 100644 --- a/gettext-tools/src/msgfmt.c +++ b/gettext-tools/src/msgfmt.c @@ -1,6 +1,5 @@ /* Converts Uniforum style .po files to binary .mo files Copyright (C) 1995-2026 Free Software Foundation, Inc. - Written by Ulrich Drepper , April 1995. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper, Bruno Haible, and Daiki Ueno. */ + #include #include diff --git a/gettext-tools/src/msgfmt.cs b/gettext-tools/src/msgfmt.cs index ca415ac3a..eada844ef 100644 --- a/gettext-tools/src/msgfmt.cs +++ b/gettext-tools/src/msgfmt.cs @@ -1,6 +1,5 @@ /* GNU gettext for C# - * Copyright (C) 2003-2004, 2018 Free Software Foundation, Inc. - * Written by Bruno Haible , 2003. + * Copyright (C) 2003-2026 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 @@ -16,6 +15,8 @@ * along with this program. If not, see . */ +/* Written by Bruno Haible. */ + /* * This program creates a .resources file from a set of key/value pairs given * on standard input. diff --git a/gettext-tools/src/msgfmt.h b/gettext-tools/src/msgfmt.h index 1ff32baf2..62850a692 100644 --- a/gettext-tools/src/msgfmt.h +++ b/gettext-tools/src/msgfmt.h @@ -1,7 +1,5 @@ /* msgfmt specifics - Copyright (C) 1995-1998, 2000-2001, 2009, 2015 Free Software - Foundation, Inc. - Written by Ulrich Drepper , April 1995. + Copyright (C) 1995-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible and Daiki Ueno. */ + #ifndef _MSGFMT_H #define _MSGFMT_H diff --git a/gettext-tools/src/msggrep.c b/gettext-tools/src/msggrep.c index a53770c86..eeb051fc9 100644 --- a/gettext-tools/src/msggrep.c +++ b/gettext-tools/src/msggrep.c @@ -1,6 +1,5 @@ /* Extract some translations of a translation catalog. Copyright (C) 2001-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/msginit.c b/gettext-tools/src/msginit.c index 879dd4d1e..4572e352d 100644 --- a/gettext-tools/src/msginit.c +++ b/gettext-tools/src/msginit.c @@ -1,6 +1,5 @@ /* Initializes a new PO file. Copyright (C) 2001-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/msgl-ascii.c b/gettext-tools/src/msgl-ascii.c index d36cb1577..f1c455848 100644 --- a/gettext-tools/src/msgl-ascii.c +++ b/gettext-tools/src/msgl-ascii.c @@ -1,6 +1,5 @@ /* Message list test for ASCII character set. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/msgl-ascii.h b/gettext-tools/src/msgl-ascii.h index 35212eae8..e230b5f50 100644 --- a/gettext-tools/src/msgl-ascii.h +++ b/gettext-tools/src/msgl-ascii.h @@ -1,6 +1,5 @@ /* Message list test for ASCII character set. - Copyright (C) 2001-2024 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _MSGL_ASCII_H #define _MSGL_ASCII_H diff --git a/gettext-tools/src/msgl-cat.c b/gettext-tools/src/msgl-cat.c index c80ea21dc..b81f227d8 100644 --- a/gettext-tools/src/msgl-cat.c +++ b/gettext-tools/src/msgl-cat.c @@ -1,6 +1,5 @@ /* Message list concatenation and duplicate handling. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/msgl-cat.h b/gettext-tools/src/msgl-cat.h index 098ffb3b4..d4b1d1934 100644 --- a/gettext-tools/src/msgl-cat.h +++ b/gettext-tools/src/msgl-cat.h @@ -1,6 +1,5 @@ /* Message list concatenation and duplicate handling. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _MSGL_CAT_H #define _MSGL_CAT_H diff --git a/gettext-tools/src/msgl-charset.c b/gettext-tools/src/msgl-charset.c index 00cbcf3b9..b53fc2ab5 100644 --- a/gettext-tools/src/msgl-charset.c +++ b/gettext-tools/src/msgl-charset.c @@ -1,6 +1,5 @@ /* Message list charset and locale charset handling. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/msgl-charset.h b/gettext-tools/src/msgl-charset.h index 0c7189202..7bce89bb4 100644 --- a/gettext-tools/src/msgl-charset.h +++ b/gettext-tools/src/msgl-charset.h @@ -1,6 +1,5 @@ /* Message list charset and locale charset handling. - Copyright (C) 2001-2024 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _MSGL_CHARSET_H #define _MSGL_CHARSET_H diff --git a/gettext-tools/src/msgl-check.c b/gettext-tools/src/msgl-check.c index f569a095b..72bbda54a 100644 --- a/gettext-tools/src/msgl-check.c +++ b/gettext-tools/src/msgl-check.c @@ -1,6 +1,5 @@ /* Checking of messages in PO files. Copyright (C) 1995-2026 Free Software Foundation, Inc. - Written by Ulrich Drepper , April 1995. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper, Bruno Haible, and Daiki Ueno. */ + #include /* Specification. */ diff --git a/gettext-tools/src/msgl-check.h b/gettext-tools/src/msgl-check.h index b9f57ea07..c288dbb3a 100644 --- a/gettext-tools/src/msgl-check.h +++ b/gettext-tools/src/msgl-check.h @@ -1,6 +1,5 @@ /* Checking of messages in PO files. - Copyright (C) 2005-2024 Free Software Foundation, Inc. - Written by Bruno Haible , 2005. + Copyright (C) 2005-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _MSGL_CHECK_H #define _MSGL_CHECK_H 1 diff --git a/gettext-tools/src/msgl-english.c b/gettext-tools/src/msgl-english.c index fb5433559..9749b94a9 100644 --- a/gettext-tools/src/msgl-english.c +++ b/gettext-tools/src/msgl-english.c @@ -1,6 +1,5 @@ /* Message translation initialization for English. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/msgl-english.h b/gettext-tools/src/msgl-english.h index 8ca083e88..ce067d3eb 100644 --- a/gettext-tools/src/msgl-english.h +++ b/gettext-tools/src/msgl-english.h @@ -1,6 +1,5 @@ /* Message translation initialization for English. - Copyright (C) 2001-2003 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _MSGL_ENGLISH_H #define _MSGL_ENGLISH_H diff --git a/gettext-tools/src/msgl-equal.c b/gettext-tools/src/msgl-equal.c index e18ff8986..480b8a52c 100644 --- a/gettext-tools/src/msgl-equal.c +++ b/gettext-tools/src/msgl-equal.c @@ -1,6 +1,5 @@ /* Message list test for equality. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/msgl-equal.h b/gettext-tools/src/msgl-equal.h index fb76b301f..0120b34ea 100644 --- a/gettext-tools/src/msgl-equal.h +++ b/gettext-tools/src/msgl-equal.h @@ -1,6 +1,5 @@ /* Message list test for equality. - Copyright (C) 2001-2003 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _MSGL_EQUAL_H #define _MSGL_EQUAL_H diff --git a/gettext-tools/src/msgl-fsearch.c b/gettext-tools/src/msgl-fsearch.c index 0c9e16abb..7016e065a 100644 --- a/gettext-tools/src/msgl-fsearch.c +++ b/gettext-tools/src/msgl-fsearch.c @@ -1,6 +1,5 @@ /* Fast fuzzy searching among messages. - Copyright (C) 2006-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/msgl-fsearch.h b/gettext-tools/src/msgl-fsearch.h index 1508b4341..2c7d91f35 100644 --- a/gettext-tools/src/msgl-fsearch.h +++ b/gettext-tools/src/msgl-fsearch.h @@ -1,6 +1,5 @@ /* Fast fuzzy searching among messages. - Copyright (C) 2006, 2008 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _MSGL_FSEARCH_H #define _MSGL_FSEARCH_H 1 diff --git a/gettext-tools/src/msgl-header.c b/gettext-tools/src/msgl-header.c index 6ddd6447d..304ef2ce3 100644 --- a/gettext-tools/src/msgl-header.c +++ b/gettext-tools/src/msgl-header.c @@ -1,6 +1,5 @@ /* Message list header manipulation. - Copyright (C) 2007-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2007. + Copyright (C) 2007-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/msgl-header.h b/gettext-tools/src/msgl-header.h index 4ca5314b5..a98db95b3 100644 --- a/gettext-tools/src/msgl-header.h +++ b/gettext-tools/src/msgl-header.h @@ -1,6 +1,5 @@ /* Message list header manipulation. - Copyright (C) 2007-2024 Free Software Foundation, Inc. - Written by Bruno Haible , 2007. + Copyright (C) 2007-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _MSGL_HEADER_H #define _MSGL_HEADER_H diff --git a/gettext-tools/src/msgl-iconv.c b/gettext-tools/src/msgl-iconv.c index 91cfe26b5..603316e40 100644 --- a/gettext-tools/src/msgl-iconv.c +++ b/gettext-tools/src/msgl-iconv.c @@ -1,6 +1,5 @@ /* Message list charset and locale charset handling. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/msgl-iconv.h b/gettext-tools/src/msgl-iconv.h index 4d745b42e..214e98aaf 100644 --- a/gettext-tools/src/msgl-iconv.h +++ b/gettext-tools/src/msgl-iconv.h @@ -1,6 +1,5 @@ /* Message list character set conversion. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _MSGL_ICONV_H #define _MSGL_ICONV_H diff --git a/gettext-tools/src/msgl-ofn.c b/gettext-tools/src/msgl-ofn.c index f2c099210..35219e592 100644 --- a/gettext-tools/src/msgl-ofn.c +++ b/gettext-tools/src/msgl-ofn.c @@ -1,5 +1,5 @@ /* Message list test for ordinary file names. - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2021. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/msgl-ofn.h b/gettext-tools/src/msgl-ofn.h index 442bfe4fa..2b2ab1048 100644 --- a/gettext-tools/src/msgl-ofn.h +++ b/gettext-tools/src/msgl-ofn.h @@ -1,5 +1,5 @@ /* Message list test for ordinary file names. - Copyright (C) 2021-2024 Free Software Foundation, Inc. + Copyright (C) 2021-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2021. */ +/* Written by Bruno Haible. */ #ifndef _MSGL_OFN_H #define _MSGL_OFN_H diff --git a/gettext-tools/src/msgmerge.c b/gettext-tools/src/msgmerge.c index e5bf7e973..c84a9c7c2 100644 --- a/gettext-tools/src/msgmerge.c +++ b/gettext-tools/src/msgmerge.c @@ -1,6 +1,5 @@ /* GNU gettext - internationalization aids Copyright (C) 1995-2026 Free Software Foundation, Inc. - This file was written by Peter Miller 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/msgpre.c b/gettext-tools/src/msgpre.c index f32fec4d0..799f60e73 100644 --- a/gettext-tools/src/msgpre.c +++ b/gettext-tools/src/msgpre.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/msgunfmt.c b/gettext-tools/src/msgunfmt.c index 1d85b9915..13ee43121 100644 --- a/gettext-tools/src/msgunfmt.c +++ b/gettext-tools/src/msgunfmt.c @@ -1,6 +1,5 @@ /* msgunfmt - converts binary .mo files to Uniforum style .po files Copyright (C) 1995-2026 Free Software Foundation, Inc. - Written by Ulrich Drepper , April 1995. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/msgunfmt.cs b/gettext-tools/src/msgunfmt.cs index 44733f156..63521ca0f 100644 --- a/gettext-tools/src/msgunfmt.cs +++ b/gettext-tools/src/msgunfmt.cs @@ -1,6 +1,5 @@ /* GNU gettext for C# - * Copyright (C) 2003-2004, 2007 Free Software Foundation, Inc. - * Written by Bruno Haible , 2003. + * Copyright (C) 2003-2026 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 @@ -16,6 +15,8 @@ * along with this program. If not, see . */ +/* Written by Bruno Haible. */ + /* * This program dumps a GettextResourceSet subclass (in a satellite assembly) * or a .resources file as a PO file. diff --git a/gettext-tools/src/msgunfmt.h b/gettext-tools/src/msgunfmt.h index e7e2fdee0..caa343f43 100644 --- a/gettext-tools/src/msgunfmt.h +++ b/gettext-tools/src/msgunfmt.h @@ -1,6 +1,5 @@ /* msgunfmt specifics - Copyright (C) 1995-1998, 2000-2001 Free Software Foundation, Inc. - Written by Ulrich Drepper , April 1995. + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _MSGUNFMT_H #define _MSGUNFMT_H diff --git a/gettext-tools/src/msgunfmt.tcl b/gettext-tools/src/msgunfmt.tcl index ef3211247..edcd40445 100644 --- a/gettext-tools/src/msgunfmt.tcl +++ b/gettext-tools/src/msgunfmt.tcl @@ -1,5 +1,5 @@ # Reading tcl/msgcat .msg files. -# Copyright (C) 2002-2024 Free Software Foundation, Inc. +# Copyright (C) 2002-2026 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 @@ -13,6 +13,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# +# Written by Bruno Haible. namespace eval msgcat { namespace export mcset mcdump diff --git a/gettext-tools/src/msguniq.c b/gettext-tools/src/msguniq.c index edcf89c2e..d022c3191 100644 --- a/gettext-tools/src/msguniq.c +++ b/gettext-tools/src/msguniq.c @@ -1,6 +1,5 @@ /* Remove, select or merge duplicate translations. Copyright (C) 2001-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/open-catalog.c b/gettext-tools/src/open-catalog.c index 4bba0ec73..855c86afc 100644 --- a/gettext-tools/src/open-catalog.c +++ b/gettext-tools/src/open-catalog.c @@ -1,6 +1,5 @@ /* open-po - search for .po file along search path list and open for reading - Copyright (C) 1995-2025 Free Software Foundation, Inc. - Written by Ulrich Drepper , April 1995. + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/open-catalog.h b/gettext-tools/src/open-catalog.h index 237ad84a7..3f336be5b 100644 --- a/gettext-tools/src/open-catalog.h +++ b/gettext-tools/src/open-catalog.h @@ -1,5 +1,5 @@ /* Opening PO files. - Copyright (C) 1995-1997, 2000-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #ifndef _OPEN_CATALOG_H #define _OPEN_CATALOG_H diff --git a/gettext-tools/src/plural-count.c b/gettext-tools/src/plural-count.c index 63248189d..b3291ca7c 100644 --- a/gettext-tools/src/plural-count.c +++ b/gettext-tools/src/plural-count.c @@ -1,6 +1,5 @@ /* Plural form count. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/plural-count.h b/gettext-tools/src/plural-count.h index 0d6410d7a..7265fca11 100644 --- a/gettext-tools/src/plural-count.h +++ b/gettext-tools/src/plural-count.h @@ -1,6 +1,5 @@ /* Plural form count. - Copyright (C) 2003 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifdef __cplusplus extern "C" { #endif diff --git a/gettext-tools/src/plural-distrib.h b/gettext-tools/src/plural-distrib.h index 0a8b1140c..1165280b6 100644 --- a/gettext-tools/src/plural-distrib.h +++ b/gettext-tools/src/plural-distrib.h @@ -1,6 +1,5 @@ /* Value distribution of plural form expressions. - Copyright (C) 2001-2008 Free Software Foundation, Inc. - Written by Bruno Haible , 2001-2005. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _PLURAL_DISTRIB_H #define _PLURAL_DISTRIB_H diff --git a/gettext-tools/src/plural-eval.c b/gettext-tools/src/plural-eval.c index d7f2bc242..643d7c481 100644 --- a/gettext-tools/src/plural-eval.c +++ b/gettext-tools/src/plural-eval.c @@ -1,6 +1,5 @@ /* Expression evaluation for plural form selection. - Copyright (C) 2000-2025 Free Software Foundation, Inc. - Written by Ulrich Drepper , 2000. + Copyright (C) 2000-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/plural-eval.h b/gettext-tools/src/plural-eval.h index 944965ef1..6d86f1d06 100644 --- a/gettext-tools/src/plural-eval.h +++ b/gettext-tools/src/plural-eval.h @@ -1,6 +1,5 @@ /* Expression evaluation for plural form selection. - Copyright (C) 2005-2023 Free Software Foundation, Inc. - Written by Bruno Haible , 2005. + Copyright (C) 2005-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _PLURAL_EVAL_H #define _PLURAL_EVAL_H diff --git a/gettext-tools/src/plural-exp.c b/gettext-tools/src/plural-exp.c index a654a73c8..18714322c 100644 --- a/gettext-tools/src/plural-exp.c +++ b/gettext-tools/src/plural-exp.c @@ -1,6 +1,5 @@ /* Expression parsing for plural form selection. - Copyright (C) 2000-2001, 2003, 2014, 2018 Free Software Foundation, Inc. - Written by Ulrich Drepper , 2000. + Copyright (C) 2000-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + /* Include the expression parsing code from libintl, with different function names. */ #include "../../gettext-runtime/intl/plural.c" diff --git a/gettext-tools/src/plural-table.c b/gettext-tools/src/plural-table.c index be87373a0..621d6016c 100644 --- a/gettext-tools/src/plural-table.c +++ b/gettext-tools/src/plural-table.c @@ -1,6 +1,5 @@ /* Table of known plural form expressions. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/plural-table.h b/gettext-tools/src/plural-table.h index 5691094fd..3a9a0cb5e 100644 --- a/gettext-tools/src/plural-table.h +++ b/gettext-tools/src/plural-table.h @@ -1,6 +1,5 @@ /* Table of known plural form expressions. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _PLURAL_TABLE_H #define _PLURAL_TABLE_H diff --git a/gettext-tools/src/po-charset.c b/gettext-tools/src/po-charset.c index e52222eed..e7e05c0ff 100644 --- a/gettext-tools/src/po-charset.c +++ b/gettext-tools/src/po-charset.c @@ -1,6 +1,5 @@ /* Charset handling while reading PO files. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/po-charset.h b/gettext-tools/src/po-charset.h index 08fba3391..11a64a44c 100644 --- a/gettext-tools/src/po-charset.h +++ b/gettext-tools/src/po-charset.h @@ -1,6 +1,5 @@ /* Charset handling while reading PO files. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _PO_CHARSET_H #define _PO_CHARSET_H diff --git a/gettext-tools/src/po-error.c b/gettext-tools/src/po-error.c index 349c0b79e..06457175e 100644 --- a/gettext-tools/src/po-error.c +++ b/gettext-tools/src/po-error.c @@ -1,6 +1,5 @@ /* Error handling during reading and writing of PO files. - Copyright (C) 2004-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2004. + Copyright (C) 2004-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Avoid side effect of gnulib's error.h. */ diff --git a/gettext-tools/src/po-error.h b/gettext-tools/src/po-error.h index 8aa0acb62..f850c730e 100644 --- a/gettext-tools/src/po-error.h +++ b/gettext-tools/src/po-error.h @@ -1,6 +1,5 @@ /* Error handling during reading and writing of PO files. Copyright (C) 2004-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2004. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _PO_ERROR_H #define _PO_ERROR_H diff --git a/gettext-tools/src/po-time.c b/gettext-tools/src/po-time.c index 872a32698..595b78f89 100644 --- a/gettext-tools/src/po-time.c +++ b/gettext-tools/src/po-time.c @@ -1,6 +1,5 @@ /* PO/POT file timestamps. - Copyright (C) 1995-2025 Free Software Foundation, Inc. - Written by Ulrich Drepper , April 1995. + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper. */ + #include /* Specification. */ diff --git a/gettext-tools/src/po-time.h b/gettext-tools/src/po-time.h index cf7dc63f9..efc770ab9 100644 --- a/gettext-tools/src/po-time.h +++ b/gettext-tools/src/po-time.h @@ -1,6 +1,5 @@ /* PO/POT file timestamps. - Copyright (C) 2001-2003, 2023 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _PO_TIME_H #define _PO_TIME_H diff --git a/gettext-tools/src/po-xerror.h b/gettext-tools/src/po-xerror.h index 834ede533..d7744dc7b 100644 --- a/gettext-tools/src/po-xerror.h +++ b/gettext-tools/src/po-xerror.h @@ -1,6 +1,5 @@ /* Error handling during reading and writing of PO files. - Copyright (C) 2005-2024 Free Software Foundation, Inc. - Written by Bruno Haible , 2005. + Copyright (C) 2005-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _PO_XERROR_H #define _PO_XERROR_H diff --git a/gettext-tools/src/pos.c b/gettext-tools/src/pos.c index 91001f206..d5e5aaddf 100644 --- a/gettext-tools/src/pos.c +++ b/gettext-tools/src/pos.c @@ -1,5 +1,5 @@ /* Source file positions. - Copyright (C) 2021-2025 Free Software Foundation, Inc. + Copyright (C) 2021-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/pos.h b/gettext-tools/src/pos.h index 8167c7f60..7afd1603f 100644 --- a/gettext-tools/src/pos.h +++ b/gettext-tools/src/pos.h @@ -1,5 +1,5 @@ /* Source file positions. - Copyright (C) 1995-1998, 2000-2001, 2021, 2023 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #ifndef _POS_H #define _POS_H diff --git a/gettext-tools/src/project-id b/gettext-tools/src/project-id index e20bf11c4..cd23db09a 100755 --- a/gettext-tools/src/project-id +++ b/gettext-tools/src/project-id @@ -1,7 +1,7 @@ #!/bin/sh # Prints a package's identification PACKAGE VERSION or PACKAGE. # -# Copyright (C) 2001-2003, 2005, 2014 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 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 @@ -15,6 +15,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# +# Written by Bruno Haible. want_version="$1" diff --git a/gettext-tools/src/quote.h b/gettext-tools/src/quote.h index f8693a974..dbf4689b0 100644 --- a/gettext-tools/src/quote.h +++ b/gettext-tools/src/quote.h @@ -1,6 +1,5 @@ /* Handle quoted segments of a string. - Copyright (C) 2014-2024 Free Software Foundation, Inc. - Written by Daiki Ueno , 2015. + Copyright (C) 2014-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + #ifndef _QUOTE_H #define _QUOTE_H diff --git a/gettext-tools/src/rc-str-list.h b/gettext-tools/src/rc-str-list.h index 3c4284446..bfcd412d1 100644 --- a/gettext-tools/src/rc-str-list.h +++ b/gettext-tools/src/rc-str-list.h @@ -1,5 +1,5 @@ /* Reference-counted string list. - Copyright (C) 2001-2018 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _RC_STR_LIST_H #define _RC_STR_LIST_H diff --git a/gettext-tools/src/read-catalog-abstract.c b/gettext-tools/src/read-catalog-abstract.c index 888ffc975..a4872a711 100644 --- a/gettext-tools/src/read-catalog-abstract.c +++ b/gettext-tools/src/read-catalog-abstract.c @@ -1,8 +1,6 @@ /* Reading textual message catalogs (such as PO files), abstract class. Copyright (C) 1995-2026 Free Software Foundation, Inc. - This file was written by Peter Miller - 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #include diff --git a/gettext-tools/src/read-catalog-abstract.h b/gettext-tools/src/read-catalog-abstract.h index 24f92d83d..a42fa31c5 100644 --- a/gettext-tools/src/read-catalog-abstract.h +++ b/gettext-tools/src/read-catalog-abstract.h @@ -1,8 +1,6 @@ /* Reading textual message catalogs (such as PO files), abstract class. Copyright (C) 1995-2026 Free Software Foundation, Inc. - This file was written by Peter Miller - 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #ifndef _READ_CATALOG_ABSTRACT_H #define _READ_CATALOG_ABSTRACT_H diff --git a/gettext-tools/src/read-catalog-file.c b/gettext-tools/src/read-catalog-file.c index 78ecbdeac..27f850a81 100644 --- a/gettext-tools/src/read-catalog-file.c +++ b/gettext-tools/src/read-catalog-file.c @@ -1,6 +1,5 @@ /* Reading PO files. Copyright (C) 1995-2026 Free Software Foundation, Inc. - This file was written by Peter Miller 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/read-catalog-file.h b/gettext-tools/src/read-catalog-file.h index fc057bf14..07bab3cf7 100644 --- a/gettext-tools/src/read-catalog-file.h +++ b/gettext-tools/src/read-catalog-file.h @@ -1,6 +1,5 @@ /* Reading PO files. - Copyright (C) 1995-2023 Free Software Foundation, Inc. - This file was written by Bruno Haible . + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _READ_CATALOG_FILE_H #define _READ_CATALOG_FILE_H diff --git a/gettext-tools/src/read-catalog-special.c b/gettext-tools/src/read-catalog-special.c index d9b01cc16..57c45d28c 100644 --- a/gettext-tools/src/read-catalog-special.c +++ b/gettext-tools/src/read-catalog-special.c @@ -1,7 +1,5 @@ /* Parsing of special comments (#, and #= comments) in textual message catalogs. - Copyright (C) 1995-2025 Free Software Foundation, Inc. - - This file was written by Peter Miller + Copyright (C) 1995-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #include diff --git a/gettext-tools/src/read-catalog-special.h b/gettext-tools/src/read-catalog-special.h index 28c93c714..8fcc38030 100644 --- a/gettext-tools/src/read-catalog-special.h +++ b/gettext-tools/src/read-catalog-special.h @@ -1,7 +1,5 @@ /* Parsing of special comments (#, and #= comments) in textual message catalogs. - Copyright (C) 1995-2025 Free Software Foundation, Inc. - - This file was written by Peter Miller + Copyright (C) 1995-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #ifndef _READ_CATALOG_SPECIAL_H #define _READ_CATALOG_SPECIAL_H diff --git a/gettext-tools/src/read-catalog.c b/gettext-tools/src/read-catalog.c index 7926d2969..277fa56bc 100644 --- a/gettext-tools/src/read-catalog.c +++ b/gettext-tools/src/read-catalog.c @@ -1,6 +1,5 @@ /* Reading textual message catalogs (such as PO files). Copyright (C) 1995-2026 Free Software Foundation, Inc. - This file was written by Peter Miller 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/read-catalog.h b/gettext-tools/src/read-catalog.h index f5a67a61c..918ce89aa 100644 --- a/gettext-tools/src/read-catalog.h +++ b/gettext-tools/src/read-catalog.h @@ -1,6 +1,5 @@ /* Reading textual message catalogs (such as PO files). Copyright (C) 1995-2026 Free Software Foundation, Inc. - This file was written by Bruno Haible . 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _READ_CATALOG_H #define _READ_CATALOG_H diff --git a/gettext-tools/src/read-csharp.c b/gettext-tools/src/read-csharp.c index 62087fcd2..7998ac725 100644 --- a/gettext-tools/src/read-csharp.c +++ b/gettext-tools/src/read-csharp.c @@ -1,6 +1,5 @@ /* Reading C# satellite assemblies. Copyright (C) 2003-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/read-csharp.h b/gettext-tools/src/read-csharp.h index 32063ea6f..5368f96ce 100644 --- a/gettext-tools/src/read-csharp.h +++ b/gettext-tools/src/read-csharp.h @@ -1,6 +1,5 @@ /* Reading C# satellite assemblies. - Copyright (C) 2003-2004 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _READ_CSHARP_H #define _READ_CSHARP_H diff --git a/gettext-tools/src/read-desktop.c b/gettext-tools/src/read-desktop.c index 36018b9bf..b827f58a2 100644 --- a/gettext-tools/src/read-desktop.c +++ b/gettext-tools/src/read-desktop.c @@ -1,6 +1,5 @@ /* Reading Desktop Entry files. - Copyright (C) 1995-2025 Free Software Foundation, Inc. - This file was written by Daiki Ueno . + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/read-desktop.h b/gettext-tools/src/read-desktop.h index 8fc14db91..d650913cb 100644 --- a/gettext-tools/src/read-desktop.h +++ b/gettext-tools/src/read-desktop.h @@ -1,6 +1,5 @@ /* Reading Desktop Entry files. - Copyright (C) 1995-2024 Free Software Foundation, Inc. - This file was written by Daiki Ueno . + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + #ifndef _READ_DESKTOP_H #define _READ_DESKTOP_H diff --git a/gettext-tools/src/read-java.c b/gettext-tools/src/read-java.c index 07f7e37f7..2f20d9ba2 100644 --- a/gettext-tools/src/read-java.c +++ b/gettext-tools/src/read-java.c @@ -1,6 +1,5 @@ /* Reading Java ResourceBundles. Copyright (C) 2001-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/read-java.h b/gettext-tools/src/read-java.h index a87e4b066..26a3061af 100644 --- a/gettext-tools/src/read-java.h +++ b/gettext-tools/src/read-java.h @@ -1,6 +1,5 @@ /* Reading Java ResourceBundles. - Copyright (C) 2001-2002 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _READ_JAVA_H #define _READ_JAVA_H diff --git a/gettext-tools/src/read-mo.c b/gettext-tools/src/read-mo.c index fe4348c2e..6ec881d06 100644 --- a/gettext-tools/src/read-mo.c +++ b/gettext-tools/src/read-mo.c @@ -1,6 +1,5 @@ /* Reading binary .mo files. - Copyright (C) 1995-2025 Free Software Foundation, Inc. - Written by Ulrich Drepper , April 1995. + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/read-mo.h b/gettext-tools/src/read-mo.h index 5fd4d0aed..c789782fe 100644 --- a/gettext-tools/src/read-mo.h +++ b/gettext-tools/src/read-mo.h @@ -1,6 +1,5 @@ /* Reading binary .mo files. - Copyright (C) 1995-1998, 2000-2004 Free Software Foundation, Inc. - Written by Ulrich Drepper , April 1995. + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper. */ + #ifndef _READ_MO_H #define _READ_MO_H diff --git a/gettext-tools/src/read-po-gram.y b/gettext-tools/src/read-po-gram.y index 6a13f93ec..e31b8c6cf 100644 --- a/gettext-tools/src/read-po-gram.y +++ b/gettext-tools/src/read-po-gram.y @@ -1,7 +1,5 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-2025 Free Software Foundation, Inc. - - This file was written by Peter Miller + Copyright (C) 1995-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + %{ #include diff --git a/gettext-tools/src/read-po-internal.h b/gettext-tools/src/read-po-internal.h index 871290c1f..7fe549967 100644 --- a/gettext-tools/src/read-po-internal.h +++ b/gettext-tools/src/read-po-internal.h @@ -1,7 +1,5 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-2024 Free Software Foundation, Inc. - - This file was written by Peter Miller + Copyright (C) 1995-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller and Bruno Haible. */ + #ifndef _PO_GRAM_H #define _PO_GRAM_H diff --git a/gettext-tools/src/read-po-lex.c b/gettext-tools/src/read-po-lex.c index 94127b6ac..5bad38555 100644 --- a/gettext-tools/src/read-po-lex.c +++ b/gettext-tools/src/read-po-lex.c @@ -1,9 +1,6 @@ /* GNU gettext - internationalization aids Copyright (C) 1995-2026 Free Software Foundation, Inc. - This file was written by Peter Miller . - Multibyte character handling by Bruno Haible . - 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 @@ -17,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #include diff --git a/gettext-tools/src/read-po-lex.h b/gettext-tools/src/read-po-lex.h index f03a0e46e..aaea9fdf4 100644 --- a/gettext-tools/src/read-po-lex.h +++ b/gettext-tools/src/read-po-lex.h @@ -1,8 +1,6 @@ /* GNU gettext - internationalization aids Copyright (C) 1995-2026 Free Software Foundation, Inc. - This file was written by Peter Miller - 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #ifndef _PO_LEX_H #define _PO_LEX_H diff --git a/gettext-tools/src/read-po.c b/gettext-tools/src/read-po.c index 6e7fd58ab..79954e605 100644 --- a/gettext-tools/src/read-po.c +++ b/gettext-tools/src/read-po.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/read-po.h b/gettext-tools/src/read-po.h index 5f0c1acce..62a401bea 100644 --- a/gettext-tools/src/read-po.h +++ b/gettext-tools/src/read-po.h @@ -1,6 +1,5 @@ /* Reading PO files. - Copyright (C) 2006-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _READ_PO_H #define _READ_PO_H diff --git a/gettext-tools/src/read-properties.c b/gettext-tools/src/read-properties.c index 63405f30d..8cdb0126d 100644 --- a/gettext-tools/src/read-properties.c +++ b/gettext-tools/src/read-properties.c @@ -1,6 +1,5 @@ /* Reading Java .properties files. Copyright (C) 2003-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/read-properties.h b/gettext-tools/src/read-properties.h index 38a54f4df..f9321cbb4 100644 --- a/gettext-tools/src/read-properties.h +++ b/gettext-tools/src/read-properties.h @@ -1,6 +1,5 @@ /* Reading Java .properties files. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _READ_PROPERTIES_H #define _READ_PROPERTIES_H diff --git a/gettext-tools/src/read-resources.c b/gettext-tools/src/read-resources.c index 06b7064b8..e0cee3c00 100644 --- a/gettext-tools/src/read-resources.c +++ b/gettext-tools/src/read-resources.c @@ -1,6 +1,5 @@ /* Reading C# .resources files. Copyright (C) 2003-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/read-resources.h b/gettext-tools/src/read-resources.h index 1151b4848..d1e1ce3bd 100644 --- a/gettext-tools/src/read-resources.h +++ b/gettext-tools/src/read-resources.h @@ -1,6 +1,5 @@ /* Reading C# .resources files. - Copyright (C) 2003-2004 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _READ_RESOURCES_H #define _READ_RESOURCES_H diff --git a/gettext-tools/src/read-stringtable.c b/gettext-tools/src/read-stringtable.c index 002eadbc3..e679c3546 100644 --- a/gettext-tools/src/read-stringtable.c +++ b/gettext-tools/src/read-stringtable.c @@ -1,6 +1,5 @@ /* Reading NeXTstep/GNUstep .strings files. Copyright (C) 2003-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/read-stringtable.h b/gettext-tools/src/read-stringtable.h index e017360c1..c0b094ce8 100644 --- a/gettext-tools/src/read-stringtable.h +++ b/gettext-tools/src/read-stringtable.h @@ -1,6 +1,5 @@ /* Reading NeXTstep/GNUstep .strings files. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _READ_STRINGTABLE_H #define _READ_STRINGTABLE_H diff --git a/gettext-tools/src/read-tcl.c b/gettext-tools/src/read-tcl.c index 476ea86f1..dc357a6be 100644 --- a/gettext-tools/src/read-tcl.c +++ b/gettext-tools/src/read-tcl.c @@ -1,6 +1,5 @@ /* Reading tcl/msgcat .msg files. Copyright (C) 2002-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/read-tcl.h b/gettext-tools/src/read-tcl.h index f732a6d6e..c0a2f3010 100644 --- a/gettext-tools/src/read-tcl.h +++ b/gettext-tools/src/read-tcl.h @@ -1,6 +1,5 @@ /* Reading tcl/msgcat .msg files. - Copyright (C) 2002 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _READ_TCL_H #define _READ_TCL_H diff --git a/gettext-tools/src/recode-sr-latin.c b/gettext-tools/src/recode-sr-latin.c index a3b41ed60..2ff11a3ce 100644 --- a/gettext-tools/src/recode-sr-latin.c +++ b/gettext-tools/src/recode-sr-latin.c @@ -1,6 +1,5 @@ /* Recode Serbian text from Cyrillic to Latin script. Copyright (C) 2006-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/search-path.c b/gettext-tools/src/search-path.c index f0271970d..671fca5ba 100644 --- a/gettext-tools/src/search-path.c +++ b/gettext-tools/src/search-path.c @@ -1,7 +1,5 @@ /* Routines for locating data files - Copyright (C) 2016-2025 Free Software Foundation, Inc. - - This file was written by Daiki Ueno , 2016. + Copyright (C) 2016-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/search-path.h b/gettext-tools/src/search-path.h index 39fe88515..f836b56f8 100644 --- a/gettext-tools/src/search-path.h +++ b/gettext-tools/src/search-path.h @@ -1,7 +1,5 @@ /* Routines for locating data files - Copyright (C) 2016, 2019 Free Software Foundation, Inc. - - This file was written by Daiki Ueno , 2016. + Copyright (C) 2016-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno and Bruno Haible. */ + #ifndef _SEARCH_PATH_H #define _SEARCH_PATH_H diff --git a/gettext-tools/src/sentence.c b/gettext-tools/src/sentence.c index c4f92ba5b..cdf1ce60e 100644 --- a/gettext-tools/src/sentence.c +++ b/gettext-tools/src/sentence.c @@ -1,6 +1,5 @@ /* Sentence handling. - Copyright (C) 2015-2025 Free Software Foundation, Inc. - Written by Daiki Ueno , 2015. + Copyright (C) 2015-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + #include /* Specification. */ diff --git a/gettext-tools/src/sentence.h b/gettext-tools/src/sentence.h index e6e493153..511ec80a2 100644 --- a/gettext-tools/src/sentence.h +++ b/gettext-tools/src/sentence.h @@ -1,6 +1,5 @@ /* Sentence handling. - Copyright (C) 2015-2025 Free Software Foundation, Inc. - Written by Daiki Ueno , 2015. + Copyright (C) 2015-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + #ifndef _SENTENCE_H #define _SENTENCE_H diff --git a/gettext-tools/src/spit.c b/gettext-tools/src/spit.c index c2c653072..fa6aef815 100644 --- a/gettext-tools/src/spit.c +++ b/gettext-tools/src/spit.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ /* * This program passes an input to an ollama instance and prints the response. diff --git a/gettext-tools/src/spit.py.in b/gettext-tools/src/spit.py.in index 4fd0267be..c584ee386 100644 --- a/gettext-tools/src/spit.py.in +++ b/gettext-tools/src/spit.py.in @@ -15,7 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -# Written by Bruno Haible , 2025. +# Written by Bruno Haible. # This program passes an input to an ollama instance and prints the response. # diff --git a/gettext-tools/src/str-list.c b/gettext-tools/src/str-list.c index 349627a9e..58372e6eb 100644 --- a/gettext-tools/src/str-list.c +++ b/gettext-tools/src/str-list.c @@ -1,7 +1,5 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-2025 Free Software Foundation, Inc. - - This file was written by Peter Miller + Copyright (C) 1995-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/str-list.h b/gettext-tools/src/str-list.h index e7f8006fb..524827837 100644 --- a/gettext-tools/src/str-list.h +++ b/gettext-tools/src/str-list.h @@ -1,7 +1,5 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-2024 Free Software Foundation, Inc. - - This file was written by Peter Miller + Copyright (C) 1995-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #ifndef _STR_LIST_H #define _STR_LIST_H 1 diff --git a/gettext-tools/src/urlget.c b/gettext-tools/src/urlget.c index 4b7762c13..7cc9140f9 100644 --- a/gettext-tools/src/urlget.c +++ b/gettext-tools/src/urlget.c @@ -1,6 +1,5 @@ /* Get the contents of an URL. Copyright (C) 2001-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/user-email.sh.in b/gettext-tools/src/user-email.sh.in index b1e04cf55..191615064 100644 --- a/gettext-tools/src/user-email.sh.in +++ b/gettext-tools/src/user-email.sh.in @@ -1,7 +1,7 @@ #!/bin/sh # Prints the user's email address, with confirmation from the user. # -# Copyright (C) 2001-2003, 2005, 2013, 2023 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 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 @@ -15,6 +15,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# +# Written by Bruno Haible. # Prerequisites for using @libexecdir@ and @localedir@. prefix="@prefix@" diff --git a/gettext-tools/src/write-catalog.c b/gettext-tools/src/write-catalog.c index 94ed40b9c..7690e806e 100644 --- a/gettext-tools/src/write-catalog.c +++ b/gettext-tools/src/write-catalog.c @@ -1,5 +1,5 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/write-catalog.h b/gettext-tools/src/write-catalog.h index 9b3137188..b42e90cd0 100644 --- a/gettext-tools/src/write-catalog.h +++ b/gettext-tools/src/write-catalog.h @@ -1,5 +1,5 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-2024 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _WRITE_CATALOG_H #define _WRITE_CATALOG_H diff --git a/gettext-tools/src/write-csharp.c b/gettext-tools/src/write-csharp.c index 64ef43a2c..f6a4504e6 100644 --- a/gettext-tools/src/write-csharp.c +++ b/gettext-tools/src/write-csharp.c @@ -1,6 +1,5 @@ /* Writing C# satellite assemblies. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/write-csharp.h b/gettext-tools/src/write-csharp.h index b29ba343a..4990a8e95 100644 --- a/gettext-tools/src/write-csharp.h +++ b/gettext-tools/src/write-csharp.h @@ -1,6 +1,5 @@ /* Writing C# satellite assemblies. - Copyright (C) 2003-2004 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _WRITE_CSHARP_H #define _WRITE_CSHARP_H diff --git a/gettext-tools/src/write-desktop.c b/gettext-tools/src/write-desktop.c index db715505d..0a25e9830 100644 --- a/gettext-tools/src/write-desktop.c +++ b/gettext-tools/src/write-desktop.c @@ -1,6 +1,5 @@ /* Writing Desktop Entry files. - Copyright (C) 1995-2025 Free Software Foundation, Inc. - This file was written by Daiki Ueno . + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + #include /* Specification. */ diff --git a/gettext-tools/src/write-desktop.h b/gettext-tools/src/write-desktop.h index f1c2bf87a..cc46ef4cc 100644 --- a/gettext-tools/src/write-desktop.h +++ b/gettext-tools/src/write-desktop.h @@ -1,6 +1,5 @@ /* Writing Desktop Entry files. - Copyright (C) 1995-2024 Free Software Foundation, Inc. - This file was written by Daiki Ueno . + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + #ifndef _WRITE_DESKTOP_H #define _WRITE_DESKTOP_H diff --git a/gettext-tools/src/write-java.c b/gettext-tools/src/write-java.c index d026a7df8..1c564bb0d 100644 --- a/gettext-tools/src/write-java.c +++ b/gettext-tools/src/write-java.c @@ -1,6 +1,5 @@ /* Writing Java ResourceBundles. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/write-java.h b/gettext-tools/src/write-java.h index 9f2add4ea..14b18a938 100644 --- a/gettext-tools/src/write-java.h +++ b/gettext-tools/src/write-java.h @@ -1,6 +1,5 @@ /* Writing Java ResourceBundles. - Copyright (C) 2001-2003, 2014 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _WRITE_JAVA_H #define _WRITE_JAVA_H diff --git a/gettext-tools/src/write-mo.c b/gettext-tools/src/write-mo.c index 35f0cd919..f4ac836ba 100644 --- a/gettext-tools/src/write-mo.c +++ b/gettext-tools/src/write-mo.c @@ -1,6 +1,5 @@ /* Writing binary .mo files. Copyright (C) 1995-2026 Free Software Foundation, Inc. - Written by Ulrich Drepper , April 1995. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/write-mo.h b/gettext-tools/src/write-mo.h index 7312062c8..88c9909cd 100644 --- a/gettext-tools/src/write-mo.h +++ b/gettext-tools/src/write-mo.h @@ -1,6 +1,5 @@ /* Writing binary .mo files. - Copyright (C) 1995-1998, 2000-2003, 2005-2006, 2023 Free Software Foundation, Inc. - Written by Ulrich Drepper , April 1995. + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #ifndef _WRITE_MO_H #define _WRITE_MO_H diff --git a/gettext-tools/src/write-po.c b/gettext-tools/src/write-po.c index 18c12fb15..0a5096d53 100644 --- a/gettext-tools/src/write-po.c +++ b/gettext-tools/src/write-po.c @@ -1,7 +1,5 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-2025 Free Software Foundation, Inc. - - This file was written by Peter Miller + Copyright (C) 1995-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/write-po.h b/gettext-tools/src/write-po.h index 50d89bd85..d96424d87 100644 --- a/gettext-tools/src/write-po.h +++ b/gettext-tools/src/write-po.h @@ -1,7 +1,5 @@ /* GNU gettext - internationalization aids - Copyright (C) 1995-2025 Free Software Foundation, Inc. - - This file was written by Peter Miller + Copyright (C) 1995-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Ulrich Drepper, and Bruno Haible. */ + #ifndef _WRITE_PO_H #define _WRITE_PO_H diff --git a/gettext-tools/src/write-properties.c b/gettext-tools/src/write-properties.c index e4c297253..4d2585abf 100644 --- a/gettext-tools/src/write-properties.c +++ b/gettext-tools/src/write-properties.c @@ -1,6 +1,5 @@ /* Writing Java .properties files. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/write-properties.h b/gettext-tools/src/write-properties.h index fe495a0bb..5ac2f9f7b 100644 --- a/gettext-tools/src/write-properties.h +++ b/gettext-tools/src/write-properties.h @@ -1,6 +1,5 @@ /* Writing Java .properties files. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _WRITE_PROPERTIES_H #define _WRITE_PROPERTIES_H diff --git a/gettext-tools/src/write-qt.c b/gettext-tools/src/write-qt.c index 8de5212c1..97960a2a6 100644 --- a/gettext-tools/src/write-qt.c +++ b/gettext-tools/src/write-qt.c @@ -1,6 +1,5 @@ /* Writing Qt .qm files. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/write-qt.h b/gettext-tools/src/write-qt.h index 44b2ec94f..9ade060ae 100644 --- a/gettext-tools/src/write-qt.h +++ b/gettext-tools/src/write-qt.h @@ -1,6 +1,5 @@ /* Writing Qt .qm files. - Copyright (C) 2003 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _WRITE_QT_H #define _WRITE_QT_H diff --git a/gettext-tools/src/write-resources.c b/gettext-tools/src/write-resources.c index 7e2fe2635..ddf4f524f 100644 --- a/gettext-tools/src/write-resources.c +++ b/gettext-tools/src/write-resources.c @@ -1,6 +1,5 @@ /* Writing C# .resources files. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/write-resources.h b/gettext-tools/src/write-resources.h index c6159ffdb..a08f38610 100644 --- a/gettext-tools/src/write-resources.h +++ b/gettext-tools/src/write-resources.h @@ -1,6 +1,5 @@ /* Writing C# .resources files. - Copyright (C) 2003-2004 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _WRITE_RESOURCES_H #define _WRITE_RESOURCES_H diff --git a/gettext-tools/src/write-stringtable.c b/gettext-tools/src/write-stringtable.c index c20ab587f..0688e2970 100644 --- a/gettext-tools/src/write-stringtable.c +++ b/gettext-tools/src/write-stringtable.c @@ -1,6 +1,5 @@ /* Writing NeXTstep/GNUstep .strings files. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/write-stringtable.h b/gettext-tools/src/write-stringtable.h index 4c0ad3a43..cc46a7f77 100644 --- a/gettext-tools/src/write-stringtable.h +++ b/gettext-tools/src/write-stringtable.h @@ -1,6 +1,5 @@ /* Writing NeXTstep/GNUstep .strings files. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _WRITE_STRINGTABLE_H #define _WRITE_STRINGTABLE_H diff --git a/gettext-tools/src/write-tcl.c b/gettext-tools/src/write-tcl.c index d1b62902d..0668f9055 100644 --- a/gettext-tools/src/write-tcl.c +++ b/gettext-tools/src/write-tcl.c @@ -1,6 +1,5 @@ /* Writing tcl/msgcat .msg files. - Copyright (C) 2002-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/src/write-tcl.h b/gettext-tools/src/write-tcl.h index 161f74608..a5ba21f6b 100644 --- a/gettext-tools/src/write-tcl.h +++ b/gettext-tools/src/write-tcl.h @@ -1,6 +1,5 @@ /* Writing tcl/msgcat .msg files. - Copyright (C) 2002-2003 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _WRITE_TCL_H #define _WRITE_TCL_H diff --git a/gettext-tools/src/write-xml.c b/gettext-tools/src/write-xml.c index 9a479dd41..b787c5e8c 100644 --- a/gettext-tools/src/write-xml.c +++ b/gettext-tools/src/write-xml.c @@ -1,6 +1,5 @@ /* Writing XML files. - Copyright (C) 1995-2025 Free Software Foundation, Inc. - This file was written by Daiki Ueno . + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + #include /* Specification. */ diff --git a/gettext-tools/src/write-xml.h b/gettext-tools/src/write-xml.h index 5f9343642..38e2bcbcd 100644 --- a/gettext-tools/src/write-xml.h +++ b/gettext-tools/src/write-xml.h @@ -1,6 +1,5 @@ /* Writing XML files. - Copyright (C) 2015-2024 Free Software Foundation, Inc. - This file was written by Daiki Ueno . + Copyright (C) 2015-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + #ifndef _WRITE_XML_H #define _WRITE_XML_H diff --git a/gettext-tools/src/x-appdata.h b/gettext-tools/src/x-appdata.h index bf85997bc..922d40cac 100644 --- a/gettext-tools/src/x-appdata.h +++ b/gettext-tools/src/x-appdata.h @@ -1,6 +1,5 @@ /* xgettext AppData file backend. - Copyright (C) 2002-2003, 2006, 2013, 2015, 2017-2018, 2020 Free Software Foundation, Inc. - Written by Philip Withnall , 2015. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + #include diff --git a/gettext-tools/src/x-awk.c b/gettext-tools/src/x-awk.c index 5bdc01634..075b7c8dc 100644 --- a/gettext-tools/src/x-awk.c +++ b/gettext-tools/src/x-awk.c @@ -1,7 +1,5 @@ /* xgettext awk backend. - Copyright (C) 2002-2025 Free Software Foundation, Inc. - - This file was written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-awk.h b/gettext-tools/src/x-awk.h index a8c7bbd26..93a59d739 100644 --- a/gettext-tools/src/x-awk.h +++ b/gettext-tools/src/x-awk.h @@ -1,6 +1,5 @@ /* xgettext awk backend. - Copyright (C) 2002-2003, 2006, 2014-2015, 2018, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-c.c b/gettext-tools/src/x-c.c index c9b4310a5..f7c118e78 100644 --- a/gettext-tools/src/x-c.c +++ b/gettext-tools/src/x-c.c @@ -1,7 +1,5 @@ /* xgettext C/C++/ObjectiveC backend. - Copyright (C) 1995-2025 Free Software Foundation, Inc. - - This file was written by Peter Miller + Copyright (C) 1995-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper, Peter Miller, Bruno Haible, and Daiki Ueno. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-c.h b/gettext-tools/src/x-c.h index ec13c75ef..37c50450e 100644 --- a/gettext-tools/src/x-c.h +++ b/gettext-tools/src/x-c.h @@ -1,6 +1,5 @@ /* xgettext C/C++/ObjectiveC backend. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-csharp.c b/gettext-tools/src/x-csharp.c index 9eab53e9e..f55924476 100644 --- a/gettext-tools/src/x-csharp.c +++ b/gettext-tools/src/x-csharp.c @@ -1,6 +1,5 @@ /* xgettext C# backend. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-csharp.h b/gettext-tools/src/x-csharp.h index 143787e2e..c7a70a04a 100644 --- a/gettext-tools/src/x-csharp.h +++ b/gettext-tools/src/x-csharp.h @@ -1,6 +1,5 @@ /* xgettext C# backend. - Copyright (C) 2003-2004, 2006, 2014, 2018, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-d.c b/gettext-tools/src/x-d.c index 5d1d8d289..e5be658af 100644 --- a/gettext-tools/src/x-d.c +++ b/gettext-tools/src/x-d.c @@ -1,5 +1,5 @@ /* xgettext D backend. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/x-d.h b/gettext-tools/src/x-d.h index e150505a5..309f7c7fe 100644 --- a/gettext-tools/src/x-d.h +++ b/gettext-tools/src/x-d.h @@ -1,5 +1,5 @@ /* xgettext D backend. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/x-desktop.c b/gettext-tools/src/x-desktop.c index 6ec2a8e97..5e12b23be 100644 --- a/gettext-tools/src/x-desktop.c +++ b/gettext-tools/src/x-desktop.c @@ -1,7 +1,5 @@ /* xgettext Desktop Entry backend. - Copyright (C) 2014-2025 Free Software Foundation, Inc. - - This file was written by Daiki Ueno , 2014. + Copyright (C) 2014-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-desktop.h b/gettext-tools/src/x-desktop.h index 1a73e6293..cf93d7768 100644 --- a/gettext-tools/src/x-desktop.h +++ b/gettext-tools/src/x-desktop.h @@ -1,6 +1,5 @@ /* xgettext Desktop Entry backend. - Copyright (C) 2014, 2018, 2020 Free Software Foundation, Inc. - Written by Daiki Ueno , 2014. + Copyright (C) 2014-2026 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 @@ -15,6 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ #include diff --git a/gettext-tools/src/x-elisp.c b/gettext-tools/src/x-elisp.c index 22e621af8..409f69002 100644 --- a/gettext-tools/src/x-elisp.c +++ b/gettext-tools/src/x-elisp.c @@ -1,7 +1,5 @@ /* xgettext Emacs Lisp backend. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - - This file was written by Bruno Haible , 2001-2002. + Copyright (C) 2001-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-elisp.h b/gettext-tools/src/x-elisp.h index 033868e82..c23535090 100644 --- a/gettext-tools/src/x-elisp.h +++ b/gettext-tools/src/x-elisp.h @@ -1,6 +1,5 @@ /* xgettext Emacs Lisp backend. - Copyright (C) 2002-2003, 2006, 2014, 2018, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-glade.h b/gettext-tools/src/x-glade.h index d80958b8c..b992e577b 100644 --- a/gettext-tools/src/x-glade.h +++ b/gettext-tools/src/x-glade.h @@ -1,6 +1,5 @@ /* xgettext glade backend. - Copyright (C) 2002-2003, 2006, 2013-2015, 2018, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-go.c b/gettext-tools/src/x-go.c index 0dbd7da4a..b016927cd 100644 --- a/gettext-tools/src/x-go.c +++ b/gettext-tools/src/x-go.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/x-go.h b/gettext-tools/src/x-go.h index 2206ebb24..d380ffe8b 100644 --- a/gettext-tools/src/x-go.h +++ b/gettext-tools/src/x-go.h @@ -1,5 +1,5 @@ /* xgettext Go backend. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/x-gsettings.h b/gettext-tools/src/x-gsettings.h index c852c4c40..1ccc39808 100644 --- a/gettext-tools/src/x-gsettings.h +++ b/gettext-tools/src/x-gsettings.h @@ -1,6 +1,5 @@ /* xgettext GSettings schema file backend. - Copyright (C) 2002-2003, 2006, 2013-2015, 2018, 2020 Free Software Foundation, Inc. - Written by Daiki Ueno , 2013. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + #include diff --git a/gettext-tools/src/x-java.c b/gettext-tools/src/x-java.c index a5dbd9e15..4f88e3782 100644 --- a/gettext-tools/src/x-java.c +++ b/gettext-tools/src/x-java.c @@ -1,6 +1,5 @@ /* xgettext Java backend. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-java.h b/gettext-tools/src/x-java.h index 05e997c55..bf1a7aa6c 100644 --- a/gettext-tools/src/x-java.h +++ b/gettext-tools/src/x-java.h @@ -1,6 +1,5 @@ /* xgettext Java backend. - Copyright (C) 2001-2003, 2006, 2014, 2018-2020 Free Software Foundation, Inc. - Written by Tommy Johansson , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Tommy Johansson. */ + #include diff --git a/gettext-tools/src/x-javascript.c b/gettext-tools/src/x-javascript.c index 9e7b3ac56..ae48cb789 100644 --- a/gettext-tools/src/x-javascript.c +++ b/gettext-tools/src/x-javascript.c @@ -1,8 +1,5 @@ /* xgettext JavaScript backend. - Copyright (C) 2002-2025 Free Software Foundation, Inc. - - This file was written by Andreas Stricker , 2010 - It's based on x-python from Bruno Haible. + Copyright (C) 2002-2026 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 @@ -17,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible, Andreas Stricker, and Daiki Ueno. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-javascript.h b/gettext-tools/src/x-javascript.h index cfed959d0..10a7798e0 100644 --- a/gettext-tools/src/x-javascript.h +++ b/gettext-tools/src/x-javascript.h @@ -1,7 +1,5 @@ /* xgettext JavaScript backend. - Copyright (C) 2002-2025 Free Software Foundation, Inc. - This file was written by Andreas Stricker , 2010. - It's based on x-python from Bruno Haible. + Copyright (C) 2002-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Andreas Stricker. */ + #include diff --git a/gettext-tools/src/x-librep.c b/gettext-tools/src/x-librep.c index 89b94849e..4d74ec2c9 100644 --- a/gettext-tools/src/x-librep.c +++ b/gettext-tools/src/x-librep.c @@ -1,7 +1,5 @@ /* xgettext librep backend. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - - This file was written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-librep.h b/gettext-tools/src/x-librep.h index b79c875a4..eb83dfb08 100644 --- a/gettext-tools/src/x-librep.h +++ b/gettext-tools/src/x-librep.h @@ -1,6 +1,5 @@ /* xgettext librep backend. - Copyright (C) 2001-2003, 2006, 2014, 2018, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-lisp.c b/gettext-tools/src/x-lisp.c index 2cbddefbd..184c9d9ec 100644 --- a/gettext-tools/src/x-lisp.c +++ b/gettext-tools/src/x-lisp.c @@ -1,7 +1,5 @@ /* xgettext Lisp backend. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - - This file was written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-lisp.h b/gettext-tools/src/x-lisp.h index 7b7a17a63..4df7ea3b3 100644 --- a/gettext-tools/src/x-lisp.h +++ b/gettext-tools/src/x-lisp.h @@ -1,6 +1,5 @@ /* xgettext Lisp backend. - Copyright (C) 2001-2003, 2006, 2014, 2018, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-lua.c b/gettext-tools/src/x-lua.c index 415a471c8..fdec2e658 100644 --- a/gettext-tools/src/x-lua.c +++ b/gettext-tools/src/x-lua.c @@ -1,7 +1,5 @@ /* xgettext Lua backend. - Copyright (C) 2012-2025 Free Software Foundation, Inc. - - This file was written by Ľubomír Remák , 2012. + Copyright (C) 2012-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ľubomír Remák and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-lua.h b/gettext-tools/src/x-lua.h index 9eb949f26..8d000a5e7 100644 --- a/gettext-tools/src/x-lua.h +++ b/gettext-tools/src/x-lua.h @@ -1,6 +1,5 @@ /* xgettext Lua backend. - Copyright (C) 2011-2014, 2018, 2020 Free Software Foundation, Inc. - Written by Ľubomír Remák , 2011 + Copyright (C) 2011-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ľubomír Remák. */ + #include #include "message.h" diff --git a/gettext-tools/src/x-modula2.c b/gettext-tools/src/x-modula2.c index a436c91c5..521fb83d0 100644 --- a/gettext-tools/src/x-modula2.c +++ b/gettext-tools/src/x-modula2.c @@ -1,7 +1,5 @@ /* xgettext Modula-2 backend. - Copyright (C) 2002-2025 Free Software Foundation, Inc. - - This file was written by Bruno Haible , 2025. + Copyright (C) 2002-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-modula2.h b/gettext-tools/src/x-modula2.h index 3c44100ac..7280d5410 100644 --- a/gettext-tools/src/x-modula2.h +++ b/gettext-tools/src/x-modula2.h @@ -1,5 +1,5 @@ /* xgettext Modula-2 backend. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/x-ocaml.c b/gettext-tools/src/x-ocaml.c index c4b5873ae..a425e99c0 100644 --- a/gettext-tools/src/x-ocaml.c +++ b/gettext-tools/src/x-ocaml.c @@ -1,6 +1,5 @@ /* xgettext OCaml backend. - Copyright (C) 2020-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2025. + Copyright (C) 2020-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-ocaml.h b/gettext-tools/src/x-ocaml.h index 0504daef0..5982af450 100644 --- a/gettext-tools/src/x-ocaml.h +++ b/gettext-tools/src/x-ocaml.h @@ -1,6 +1,5 @@ /* xgettext OCaml backend. - Copyright (C) 2020-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2025. + Copyright (C) 2020-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-perl.c b/gettext-tools/src/x-perl.c index 16a0159ee..0c6f5bcf5 100644 --- a/gettext-tools/src/x-perl.c +++ b/gettext-tools/src/x-perl.c @@ -1,7 +1,5 @@ /* xgettext Perl backend. - Copyright (C) 2002-2025 Free Software Foundation, Inc. - - This file was written by Guido Flohr , 2002-2010. + Copyright (C) 2002-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Guido Flohr and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-perl.h b/gettext-tools/src/x-perl.h index 95948dd37..5ca79eaa0 100644 --- a/gettext-tools/src/x-perl.h +++ b/gettext-tools/src/x-perl.h @@ -1,6 +1,5 @@ /* xgettext Perl backend. - Copyright (C) 2002-2003, 2006, 2010, 2014, 2018, 2020 Free Software Foundation, Inc. - Written by Guido Flohr , 2002-2003 + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Guido Flohr. */ + #include diff --git a/gettext-tools/src/x-php.c b/gettext-tools/src/x-php.c index 1e7b1fbc1..83b9011e3 100644 --- a/gettext-tools/src/x-php.c +++ b/gettext-tools/src/x-php.c @@ -1,7 +1,5 @@ /* xgettext PHP backend. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - - This file was written by Bruno Haible , 2002. + Copyright (C) 2001-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-php.h b/gettext-tools/src/x-php.h index a95deab3c..e3f2f763f 100644 --- a/gettext-tools/src/x-php.h +++ b/gettext-tools/src/x-php.h @@ -1,6 +1,5 @@ /* xgettext PHP backend. - Copyright (C) 2002-2003, 2006, 2014, 2018, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-po.c b/gettext-tools/src/x-po.c index f2acefeb5..445e35b66 100644 --- a/gettext-tools/src/x-po.c +++ b/gettext-tools/src/x-po.c @@ -1,8 +1,6 @@ /* xgettext PO, JavaProperties, and NXStringTable backends. Copyright (C) 1995-2026 Free Software Foundation, Inc. - This file was written by Peter Miller - 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-po.h b/gettext-tools/src/x-po.h index e948d1eb4..6d0cd34b9 100644 --- a/gettext-tools/src/x-po.h +++ b/gettext-tools/src/x-po.h @@ -1,6 +1,5 @@ /* xgettext PO backend. - Copyright (C) 2001-2003, 2006, 2014, 2018, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-properties.h b/gettext-tools/src/x-properties.h index ff0dc3d58..4646aaec3 100644 --- a/gettext-tools/src/x-properties.h +++ b/gettext-tools/src/x-properties.h @@ -1,6 +1,5 @@ /* xgettext JavaProperties backend. - Copyright (C) 2003, 2006, 2014, 2018, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-python.c b/gettext-tools/src/x-python.c index be9686b2b..66e54d110 100644 --- a/gettext-tools/src/x-python.c +++ b/gettext-tools/src/x-python.c @@ -1,7 +1,5 @@ /* xgettext Python backend. - Copyright (C) 2002-2025 Free Software Foundation, Inc. - - This file was written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-python.h b/gettext-tools/src/x-python.h index 11a74cffb..f8e0c0c78 100644 --- a/gettext-tools/src/x-python.h +++ b/gettext-tools/src/x-python.h @@ -1,6 +1,5 @@ /* xgettext Python backend. - Copyright (C) 2002-2003, 2006, 2013-2014, 2018, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-rst.c b/gettext-tools/src/x-rst.c index 4b069849a..24f23ed87 100644 --- a/gettext-tools/src/x-rst.c +++ b/gettext-tools/src/x-rst.c @@ -1,7 +1,5 @@ /* xgettext RST/RSJ backend. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - - This file was written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-rst.h b/gettext-tools/src/x-rst.h index 6f27496bb..382b6560a 100644 --- a/gettext-tools/src/x-rst.h +++ b/gettext-tools/src/x-rst.h @@ -1,6 +1,5 @@ /* xgettext RST/RSJ backend. - Copyright (C) 2001-2003, 2006, 2014, 2018, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-ruby.c b/gettext-tools/src/x-ruby.c index ff9f7c298..7952c793f 100644 --- a/gettext-tools/src/x-ruby.c +++ b/gettext-tools/src/x-ruby.c @@ -1,6 +1,5 @@ /* xgettext Ruby backend. - Copyright (C) 2020-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2020. + Copyright (C) 2020-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-ruby.h b/gettext-tools/src/x-ruby.h index 4b0dad363..46e655f88 100644 --- a/gettext-tools/src/x-ruby.h +++ b/gettext-tools/src/x-ruby.h @@ -1,6 +1,5 @@ /* xgettext Ruby backend. - Copyright (C) 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2020. + Copyright (C) 2020-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-rust.c b/gettext-tools/src/x-rust.c index 5c16fdc1b..687d3657f 100644 --- a/gettext-tools/src/x-rust.c +++ b/gettext-tools/src/x-rust.c @@ -1,5 +1,5 @@ /* xgettext Rust backend. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/x-rust.h b/gettext-tools/src/x-rust.h index 10db55314..2f6829a9e 100644 --- a/gettext-tools/src/x-rust.h +++ b/gettext-tools/src/x-rust.h @@ -1,5 +1,5 @@ /* xgettext Rust backend. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/x-scheme.c b/gettext-tools/src/x-scheme.c index 12d3f2ffe..d2cca1864 100644 --- a/gettext-tools/src/x-scheme.c +++ b/gettext-tools/src/x-scheme.c @@ -1,7 +1,5 @@ /* xgettext Scheme backend. - Copyright (C) 2004-2025 Free Software Foundation, Inc. - - This file was written by Bruno Haible , 2004-2005. + Copyright (C) 2004-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-scheme.h b/gettext-tools/src/x-scheme.h index 9a3d372ea..45fe1dd9f 100644 --- a/gettext-tools/src/x-scheme.h +++ b/gettext-tools/src/x-scheme.h @@ -1,6 +1,5 @@ /* xgettext Scheme backend. - Copyright (C) 2004-2024 Free Software Foundation, Inc. - Written by Bruno Haible , 2004. + Copyright (C) 2004-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-sh.c b/gettext-tools/src/x-sh.c index 4d3474d1b..56f2f5f63 100644 --- a/gettext-tools/src/x-sh.c +++ b/gettext-tools/src/x-sh.c @@ -1,6 +1,5 @@ /* xgettext sh backend. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-sh.h b/gettext-tools/src/x-sh.h index cf713afcb..ea240e810 100644 --- a/gettext-tools/src/x-sh.h +++ b/gettext-tools/src/x-sh.h @@ -1,6 +1,5 @@ /* xgettext sh backend. - Copyright (C) 2003-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-smalltalk.c b/gettext-tools/src/x-smalltalk.c index 779bf9c0e..15da1b2d8 100644 --- a/gettext-tools/src/x-smalltalk.c +++ b/gettext-tools/src/x-smalltalk.c @@ -1,7 +1,5 @@ /* xgettext Smalltalk backend. - Copyright (C) 2002-2025 Free Software Foundation, Inc. - - This file was written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-smalltalk.h b/gettext-tools/src/x-smalltalk.h index 0ba2179c7..614d4b26c 100644 --- a/gettext-tools/src/x-smalltalk.h +++ b/gettext-tools/src/x-smalltalk.h @@ -1,6 +1,5 @@ /* xgettext Smalltalk backend. - Copyright (C) 2002-2003, 2006, 2014, 2018, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-stringtable.h b/gettext-tools/src/x-stringtable.h index f5e9cc315..f4c0287fc 100644 --- a/gettext-tools/src/x-stringtable.h +++ b/gettext-tools/src/x-stringtable.h @@ -1,6 +1,5 @@ /* xgettext NXStringTable backend. - Copyright (C) 2003, 2006, 2014, 2018, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2003. + Copyright (C) 2003-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-tcl.c b/gettext-tools/src/x-tcl.c index c9edc0769..944efccf4 100644 --- a/gettext-tools/src/x-tcl.c +++ b/gettext-tools/src/x-tcl.c @@ -1,7 +1,5 @@ /* xgettext Tcl backend. - Copyright (C) 2002-2025 Free Software Foundation, Inc. - - This file was written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-tcl.h b/gettext-tools/src/x-tcl.h index 8e66feccf..9b0357334 100644 --- a/gettext-tools/src/x-tcl.h +++ b/gettext-tools/src/x-tcl.h @@ -1,6 +1,5 @@ /* xgettext Tcl Lisp backend. - Copyright (C) 2002-2003, 2006, 2014, 2018, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2002. + Copyright (C) 2002-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/x-typescript-impl.h b/gettext-tools/src/x-typescript-impl.h index 4f9a48ca0..c3d97a8a5 100644 --- a/gettext-tools/src/x-typescript-impl.h +++ b/gettext-tools/src/x-typescript-impl.h @@ -1,5 +1,5 @@ /* xgettext TypeScript and TSX backends. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ /* The languages TypeScript and TSX (= TypeScript with JSX) are very similar. The extractor code is therefore nearly identical. */ diff --git a/gettext-tools/src/x-typescript.c b/gettext-tools/src/x-typescript.c index 47cc6db24..e8bd0ea99 100644 --- a/gettext-tools/src/x-typescript.c +++ b/gettext-tools/src/x-typescript.c @@ -1,5 +1,5 @@ /* xgettext TypeScript backend. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/x-typescript.h b/gettext-tools/src/x-typescript.h index 0e806e364..10027a382 100644 --- a/gettext-tools/src/x-typescript.h +++ b/gettext-tools/src/x-typescript.h @@ -1,5 +1,5 @@ /* xgettext TypeScript backend. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/x-typescriptx.c b/gettext-tools/src/x-typescriptx.c index 7cdc13498..2f0aeafc0 100644 --- a/gettext-tools/src/x-typescriptx.c +++ b/gettext-tools/src/x-typescriptx.c @@ -1,5 +1,5 @@ /* xgettext TSX backend. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/x-typescriptx.h b/gettext-tools/src/x-typescriptx.h index e822d2a29..a5afb6914 100644 --- a/gettext-tools/src/x-typescriptx.h +++ b/gettext-tools/src/x-typescriptx.h @@ -1,5 +1,5 @@ /* xgettext TSX backend. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/x-vala.c b/gettext-tools/src/x-vala.c index 35d124407..cbc1bf52d 100644 --- a/gettext-tools/src/x-vala.c +++ b/gettext-tools/src/x-vala.c @@ -1,7 +1,5 @@ /* xgettext Vala backend. - Copyright (C) 2013-2025 Free Software Foundation, Inc. - - This file was written by Daiki Ueno , 2013. + Copyright (C) 2013-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Peter Miller, Bruno Haible, and Daiki Ueno. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-vala.h b/gettext-tools/src/x-vala.h index 29b266dfd..05aedc1b0 100644 --- a/gettext-tools/src/x-vala.h +++ b/gettext-tools/src/x-vala.h @@ -1,5 +1,5 @@ /* xgettext Vala backend. - Copyright (C) 2002-2003, 2006, 2013-2014, 2018, 2020 Free Software Foundation, Inc. + Copyright (C) 2002-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + #include diff --git a/gettext-tools/src/x-ycp.c b/gettext-tools/src/x-ycp.c index ce146283d..96a0cc0cf 100644 --- a/gettext-tools/src/x-ycp.c +++ b/gettext-tools/src/x-ycp.c @@ -1,7 +1,5 @@ /* xgettext YCP backend. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - - This file was written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/x-ycp.h b/gettext-tools/src/x-ycp.h index c681ba22b..8e007552a 100644 --- a/gettext-tools/src/x-ycp.h +++ b/gettext-tools/src/x-ycp.h @@ -1,6 +1,5 @@ /* xgettext YCP backend. - Copyright (C) 2001-2003, 2006, 2014, 2018, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gettext-tools/src/xerror-handler.c b/gettext-tools/src/xerror-handler.c index 46b783753..fd1c17997 100644 --- a/gettext-tools/src/xerror-handler.c +++ b/gettext-tools/src/xerror-handler.c @@ -1,5 +1,5 @@ /* Error handling during reading and writing of textual message catalogs. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2024. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/src/xerror-handler.h b/gettext-tools/src/xerror-handler.h index b13edd987..95687becd 100644 --- a/gettext-tools/src/xerror-handler.h +++ b/gettext-tools/src/xerror-handler.h @@ -1,5 +1,5 @@ /* Error handling during reading and writing of textual message catalogs. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2024. */ +/* Written by Bruno Haible. */ #ifndef _XERROR_HANDLER_H #define _XERROR_HANDLER_H diff --git a/gettext-tools/src/xg-arglist-callshape.c b/gettext-tools/src/xg-arglist-callshape.c index ecb4d83e9..495c37d8c 100644 --- a/gettext-tools/src/xg-arglist-callshape.c +++ b/gettext-tools/src/xg-arglist-callshape.c @@ -1,6 +1,6 @@ /* Resolving ambiguity of argument lists: Information given through command-line options. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/xg-arglist-callshape.h b/gettext-tools/src/xg-arglist-callshape.h index 9aa805479..9c6af6a98 100644 --- a/gettext-tools/src/xg-arglist-callshape.h +++ b/gettext-tools/src/xg-arglist-callshape.h @@ -1,6 +1,6 @@ /* Resolving ambiguity of argument lists: Information given through command-line options. - Copyright (C) 2001-2018, 2020 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _XGETTEXT_ARGLIST_CALLSHAPE_H #define _XGETTEXT_ARGLIST_CALLSHAPE_H diff --git a/gettext-tools/src/xg-arglist-context.c b/gettext-tools/src/xg-arglist-context.c index 9868cc0ca..20ed56a7c 100644 --- a/gettext-tools/src/xg-arglist-context.c +++ b/gettext-tools/src/xg-arglist-context.c @@ -1,6 +1,6 @@ /* Keeping track of the flags that apply to a string extracted in a certain context. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/xg-arglist-context.h b/gettext-tools/src/xg-arglist-context.h index e951a141b..4e0e7a019 100644 --- a/gettext-tools/src/xg-arglist-context.h +++ b/gettext-tools/src/xg-arglist-context.h @@ -1,6 +1,6 @@ /* Keeping track of the flags that apply to a string extracted in a certain context. - Copyright (C) 2001-2024 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _XGETTEXT_ARGLIST_CONTEXT_H #define _XGETTEXT_ARGLIST_CONTEXT_H diff --git a/gettext-tools/src/xg-arglist-parser.c b/gettext-tools/src/xg-arglist-parser.c index 06ad3610b..ca9cc567c 100644 --- a/gettext-tools/src/xg-arglist-parser.c +++ b/gettext-tools/src/xg-arglist-parser.c @@ -1,6 +1,6 @@ /* Resolving ambiguity of argument lists: Progressive parsing of an argument list, keeping track of all possibilities. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/xg-arglist-parser.h b/gettext-tools/src/xg-arglist-parser.h index 352a0fb9c..6122cf75a 100644 --- a/gettext-tools/src/xg-arglist-parser.h +++ b/gettext-tools/src/xg-arglist-parser.h @@ -1,6 +1,6 @@ /* Resolving ambiguity of argument lists: Progressive parsing of an argument list, keeping track of all possibilities. - Copyright (C) 2001-2023 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _XGETTEXT_ARGLIST_PARSER_H #define _XGETTEXT_ARGLIST_PARSER_H diff --git a/gettext-tools/src/xg-check.c b/gettext-tools/src/xg-check.c index abc8b3fbd..1564de65c 100644 --- a/gettext-tools/src/xg-check.c +++ b/gettext-tools/src/xg-check.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Daiki Ueno and Bruno Haible . */ +/* Written by Daiki Ueno and Bruno Haible. */ #include diff --git a/gettext-tools/src/xg-check.h b/gettext-tools/src/xg-check.h index 917613bb8..43d6aba52 100644 --- a/gettext-tools/src/xg-check.h +++ b/gettext-tools/src/xg-check.h @@ -1,5 +1,5 @@ /* Checking of messages in POT files: so-called "syntax checks". - Copyright (C) 2015-2025 Free Software Foundation, Inc. + Copyright (C) 2015-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Daiki Ueno . */ +/* Written by Daiki Ueno. */ #ifndef _XG_CHECK_H #define _XG_CHECK_H 1 diff --git a/gettext-tools/src/xg-encoding.c b/gettext-tools/src/xg-encoding.c index 8cc4cbbf7..935b3d5a4 100644 --- a/gettext-tools/src/xg-encoding.c +++ b/gettext-tools/src/xg-encoding.c @@ -1,5 +1,5 @@ /* Keeping track of the encoding of strings to be extracted. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/xg-encoding.h b/gettext-tools/src/xg-encoding.h index 81bc5e295..710baa911 100644 --- a/gettext-tools/src/xg-encoding.h +++ b/gettext-tools/src/xg-encoding.h @@ -1,5 +1,5 @@ /* Keeping track of the encoding of strings to be extracted. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _XGETTEXT_ENCODING_H #define _XGETTEXT_ENCODING_H diff --git a/gettext-tools/src/xg-formatstring.c b/gettext-tools/src/xg-formatstring.c index bde76bfbb..f91a2f372 100644 --- a/gettext-tools/src/xg-formatstring.c +++ b/gettext-tools/src/xg-formatstring.c @@ -1,5 +1,5 @@ /* Language-dependent format strings. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/xg-formatstring.h b/gettext-tools/src/xg-formatstring.h index 4e9e626ee..55c0735e6 100644 --- a/gettext-tools/src/xg-formatstring.h +++ b/gettext-tools/src/xg-formatstring.h @@ -1,5 +1,5 @@ /* Language-dependent format strings. - Copyright (C) 2003-2023 Free Software Foundation, Inc. + Copyright (C) 2003-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _XGETTEXT_FORMATSTRING_H #define _XGETTEXT_FORMATSTRING_H diff --git a/gettext-tools/src/xg-message.c b/gettext-tools/src/xg-message.c index d649f20b1..1f8b117b3 100644 --- a/gettext-tools/src/xg-message.c +++ b/gettext-tools/src/xg-message.c @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/xg-message.h b/gettext-tools/src/xg-message.h index 71e342c22..30548c73e 100644 --- a/gettext-tools/src/xg-message.h +++ b/gettext-tools/src/xg-message.h @@ -1,5 +1,5 @@ /* Extracting a message. Accumulating the message list. - Copyright (C) 2001-2024 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _XGETTEXT_MESSAGE_H #define _XGETTEXT_MESSAGE_H diff --git a/gettext-tools/src/xg-mixed-string.c b/gettext-tools/src/xg-mixed-string.c index 47754f864..3aa302d32 100644 --- a/gettext-tools/src/xg-mixed-string.c +++ b/gettext-tools/src/xg-mixed-string.c @@ -1,6 +1,6 @@ /* Handling strings that are given partially in the source encoding and partially in Unicode. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/xg-mixed-string.h b/gettext-tools/src/xg-mixed-string.h index a3474cd66..9d9599c36 100644 --- a/gettext-tools/src/xg-mixed-string.h +++ b/gettext-tools/src/xg-mixed-string.h @@ -1,6 +1,6 @@ /* Handling strings that are given partially in the source encoding and partially in Unicode. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -15,6 +15,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _XGETTEXT_MIXED_STRING_H #define _XGETTEXT_MIXED_STRING_H diff --git a/gettext-tools/src/xg-pos.c b/gettext-tools/src/xg-pos.c index 3009a6263..aed339f4f 100644 --- a/gettext-tools/src/xg-pos.c +++ b/gettext-tools/src/xg-pos.c @@ -1,5 +1,5 @@ /* The source file position. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/gettext-tools/src/xg-pos.h b/gettext-tools/src/xg-pos.h index e875a04ee..f97db1c1f 100644 --- a/gettext-tools/src/xg-pos.h +++ b/gettext-tools/src/xg-pos.h @@ -1,5 +1,5 @@ /* The source file position. - Copyright (C) 1995-2018 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _XGETTEXT_POS_H #define _XGETTEXT_POS_H diff --git a/gettext-tools/src/xgettext.c b/gettext-tools/src/xgettext.c index 52244283d..5bd577069 100644 --- a/gettext-tools/src/xgettext.c +++ b/gettext-tools/src/xgettext.c @@ -1,6 +1,5 @@ /* Extracts strings from C source file to Uniforum style .po file. Copyright (C) 1995-2026 Free Software Foundation, Inc. - Written by Ulrich Drepper , April 1995. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper, Peter Miller, Bruno Haible, and Daiki Ueno. */ + #include #include diff --git a/gettext-tools/src/xgettext.h b/gettext-tools/src/xgettext.h index 6511d7865..18b660714 100644 --- a/gettext-tools/src/xgettext.h +++ b/gettext-tools/src/xgettext.h @@ -1,7 +1,5 @@ /* xgettext common functions. Copyright (C) 2001-2026 Free Software Foundation, Inc. - Written by Peter Miller - and Bruno Haible , 2001. 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper, Peter Miller, and Bruno Haible. */ + #ifndef _XGETTEXT_H #define _XGETTEXT_H diff --git a/gettext-tools/styles/po-default.css b/gettext-tools/styles/po-default.css index c120c5083..b72e75d8e 100644 --- a/gettext-tools/styles/po-default.css +++ b/gettext-tools/styles/po-default.css @@ -1,5 +1,5 @@ /* Default styling rules for PO files when doing terminal output. - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + .translator-comment { color : green; } .obsolete { color : green; } .extracted-comment { color : green; font-weight: bold; } diff --git a/gettext-tools/styles/po-emacs-x.css b/gettext-tools/styles/po-emacs-x.css index eb876e8eb..7d87aa580 100644 --- a/gettext-tools/styles/po-emacs-x.css +++ b/gettext-tools/styles/po-emacs-x.css @@ -1,5 +1,5 @@ /* Styling rules for PO files, imitating emacs 21 and 22 in an X window. - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + .comment { color : rgb(178,34,34); } .reference { color : rgb(95,158,160); } .flag { color : rgb(0,0,0); } diff --git a/gettext-tools/styles/po-emacs-xterm.css b/gettext-tools/styles/po-emacs-xterm.css index a5efdbe24..3517d6ade 100644 --- a/gettext-tools/styles/po-emacs-xterm.css +++ b/gettext-tools/styles/po-emacs-xterm.css @@ -1,5 +1,5 @@ /* Styling rules for PO files, imitating emacs 22 in an xterm terminal. - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + .reference { color : rgb(205,0,205); } .keyword { color : rgb(0,255,255); font-weight : bold; } .string { color : rgb(0,255,255); font-weight : bold; } diff --git a/gettext-tools/styles/po-emacs-xterm16.css b/gettext-tools/styles/po-emacs-xterm16.css index 4c8caa26d..e2509a7a1 100644 --- a/gettext-tools/styles/po-emacs-xterm16.css +++ b/gettext-tools/styles/po-emacs-xterm16.css @@ -1,5 +1,5 @@ /* Styling rules for PO files, imitating emacs 22 in an xterm-16color terminal. - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + .comment { color : rgb(205,0,0); } .reference { color : rgb(0,205,205); } .flag { color : rgb(0,0,0); } diff --git a/gettext-tools/styles/po-emacs-xterm256.css b/gettext-tools/styles/po-emacs-xterm256.css index a1aaf3be8..e9cf5d452 100644 --- a/gettext-tools/styles/po-emacs-xterm256.css +++ b/gettext-tools/styles/po-emacs-xterm256.css @@ -1,5 +1,5 @@ /* Styling rules for PO files, imitating emacs 22 in an xterm-256color terminal. - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + .comment { color : rgb(175,0,0); } .reference { color : rgb(95,175,175); } .flag { color : rgb(0,0,0); } diff --git a/gettext-tools/styles/po-vim.css b/gettext-tools/styles/po-vim.css index ae593208f..8b02808c3 100644 --- a/gettext-tools/styles/po-vim.css +++ b/gettext-tools/styles/po-vim.css @@ -1,5 +1,5 @@ /* Styling rules for PO files, imitating vim 7. - Copyright (C) 2006-2007 Free Software Foundation, Inc. + Copyright (C) 2006-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + .comment { color : rgb(0,0,205); } .reference-comment { color : rgb(205,0,205); } .flag-comment { color : rgb(205,0,205); } diff --git a/gettext-tools/tests/format-c-3-prg.c b/gettext-tools/tests/format-c-3-prg.c index c72b79127..db4c8483b 100644 --- a/gettext-tools/tests/format-c-3-prg.c +++ b/gettext-tools/tests/format-c-3-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the format-c-3 test. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/tests/format-c-4-prg.c b/gettext-tools/tests/format-c-4-prg.c index 6f94f35e7..2e7dcb3b0 100644 --- a/gettext-tools/tests/format-c-4-prg.c +++ b/gettext-tools/tests/format-c-4-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the format-c-4 test. - Copyright (C) 2002-2025 Free Software Foundation, Inc. + Copyright (C) 2002-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/tests/format-c-5-prg.c b/gettext-tools/tests/format-c-5-prg.c index be63425d4..1283245e4 100644 --- a/gettext-tools/tests/format-c-5-prg.c +++ b/gettext-tools/tests/format-c-5-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the format-c-5 test. - Copyright (C) 2004-2025 Free Software Foundation, Inc. + Copyright (C) 2004-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/tests/gettextpo-1-prg.c b/gettext-tools/tests/gettextpo-1-prg.c index 55a0fd9a1..41d8ef8fb 100644 --- a/gettext-tools/tests/gettextpo-1-prg.c +++ b/gettext-tools/tests/gettextpo-1-prg.c @@ -1,6 +1,5 @@ /* Test of public API for GNU gettext PO files. - Copyright (C) 2010-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2010. + Copyright (C) 2010-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include "gettext-po.h" diff --git a/gettext-tools/tests/intl-1-prg.c b/gettext-tools/tests/intl-1-prg.c index 657c71614..56f65414b 100644 --- a/gettext-tools/tests/intl-1-prg.c +++ b/gettext-tools/tests/intl-1-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the intl-1 test. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/tests/intl-3-prg.c b/gettext-tools/tests/intl-3-prg.c index 23f522ed7..1d04d6cc0 100644 --- a/gettext-tools/tests/intl-3-prg.c +++ b/gettext-tools/tests/intl-3-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the intl-3 test. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/tests/intl-4-prg.c b/gettext-tools/tests/intl-4-prg.c index bcda5ef6d..696d2f366 100644 --- a/gettext-tools/tests/intl-4-prg.c +++ b/gettext-tools/tests/intl-4-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the intl-4 test. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -14,8 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Contributed to the GNU C Library by - Bruno Haible , 2001. */ +/* Written by Bruno Haible, initially for the GNU C Library. */ #include diff --git a/gettext-tools/tests/intl-5-prg.c b/gettext-tools/tests/intl-5-prg.c index 3facdcff8..1e94b8817 100644 --- a/gettext-tools/tests/intl-5-prg.c +++ b/gettext-tools/tests/intl-5-prg.c @@ -1,5 +1,5 @@ /* Test that gettext() does not crash by stack overflow when msgid is very long. - Copyright (C) 2007-2025 Free Software Foundation, Inc. + Copyright (C) 2007-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2007. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/tests/intl-6-prg.c b/gettext-tools/tests/intl-6-prg.c index d4b6ae3dd..3e305608e 100644 --- a/gettext-tools/tests/intl-6-prg.c +++ b/gettext-tools/tests/intl-6-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the intl-6 test. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/tests/intl-7-prg.c b/gettext-tools/tests/intl-7-prg.c index 11b176213..9bfa38be1 100644 --- a/gettext-tools/tests/intl-7-prg.c +++ b/gettext-tools/tests/intl-7-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the intl-7 test. - Copyright (C) 2000-2025 Free Software Foundation, Inc. + Copyright (C) 2000-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/tests/intl-setlocale-2-prg.c b/gettext-tools/tests/intl-setlocale-2-prg.c index 16645f733..a27c5bfd0 100644 --- a/gettext-tools/tests/intl-setlocale-2-prg.c +++ b/gettext-tools/tests/intl-setlocale-2-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the intl-setlocale-2 test. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2005. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/tests/intl-thread-1-prg.c b/gettext-tools/tests/intl-thread-1-prg.c index 9eedc0fe1..988e59683 100644 --- a/gettext-tools/tests/intl-thread-1-prg.c +++ b/gettext-tools/tests/intl-thread-1-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the intl-thread-1 test. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2005, 2018. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/tests/intl-thread-2-prg.c b/gettext-tools/tests/intl-thread-2-prg.c index 0044800f1..a306d748b 100644 --- a/gettext-tools/tests/intl-thread-2-prg.c +++ b/gettext-tools/tests/intl-thread-2-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the intl-thread-2 test. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2005. */ +/* Written by Bruno Haible. */ #include diff --git a/gettext-tools/tests/intl-thread-3-prg.c b/gettext-tools/tests/intl-thread-3-prg.c index 94f28cd66..918593978 100644 --- a/gettext-tools/tests/intl-thread-3-prg.c +++ b/gettext-tools/tests/intl-thread-3-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the intl-thread-3 test. - Copyright (C) 2005-2025 Free Software Foundation, Inc. + Copyright (C) 2005-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2005. */ +/* Written by Bruno Haible, initially for the GNU C Library. */ #include diff --git a/gettext-tools/tests/intl-version-prg.c b/gettext-tools/tests/intl-version-prg.c index 4e61dccdd..a310c6e45 100644 --- a/gettext-tools/tests/intl-version-prg.c +++ b/gettext-tools/tests/intl-version-prg.c @@ -1,6 +1,5 @@ /* Test of public API of . - Copyright (C) 2019-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2019. + Copyright (C) 2019-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Make sure we use the included libintl, not the system's one. */ diff --git a/gettext-tools/tests/plural-1-prg.c b/gettext-tools/tests/plural-1-prg.c index e5dde0376..9b90b54f8 100644 --- a/gettext-tools/tests/plural-1-prg.c +++ b/gettext-tools/tests/plural-1-prg.c @@ -1,5 +1,5 @@ /* Test program, used by the plural-1 test. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/tests/sentence-1-prg.c b/gettext-tools/tests/sentence-1-prg.c index dc73ebcce..b42bfdd46 100644 --- a/gettext-tools/tests/sentence-1-prg.c +++ b/gettext-tools/tests/sentence-1-prg.c @@ -1,6 +1,5 @@ /* Test of sentence handling. - Copyright (C) 2015-2025 Free Software Foundation, Inc. - Written by Daiki Ueno , 2015. + Copyright (C) 2015-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + #include #include "sentence.h" diff --git a/gettext-tools/tests/setlocale.c b/gettext-tools/tests/setlocale.c index 56cda3c05..5bdc041a8 100644 --- a/gettext-tools/tests/setlocale.c +++ b/gettext-tools/tests/setlocale.c @@ -1,5 +1,5 @@ /* Fake setlocale - platform independent, for testing purposes. - Copyright (C) 2001-2025 Free Software Foundation, Inc. + Copyright (C) 2001-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/tests/testlocale.c b/gettext-tools/tests/testlocale.c index 9bd108531..8c04cd858 100644 --- a/gettext-tools/tests/testlocale.c +++ b/gettext-tools/tests/testlocale.c @@ -1,5 +1,5 @@ /* testlocale - test whether the locale given by the environment is installed. - Copyright (C) 2003-2025 Free Software Foundation, Inc. + Copyright (C) 2003-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/gettext-tools/tests/tstgettext.c b/gettext-tools/tests/tstgettext.c index bd9b617b7..1eff1b9c3 100644 --- a/gettext-tools/tests/tstgettext.c +++ b/gettext-tools/tests/tstgettext.c @@ -1,6 +1,5 @@ /* gettext - retrieve text string from message catalog and print it. - Copyright (C) 1995-2025 Free Software Foundation, Inc. - Written by Ulrich Drepper , May 1995. + Copyright (C) 1995-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #include #include diff --git a/gettext-tools/tests/tstngettext.c b/gettext-tools/tests/tstngettext.c index c682ef8f5..cc1c2d11c 100644 --- a/gettext-tools/tests/tstngettext.c +++ b/gettext-tools/tests/tstngettext.c @@ -1,5 +1,5 @@ /* ngettext - retrieve plural form strings from message catalog and print them. - Copyright (C) 1995-2025 Free Software Foundation, Inc. + Copyright (C) 1995-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Ulrich Drepper and Bruno Haible. */ + #include #include diff --git a/gettext-tools/wizard/gettextize.in b/gettext-tools/wizard/gettextize.in index d50eb480c..761dad938 100644 --- a/gettext-tools/wizard/gettextize.in +++ b/gettext-tools/wizard/gettextize.in @@ -15,6 +15,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # +# Written by Ulrich Drepper, Bruno Haible, and Daiki Ueno. # This file is meant for authors or maintainers which want to # internationalize their package with the help of GNU gettext. For diff --git a/gettext-tools/wizard/po-templates/traditional/Makefile.in.in b/gettext-tools/wizard/po-templates/traditional/Makefile.in.in index 747248aea..e50537210 100644 --- a/gettext-tools/wizard/po-templates/traditional/Makefile.in.in +++ b/gettext-tools/wizard/po-templates/traditional/Makefile.in.in @@ -1,12 +1,14 @@ # Makefile for PO directory in any package using GNU gettext. # Copyright (C) 1995-2000 Ulrich Drepper -# Copyright (C) 2000-2025 Free Software Foundation, Inc. +# Copyright (C) 2000-2026 Free Software Foundation, Inc. # # Copying and distribution of this file, with or without modification, # are permitted in any medium without royalty provided the copyright # notice and this notice are preserved. This file is offered as-is, # without any warranty. # +# Written by Ulrich Drepper, Bruno Haible, and Daiki Ueno. +# # Origin: gettext-0.26 GETTEXT_MACRO_VERSION = 0.24 diff --git a/gettext-tools/wizard/po-templates/traditional/Rules-quot b/gettext-tools/wizard/po-templates/traditional/Rules-quot index 9e1305407..9bd7c4fdf 100644 --- a/gettext-tools/wizard/po-templates/traditional/Rules-quot +++ b/gettext-tools/wizard/po-templates/traditional/Rules-quot @@ -1,12 +1,12 @@ # Special Makefile rules for English message catalogs with quotation marks. # -# Copyright (C) 2001-2024 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This file is offered as-is, without any warranty. # -# Written by Bruno Haible , 2001. +# Written by Bruno Haible. DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sed Rules-quot diff --git a/gettext-tools/wizard/po-templates/traditional/boldquot.sed b/gettext-tools/wizard/po-templates/traditional/boldquot.sed index 3c1de54e6..5266de665 100644 --- a/gettext-tools/wizard/po-templates/traditional/boldquot.sed +++ b/gettext-tools/wizard/po-templates/traditional/boldquot.sed @@ -1,13 +1,13 @@ # Sed script that converts quotations, by replacing ASCII quotation marks # with Unicode quotation marks and highlighting the quotations in bold face. # -# Copyright (C) 2001 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This file is offered as-is, without any warranty. # -# Written by Bruno Haible , 2001. +# Written by Bruno Haible. # s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g diff --git a/gettext-tools/wizard/po-templates/traditional/en@boldquot.header b/gettext-tools/wizard/po-templates/traditional/en@boldquot.header index ac96ad9f3..632c46aa6 100644 --- a/gettext-tools/wizard/po-templates/traditional/en@boldquot.header +++ b/gettext-tools/wizard/po-templates/traditional/en@boldquot.header @@ -1,12 +1,12 @@ %% A header that gets inserted into message catalogs named en@boldquot.po. %% -%% Copyright (C) 2001 Free Software Foundation, Inc. +%% Copyright (C) 2001-2026 Free Software Foundation, Inc. %% This file is free software; the Free Software Foundation %% gives unlimited permission to copy and/or distribute it, %% with or without modifications, as long as this notice is preserved. %% This file is offered as-is, without any warranty. %% -%% Written by Bruno Haible , 2001. +%% Written by Bruno Haible. %% # All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation diff --git a/gettext-tools/wizard/po-templates/traditional/en@quot.header b/gettext-tools/wizard/po-templates/traditional/en@quot.header index 287e2e735..10a941851 100644 --- a/gettext-tools/wizard/po-templates/traditional/en@quot.header +++ b/gettext-tools/wizard/po-templates/traditional/en@quot.header @@ -1,12 +1,12 @@ %% A header that gets inserted into message catalogs named en@quot.po. %% -%% Copyright (C) 2001 Free Software Foundation, Inc. +%% Copyright (C) 2001-2026 Free Software Foundation, Inc. %% This file is free software; the Free Software Foundation %% gives unlimited permission to copy and/or distribute it, %% with or without modifications, as long as this notice is preserved. %% This file is offered as-is, without any warranty. %% -%% Written by Bruno Haible , 2001. +%% Written by Bruno Haible. %% # All this catalog "translates" are quotation characters. # The msgids must be ASCII and therefore cannot contain real quotation diff --git a/gettext-tools/wizard/po-templates/traditional/insert-header.sed b/gettext-tools/wizard/po-templates/traditional/insert-header.sed index f9534e7ed..65b686aa2 100644 --- a/gettext-tools/wizard/po-templates/traditional/insert-header.sed +++ b/gettext-tools/wizard/po-templates/traditional/insert-header.sed @@ -1,12 +1,12 @@ # Sed script that inserts the file called HEADER before the header entry. # -# Copyright (C) 2001 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This file is offered as-is, without any warranty. # -# Written by Bruno Haible , 2001. +# Written by Bruno Haible. # # At each occurrence of a line starting with "msgid ", we execute the following # commands. At the first occurrence, insert the file. At the following diff --git a/gettext-tools/wizard/po-templates/traditional/quot.sed b/gettext-tools/wizard/po-templates/traditional/quot.sed index eb0e08dad..4d5f8315a 100644 --- a/gettext-tools/wizard/po-templates/traditional/quot.sed +++ b/gettext-tools/wizard/po-templates/traditional/quot.sed @@ -1,13 +1,13 @@ # Sed script that converts quotations, by replacing ASCII quotation marks # with Unicode quotation marks. # -# Copyright (C) 2001 Free Software Foundation, Inc. +# Copyright (C) 2001-2026 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # This file is offered as-is, without any warranty. # -# Written by Bruno Haible , 2001. +# Written by Bruno Haible. # s/"\([^"]*\)"/“\1”/g s/`\([^`']*\)'/‘\1’/g diff --git a/gettext-tools/woe32dll/export.h b/gettext-tools/woe32dll/export.h index a833ffe10..6fa345828 100644 --- a/gettext-tools/woe32dll/export.h +++ b/gettext-tools/woe32dll/export.h @@ -1,6 +1,5 @@ /* Exporting symbols from Windows shared libraries. - Copyright (C) 2006, 2011-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + /* Two things are complicated when dealing with shared libraries on Windows: - Exporting symbols from shared libraries (→ 'dllexport'), - Referencing symbols in shared libraries from outside the library diff --git a/gettext-tools/woe32dll/gettextpo-exports.c b/gettext-tools/woe32dll/gettextpo-exports.c index f7f76da04..311d0dd8b 100644 --- a/gettext-tools/woe32dll/gettextpo-exports.c +++ b/gettext-tools/woe32dll/gettextpo-exports.c @@ -1,6 +1,5 @@ /* List of exported symbols of libgettextpo on Cygwin and native Windows. - Copyright (C) 2006, 2023 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include "woe32dll/export.h" VARIABLE(libgettextpo_version) diff --git a/gnulib-local/lib/addext.c b/gnulib-local/lib/addext.c index a32dad86c..0938644e3 100644 --- a/gnulib-local/lib/addext.c +++ b/gnulib-local/lib/addext.c @@ -1,5 +1,5 @@ /* addext.c -- add an extension to a file name - Copyright (C) 1990, 1997-1999, 2001-2003, 2005-2006, 2020, 2025 Free Software Foundation, Inc. + Copyright (C) 1990-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by David MacKenzie and Paul Eggert */ +/* Written by David MacKenzie and Paul Eggert. */ #include diff --git a/gnulib-local/lib/backupfile.c b/gnulib-local/lib/backupfile.c index d0b0c9381..d1af21db9 100644 --- a/gnulib-local/lib/backupfile.c +++ b/gnulib-local/lib/backupfile.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by David MacKenzie . - Some algorithms adapted from GNU Emacs. */ +/* Written by David MacKenzie, Jim Meyering, and Bruno Haible. + Some algorithms adapted from GNU Emacs. */ #include diff --git a/gnulib-local/lib/backupfile.h b/gnulib-local/lib/backupfile.h index 27b30ec3e..929b19753 100644 --- a/gnulib-local/lib/backupfile.h +++ b/gnulib-local/lib/backupfile.h @@ -1,5 +1,5 @@ /* backupfile.h -- declarations for making Emacs style backup file names - Copyright (C) 1990-1992, 1997-1999, 2001-2003 Free Software Foundation, Inc. + Copyright (C) 1990-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by David MacKenzie, Jim Meyering, and Bruno Haible. */ + #ifndef BACKUPFILE_H_ # define BACKUPFILE_H_ diff --git a/gnulib-local/lib/closeout.c b/gnulib-local/lib/closeout.c index aab415507..8abda945e 100644 --- a/gnulib-local/lib/closeout.c +++ b/gnulib-local/lib/closeout.c @@ -1,5 +1,5 @@ /* closeout.c - close standard output and standard error - Copyright (C) 1998-2024 Free Software Foundation, Inc. + Copyright (C) 1998-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Jim Meyering and Bruno Haible. */ + #include /* Specification. */ diff --git a/gnulib-local/lib/closeout.h b/gnulib-local/lib/closeout.h index 5d8f86cb3..b7af260c3 100644 --- a/gnulib-local/lib/closeout.h +++ b/gnulib-local/lib/closeout.h @@ -1,5 +1,5 @@ /* Close standard output and standard error. - Copyright (C) 1998-2003, 2006 Free Software Foundation, Inc. + Copyright (C) 1998-2026 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 @@ -14,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Jim Meyering. */ + #ifndef CLOSEOUT_H #define CLOSEOUT_H 1 diff --git a/gnulib-local/lib/error-progname.c b/gnulib-local/lib/error-progname.c index 8294110b0..7a429da77 100644 --- a/gnulib-local/lib/error-progname.c +++ b/gnulib-local/lib/error-progname.c @@ -1,6 +1,5 @@ /* Use of program name in error-reporting functions. - Copyright (C) 2001-2003, 2006, 2019, 2023 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gnulib-local/lib/error-progname.h b/gnulib-local/lib/error-progname.h index f6659f5af..584f0af1a 100644 --- a/gnulib-local/lib/error-progname.h +++ b/gnulib-local/lib/error-progname.h @@ -1,6 +1,5 @@ /* Use of program name in error-reporting functions. - Copyright (C) 2001-2003 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _ERROR_PROGNAME_H #define _ERROR_PROGNAME_H diff --git a/gnulib-local/lib/libxml/trionan.c b/gnulib-local/lib/libxml/trionan.c index 55182ffe7..c19d7a743 100644 --- a/gnulib-local/lib/libxml/trionan.c +++ b/gnulib-local/lib/libxml/trionan.c @@ -1,7 +1,5 @@ /* NaNs and Infinity in floating-point numbers. - Copyright (C) 2015-2023 Free Software Foundation, Inc. - - This file was written by Daiki Ueno , 2015. + Copyright (C) 2015-2026 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 @@ -16,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Daiki Ueno. */ + /* Replacement 'trionan.c', using Gnulib functions. */ #include "config.h" diff --git a/gnulib-local/lib/xerror.c b/gnulib-local/lib/xerror.c index 264d35e0d..1f3f6d227 100644 --- a/gnulib-local/lib/xerror.c +++ b/gnulib-local/lib/xerror.c @@ -1,6 +1,5 @@ /* Multiline error-reporting functions. - Copyright (C) 2001-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include diff --git a/gnulib-local/lib/xerror.h b/gnulib-local/lib/xerror.h index 73b222976..2ed2461fd 100644 --- a/gnulib-local/lib/xerror.h +++ b/gnulib-local/lib/xerror.h @@ -1,6 +1,5 @@ /* Multiline error-reporting functions. - Copyright (C) 2001-2003, 2006, 2023 Free Software Foundation, Inc. - Written by Bruno Haible , 2001. + Copyright (C) 2001-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _XERROR_H #define _XERROR_H diff --git a/libtextstyle/adhoc-tests/hello.c b/libtextstyle/adhoc-tests/hello.c index c94b175f3..3058b2a09 100644 --- a/libtextstyle/adhoc-tests/hello.c +++ b/libtextstyle/adhoc-tests/hello.c @@ -1,6 +1,5 @@ /* Ad-hoc testing program for GNU libtextstyle. - Copyright (C) 2018-2019 Free Software Foundation, Inc. - Written by Bruno Haible , 2018. + Copyright (C) 2018-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include #include diff --git a/libtextstyle/build-aux/join-v-1 b/libtextstyle/build-aux/join-v-1 index d1948ac3b..92574be05 100755 --- a/libtextstyle/build-aux/join-v-1 +++ b/libtextstyle/build-aux/join-v-1 @@ -1,7 +1,7 @@ #!/bin/sh # join-v-1 - Filter out a set of items from another set of items. -# Copyright (C) 2021 Free Software Foundation, Inc. +# Copyright (C) 2021-2026 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 @@ -15,6 +15,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# +# Written by Bruno Haible and Bernhard Voelker. # Usage: join-v-1 FILE1 FILE2 # Produces on stdout a list of items that are contained in FILE1 but not diff --git a/libtextstyle/examples/color-filter/filter.c b/libtextstyle/examples/color-filter/filter.c index 483d57ae5..c3623c96d 100644 --- a/libtextstyle/examples/color-filter/filter.c +++ b/libtextstyle/examples/color-filter/filter.c @@ -1,6 +1,5 @@ /* Example program for GNU libtextstyle. - Copyright (C) 2018-2019 Free Software Foundation, Inc. - Written by Bruno Haible , 2018. + Copyright (C) 2018-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + /* Source code of the C program. */ #include diff --git a/libtextstyle/examples/color-hello/hello.c b/libtextstyle/examples/color-hello/hello.c index 272053d74..5b5221d76 100644 --- a/libtextstyle/examples/color-hello/hello.c +++ b/libtextstyle/examples/color-hello/hello.c @@ -1,6 +1,5 @@ /* Example program for GNU libtextstyle. - Copyright (C) 2018-2019 Free Software Foundation, Inc. - Written by Bruno Haible , 2018. + Copyright (C) 2018-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + /* Source code of the C program. */ #include diff --git a/libtextstyle/examples/color-hello/names.c b/libtextstyle/examples/color-hello/names.c index bf8af3630..aff954905 100644 --- a/libtextstyle/examples/color-hello/names.c +++ b/libtextstyle/examples/color-hello/names.c @@ -1,6 +1,5 @@ /* Example program for GNU libtextstyle. - Copyright (C) 2018-2019 Free Software Foundation, Inc. - Written by Bruno Haible , 2018. + Copyright (C) 2018-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + /* List of first names and the probability that they are given to boys vs. girls in the USA from 1880 to 2016. Origin of data: . */ diff --git a/libtextstyle/gnulib-local/build-aux/moopp b/libtextstyle/gnulib-local/build-aux/moopp index 3b2f8801c..ff7dd7dcd 100755 --- a/libtextstyle/gnulib-local/build-aux/moopp +++ b/libtextstyle/gnulib-local/build-aux/moopp @@ -1,8 +1,7 @@ #!/bin/sh # Minimal Object-Oriented style PreProcessor. -# Copyright (C) 2006-2008, 2016, 2018-2019 Free Software Foundation, Inc. -# Written by Bruno Haible , 2006. +# Copyright (C) 2006-2026 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 @@ -16,6 +15,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# +# Written by Bruno Haible. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a diff --git a/libtextstyle/gnulib-local/lib/fd-ostream.oo.c b/libtextstyle/gnulib-local/lib/fd-ostream.oo.c index 7d418ec67..841fe4f47 100644 --- a/libtextstyle/gnulib-local/lib/fd-ostream.oo.c +++ b/libtextstyle/gnulib-local/lib/fd-ostream.oo.c @@ -1,6 +1,5 @@ /* Output stream referring to a file descriptor. - Copyright (C) 2006-2024 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/libtextstyle/gnulib-local/lib/fd-ostream.oo.h b/libtextstyle/gnulib-local/lib/fd-ostream.oo.h index e95d0dbe8..ee68a7a4c 100644 --- a/libtextstyle/gnulib-local/lib/fd-ostream.oo.h +++ b/libtextstyle/gnulib-local/lib/fd-ostream.oo.h @@ -1,6 +1,5 @@ /* Output stream referring to a file descriptor. - Copyright (C) 2006, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _FD_OSTREAM_H #define _FD_OSTREAM_H diff --git a/libtextstyle/gnulib-local/lib/file-ostream.oo.c b/libtextstyle/gnulib-local/lib/file-ostream.oo.c index 9bac262a8..aded371d3 100644 --- a/libtextstyle/gnulib-local/lib/file-ostream.oo.c +++ b/libtextstyle/gnulib-local/lib/file-ostream.oo.c @@ -1,6 +1,5 @@ /* Output stream referring to an stdio FILE. - Copyright (C) 2006, 2019-2020, 2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/libtextstyle/gnulib-local/lib/file-ostream.oo.h b/libtextstyle/gnulib-local/lib/file-ostream.oo.h index a5ecfaf79..d3697effa 100644 --- a/libtextstyle/gnulib-local/lib/file-ostream.oo.h +++ b/libtextstyle/gnulib-local/lib/file-ostream.oo.h @@ -1,6 +1,5 @@ /* Output stream referring to an stdio FILE. - Copyright (C) 2006, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _FILE_OSTREAM_H #define _FILE_OSTREAM_H diff --git a/libtextstyle/gnulib-local/lib/html-ostream.oo.c b/libtextstyle/gnulib-local/lib/html-ostream.oo.c index 080a43495..992945988 100644 --- a/libtextstyle/gnulib-local/lib/html-ostream.oo.c +++ b/libtextstyle/gnulib-local/lib/html-ostream.oo.c @@ -1,6 +1,5 @@ /* Output stream that produces HTML output. - Copyright (C) 2006-2009, 2019-2020, 2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/libtextstyle/gnulib-local/lib/html-ostream.oo.h b/libtextstyle/gnulib-local/lib/html-ostream.oo.h index 58270d3c6..b8129c99a 100644 --- a/libtextstyle/gnulib-local/lib/html-ostream.oo.h +++ b/libtextstyle/gnulib-local/lib/html-ostream.oo.h @@ -1,6 +1,5 @@ /* Output stream that produces HTML output. - Copyright (C) 2006, 2019-2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _HTML_OSTREAM_H #define _HTML_OSTREAM_H diff --git a/libtextstyle/gnulib-local/lib/html-styled-ostream.oo.c b/libtextstyle/gnulib-local/lib/html-styled-ostream.oo.c index 457d169f9..ddb429fab 100644 --- a/libtextstyle/gnulib-local/lib/html-styled-ostream.oo.c +++ b/libtextstyle/gnulib-local/lib/html-styled-ostream.oo.c @@ -1,6 +1,5 @@ /* Output stream for CSS styled text, producing HTML output. - Copyright (C) 2006-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/libtextstyle/gnulib-local/lib/html-styled-ostream.oo.h b/libtextstyle/gnulib-local/lib/html-styled-ostream.oo.h index 5fcd239f7..52ef4d032 100644 --- a/libtextstyle/gnulib-local/lib/html-styled-ostream.oo.h +++ b/libtextstyle/gnulib-local/lib/html-styled-ostream.oo.h @@ -1,6 +1,5 @@ /* Output stream for CSS styled text, producing HTML output. - Copyright (C) 2006, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _HTML_STYLED_OSTREAM_H #define _HTML_STYLED_OSTREAM_H diff --git a/libtextstyle/gnulib-local/lib/iconv-ostream.oo.c b/libtextstyle/gnulib-local/lib/iconv-ostream.oo.c index 3db38c64a..68d5a69b5 100644 --- a/libtextstyle/gnulib-local/lib/iconv-ostream.oo.c +++ b/libtextstyle/gnulib-local/lib/iconv-ostream.oo.c @@ -1,6 +1,5 @@ /* Output stream that converts the output to another encoding. Copyright (C) 2006-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/libtextstyle/gnulib-local/lib/iconv-ostream.oo.h b/libtextstyle/gnulib-local/lib/iconv-ostream.oo.h index 90b6e43a2..b5b3ae989 100644 --- a/libtextstyle/gnulib-local/lib/iconv-ostream.oo.h +++ b/libtextstyle/gnulib-local/lib/iconv-ostream.oo.h @@ -1,6 +1,5 @@ /* Output stream that converts the output to another encoding. - Copyright (C) 2006, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _ICONV_OSTREAM_H #define _ICONV_OSTREAM_H diff --git a/libtextstyle/gnulib-local/lib/memory-ostream.oo.c b/libtextstyle/gnulib-local/lib/memory-ostream.oo.c index f2b7c5e04..289ffbbd4 100644 --- a/libtextstyle/gnulib-local/lib/memory-ostream.oo.c +++ b/libtextstyle/gnulib-local/lib/memory-ostream.oo.c @@ -1,6 +1,5 @@ /* Output stream that accumulates the output in memory. - Copyright (C) 2006-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/libtextstyle/gnulib-local/lib/memory-ostream.oo.h b/libtextstyle/gnulib-local/lib/memory-ostream.oo.h index 384e0e823..6856af132 100644 --- a/libtextstyle/gnulib-local/lib/memory-ostream.oo.h +++ b/libtextstyle/gnulib-local/lib/memory-ostream.oo.h @@ -1,6 +1,5 @@ /* Output stream that accumulates the output in memory. - Copyright (C) 2006, 2019-2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _MEMORY_OSTREAM_H #define _MEMORY_OSTREAM_H diff --git a/libtextstyle/gnulib-local/lib/moo.h b/libtextstyle/gnulib-local/lib/moo.h index e98d1fb28..85bea8fcb 100644 --- a/libtextstyle/gnulib-local/lib/moo.h +++ b/libtextstyle/gnulib-local/lib/moo.h @@ -1,6 +1,5 @@ /* Minimal object-oriented facilities for C. - Copyright (C) 2006 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + /* This file defines minimal facilities for object-oriented programming style in ANSI C. diff --git a/libtextstyle/gnulib-local/lib/noop-styled-ostream.oo.c b/libtextstyle/gnulib-local/lib/noop-styled-ostream.oo.c index 3e2eb497c..4b17a10b3 100644 --- a/libtextstyle/gnulib-local/lib/noop-styled-ostream.oo.c +++ b/libtextstyle/gnulib-local/lib/noop-styled-ostream.oo.c @@ -1,6 +1,5 @@ /* Output stream with no-op styling. - Copyright (C) 2006, 2019-2020, 2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2019. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/libtextstyle/gnulib-local/lib/noop-styled-ostream.oo.h b/libtextstyle/gnulib-local/lib/noop-styled-ostream.oo.h index a93d88652..e6ff388e0 100644 --- a/libtextstyle/gnulib-local/lib/noop-styled-ostream.oo.h +++ b/libtextstyle/gnulib-local/lib/noop-styled-ostream.oo.h @@ -1,6 +1,5 @@ /* Output stream with no-op styling. - Copyright (C) 2006, 2019-2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2019. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _NOOP_STYLED_OSTREAM_H #define _NOOP_STYLED_OSTREAM_H diff --git a/libtextstyle/gnulib-local/lib/ostream.oo.c b/libtextstyle/gnulib-local/lib/ostream.oo.c index 30f54368a..437852649 100644 --- a/libtextstyle/gnulib-local/lib/ostream.oo.c +++ b/libtextstyle/gnulib-local/lib/ostream.oo.c @@ -1,6 +1,5 @@ /* Abstract output stream data type. - Copyright (C) 2006, 2019, 2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/libtextstyle/gnulib-local/lib/ostream.oo.h b/libtextstyle/gnulib-local/lib/ostream.oo.h index 3215b7b6f..7cefa2094 100644 --- a/libtextstyle/gnulib-local/lib/ostream.oo.h +++ b/libtextstyle/gnulib-local/lib/ostream.oo.h @@ -1,6 +1,5 @@ /* Abstract output stream data type. Copyright (C) 2006, 2019-2026 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _OSTREAM_H #define _OSTREAM_H diff --git a/libtextstyle/gnulib-local/lib/styled-ostream.oo.c b/libtextstyle/gnulib-local/lib/styled-ostream.oo.c index b06553d05..5e7ba1783 100644 --- a/libtextstyle/gnulib-local/lib/styled-ostream.oo.c +++ b/libtextstyle/gnulib-local/lib/styled-ostream.oo.c @@ -1,6 +1,5 @@ /* Abstract output stream for CSS styled text. - Copyright (C) 2006, 2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/libtextstyle/gnulib-local/lib/styled-ostream.oo.h b/libtextstyle/gnulib-local/lib/styled-ostream.oo.h index f90f8bfba..203d1b542 100644 --- a/libtextstyle/gnulib-local/lib/styled-ostream.oo.h +++ b/libtextstyle/gnulib-local/lib/styled-ostream.oo.h @@ -1,6 +1,5 @@ /* Abstract output stream for CSS styled text. - Copyright (C) 2006, 2019-2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _STYLED_OSTREAM_H #define _STYLED_OSTREAM_H diff --git a/libtextstyle/gnulib-local/lib/term-ostream.oo.c b/libtextstyle/gnulib-local/lib/term-ostream.oo.c index 626e72d25..ca5a86a44 100644 --- a/libtextstyle/gnulib-local/lib/term-ostream.oo.c +++ b/libtextstyle/gnulib-local/lib/term-ostream.oo.c @@ -1,6 +1,5 @@ /* Output stream for attributed text, producing ANSI escape sequences. - Copyright (C) 2006-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/libtextstyle/gnulib-local/lib/term-ostream.oo.h b/libtextstyle/gnulib-local/lib/term-ostream.oo.h index 81c1a5408..e7025a348 100644 --- a/libtextstyle/gnulib-local/lib/term-ostream.oo.h +++ b/libtextstyle/gnulib-local/lib/term-ostream.oo.h @@ -1,6 +1,5 @@ /* Output stream for attributed text, producing ANSI escape sequences. - Copyright (C) 2006, 2019-2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _TERM_OSTREAM_H #define _TERM_OSTREAM_H diff --git a/libtextstyle/gnulib-local/lib/term-styled-ostream.oo.c b/libtextstyle/gnulib-local/lib/term-styled-ostream.oo.c index e487faaa8..b8041c818 100644 --- a/libtextstyle/gnulib-local/lib/term-styled-ostream.oo.c +++ b/libtextstyle/gnulib-local/lib/term-styled-ostream.oo.c @@ -1,6 +1,5 @@ /* Output stream for CSS styled text, producing ANSI escape sequences. - Copyright (C) 2006-2007, 2019-2020, 2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/libtextstyle/gnulib-local/lib/term-styled-ostream.oo.h b/libtextstyle/gnulib-local/lib/term-styled-ostream.oo.h index 5bd278045..54ec565c2 100644 --- a/libtextstyle/gnulib-local/lib/term-styled-ostream.oo.h +++ b/libtextstyle/gnulib-local/lib/term-styled-ostream.oo.h @@ -1,6 +1,5 @@ /* Output stream for CSS styled text, producing ANSI escape sequences. - Copyright (C) 2006, 2019-2020 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _TERM_STYLED_OSTREAM_H #define _TERM_STYLED_OSTREAM_H diff --git a/libtextstyle/gnulib-local/m4/moo.m4 b/libtextstyle/gnulib-local/m4/moo.m4 index 12f253812..c11b328bd 100644 --- a/libtextstyle/gnulib-local/m4/moo.m4 +++ b/libtextstyle/gnulib-local/m4/moo.m4 @@ -1,11 +1,13 @@ # moo.m4 -# serial 1 (gettext-0.17) -dnl Copyright (C) 2006-2024 Free Software Foundation, Inc. +# serial 2 (gettext-1.0) +dnl Copyright (C) 2006-2026 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This file is offered as-is, without any warranty. +dnl From Bruno Haible. + # Support for Minimal Object-Oriented style programming. AC_DEFUN([gl_MOO], diff --git a/libtextstyle/gnulib-local/m4/term-ostream.m4 b/libtextstyle/gnulib-local/m4/term-ostream.m4 index e70d10c72..076b76725 100644 --- a/libtextstyle/gnulib-local/m4/term-ostream.m4 +++ b/libtextstyle/gnulib-local/m4/term-ostream.m4 @@ -1,11 +1,13 @@ # term-ostream.m4 -# serial 5 -dnl Copyright (C) 2006-2024 Free Software Foundation, Inc. +# serial 6 +dnl Copyright (C) 2006-2026 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. dnl This file is offered as-is, without any warranty. +dnl From Bruno Haible. + AC_DEFUN([gl_TERM_OSTREAM], [ AC_REQUIRE([AC_C_INLINE]) diff --git a/libtextstyle/gnulib-local/tests/test-memory-ostream.c b/libtextstyle/gnulib-local/tests/test-memory-ostream.c index bc6dfdc8e..77eb2599c 100644 --- a/libtextstyle/gnulib-local/tests/test-memory-ostream.c +++ b/libtextstyle/gnulib-local/tests/test-memory-ostream.c @@ -1,4 +1,20 @@ -/* Test for the memory-ostream API. */ +/* Test for the memory-ostream API. + Copyright (C) 2019-2026 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 Bruno Haible. */ #include diff --git a/libtextstyle/gnulib-local/tests/test-term-ostream.c b/libtextstyle/gnulib-local/tests/test-term-ostream.c index 211f60ead..f2b4be2ad 100644 --- a/libtextstyle/gnulib-local/tests/test-term-ostream.c +++ b/libtextstyle/gnulib-local/tests/test-term-ostream.c @@ -1,4 +1,20 @@ -/* Test for the term-ostream API. */ +/* Test for the term-ostream API. + Copyright (C) 2006-2026 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 Bruno Haible. */ #include diff --git a/libtextstyle/install-tests/test-api.c b/libtextstyle/install-tests/test-api.c index dc5fc1594..5994afbaf 100644 --- a/libtextstyle/install-tests/test-api.c +++ b/libtextstyle/install-tests/test-api.c @@ -1,5 +1,5 @@ /* Test parts of the API. - Copyright (C) 2018-2025 Free Software Foundation, Inc. + Copyright (C) 2018-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/libtextstyle/install-tests/test-version.c b/libtextstyle/install-tests/test-version.c index 0b2afe431..d8ade5a9a 100644 --- a/libtextstyle/install-tests/test-version.c +++ b/libtextstyle/install-tests/test-version.c @@ -1,5 +1,5 @@ /* Test the version information. - Copyright (C) 2025 Free Software Foundation, Inc. + Copyright (C) 2025-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2025. */ +/* Written by Bruno Haible. */ #include diff --git a/libtextstyle/lib/color.c b/libtextstyle/lib/color.c index 9b2764ded..8486ce2f9 100644 --- a/libtextstyle/lib/color.c +++ b/libtextstyle/lib/color.c @@ -1,6 +1,5 @@ /* Color and styling handling. - Copyright (C) 2006-2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/libtextstyle/lib/color.h b/libtextstyle/lib/color.h index 673338f72..5ccb113ca 100644 --- a/libtextstyle/lib/color.h +++ b/libtextstyle/lib/color.h @@ -1,6 +1,5 @@ /* Color and styling handling. - Copyright (C) 2006, 2019 Free Software Foundation, Inc. - Written by Bruno Haible , 2006. + Copyright (C) 2006-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _COLOR_H #define _COLOR_H diff --git a/libtextstyle/lib/misc.c b/libtextstyle/lib/misc.c index 1575b4b1c..37c1eeaea 100644 --- a/libtextstyle/lib/misc.c +++ b/libtextstyle/lib/misc.c @@ -1,6 +1,5 @@ /* Miscellaneous public API. - Copyright (C) 2019, 2021, 2025 Free Software Foundation, Inc. - Written by Bruno Haible , 2019. + Copyright (C) 2019-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/libtextstyle/lib/misc.h b/libtextstyle/lib/misc.h index 925f895c7..facbec96c 100644 --- a/libtextstyle/lib/misc.h +++ b/libtextstyle/lib/misc.h @@ -1,6 +1,5 @@ /* Miscellaneous public API. - Copyright (C) 2019 Free Software Foundation, Inc. - Written by Bruno Haible , 2019. + Copyright (C) 2019-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _MISC_H #define _MISC_H diff --git a/libtextstyle/lib/notinline.h b/libtextstyle/lib/notinline.h index fc598c345..4b32b9a71 100644 --- a/libtextstyle/lib/notinline.h +++ b/libtextstyle/lib/notinline.h @@ -1,5 +1,5 @@ /* Override decision whether to use 'inline' or not. - Copyright (C) 2009, 2019 Free Software Foundation, Inc. + Copyright (C) 2009-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2009. */ +/* Written by Bruno Haible. */ #undef HAVE_INLINE #define HAVE_INLINE 0 diff --git a/libtextstyle/lib/textstyle.h b/libtextstyle/lib/textstyle.h index 0fc055e40..dbd4ea496 100644 --- a/libtextstyle/lib/textstyle.h +++ b/libtextstyle/lib/textstyle.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2006, 2019. */ +/* Written by Bruno Haible. */ #ifndef _TEXTSTYLE_H #define _TEXTSTYLE_H diff --git a/libtextstyle/lib/textstyle/version.in.h b/libtextstyle/lib/textstyle/version.in.h index 6ba8a649e..0d97a1262 100644 --- a/libtextstyle/lib/textstyle/version.in.h +++ b/libtextstyle/lib/textstyle/version.in.h @@ -1,6 +1,5 @@ /* Meta information about GNU libtextstyle. - Copyright (C) 2009-2010, 2019 Free Software Foundation, Inc. - Written by Bruno Haible , 2009. + Copyright (C) 2009-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #ifndef _TEXTSTYLE_VERSION_H #define _TEXTSTYLE_VERSION_H diff --git a/libtextstyle/lib/textstyle/woe32dll.in.h b/libtextstyle/lib/textstyle/woe32dll.in.h index 5591e213f..a922cb404 100644 --- a/libtextstyle/lib/textstyle/woe32dll.in.h +++ b/libtextstyle/lib/textstyle/woe32dll.in.h @@ -1,5 +1,5 @@ /* Support for variables in shared libraries on Windows platforms. - Copyright (C) 2009, 2019 Free Software Foundation, Inc. + Copyright (C) 2009-2026 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 @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ -/* Written by Bruno Haible , 2009. */ +/* Written by Bruno Haible. */ #ifndef _TEXTSTYLE_WOE32DLL_H #define _TEXTSTYLE_WOE32DLL_H diff --git a/libtextstyle/lib/version.c b/libtextstyle/lib/version.c index 1e8b0bddb..cfe09511e 100644 --- a/libtextstyle/lib/version.c +++ b/libtextstyle/lib/version.c @@ -1,6 +1,5 @@ /* Version information about GNU libtextstyle. - Copyright (C) 2009, 2019 Free Software Foundation, Inc. - Written by Bruno Haible , 2009. + Copyright (C) 2009-2026 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 @@ -15,6 +14,8 @@ You should have received a copy of the GNU Lesser General Public License along with this program. If not, see . */ +/* Written by Bruno Haible. */ + #include /* Specification. */ diff --git a/libtextstyle/tests/test-accessors.c b/libtextstyle/tests/test-accessors.c index 131da0c11..86a969966 100644 --- a/libtextstyle/tests/test-accessors.c +++ b/libtextstyle/tests/test-accessors.c @@ -1,4 +1,20 @@ -/* Test for the various accessor functions. */ +/* Test for the various accessor functions. + Copyright (C) 2020-2026 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 Bruno Haible. */ #include diff --git a/libtextstyle/tests/test-instanceof.c b/libtextstyle/tests/test-instanceof.c index 3d8a11751..87fd78e1e 100644 --- a/libtextstyle/tests/test-instanceof.c +++ b/libtextstyle/tests/test-instanceof.c @@ -1,4 +1,20 @@ -/* Test for the is_instance_of_* functions. */ +/* Test for the is_instance_of_* functions. + Copyright (C) 2020-2026 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 Bruno Haible. */ #include diff --git a/windows/windres-options b/windows/windres-options index b12edd0ed..0c888aa18 100755 --- a/windows/windres-options +++ b/windows/windres-options @@ -1,7 +1,6 @@ #!/bin/sh # -# Copyright (C) 2007 Free Software Foundation, Inc. -# Written by Bruno Haible , 2007. +# Copyright (C) 2007-2026 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 @@ -15,6 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# +# Written by Bruno Haible. # Usage: windres-options [--escape] PACKAGE_VERSION # Outputs a set of command-line options for 'windres', containing definitions