]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update copyright dates not handled by scripts/update-copyrights
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Jan 2026 18:24:16 +0000 (10:24 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 1 Jan 2026 21:42:29 +0000 (13:42 -0800)
I've updated copyright dates in glibc for 2026.  This is the patch for
the changes not generated by scripts/update-copyrights.

locale/programs/charmap-kw.h
locale/programs/locfile-kw.h
malloc/mtrace.pl
scripts/test-installation.pl

index c0d8445da5ad8842f6ec2e45f9285671e2808898..6796c4a4a8871cccb4ceb62a8cc55fb4c3e2dd70 100644 (file)
@@ -30,7 +30,7 @@
 
 #line 1 "charmap-kw.gperf"
 
-/* Copyright (C) 1995-2025 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2026 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 ad27de1be9bfa8b7a395734326c83858d264ae82..376654a2688bd7fd99e23529de3af88d986d4416 100644 (file)
@@ -30,7 +30,7 @@
 
 #line 1 "locfile-kw.gperf"
 
-/* Copyright (C) 1996-2025 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2026 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 4bf0d51d96e78388e1f90c99596fe34281c85539..1c6270789b0d53a22f26bffd980ea2742a02161b 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) 2025 Free Software Foundation, Inc.\n";
+       print "Copyright (C) 2026 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 8899e2d72a4ebaf97d585dfe7d37024277db6d4f..a87fb056ccce915ec5066fedf152d150f74da61c 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) 2025 Free Software Foundation, Inc.\n";
+    print "Copyright (C) 2026 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";