]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update copyright dates not handled by scripts/update-copyrights
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2025 18:31:31 +0000 (10:31 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 1 Jan 2025 19:22:09 +0000 (11:22 -0800)
I've updated copyright dates in glibc for 2025.  This is the patch for
the changes not generated by scripts/update-copyrights and subsequent
build / regeneration of generated files.

locale/programs/charmap-kw.h
locale/programs/locfile-kw.h
localedata/unicode-gen/Makefile
malloc/mtrace.pl
scripts/test-installation.pl

index 3dc38dfb651ffe1c022577060ca9194fe618c3e6..505b364d88354922545632b2601f58f0aa6a44d9 100644 (file)
@@ -30,7 +30,7 @@
 
 #line 1 "charmap-kw.gperf"
 
-/* Copyright (C) 1995-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2025 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
index 00e8733735ae8c200d493d6ffd5cc61d29fa6076..9460a43ab190879889f502022de0644646074353 100644 (file)
@@ -30,7 +30,7 @@
 
 #line 1 "locfile-kw.gperf"
 
-/* Copyright (C) 1996-2024 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2025 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
index c0613110cc4667ce97160c402081421fcc0a7b84..466772642b65974ef0de615485a08d0455e1af02 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2024 Free Software Foundation, Inc
+# Copyright (C) 2015-2025 Free Software Foundation, Inc.
 # Copyright The GNU Toolchain Authors.
 # This file is part of the GNU C Library.
 
index f6e786dc284379c94fb75f4d9e4439d2c88f7a36..71d693ab85b86324d182075f3eae7047547c0095 100644 (file)
@@ -55,7 +55,7 @@ arglist: while (@ARGV) {
        $ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
        $ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
        print "mtrace $PKGVERSION$VERSION\n";
-       print "Copyright (C) 2024 Free Software Foundation, Inc.\n";
+       print "Copyright (C) 2025 Free Software Foundation, Inc.\n";
        print "This is free software; see the source for copying conditions.  There is NO\n";
        print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
        print "Written by Ulrich Drepper <drepper\@gnu.org>\n";
index fc3b443791d9bf495ddef8dffd048d98a693ad32..21e8981df820322772a71928d13596a3a72a6259 100755 (executable)
@@ -58,7 +58,7 @@ arglist: while (@ARGV) {
       $ARGV[0] eq "--vers" || $ARGV[0] eq "--versi" ||
       $ARGV[0] eq "--versio" || $ARGV[0] eq "--version") {
     print "test-installation (GNU $PACKAGE)\n";
-    print "Copyright (C) 2024 Free Software Foundation, Inc.\n";
+    print "Copyright (C) 2025 Free Software Foundation, Inc.\n";
     print "This is free software; see the source for copying conditions.  There is NO\n";
     print "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n";
     print "Written by Andreas Jaeger <aj\@arthur.rhein-neckar.de>\n";