mirror of git://sourceware.org/git/glibc.git
Update copyright dates not handled by scripts/update-copyrights
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.
This commit is contained in:
parent
ad16577ae1
commit
ba995af76d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue