diff options
| author | Po Lu | 2024-01-02 10:28:14 +0800 |
|---|---|---|
| committer | Po Lu | 2024-01-02 10:28:14 +0800 |
| commit | ecf08f0621c25ad1dfadd96399e204c389ab1695 (patch) | |
| tree | 401dc6c6eaac6f0d9a6a35c63e5664de62fc9e27 /lib | |
| parent | 083e90dd80a16c9c573f92e0f11603267d15d82b (diff) | |
| parent | dc4e6b1329614918791bef1704009c139b929845 (diff) | |
| download | emacs-ecf08f0621c25ad1dfadd96399e204c389ab1695.tar.gz emacs-ecf08f0621c25ad1dfadd96399e204c389ab1695.zip | |
Merge from savannah/emacs-29
dc4e6b13296 ; Update copyright years in more files
64b37776318 ; Run set-copyright from admin.el
8e1c56ae467 ; Add 2024 to copyright years
# Conflicts:
# doc/misc/modus-themes.org
# doc/misc/texinfo.tex
# etc/NEWS
# etc/refcards/ru-refcard.tex
# etc/themes/modus-operandi-theme.el
# etc/themes/modus-themes.el
# etc/themes/modus-vivendi-theme.el
# lib/alloca.in.h
# lib/binary-io.h
# lib/c-ctype.h
# lib/c-strcasecmp.c
# lib/c-strncasecmp.c
# lib/careadlinkat.c
# lib/cloexec.c
# lib/close-stream.c
# lib/diffseq.h
# lib/dup2.c
# lib/filemode.h
# lib/fpending.c
# lib/fpending.h
# lib/fsusage.c
# lib/getgroups.c
# lib/getloadavg.c
# lib/gettext.h
# lib/gettime.c
# lib/gettimeofday.c
# lib/group-member.c
# lib/malloc.c
# lib/md5-stream.c
# lib/md5.c
# lib/md5.h
# lib/memmem.c
# lib/memrchr.c
# lib/nanosleep.c
# lib/save-cwd.h
# lib/sha1.c
# lib/sig2str.c
# lib/stdlib.in.h
# lib/strtoimax.c
# lib/strtol.c
# lib/strtoll.c
# lib/time_r.c
# lib/xalloc-oversized.h
# lisp/auth-source-pass.el
# lisp/emacs-lisp/lisp-mnt.el
# lisp/emacs-lisp/timer.el
# lisp/info-look.el
# lisp/jit-lock.el
# lisp/loadhist.el
# lisp/mail/rmail.el
# lisp/net/ntlm.el
# lisp/net/webjump.el
# lisp/progmodes/asm-mode.el
# lisp/progmodes/project.el
# lisp/progmodes/sh-script.el
# lisp/textmodes/flyspell.el
# lisp/textmodes/reftex-toc.el
# lisp/textmodes/reftex.el
# lisp/textmodes/tex-mode.el
# lisp/url/url-gw.el
# m4/alloca.m4
# m4/clock_time.m4
# m4/d-type.m4
# m4/dirent_h.m4
# m4/dup2.m4
# m4/euidaccess.m4
# m4/fchmodat.m4
# m4/filemode.m4
# m4/fsusage.m4
# m4/getgroups.m4
# m4/getloadavg.m4
# m4/getrandom.m4
# m4/gettime.m4
# m4/gettimeofday.m4
# m4/gnulib-common.m4
# m4/group-member.m4
# m4/inttypes.m4
# m4/malloc.m4
# m4/manywarnings.m4
# m4/mempcpy.m4
# m4/memrchr.m4
# m4/mkostemp.m4
# m4/mktime.m4
# m4/nproc.m4
# m4/nstrftime.m4
# m4/pathmax.m4
# m4/pipe2.m4
# m4/pselect.m4
# m4/pthread_sigmask.m4
# m4/readlink.m4
# m4/realloc.m4
# m4/sig2str.m4
# m4/ssize_t.m4
# m4/stat-time.m4
# m4/stddef_h.m4
# m4/stdint.m4
# m4/stdio_h.m4
# m4/stdlib_h.m4
# m4/stpcpy.m4
# m4/strnlen.m4
# m4/strtoimax.m4
# m4/strtoll.m4
# m4/time_h.m4
# m4/timegm.m4
# m4/timer_time.m4
# m4/timespec.m4
# m4/unistd_h.m4
# m4/warnings.m4
# nt/configure.bat
# nt/preprep.c
# test/lisp/register-tests.el
Diffstat (limited to 'lib')
196 files changed, 214 insertions, 197 deletions
diff --git a/lib/Makefile.in b/lib/Makefile.in index 6752f68c50e..6706d73ace0 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ### @configure_input@ | 1 | ### @configure_input@ |
| 2 | 2 | ||
| 3 | # Copyright 2017-2023 Free Software Foundation, Inc. | 3 | # Copyright 2017-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | # This file is part of GNU Emacs. | 5 | # This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib/_Noreturn.h b/lib/_Noreturn.h index 6ecea98b54a..7326bd47733 100644 --- a/lib/_Noreturn.h +++ b/lib/_Noreturn.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* A C macro for declaring that a function does not return. | 1 | /* A C macro for declaring that a function does not return. |
| 2 | Copyright (C) 2011-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2011-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software: you can redistribute it and/or modify it | 4 | This program is free software: you can redistribute it and/or modify it |
| 5 | under the terms of the GNU Lesser General Public License as published | 5 | under the terms of the GNU Lesser General Public License as published |
diff --git a/lib/acl-errno-valid.c b/lib/acl-errno-valid.c index a4fd575e3f3..ee9407232db 100644 --- a/lib/acl-errno-valid.c +++ b/lib/acl-errno-valid.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Test whether ACLs are well supported on this system. | 1 | /* Test whether ACLs are well supported on this system. |
| 2 | 2 | ||
| 3 | Copyright 2013-2023 Free Software Foundation, Inc. | 3 | Copyright 2013-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/acl-internal.c b/lib/acl-internal.c index fbe9b2c9a06..68aead8de65 100644 --- a/lib/acl-internal.c +++ b/lib/acl-internal.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Test whether a file has a nontrivial ACL. -*- coding: utf-8 -*- | 1 | /* Test whether a file has a nontrivial ACL. -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2002-2003, 2005-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2002-2003, 2005-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/acl-internal.h b/lib/acl-internal.h index 496e41d7b21..4de891d3f22 100644 --- a/lib/acl-internal.h +++ b/lib/acl-internal.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Internal implementation of access control lists. -*- coding: utf-8 -*- | 1 | /* Internal implementation of access control lists. -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2002-2003, 2005-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2002-2003, 2005-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
| @@ -1,6 +1,6 @@ | |||
| 1 | /* acl.c - access control lists | 1 | /* acl.c - access control lists |
| 2 | 2 | ||
| 3 | Copyright (C) 2002, 2008-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2002, 2008-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/acl_entries.c b/lib/acl_entries.c index a59ace3f404..81338323f5c 100644 --- a/lib/acl_entries.c +++ b/lib/acl_entries.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Return the number of entries in an ACL. | 1 | /* Return the number of entries in an ACL. |
| 2 | 2 | ||
| 3 | Copyright (C) 2002-2003, 2005-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2002-2003, 2005-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/af_alg.h b/lib/af_alg.h index e8ffb3f7a09..ed933e1208d 100644 --- a/lib/af_alg.h +++ b/lib/af_alg.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* af_alg.h - Compute message digests from file streams and buffers. | 1 | /* af_alg.h - Compute message digests from file streams and buffers. |
| 2 | Copyright (C) 2018-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2018-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/alloca.in.h b/lib/alloca.in.h index a1bb3d758dc..49c86125b69 100644 --- a/lib/alloca.in.h +++ b/lib/alloca.in.h | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* Memory allocation on the stack. | 1 | /* Memory allocation on the stack. |
| 2 | 2 | ||
| 3 | Copyright (C) 1995, 1999, 2001-2004, 2006-2023 Free Software Foundation, | 3 | Copyright (C) 1995, 1999, 2001-2004, 2006-2024 Free Software |
| 4 | Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/allocator.c b/lib/allocator.c index 922be1fce8d..79fffbed14b 100644 --- a/lib/allocator.c +++ b/lib/allocator.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Memory allocators such as malloc+free. | 1 | /* Memory allocators such as malloc+free. |
| 2 | 2 | ||
| 3 | Copyright (C) 2011-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2011-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/allocator.h b/lib/allocator.h index 0c830d01cda..bb30a3440c2 100644 --- a/lib/allocator.h +++ b/lib/allocator.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Memory allocators such as malloc+free. | 1 | /* Memory allocators such as malloc+free. |
| 2 | 2 | ||
| 3 | Copyright (C) 2011-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2011-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/arg-nonnull.h b/lib/arg-nonnull.h index 9498ae1f7da..46c711ca1a1 100644 --- a/lib/arg-nonnull.h +++ b/lib/arg-nonnull.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* A C macro for declaring that specific arguments must not be NULL. | 1 | /* A C macro for declaring that specific arguments must not be NULL. |
| 2 | Copyright (C) 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2009-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software: you can redistribute it and/or modify it | 4 | This program is free software: you can redistribute it and/or modify it |
| 5 | under the terms of the GNU Lesser General Public License as published | 5 | under the terms of the GNU Lesser General Public License as published |
diff --git a/lib/assert.in.h b/lib/assert.in.h index b0ab99c776e..6e4995e1455 100644 --- a/lib/assert.in.h +++ b/lib/assert.in.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Substitute for and wrapper around <assert.h> | 1 | /* Substitute for and wrapper around <assert.h> |
| 2 | Copyright (C) 2011-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2011-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/at-func.c b/lib/at-func.c index 13e3fb32056..56b313f4749 100644 --- a/lib/at-func.c +++ b/lib/at-func.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Define at-style functions like fstatat, unlinkat, fchownat, etc. | 1 | /* Define at-style functions like fstatat, unlinkat, fchownat, etc. |
| 2 | Copyright (C) 2006, 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2009-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software: you can redistribute it and/or modify | 4 | This program is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/attribute.h b/lib/attribute.h index 9464fde0f30..9504c625e59 100644 --- a/lib/attribute.h +++ b/lib/attribute.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* ATTRIBUTE_* macros for using attributes in GCC and similar compilers | 1 | /* ATTRIBUTE_* macros for using attributes in GCC and similar compilers |
| 2 | 2 | ||
| 3 | Copyright 2020-2023 Free Software Foundation, Inc. | 3 | Copyright 2020-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/binary-io.c b/lib/binary-io.c index 28a9e6ed69c..40f01d67ee1 100644 --- a/lib/binary-io.c +++ b/lib/binary-io.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Binary mode I/O. | 1 | /* Binary mode I/O. |
| 2 | Copyright 2017-2023 Free Software Foundation, Inc. | 2 | Copyright 2017-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/binary-io.h b/lib/binary-io.h index 855d6f819f0..33e3de1d1de 100644 --- a/lib/binary-io.h +++ b/lib/binary-io.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* Binary mode I/O. | 1 | /* Binary mode I/O. |
| 2 | Copyright (C) 2001, 2003, 2005, 2008-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2001, 2003, 2005, 2008-2024 Free Software Foundation, |
| 3 | Inc. | ||
| 3 | 4 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/byteswap.in.h b/lib/byteswap.in.h index e61be27e917..8e49efad05a 100644 --- a/lib/byteswap.in.h +++ b/lib/byteswap.in.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* byteswap.h - Byte swapping | 1 | /* byteswap.h - Byte swapping |
| 2 | Copyright (C) 2005, 2007, 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2005, 2007, 2009-2024 Free Software Foundation, Inc. |
| 3 | Written by Oskar Liljeblad <oskar@osk.mine.nu>, 2005. | 3 | Written by Oskar Liljeblad <oskar@osk.mine.nu>, 2005. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
diff --git a/lib/c++defs.h b/lib/c++defs.h index 458c014de5c..eb66967b09b 100644 --- a/lib/c++defs.h +++ b/lib/c++defs.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* C++ compatible function declaration macros. | 1 | /* C++ compatible function declaration macros. |
| 2 | Copyright (C) 2010-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2010-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software: you can redistribute it and/or modify it | 4 | This program is free software: you can redistribute it and/or modify it |
| 5 | under the terms of the GNU Lesser General Public License as published | 5 | under the terms of the GNU Lesser General Public License as published |
diff --git a/lib/c-ctype.c b/lib/c-ctype.c index a4343f445f0..d3f1b12d5a9 100644 --- a/lib/c-ctype.c +++ b/lib/c-ctype.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Character handling in C locale. | 1 | /* Character handling in C locale. |
| 2 | 2 | ||
| 3 | Copyright (C) 2003-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2003-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/c-ctype.h b/lib/c-ctype.h index cb0f4f3ba1f..016fe7c3b11 100644 --- a/lib/c-ctype.h +++ b/lib/c-ctype.h | |||
| @@ -5,7 +5,8 @@ | |||
| 5 | <ctype.h> functions' behaviour depends on the current locale set via | 5 | <ctype.h> functions' behaviour depends on the current locale set via |
| 6 | setlocale. | 6 | setlocale. |
| 7 | 7 | ||
| 8 | Copyright (C) 2000-2003, 2006, 2008-2023 Free Software Foundation, Inc. | 8 | Copyright (C) 2000-2003, 2006, 2008-2024 Free Software Foundation, |
| 9 | Inc. | ||
| 9 | 10 | ||
| 10 | This file is free software: you can redistribute it and/or modify | 11 | This file is free software: you can redistribute it and/or modify |
| 11 | it under the terms of the GNU Lesser General Public License as | 12 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/c-strcase.h b/lib/c-strcase.h index 5dfa96c41f4..b75e8dd1cb3 100644 --- a/lib/c-strcase.h +++ b/lib/c-strcase.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Case-insensitive string comparison functions in C locale. | 1 | /* Case-insensitive string comparison functions in C locale. |
| 2 | Copyright (C) 1995-1996, 2001, 2003, 2005, 2009-2023 Free Software | 2 | Copyright (C) 1995-1996, 2001, 2003, 2005, 2009-2024 Free Software |
| 3 | Foundation, Inc. | 3 | Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
diff --git a/lib/c-strcasecmp.c b/lib/c-strcasecmp.c index 8a958dc4fd9..a4bad4f2e2f 100644 --- a/lib/c-strcasecmp.c +++ b/lib/c-strcasecmp.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* c-strcasecmp.c -- case insensitive string comparator in C locale | 1 | /* c-strcasecmp.c -- case insensitive string comparator in C locale |
| 2 | Copyright (C) 1998-1999, 2005-2006, 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 1998-1999, 2005-2006, 2009-2024 Free Software |
| 3 | Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/c-strncasecmp.c b/lib/c-strncasecmp.c index 4ca8c5f4001..693601586be 100644 --- a/lib/c-strncasecmp.c +++ b/lib/c-strncasecmp.c | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | /* c-strncasecmp.c -- case insensitive string comparator in C locale | 1 | /* c-strncasecmp.c -- case insensitive string comparator in C locale |
| 2 | Copyright (C) 1998-1999, 2005-2006, 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 1998-1999, 2005-2006, 2009-2024 Free Software |
| 3 | Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/canonicalize-lgpl.c b/lib/canonicalize-lgpl.c index e701297d84b..efd79ceebb8 100644 --- a/lib/canonicalize-lgpl.c +++ b/lib/canonicalize-lgpl.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Return the canonical absolute name of a given file. | 1 | /* Return the canonical absolute name of a given file. |
| 2 | Copyright (C) 1996-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 1996-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/careadlinkat.h b/lib/careadlinkat.h index 562cf013b75..473e6531e67 100644 --- a/lib/careadlinkat.h +++ b/lib/careadlinkat.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Read symbolic links into a buffer without size limitation, relative to fd. | 1 | /* Read symbolic links into a buffer without size limitation, relative to fd. |
| 2 | 2 | ||
| 3 | Copyright (C) 2011-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2011-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/cdefs.h b/lib/cdefs.h index 412f036ce35..87ddce319dc 100644 --- a/lib/cdefs.h +++ b/lib/cdefs.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 1992-2023 Free Software Foundation, Inc. | 1 | /* Copyright (C) 1992-2024 Free Software Foundation, Inc. |
| 2 | Copyright The GNU Toolchain Authors. | 2 | Copyright The GNU Toolchain Authors. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
diff --git a/lib/cloexec.c b/lib/cloexec.c index e4cecbd2e8a..b4279752880 100644 --- a/lib/cloexec.c +++ b/lib/cloexec.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* cloexec.c - set or clear the close-on-exec descriptor flag | 1 | /* cloexec.c - set or clear the close-on-exec descriptor flag |
| 2 | 2 | ||
| 3 | Copyright (C) 1991, 2004-2006, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 1991, 2004-2006, 2009-2024 Free Software Foundation, |
| 4 | Inc. | ||
| 4 | 5 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/cloexec.h b/lib/cloexec.h index 057fd668c9b..f52e5f2ec0f 100644 --- a/lib/cloexec.h +++ b/lib/cloexec.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* cloexec.c - set or clear the close-on-exec descriptor flag | 1 | /* cloexec.c - set or clear the close-on-exec descriptor flag |
| 2 | 2 | ||
| 3 | Copyright (C) 2004, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2004, 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/close-stream.c b/lib/close-stream.c index ab686bac2ae..ae53f93aabe 100644 --- a/lib/close-stream.c +++ b/lib/close-stream.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Close a stream, with nicer error checking than fclose's. | 1 | /* Close a stream, with nicer error checking than fclose's. |
| 2 | 2 | ||
| 3 | Copyright (C) 1998-2002, 2004, 2006-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 1998-2002, 2004, 2006-2024 Free Software Foundation, |
| 4 | Inc. | ||
| 4 | 5 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 6 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/close-stream.h b/lib/close-stream.h index 3b52cc66c3d..8a1b3c7ac2c 100644 --- a/lib/close-stream.h +++ b/lib/close-stream.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Close a stream, with nicer error checking than fclose's. | 1 | /* Close a stream, with nicer error checking than fclose's. |
| 2 | 2 | ||
| 3 | Copyright (C) 2006-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2006-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published | 6 | it under the terms of the GNU General Public License as published |
diff --git a/lib/copy-file-range.c b/lib/copy-file-range.c index 747a5a8ad1d..e7e3a441c6b 100644 --- a/lib/copy-file-range.c +++ b/lib/copy-file-range.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Stub for copy_file_range | 1 | /* Stub for copy_file_range |
| 2 | Copyright 2019-2023 Free Software Foundation, Inc. | 2 | Copyright 2019-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/count-leading-zeros.c b/lib/count-leading-zeros.c index 949f156eab1..2bbfd674849 100644 --- a/lib/count-leading-zeros.c +++ b/lib/count-leading-zeros.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Count the number of leading 0 bits in a word. | 1 | /* Count the number of leading 0 bits in a word. |
| 2 | 2 | ||
| 3 | Copyright (C) 2012-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2012-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/count-leading-zeros.h b/lib/count-leading-zeros.h index 9fe2a03ee09..545749d6d27 100644 --- a/lib/count-leading-zeros.h +++ b/lib/count-leading-zeros.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* count-leading-zeros.h -- counts the number of leading 0 bits in a word. | 1 | /* count-leading-zeros.h -- counts the number of leading 0 bits in a word. |
| 2 | Copyright (C) 2012-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2012-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/count-one-bits.c b/lib/count-one-bits.c index 8a348f2e5a0..54b87088028 100644 --- a/lib/count-one-bits.c +++ b/lib/count-one-bits.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Count the number of 1-bits in a word. | 1 | /* Count the number of 1-bits in a word. |
| 2 | 2 | ||
| 3 | Copyright (C) 2012-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2012-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/count-one-bits.h b/lib/count-one-bits.h index 2821a1fb75e..8d67f8718a4 100644 --- a/lib/count-one-bits.h +++ b/lib/count-one-bits.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* count-one-bits.h -- counts the number of 1-bits in a word. | 1 | /* count-one-bits.h -- counts the number of 1-bits in a word. |
| 2 | Copyright (C) 2007-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2007-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/count-trailing-zeros.c b/lib/count-trailing-zeros.c index f6fddab4232..e13f77788da 100644 --- a/lib/count-trailing-zeros.c +++ b/lib/count-trailing-zeros.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Count the number of trailing 0 bits in a word. | 1 | /* Count the number of trailing 0 bits in a word. |
| 2 | 2 | ||
| 3 | Copyright 2013-2023 Free Software Foundation, Inc. | 3 | Copyright 2013-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/count-trailing-zeros.h b/lib/count-trailing-zeros.h index 9b33df76f6d..ed1e0131147 100644 --- a/lib/count-trailing-zeros.h +++ b/lib/count-trailing-zeros.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* count-trailing-zeros.h -- counts the number of trailing 0 bits in a word. | 1 | /* count-trailing-zeros.h -- counts the number of trailing 0 bits in a word. |
| 2 | Copyright 2013-2023 Free Software Foundation, Inc. | 2 | Copyright 2013-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/dirent.in.h b/lib/dirent.in.h index d409a031ec8..425550ab3ab 100644 --- a/lib/dirent.in.h +++ b/lib/dirent.in.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* A GNU-like <dirent.h>. | 1 | /* A GNU-like <dirent.h>. |
| 2 | Copyright (C) 2006-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2006-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/dirfd.c b/lib/dirfd.c index 75b2163c353..70600f2a75a 100644 --- a/lib/dirfd.c +++ b/lib/dirfd.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* dirfd.c -- return the file descriptor associated with an open DIR* | 1 | /* dirfd.c -- return the file descriptor associated with an open DIR* |
| 2 | 2 | ||
| 3 | Copyright (C) 2001, 2006, 2008-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2001, 2006, 2008-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/dtoastr.c b/lib/dtoastr.c index 66b50995c79..09ddc3c6688 100644 --- a/lib/dtoastr.c +++ b/lib/dtoastr.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Convert 'double' to accurate string. | 1 | /* Convert 'double' to accurate string. |
| 2 | 2 | ||
| 3 | Copyright (C) 2010-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2010-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published | 6 | it under the terms of the GNU General Public License as published |
diff --git a/lib/dtotimespec.c b/lib/dtotimespec.c index 28a44b69171..0557961cf97 100644 --- a/lib/dtotimespec.c +++ b/lib/dtotimespec.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Convert double to timespec. | 1 | /* Convert double to timespec. |
| 2 | 2 | ||
| 3 | Copyright (C) 2011-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2011-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/dup2.c b/lib/dup2.c index 7d197ca3123..7e1960e48d3 100644 --- a/lib/dup2.c +++ b/lib/dup2.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Duplicate an open file descriptor to a specified file descriptor. | 1 | /* Duplicate an open file descriptor to a specified file descriptor. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999, 2004-2007, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 1999, 2004-2007, 2009-2024 Free Software Foundation, |
| 4 | Inc. | ||
| 4 | 5 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/dynarray.h b/lib/dynarray.h index 9155910934f..8940e81b25d 100644 --- a/lib/dynarray.h +++ b/lib/dynarray.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Type-safe arrays which grow dynamically. | 1 | /* Type-safe arrays which grow dynamically. |
| 2 | Copyright 2021-2023 Free Software Foundation, Inc. | 2 | Copyright 2021-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/eloop-threshold.h b/lib/eloop-threshold.h index d9b154e4868..84d19b458b8 100644 --- a/lib/eloop-threshold.h +++ b/lib/eloop-threshold.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Threshold at which to diagnose ELOOP. Generic version. | 1 | /* Threshold at which to diagnose ELOOP. Generic version. |
| 2 | Copyright (C) 2012-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2012-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/errno.in.h b/lib/errno.in.h index 3dda9c260e6..aa658e62708 100644 --- a/lib/errno.in.h +++ b/lib/errno.in.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* A POSIX-like <errno.h>. | 1 | /* A POSIX-like <errno.h>. |
| 2 | 2 | ||
| 3 | Copyright (C) 2008-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2008-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/euidaccess.c b/lib/euidaccess.c index c2ecbeff52a..ad392dba19c 100644 --- a/lib/euidaccess.c +++ b/lib/euidaccess.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* euidaccess -- check if effective user id can access file | 1 | /* euidaccess -- check if effective user id can access file |
| 2 | 2 | ||
| 3 | Copyright (C) 1990-1991, 1995, 1998, 2000, 2003-2006, 2008-2023 Free | 3 | Copyright (C) 1990-1991, 1995, 1998, 2000, 2003-2006, 2008-2024 Free |
| 4 | Software Foundation, Inc. | 4 | Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of the GNU C Library. | 6 | This file is part of the GNU C Library. |
diff --git a/lib/execinfo.c b/lib/execinfo.c index 2048d00f5fb..ea30f4140b2 100644 --- a/lib/execinfo.c +++ b/lib/execinfo.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Information about executables. | 1 | /* Information about executables. |
| 2 | 2 | ||
| 3 | Copyright (C) 2012-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2012-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/execinfo.in.h b/lib/execinfo.in.h index 56b04d1d862..0ffb2c386e7 100644 --- a/lib/execinfo.in.h +++ b/lib/execinfo.in.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Information about executables. | 1 | /* Information about executables. |
| 2 | 2 | ||
| 3 | Copyright (C) 2012-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2012-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as published by | 6 | it under the terms of the GNU Lesser General Public License as published by |
diff --git a/lib/explicit_bzero.c b/lib/explicit_bzero.c index c33cab9e6d5..91c31c52dd3 100644 --- a/lib/explicit_bzero.c +++ b/lib/explicit_bzero.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Erasure of sensitive data, generic implementation. | 1 | /* Erasure of sensitive data, generic implementation. |
| 2 | Copyright (C) 2016-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2016-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/faccessat.c b/lib/faccessat.c index ac8977cfd65..f82eca2dbe3 100644 --- a/lib/faccessat.c +++ b/lib/faccessat.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Check the access rights of a file relative to an open directory. | 1 | /* Check the access rights of a file relative to an open directory. |
| 2 | Copyright (C) 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2009-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software: you can redistribute it and/or modify | 4 | This program is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/fchmodat.c b/lib/fchmodat.c index a7b70a2af2c..00f6cf62448 100644 --- a/lib/fchmodat.c +++ b/lib/fchmodat.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Change the protections of file relative to an open directory. | 1 | /* Change the protections of file relative to an open directory. |
| 2 | Copyright (C) 2006, 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2006, 2009-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software: you can redistribute it and/or modify | 4 | This program is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/fcntl.c b/lib/fcntl.c index e220800845b..7cd3a0f976d 100644 --- a/lib/fcntl.c +++ b/lib/fcntl.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Provide file descriptor control. | 1 | /* Provide file descriptor control. |
| 2 | 2 | ||
| 3 | Copyright (C) 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/fcntl.in.h b/lib/fcntl.in.h index d0bb85f30b5..eea3b9542a5 100644 --- a/lib/fcntl.in.h +++ b/lib/fcntl.in.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Like <fcntl.h>, but with non-working flags defined to 0. | 1 | /* Like <fcntl.h>, but with non-working flags defined to 0. |
| 2 | 2 | ||
| 3 | Copyright (C) 2006-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2006-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/fdopendir.c b/lib/fdopendir.c index 0f43d6ff349..e49abec4f62 100644 --- a/lib/fdopendir.c +++ b/lib/fdopendir.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* provide a replacement fdopendir function | 1 | /* provide a replacement fdopendir function |
| 2 | Copyright (C) 2004-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2004-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software: you can redistribute it and/or modify | 4 | This program is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/file-has-acl.c b/lib/file-has-acl.c index 3eeaf9c57d1..898fb030d1d 100644 --- a/lib/file-has-acl.c +++ b/lib/file-has-acl.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Test whether a file has a nontrivial ACL. -*- coding: utf-8 -*- | 1 | /* Test whether a file has a nontrivial ACL. -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2002-2003, 2005-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2002-2003, 2005-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/filemode.c b/lib/filemode.c index 318d287f27d..9be6aad1878 100644 --- a/lib/filemode.c +++ b/lib/filemode.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* filemode.c -- make a string describing file modes | 1 | /* filemode.c -- make a string describing file modes |
| 2 | 2 | ||
| 3 | Copyright (C) 1985, 1990, 1993, 1998-2000, 2004, 2006, 2009-2023 Free | 3 | Copyright (C) 1985, 1990, 1993, 1998-2000, 2004, 2006, 2009-2024 Free |
| 4 | Software Foundation, Inc. | 4 | Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This program is free software: you can redistribute it and/or modify | 6 | This program is free software: you can redistribute it and/or modify |
diff --git a/lib/filename.h b/lib/filename.h index a2400a9dfe3..4f0f0fbc3c6 100644 --- a/lib/filename.h +++ b/lib/filename.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Basic filename support macros. | 1 | /* Basic filename support macros. |
| 2 | Copyright (C) 2001-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2001-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/filevercmp.c b/lib/filevercmp.c index 78e1faff536..88745b5f1d4 100644 --- a/lib/filevercmp.c +++ b/lib/filevercmp.c | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | Copyright (C) 1995 Ian Jackson <iwj10@cus.cam.ac.uk> | 3 | Copyright (C) 1995 Ian Jackson <iwj10@cus.cam.ac.uk> |
| 4 | Copyright (C) 2001 Anthony Towns <aj@azure.humbug.org.au> | 4 | Copyright (C) 2001 Anthony Towns <aj@azure.humbug.org.au> |
| 5 | Copyright (C) 2008-2023 Free Software Foundation, Inc. | 5 | Copyright (C) 2008-2024 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is free software: you can redistribute it and/or modify | 7 | This file is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU Lesser General Public License as | 8 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/filevercmp.h b/lib/filevercmp.h index 9e052bdd08c..8c549fcda00 100644 --- a/lib/filevercmp.h +++ b/lib/filevercmp.h | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | Copyright (C) 1995 Ian Jackson <iwj10@cus.cam.ac.uk> | 3 | Copyright (C) 1995 Ian Jackson <iwj10@cus.cam.ac.uk> |
| 4 | Copyright (C) 2001 Anthony Towns <aj@azure.humbug.org.au> | 4 | Copyright (C) 2001 Anthony Towns <aj@azure.humbug.org.au> |
| 5 | Copyright (C) 2008-2023 Free Software Foundation, Inc. | 5 | Copyright (C) 2008-2024 Free Software Foundation, Inc. |
| 6 | 6 | ||
| 7 | This file is free software: you can redistribute it and/or modify | 7 | This file is free software: you can redistribute it and/or modify |
| 8 | it under the terms of the GNU Lesser General Public License as | 8 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/fingerprint.c b/lib/fingerprint.c index d83de2245e8..52d4b25e599 100644 --- a/lib/fingerprint.c +++ b/lib/fingerprint.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Placeholder fingerprint for Emacs | 1 | /* Placeholder fingerprint for Emacs |
| 2 | 2 | ||
| 3 | Copyright 2019-2023 Free Software Foundation, Inc. | 3 | Copyright 2019-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib/fingerprint.h b/lib/fingerprint.h index 0bb099ceeee..74a6a4b281d 100644 --- a/lib/fingerprint.h +++ b/lib/fingerprint.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Header file for the Emacs build fingerprint. | 1 | /* Header file for the Emacs build fingerprint. |
| 2 | 2 | ||
| 3 | Copyright (C) 2016, 2018-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2016, 2018-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
diff --git a/lib/flexmember.h b/lib/flexmember.h index 8df44195392..6ef66a32d32 100644 --- a/lib/flexmember.h +++ b/lib/flexmember.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Sizes of structs with flexible array members. | 1 | /* Sizes of structs with flexible array members. |
| 2 | 2 | ||
| 3 | Copyright 2016-2023 Free Software Foundation, Inc. | 3 | Copyright 2016-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of the GNU C Library. | 5 | This file is part of the GNU C Library. |
| 6 | 6 | ||
diff --git a/lib/free.c b/lib/free.c index 372a6b0fecf..2f0c40ba89d 100644 --- a/lib/free.c +++ b/lib/free.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Make free() preserve errno. | 1 | /* Make free() preserve errno. |
| 2 | 2 | ||
| 3 | Copyright (C) 2003, 2006, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2003, 2006, 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/fstatat.c b/lib/fstatat.c index 372965ef5f6..470ef336cff 100644 --- a/lib/fstatat.c +++ b/lib/fstatat.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Work around an fstatat bug on Solaris 9. | 1 | /* Work around an fstatat bug on Solaris 9. |
| 2 | 2 | ||
| 3 | Copyright (C) 2006, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2006, 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/fsusage.h b/lib/fsusage.h index 9630b04e001..d7ae5f63a36 100644 --- a/lib/fsusage.h +++ b/lib/fsusage.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* fsusage.h -- declarations for file system space usage info | 1 | /* fsusage.h -- declarations for file system space usage info |
| 2 | 2 | ||
| 3 | Copyright (C) 1991-1992, 1997, 2003-2006, 2009-2023 Free Software | 3 | Copyright (C) 1991-1992, 1997, 2003-2006, 2009-2024 Free Software |
| 4 | Foundation, Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
diff --git a/lib/fsync.c b/lib/fsync.c index 51314662872..10a70023a15 100644 --- a/lib/fsync.c +++ b/lib/fsync.c | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | Written by Richard W.M. Jones <rjones.at.redhat.com> | 8 | Written by Richard W.M. Jones <rjones.at.redhat.com> |
| 9 | 9 | ||
| 10 | Copyright (C) 2008-2023 Free Software Foundation, Inc. | 10 | Copyright (C) 2008-2024 Free Software Foundation, Inc. |
| 11 | 11 | ||
| 12 | This file is free software: you can redistribute it and/or modify | 12 | This file is free software: you can redistribute it and/or modify |
| 13 | it under the terms of the GNU Lesser General Public License as | 13 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/ftoastr.c b/lib/ftoastr.c index 8740a4d86c8..4ecde06cea9 100644 --- a/lib/ftoastr.c +++ b/lib/ftoastr.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* floating point to accurate string | 1 | /* floating point to accurate string |
| 2 | 2 | ||
| 3 | Copyright (C) 2010-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2010-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/ftoastr.h b/lib/ftoastr.h index 1ce1b7a4bc6..ed43c961a04 100644 --- a/lib/ftoastr.h +++ b/lib/ftoastr.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* floating point to accurate string | 1 | /* floating point to accurate string |
| 2 | 2 | ||
| 3 | Copyright (C) 2010-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2010-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/futimens.c b/lib/futimens.c index 5bb30493c7e..defae933ade 100644 --- a/lib/futimens.c +++ b/lib/futimens.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Set the access and modification time of an open fd. | 1 | /* Set the access and modification time of an open fd. |
| 2 | Copyright (C) 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2009-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/get-permissions.c b/lib/get-permissions.c index 545ad23195b..36848d3d080 100644 --- a/lib/get-permissions.c +++ b/lib/get-permissions.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Get permissions of a file. -*- coding: utf-8 -*- | 1 | /* Get permissions of a file. -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2002-2003, 2005-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2002-2003, 2005-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/getdtablesize.c b/lib/getdtablesize.c index ac2d1753a6b..762c100b38a 100644 --- a/lib/getdtablesize.c +++ b/lib/getdtablesize.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* getdtablesize() function: Return maximum possible file descriptor value + 1. | 1 | /* getdtablesize() function: Return maximum possible file descriptor value + 1. |
| 2 | Copyright (C) 2008-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2008-2024 Free Software Foundation, Inc. |
| 3 | Written by Bruno Haible <bruno@clisp.org>, 2008. | 3 | Written by Bruno Haible <bruno@clisp.org>, 2008. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
diff --git a/lib/getgroups.c b/lib/getgroups.c index 93829d3b15e..346954adaad 100644 --- a/lib/getgroups.c +++ b/lib/getgroups.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* provide consistent interface to getgroups for systems that don't allow N==0 | 1 | /* provide consistent interface to getgroups for systems that don't allow N==0 |
| 2 | 2 | ||
| 3 | Copyright (C) 1996, 1999, 2003, 2006-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 1996, 1999, 2003, 2006-2024 Free Software Foundation, |
| 4 | Inc. | ||
| 4 | 5 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/getopt-cdefs.in.h b/lib/getopt-cdefs.in.h index e76c78cb212..7a791392de5 100644 --- a/lib/getopt-cdefs.in.h +++ b/lib/getopt-cdefs.in.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* getopt-on-non-glibc compatibility macros. | 1 | /* getopt-on-non-glibc compatibility macros. |
| 2 | Copyright (C) 1989-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 1989-2024 Free Software Foundation, Inc. |
| 3 | This file is part of gnulib. | 3 | This file is part of gnulib. |
| 4 | Unlike most of the getopt implementation, it is NOT shared | 4 | Unlike most of the getopt implementation, it is NOT shared |
| 5 | with the GNU C Library. | 5 | with the GNU C Library. |
diff --git a/lib/getopt-core.h b/lib/getopt-core.h index c5dd49363f0..12d09a25c0d 100644 --- a/lib/getopt-core.h +++ b/lib/getopt-core.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Declarations for getopt (basic, portable features only). | 1 | /* Declarations for getopt (basic, portable features only). |
| 2 | Copyright (C) 1989-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 1989-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library and is also part of gnulib. | 3 | This file is part of the GNU C Library and is also part of gnulib. |
| 4 | Patches to this file should be submitted to both projects. | 4 | Patches to this file should be submitted to both projects. |
| 5 | 5 | ||
diff --git a/lib/getopt-ext.h b/lib/getopt-ext.h index d37c29328b2..e4b499d4e82 100644 --- a/lib/getopt-ext.h +++ b/lib/getopt-ext.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Declarations for getopt (GNU extensions). | 1 | /* Declarations for getopt (GNU extensions). |
| 2 | Copyright (C) 1989-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 1989-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library and is also part of gnulib. | 3 | This file is part of the GNU C Library and is also part of gnulib. |
| 4 | Patches to this file should be submitted to both projects. | 4 | Patches to this file should be submitted to both projects. |
| 5 | 5 | ||
diff --git a/lib/getopt-pfx-core.h b/lib/getopt-pfx-core.h index 095e3930feb..78b7816aa42 100644 --- a/lib/getopt-pfx-core.h +++ b/lib/getopt-pfx-core.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* getopt (basic, portable features) gnulib wrapper header. | 1 | /* getopt (basic, portable features) gnulib wrapper header. |
| 2 | Copyright (C) 1989-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 1989-2024 Free Software Foundation, Inc. |
| 3 | This file is part of gnulib. | 3 | This file is part of gnulib. |
| 4 | Unlike most of the getopt implementation, it is NOT shared | 4 | Unlike most of the getopt implementation, it is NOT shared |
| 5 | with the GNU C Library. | 5 | with the GNU C Library. |
diff --git a/lib/getopt-pfx-ext.h b/lib/getopt-pfx-ext.h index 8578d72530a..f001c11e057 100644 --- a/lib/getopt-pfx-ext.h +++ b/lib/getopt-pfx-ext.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* getopt (GNU extensions) gnulib wrapper header. | 1 | /* getopt (GNU extensions) gnulib wrapper header. |
| 2 | Copyright (C) 1989-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 1989-2024 Free Software Foundation, Inc. |
| 3 | This file is part of gnulib. | 3 | This file is part of gnulib. |
| 4 | Unlike most of the getopt implementation, it is NOT shared | 4 | Unlike most of the getopt implementation, it is NOT shared |
| 5 | with the GNU C Library. | 5 | with the GNU C Library. |
diff --git a/lib/getopt.c b/lib/getopt.c index 1e2441c4afe..e2951f74601 100644 --- a/lib/getopt.c +++ b/lib/getopt.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Getopt for GNU. | 1 | /* Getopt for GNU. |
| 2 | Copyright (C) 1987-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 1987-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library and is also part of gnulib. | 3 | This file is part of the GNU C Library and is also part of gnulib. |
| 4 | Patches to this file should be submitted to both projects. | 4 | Patches to this file should be submitted to both projects. |
| 5 | 5 | ||
diff --git a/lib/getopt.in.h b/lib/getopt.in.h index 0867d365f47..c2411a754fa 100644 --- a/lib/getopt.in.h +++ b/lib/getopt.in.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Declarations for getopt. | 1 | /* Declarations for getopt. |
| 2 | Copyright (C) 1989-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 1989-2024 Free Software Foundation, Inc. |
| 3 | This file is part of gnulib. | 3 | This file is part of gnulib. |
| 4 | Unlike most of the getopt implementation, it is NOT shared | 4 | Unlike most of the getopt implementation, it is NOT shared |
| 5 | with the GNU C Library, which supplies a different version of | 5 | with the GNU C Library, which supplies a different version of |
diff --git a/lib/getopt1.c b/lib/getopt1.c index 49323aa8ed1..0c8e29b5b91 100644 --- a/lib/getopt1.c +++ b/lib/getopt1.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* getopt_long and getopt_long_only entry points for GNU getopt. | 1 | /* getopt_long and getopt_long_only entry points for GNU getopt. |
| 2 | Copyright (C) 1987-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 1987-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library and is also part of gnulib. | 3 | This file is part of the GNU C Library and is also part of gnulib. |
| 4 | Patches to this file should be submitted to both projects. | 4 | Patches to this file should be submitted to both projects. |
| 5 | 5 | ||
diff --git a/lib/getopt_int.h b/lib/getopt_int.h index 4d9e24beebc..c00c0b69404 100644 --- a/lib/getopt_int.h +++ b/lib/getopt_int.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Internal declarations for getopt. | 1 | /* Internal declarations for getopt. |
| 2 | Copyright (C) 1989-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 1989-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library and is also part of gnulib. | 3 | This file is part of the GNU C Library and is also part of gnulib. |
| 4 | Patches to this file should be submitted to both projects. | 4 | Patches to this file should be submitted to both projects. |
| 5 | 5 | ||
diff --git a/lib/getrandom.c b/lib/getrandom.c index 19bb3429baf..44283cf1816 100644 --- a/lib/getrandom.c +++ b/lib/getrandom.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Obtain a series of random bytes. | 1 | /* Obtain a series of random bytes. |
| 2 | 2 | ||
| 3 | Copyright 2020-2023 Free Software Foundation, Inc. | 3 | Copyright 2020-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/gettime.c b/lib/gettime.c index ec40ff903e1..1f6d960713b 100644 --- a/lib/gettime.c +++ b/lib/gettime.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* gettime -- get the system clock | 1 | /* gettime -- get the system clock |
| 2 | 2 | ||
| 3 | Copyright (C) 2002, 2004-2007, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2002, 2004-2007, 2009-2024 Free Software Foundation, |
| 4 | Inc. | ||
| 4 | 5 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/gettimeofday.c b/lib/gettimeofday.c index c71629cbc57..ddef1425a4d 100644 --- a/lib/gettimeofday.c +++ b/lib/gettimeofday.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Provide gettimeofday for systems that don't have it or for which it's broken. | 1 | /* Provide gettimeofday for systems that don't have it or for which it's broken. |
| 2 | 2 | ||
| 3 | Copyright (C) 2001-2003, 2005-2007, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2003, 2005-2007, 2009-2024 Free Software |
| 4 | Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/gnulib.mk.in b/lib/gnulib.mk.in index 3b33f39f73b..add29f83883 100644 --- a/lib/gnulib.mk.in +++ b/lib/gnulib.mk.in | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | ## DO NOT EDIT! GENERATED AUTOMATICALLY! | 1 | ## DO NOT EDIT! GENERATED AUTOMATICALLY! |
| 2 | # Copyright (C) 2002-2023 Free Software Foundation, Inc. | 2 | # Copyright (C) 2002-2024 Free Software Foundation, Inc. |
| 3 | # | 3 | # |
| 4 | # This file is free software; you can redistribute it and/or modify | 4 | # This file is free software; you can redistribute it and/or modify |
| 5 | # it under the terms of the GNU General Public License as published by | 5 | # it under the terms of the GNU General Public License as published by |
| @@ -1,5 +1,5 @@ | |||
| 1 | /* A type for indices and sizes. | 1 | /* A type for indices and sizes. |
| 2 | Copyright (C) 2020-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2020-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/ieee754.in.h b/lib/ieee754.in.h index 8de4c32be5e..805048ca9fc 100644 --- a/lib/ieee754.in.h +++ b/lib/ieee754.in.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 1992-2023 Free Software Foundation, Inc. | 1 | /* Copyright (C) 1992-2024 Free Software Foundation, Inc. |
| 2 | This file is part of the GNU C Library. | 2 | This file is part of the GNU C Library. |
| 3 | 3 | ||
| 4 | The GNU C Library is free software; you can redistribute it and/or | 4 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/ignore-value.h b/lib/ignore-value.h index f0b569af4a7..de4a240cef4 100644 --- a/lib/ignore-value.h +++ b/lib/ignore-value.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* ignore a function return without a compiler warning. -*- coding: utf-8 -*- | 1 | /* ignore a function return without a compiler warning. -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2008-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2008-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/intprops-internal.h b/lib/intprops-internal.h index 0467a9ca8f2..dcbf537786a 100644 --- a/lib/intprops-internal.h +++ b/lib/intprops-internal.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* intprops-internal.h -- properties of integer types not visible to users | 1 | /* intprops-internal.h -- properties of integer types not visible to users |
| 2 | 2 | ||
| 3 | Copyright (C) 2001-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify it | 5 | This program is free software: you can redistribute it and/or modify it |
| 6 | under the terms of the GNU Lesser General Public License as published | 6 | under the terms of the GNU Lesser General Public License as published |
diff --git a/lib/intprops.h b/lib/intprops.h index 44b5e60fb9a..43734f3440a 100644 --- a/lib/intprops.h +++ b/lib/intprops.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* intprops.h -- properties of integer types | 1 | /* intprops.h -- properties of integer types |
| 2 | 2 | ||
| 3 | Copyright (C) 2001-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify it | 5 | This program is free software: you can redistribute it and/or modify it |
| 6 | under the terms of the GNU Lesser General Public License as published | 6 | under the terms of the GNU Lesser General Public License as published |
diff --git a/lib/inttypes.in.h b/lib/inttypes.in.h index 22643876ab3..b9ab8a4b424 100644 --- a/lib/inttypes.in.h +++ b/lib/inttypes.in.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2006-2023 Free Software Foundation, Inc. | 1 | /* Copyright (C) 2006-2024 Free Software Foundation, Inc. |
| 2 | Written by Paul Eggert, Bruno Haible, Derek Price. | 2 | Written by Paul Eggert, Bruno Haible, Derek Price. |
| 3 | This file is part of gnulib. | 3 | This file is part of gnulib. |
| 4 | 4 | ||
diff --git a/lib/lchmod.c b/lib/lchmod.c index b2d1b8bfde1..8056f0b197d 100644 --- a/lib/lchmod.c +++ b/lib/lchmod.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Implement lchmod on platforms where it does not work correctly. | 1 | /* Implement lchmod on platforms where it does not work correctly. |
| 2 | 2 | ||
| 3 | Copyright 2020-2023 Free Software Foundation, Inc. | 3 | Copyright 2020-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/libc-config.h b/lib/libc-config.h index 5f5ad010377..70114608fb1 100644 --- a/lib/libc-config.h +++ b/lib/libc-config.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* System definitions for code taken from the GNU C Library | 1 | /* System definitions for code taken from the GNU C Library |
| 2 | 2 | ||
| 3 | Copyright 2017-2023 Free Software Foundation, Inc. | 3 | Copyright 2017-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software; you can redistribute it and/or | 5 | This program is free software; you can redistribute it and/or |
| 6 | modify it under the terms of the GNU Lesser General Public | 6 | modify it under the terms of the GNU Lesser General Public |
diff --git a/lib/limits.in.h b/lib/limits.in.h index e2e173eb2de..236fc58e525 100644 --- a/lib/limits.in.h +++ b/lib/limits.in.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* A GNU-like <limits.h>. | 1 | /* A GNU-like <limits.h>. |
| 2 | 2 | ||
| 3 | Copyright 2016-2023 Free Software Foundation, Inc. | 3 | Copyright 2016-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/lstat.c b/lib/lstat.c index 00a4ce2ab87..7c09957e20d 100644 --- a/lib/lstat.c +++ b/lib/lstat.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Work around a bug of lstat on some systems | 1 | /* Work around a bug of lstat on some systems |
| 2 | 2 | ||
| 3 | Copyright (C) 1997-2006, 2008-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 1997-2006, 2008-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/malloc.c b/lib/malloc.c index 3ade35cb63f..7b954ae1129 100644 --- a/lib/malloc.c +++ b/lib/malloc.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* malloc() function that is glibc compatible. | 1 | /* malloc() function that is glibc compatible. |
| 2 | 2 | ||
| 3 | Copyright (C) 1997-1998, 2006-2007, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 1997-1998, 2006-2007, 2009-2024 Free Software |
| 4 | Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/malloc/dynarray-skeleton.c b/lib/malloc/dynarray-skeleton.c index 580c278b7c5..a95241abd2d 100644 --- a/lib/malloc/dynarray-skeleton.c +++ b/lib/malloc/dynarray-skeleton.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Type-safe arrays which grow dynamically. | 1 | /* Type-safe arrays which grow dynamically. |
| 2 | Copyright (C) 2017-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2017-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/malloc/dynarray.h b/lib/malloc/dynarray.h index a9a3b0859c1..3163e2782b4 100644 --- a/lib/malloc/dynarray.h +++ b/lib/malloc/dynarray.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Type-safe arrays which grow dynamically. Shared definitions. | 1 | /* Type-safe arrays which grow dynamically. Shared definitions. |
| 2 | Copyright (C) 2017-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2017-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/malloc/dynarray_at_failure.c b/lib/malloc/dynarray_at_failure.c index ebc9310982c..95e34e7aacd 100644 --- a/lib/malloc/dynarray_at_failure.c +++ b/lib/malloc/dynarray_at_failure.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Report an dynamic array index out of bounds condition. | 1 | /* Report an dynamic array index out of bounds condition. |
| 2 | Copyright (C) 2017-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2017-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/malloc/dynarray_emplace_enlarge.c b/lib/malloc/dynarray_emplace_enlarge.c index 65aabb1e4a5..7bdba1597e0 100644 --- a/lib/malloc/dynarray_emplace_enlarge.c +++ b/lib/malloc/dynarray_emplace_enlarge.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Increase the size of a dynamic array in preparation of an emplace operation. | 1 | /* Increase the size of a dynamic array in preparation of an emplace operation. |
| 2 | Copyright (C) 2017-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2017-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/malloc/dynarray_finalize.c b/lib/malloc/dynarray_finalize.c index 673595a5fad..52764f73287 100644 --- a/lib/malloc/dynarray_finalize.c +++ b/lib/malloc/dynarray_finalize.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copy the dynamically-allocated area to an explicitly-sized heap allocation. | 1 | /* Copy the dynamically-allocated area to an explicitly-sized heap allocation. |
| 2 | Copyright (C) 2017-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2017-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/malloc/dynarray_resize.c b/lib/malloc/dynarray_resize.c index 014f98c330e..7323f8eeb0c 100644 --- a/lib/malloc/dynarray_resize.c +++ b/lib/malloc/dynarray_resize.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Increase the size of a dynamic array. | 1 | /* Increase the size of a dynamic array. |
| 2 | Copyright (C) 2017-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2017-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/malloc/dynarray_resize_clear.c b/lib/malloc/dynarray_resize_clear.c index bb23c522a14..aa17f740e57 100644 --- a/lib/malloc/dynarray_resize_clear.c +++ b/lib/malloc/dynarray_resize_clear.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Increase the size of a dynamic array and clear the new part. | 1 | /* Increase the size of a dynamic array and clear the new part. |
| 2 | Copyright (C) 2017-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2017-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/malloc/scratch_buffer.h b/lib/malloc/scratch_buffer.h index 33fd2b29cd5..b94f872757e 100644 --- a/lib/malloc/scratch_buffer.h +++ b/lib/malloc/scratch_buffer.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Variable-sized buffer with on-stack default allocation. | 1 | /* Variable-sized buffer with on-stack default allocation. |
| 2 | Copyright (C) 2015-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2015-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/malloc/scratch_buffer_dupfree.c b/lib/malloc/scratch_buffer_dupfree.c index 2f60fbb54e8..8a8506e1e1d 100644 --- a/lib/malloc/scratch_buffer_dupfree.c +++ b/lib/malloc/scratch_buffer_dupfree.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Variable-sized buffer with on-stack default allocation. | 1 | /* Variable-sized buffer with on-stack default allocation. |
| 2 | Copyright (C) 2020-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2020-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/malloc/scratch_buffer_grow.c b/lib/malloc/scratch_buffer_grow.c index a5e8f2f7230..c08275797d6 100644 --- a/lib/malloc/scratch_buffer_grow.c +++ b/lib/malloc/scratch_buffer_grow.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Variable-sized buffer with on-stack default allocation. | 1 | /* Variable-sized buffer with on-stack default allocation. |
| 2 | Copyright (C) 2015-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2015-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/malloc/scratch_buffer_grow_preserve.c b/lib/malloc/scratch_buffer_grow_preserve.c index c0b5d87b7e4..6891db86aaf 100644 --- a/lib/malloc/scratch_buffer_grow_preserve.c +++ b/lib/malloc/scratch_buffer_grow_preserve.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Variable-sized buffer with on-stack default allocation. | 1 | /* Variable-sized buffer with on-stack default allocation. |
| 2 | Copyright (C) 2015-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2015-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/malloc/scratch_buffer_set_array_size.c b/lib/malloc/scratch_buffer_set_array_size.c index 24c39350ade..0582bef7ce1 100644 --- a/lib/malloc/scratch_buffer_set_array_size.c +++ b/lib/malloc/scratch_buffer_set_array_size.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Variable-sized buffer with on-stack default allocation. | 1 | /* Variable-sized buffer with on-stack default allocation. |
| 2 | Copyright (C) 2015-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2015-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | 4 | ||
| 5 | The GNU C Library is free software; you can redistribute it and/or | 5 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/mempcpy.c b/lib/mempcpy.c index 24a3135988f..638867782d6 100644 --- a/lib/mempcpy.c +++ b/lib/mempcpy.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Copy memory area and return pointer after last written byte. | 1 | /* Copy memory area and return pointer after last written byte. |
| 2 | Copyright (C) 2003, 2007, 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2003, 2007, 2009-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/mini-gmp-gnulib.c b/lib/mini-gmp-gnulib.c index b15ce0ff754..6e02d3cefb6 100644 --- a/lib/mini-gmp-gnulib.c +++ b/lib/mini-gmp-gnulib.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Tailor mini-gmp.c for Gnulib-using applications. | 1 | /* Tailor mini-gmp.c for Gnulib-using applications. |
| 2 | 2 | ||
| 3 | Copyright 2018-2023 Free Software Foundation, Inc. | 3 | Copyright 2018-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software. | 5 | This file is free software. |
| 6 | It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". | 6 | It is dual-licensed under "the GNU LGPLv3+ or the GNU GPLv2+". |
diff --git a/lib/minmax.h b/lib/minmax.h index 0ac40198e24..f3df58b0d70 100644 --- a/lib/minmax.h +++ b/lib/minmax.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* MIN, MAX macros. | 1 | /* MIN, MAX macros. |
| 2 | Copyright (C) 1995, 1998, 2001, 2003, 2005, 2009-2023 Free Software | 2 | Copyright (C) 1995, 1998, 2001, 2003, 2005, 2009-2024 Free Software |
| 3 | Foundation, Inc. | 3 | Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
diff --git a/lib/mkostemp.c b/lib/mkostemp.c index 5cd5b3ac583..d826627fe58 100644 --- a/lib/mkostemp.c +++ b/lib/mkostemp.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 1998-1999, 2001, 2005-2007, 2009-2023 Free Software | 1 | /* Copyright (C) 1998-1999, 2001, 2005-2007, 2009-2024 Free Software |
| 2 | Foundation, Inc. | 2 | Foundation, Inc. |
| 3 | This file is derived from the one in the GNU C Library. | 3 | This file is derived from the one in the GNU C Library. |
| 4 | 4 | ||
diff --git a/lib/mktime-internal.h b/lib/mktime-internal.h index 709c36bdf56..0693aaf1402 100644 --- a/lib/mktime-internal.h +++ b/lib/mktime-internal.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Internals of mktime and related functions | 1 | /* Internals of mktime and related functions |
| 2 | Copyright 2016-2023 Free Software Foundation, Inc. | 2 | Copyright 2016-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | Contributed by Paul Eggert <eggert@cs.ucla.edu>. | 4 | Contributed by Paul Eggert <eggert@cs.ucla.edu>. |
| 5 | 5 | ||
diff --git a/lib/mktime.c b/lib/mktime.c index 8e80bcdbd16..c704f415740 100644 --- a/lib/mktime.c +++ b/lib/mktime.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Convert a 'struct tm' to a time_t value. | 1 | /* Convert a 'struct tm' to a time_t value. |
| 2 | Copyright (C) 1993-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 1993-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | Contributed by Paul Eggert <eggert@twinsun.com>. | 4 | Contributed by Paul Eggert <eggert@twinsun.com>. |
| 5 | 5 | ||
diff --git a/lib/nanosleep.c b/lib/nanosleep.c index 10974df461e..c998515ebaa 100644 --- a/lib/nanosleep.c +++ b/lib/nanosleep.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Provide a replacement for the POSIX nanosleep function. | 1 | /* Provide a replacement for the POSIX nanosleep function. |
| 2 | 2 | ||
| 3 | Copyright (C) 1999-2000, 2002, 2004-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 1999-2000, 2002, 2004-2024 Free Software Foundation, |
| 4 | Inc. | ||
| 4 | 5 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/nproc.c b/lib/nproc.c index e3de1873a96..92a07e82890 100644 --- a/lib/nproc.c +++ b/lib/nproc.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Detect the number of processors. | 1 | /* Detect the number of processors. |
| 2 | 2 | ||
| 3 | Copyright (C) 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/nproc.h b/lib/nproc.h index 7b8b16d37cd..7054df5f7a3 100644 --- a/lib/nproc.h +++ b/lib/nproc.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Detect the number of processors. | 1 | /* Detect the number of processors. |
| 2 | 2 | ||
| 3 | Copyright (C) 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/nstrftime.c b/lib/nstrftime.c index c4bef575fcd..69e4164dc0c 100644 --- a/lib/nstrftime.c +++ b/lib/nstrftime.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 1991-2023 Free Software Foundation, Inc. | 1 | /* Copyright (C) 1991-2024 Free Software Foundation, Inc. |
| 2 | This file is part of the GNU C Library. | 2 | This file is part of the GNU C Library. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
diff --git a/lib/open.c b/lib/open.c index 7ec8fdc35dc..adcac458a78 100644 --- a/lib/open.c +++ b/lib/open.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Open a descriptor to a file. | 1 | /* Open a descriptor to a file. |
| 2 | Copyright (C) 2007-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2007-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/openat-priv.h b/lib/openat-priv.h index 1d31c4e83cb..7fd4beb5a73 100644 --- a/lib/openat-priv.h +++ b/lib/openat-priv.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Internals for openat-like functions. | 1 | /* Internals for openat-like functions. |
| 2 | 2 | ||
| 3 | Copyright (C) 2005-2006, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2005-2006, 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/openat-proc.c b/lib/openat-proc.c index 88f70be4f59..7ccb734f424 100644 --- a/lib/openat-proc.c +++ b/lib/openat-proc.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Create /proc/self/fd-related names for subfiles of open directories. | 1 | /* Create /proc/self/fd-related names for subfiles of open directories. |
| 2 | 2 | ||
| 3 | Copyright (C) 2006, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2006, 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/openat.h b/lib/openat.h index 97f066d10f8..dc34092bb3f 100644 --- a/lib/openat.h +++ b/lib/openat.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* provide a replacement openat function | 1 | /* provide a replacement openat function |
| 2 | Copyright (C) 2004-2006, 2008-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2004-2006, 2008-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software: you can redistribute it and/or modify | 4 | This program is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/pathmax.h b/lib/pathmax.h index 6930283b82a..d6512c6f570 100644 --- a/lib/pathmax.h +++ b/lib/pathmax.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Define PATH_MAX somehow. Requires sys/types.h. | 1 | /* Define PATH_MAX somehow. Requires sys/types.h. |
| 2 | Copyright (C) 1992, 1999, 2001, 2003, 2005, 2009-2023 Free Software | 2 | Copyright (C) 1992, 1999, 2001, 2003, 2005, 2009-2024 Free Software |
| 3 | Foundation, Inc. | 3 | Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
diff --git a/lib/pipe2.c b/lib/pipe2.c index 8f06575a1dd..7b476df3457 100644 --- a/lib/pipe2.c +++ b/lib/pipe2.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Create a pipe, with specific opening flags. | 1 | /* Create a pipe, with specific opening flags. |
| 2 | Copyright (C) 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2009-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/pselect.c b/lib/pselect.c index 1b8c19130c2..54732e5cce3 100644 --- a/lib/pselect.c +++ b/lib/pselect.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* pselect - synchronous I/O multiplexing | 1 | /* pselect - synchronous I/O multiplexing |
| 2 | 2 | ||
| 3 | Copyright 2011-2023 Free Software Foundation, Inc. | 3 | Copyright 2011-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of gnulib. | 5 | This file is part of gnulib. |
| 6 | 6 | ||
diff --git a/lib/pthread_sigmask.c b/lib/pthread_sigmask.c index 128107582a7..3b6e6e454ed 100644 --- a/lib/pthread_sigmask.c +++ b/lib/pthread_sigmask.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* POSIX compatible signal blocking for threads. | 1 | /* POSIX compatible signal blocking for threads. |
| 2 | Copyright (C) 2011-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2011-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/qcopy-acl.c b/lib/qcopy-acl.c index 0f4159b7fd9..dfc39cead05 100644 --- a/lib/qcopy-acl.c +++ b/lib/qcopy-acl.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Copy access control list from one file to another. -*- coding: utf-8 -*- | 1 | /* Copy access control list from one file to another. -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2002-2003, 2005-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2002-2003, 2005-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/rawmemchr.c b/lib/rawmemchr.c index 45c6cd35276..37639287f01 100644 --- a/lib/rawmemchr.c +++ b/lib/rawmemchr.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Searching in a string. | 1 | /* Searching in a string. |
| 2 | Copyright (C) 2008-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2008-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/rawmemchr.valgrind b/lib/rawmemchr.valgrind index f3e4cb0f655..bb201f73093 100644 --- a/lib/rawmemchr.valgrind +++ b/lib/rawmemchr.valgrind | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | # Suppress a valgrind message about use of uninitialized memory in rawmemchr(). | 1 | # Suppress a valgrind message about use of uninitialized memory in rawmemchr(). |
| 2 | 2 | ||
| 3 | # Copyright (C) 2008-2023 Free Software Foundation, Inc. | 3 | # Copyright (C) 2008-2024 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is free software: you can redistribute it and/or modify | 5 | # This file is free software: you can redistribute it and/or modify |
| 6 | # it under the terms of the GNU Lesser General Public License as | 6 | # it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/readlink.c b/lib/readlink.c index 14bbb7f10ca..a5369fa977b 100644 --- a/lib/readlink.c +++ b/lib/readlink.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Read the contents of a symbolic link. | 1 | /* Read the contents of a symbolic link. |
| 2 | Copyright (C) 2003-2007, 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2003-2007, 2009-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/readlinkat.c b/lib/readlinkat.c index 7738ba8bfd5..faf85401ae6 100644 --- a/lib/readlinkat.c +++ b/lib/readlinkat.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Read a symlink relative to an open directory. | 1 | /* Read a symlink relative to an open directory. |
| 2 | Copyright (C) 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2009-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software: you can redistribute it and/or modify | 4 | This program is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/realloc.c b/lib/realloc.c index 1063eb09874..0573139625e 100644 --- a/lib/realloc.c +++ b/lib/realloc.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* realloc() function that is glibc compatible. | 1 | /* realloc() function that is glibc compatible. |
| 2 | 2 | ||
| 3 | Copyright (C) 1997, 2003-2004, 2006-2007, 2009-2023 Free Software | 3 | Copyright (C) 1997, 2003-2004, 2006-2007, 2009-2024 Free Software |
| 4 | Foundation, Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
diff --git a/lib/regcomp.c b/lib/regcomp.c index 1f6a131107b..696cf813f3c 100644 --- a/lib/regcomp.c +++ b/lib/regcomp.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Extended regular expression matching and search library. | 1 | /* Extended regular expression matching and search library. |
| 2 | Copyright (C) 2002-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2002-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. | 4 | Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. |
| 5 | 5 | ||
diff --git a/lib/regex.c b/lib/regex.c index 3beb0deb987..08031cecc04 100644 --- a/lib/regex.c +++ b/lib/regex.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Extended regular expression matching and search library. | 1 | /* Extended regular expression matching and search library. |
| 2 | Copyright (C) 2002-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2002-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. | 4 | Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. |
| 5 | 5 | ||
diff --git a/lib/regex.h b/lib/regex.h index 9ef0252ffff..ccf40cebc0e 100644 --- a/lib/regex.h +++ b/lib/regex.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Definitions for data structures and routines for the regular | 1 | /* Definitions for data structures and routines for the regular |
| 2 | expression library. | 2 | expression library. |
| 3 | Copyright (C) 1985, 1989-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 1985, 1989-2024 Free Software Foundation, Inc. |
| 4 | This file is part of the GNU C Library. | 4 | This file is part of the GNU C Library. |
| 5 | 5 | ||
| 6 | The GNU C Library is free software; you can redistribute it and/or | 6 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/regex_internal.c b/lib/regex_internal.c index 998a19b7241..8cd096ebcfb 100644 --- a/lib/regex_internal.c +++ b/lib/regex_internal.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Extended regular expression matching and search library. | 1 | /* Extended regular expression matching and search library. |
| 2 | Copyright (C) 2002-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2002-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. | 4 | Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. |
| 5 | 5 | ||
diff --git a/lib/regex_internal.h b/lib/regex_internal.h index 7e35a112ec2..6165cb17c70 100644 --- a/lib/regex_internal.h +++ b/lib/regex_internal.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Extended regular expression matching and search library. | 1 | /* Extended regular expression matching and search library. |
| 2 | Copyright (C) 2002-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2002-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. | 4 | Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. |
| 5 | 5 | ||
diff --git a/lib/regexec.c b/lib/regexec.c index f05f38ae0e0..9f065dfa020 100644 --- a/lib/regexec.c +++ b/lib/regexec.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Extended regular expression matching and search library. | 1 | /* Extended regular expression matching and search library. |
| 2 | Copyright (C) 2002-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2002-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. | 4 | Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>. |
| 5 | 5 | ||
diff --git a/lib/root-uid.h b/lib/root-uid.h index 1905575e47b..ba50bfd4e6a 100644 --- a/lib/root-uid.h +++ b/lib/root-uid.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* The user ID that always has appropriate privileges in the POSIX sense. | 1 | /* The user ID that always has appropriate privileges in the POSIX sense. |
| 2 | 2 | ||
| 3 | Copyright 2012-2023 Free Software Foundation, Inc. | 3 | Copyright 2012-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/save-cwd.c b/lib/save-cwd.c index 7c517d1c819..77835b55db6 100644 --- a/lib/save-cwd.c +++ b/lib/save-cwd.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* save-cwd.c -- Save and restore current working directory. | 1 | /* save-cwd.c -- Save and restore current working directory. |
| 2 | 2 | ||
| 3 | Copyright (C) 1995, 1997-1998, 2003-2006, 2009-2023 Free Software | 3 | Copyright (C) 1995, 1997-1998, 2003-2006, 2009-2024 Free Software |
| 4 | Foundation, Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | This program is free software: you can redistribute it and/or modify | 6 | This program is free software: you can redistribute it and/or modify |
diff --git a/lib/scratch_buffer.h b/lib/scratch_buffer.h index 4cf60d232b7..4f28203a469 100644 --- a/lib/scratch_buffer.h +++ b/lib/scratch_buffer.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Variable-sized buffer with on-stack default allocation. | 1 | /* Variable-sized buffer with on-stack default allocation. |
| 2 | Copyright (C) 2017-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2017-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/set-permissions.c b/lib/set-permissions.c index 1d6732cc78f..a3d4cc839e5 100644 --- a/lib/set-permissions.c +++ b/lib/set-permissions.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Set permissions of a file. -*- coding: utf-8 -*- | 1 | /* Set permissions of a file. -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 2002-2003, 2005-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2002-2003, 2005-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/sha1.c b/lib/sha1.c index 80f0b7a3314..454d68e266d 100644 --- a/lib/sha1.c +++ b/lib/sha1.c | |||
| @@ -1,7 +1,8 @@ | |||
| 1 | /* sha1.c - Functions to compute SHA1 message digest of files or | 1 | /* sha1.c - Functions to compute SHA1 message digest of files or |
| 2 | memory blocks according to the NIST specification FIPS-180-1. | 2 | memory blocks according to the NIST specification FIPS-180-1. |
| 3 | 3 | ||
| 4 | Copyright (C) 2000-2001, 2003-2006, 2008-2023 Free Software Foundation, Inc. | 4 | Copyright (C) 2000-2001, 2003-2006, 2008-2024 Free Software |
| 5 | Foundation, Inc. | ||
| 5 | 6 | ||
| 6 | This file is free software: you can redistribute it and/or modify | 7 | This file is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU Lesser General Public License as | 8 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/sha1.h b/lib/sha1.h index 854213a9211..15bfa043e3b 100644 --- a/lib/sha1.h +++ b/lib/sha1.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Declarations of functions and data types used for SHA1 sum | 1 | /* Declarations of functions and data types used for SHA1 sum |
| 2 | library functions. | 2 | library functions. |
| 3 | Copyright (C) 2000-2001, 2003, 2005-2006, 2008-2023 Free Software | 3 | Copyright (C) 2000-2001, 2003, 2005-2006, 2008-2024 Free Software |
| 4 | Foundation, Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
diff --git a/lib/sha256.c b/lib/sha256.c index e5fea02bc2e..fe7c5446daf 100644 --- a/lib/sha256.c +++ b/lib/sha256.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* sha256.c - Functions to compute SHA256 and SHA224 message digest of files or | 1 | /* sha256.c - Functions to compute SHA256 and SHA224 message digest of files or |
| 2 | memory blocks according to the NIST specification FIPS-180-2. | 2 | memory blocks according to the NIST specification FIPS-180-2. |
| 3 | 3 | ||
| 4 | Copyright (C) 2005-2006, 2008-2023 Free Software Foundation, Inc. | 4 | Copyright (C) 2005-2006, 2008-2024 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/sha256.h b/lib/sha256.h index 938b1067062..daf5edd2dd9 100644 --- a/lib/sha256.h +++ b/lib/sha256.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Declarations of functions and data types used for SHA256 and SHA224 sum | 1 | /* Declarations of functions and data types used for SHA256 and SHA224 sum |
| 2 | library functions. | 2 | library functions. |
| 3 | Copyright (C) 2005-2006, 2008-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2005-2006, 2008-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/sha512.c b/lib/sha512.c index 8ca7fa319f5..9eb036fb327 100644 --- a/lib/sha512.c +++ b/lib/sha512.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* sha512.c - Functions to compute SHA512 and SHA384 message digest of files or | 1 | /* sha512.c - Functions to compute SHA512 and SHA384 message digest of files or |
| 2 | memory blocks according to the NIST specification FIPS-180-2. | 2 | memory blocks according to the NIST specification FIPS-180-2. |
| 3 | 3 | ||
| 4 | Copyright (C) 2005-2006, 2008-2023 Free Software Foundation, Inc. | 4 | Copyright (C) 2005-2006, 2008-2024 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 7 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/sha512.h b/lib/sha512.h index f3465bc8a68..35fa3b52849 100644 --- a/lib/sha512.h +++ b/lib/sha512.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Declarations of functions and data types used for SHA512 and SHA384 sum | 1 | /* Declarations of functions and data types used for SHA512 and SHA384 sum |
| 2 | library functions. | 2 | library functions. |
| 3 | Copyright (C) 2005-2006, 2008-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2005-2006, 2008-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/sig2str.c b/lib/sig2str.c index c5219caaaed..ac20be041a4 100644 --- a/lib/sig2str.c +++ b/lib/sig2str.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* sig2str.c -- convert between signal names and numbers | 1 | /* sig2str.c -- convert between signal names and numbers |
| 2 | 2 | ||
| 3 | Copyright (C) 2002, 2004, 2006, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2002, 2004, 2006, 2009-2024 Free Software Foundation, |
| 4 | Inc. | ||
| 4 | 5 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 6 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 7 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/sig2str.h b/lib/sig2str.h index 1e5253658e7..391da4b1d1c 100644 --- a/lib/sig2str.h +++ b/lib/sig2str.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* sig2str.h -- convert between signal names and numbers | 1 | /* sig2str.h -- convert between signal names and numbers |
| 2 | 2 | ||
| 3 | Copyright (C) 2002, 2005, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2002, 2005, 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/sigdescr_np.c b/lib/sigdescr_np.c index fc8a4ad47a2..fb5401522f4 100644 --- a/lib/sigdescr_np.c +++ b/lib/sigdescr_np.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* English descriptions of signals. | 1 | /* English descriptions of signals. |
| 2 | Copyright (C) 2020-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2020-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/signal.in.h b/lib/signal.in.h index 418d59c582d..107226e3dcf 100644 --- a/lib/signal.in.h +++ b/lib/signal.in.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* A GNU-like <signal.h>. | 1 | /* A GNU-like <signal.h>. |
| 2 | 2 | ||
| 3 | Copyright (C) 2006-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2006-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/stat-time.c b/lib/stat-time.c index bc282232ab3..1ab01f532cd 100644 --- a/lib/stat-time.c +++ b/lib/stat-time.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* stat-related time functions. | 1 | /* stat-related time functions. |
| 2 | 2 | ||
| 3 | Copyright (C) 2012-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2012-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/stat-time.h b/lib/stat-time.h index 75eb27e549d..c43d578e144 100644 --- a/lib/stat-time.h +++ b/lib/stat-time.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* stat-related time functions. | 1 | /* stat-related time functions. |
| 2 | 2 | ||
| 3 | Copyright (C) 2005, 2007, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2005, 2007, 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/stdalign.in.h b/lib/stdalign.in.h index b616c100fdc..ff9e5ec6d67 100644 --- a/lib/stdalign.in.h +++ b/lib/stdalign.in.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* A substitute for ISO C11 <stdalign.h>. | 1 | /* A substitute for ISO C11 <stdalign.h>. |
| 2 | 2 | ||
| 3 | Copyright 2011-2023 Free Software Foundation, Inc. | 3 | Copyright 2011-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/stdckdint.in.h b/lib/stdckdint.in.h index 71bab5f0c9e..91848806d8d 100644 --- a/lib/stdckdint.in.h +++ b/lib/stdckdint.in.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* stdckdint.h -- checked integer arithmetic | 1 | /* stdckdint.h -- checked integer arithmetic |
| 2 | 2 | ||
| 3 | Copyright 2022-2023 Free Software Foundation, Inc. | 3 | Copyright 2022-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify it | 5 | This program is free software: you can redistribute it and/or modify it |
| 6 | under the terms of the GNU Lesser General Public License as published | 6 | under the terms of the GNU Lesser General Public License as published |
diff --git a/lib/stddef.in.h b/lib/stddef.in.h index 431e819b8bf..0f1d73ea49d 100644 --- a/lib/stddef.in.h +++ b/lib/stddef.in.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* A substitute for POSIX 2008 <stddef.h>, for platforms that have issues. | 1 | /* A substitute for POSIX 2008 <stddef.h>, for platforms that have issues. |
| 2 | 2 | ||
| 3 | Copyright (C) 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/stdint.in.h b/lib/stdint.in.h index 5ddc644b8ee..446f29ecb57 100644 --- a/lib/stdint.in.h +++ b/lib/stdint.in.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 2001-2002, 2004-2023 Free Software Foundation, Inc. | 1 | /* Copyright (C) 2001-2002, 2004-2024 Free Software Foundation, Inc. |
| 2 | Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood. | 2 | Written by Paul Eggert, Bruno Haible, Sam Steingold, Peter Burwood. |
| 3 | This file is part of gnulib. | 3 | This file is part of gnulib. |
| 4 | 4 | ||
diff --git a/lib/stdio-impl.h b/lib/stdio-impl.h index 46608bed198..63ebf7c64b7 100644 --- a/lib/stdio-impl.h +++ b/lib/stdio-impl.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Implementation details of FILE streams. | 1 | /* Implementation details of FILE streams. |
| 2 | Copyright (C) 2007-2008, 2010-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2007-2008, 2010-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/stdio.in.h b/lib/stdio.in.h index 6be12c0525d..7fcb4c7b008 100644 --- a/lib/stdio.in.h +++ b/lib/stdio.in.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* A GNU-like <stdio.h>. | 1 | /* A GNU-like <stdio.h>. |
| 2 | 2 | ||
| 3 | Copyright (C) 2004, 2007-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2004, 2007-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h index 1479a2b2871..ffa86eef0dc 100644 --- a/lib/stdlib.in.h +++ b/lib/stdlib.in.h | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* A GNU-like <stdlib.h>. | 1 | /* A GNU-like <stdlib.h>. |
| 2 | 2 | ||
| 3 | Copyright (C) 1995, 2001-2004, 2006-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 1995, 2001-2004, 2006-2024 Free Software Foundation, |
| 4 | Inc. | ||
| 4 | 5 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/stpcpy.c b/lib/stpcpy.c index 73c1eb786ff..d4510054bf5 100644 --- a/lib/stpcpy.c +++ b/lib/stpcpy.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* stpcpy.c -- copy a string and return pointer to end of new string | 1 | /* stpcpy.c -- copy a string and return pointer to end of new string |
| 2 | Copyright (C) 1992, 1995, 1997-1998, 2006, 2009-2023 Free Software | 2 | Copyright (C) 1992, 1995, 1997-1998, 2006, 2009-2024 Free Software |
| 3 | Foundation, Inc. | 3 | Foundation, Inc. |
| 4 | 4 | ||
| 5 | NOTE: The canonical source of this file is maintained with the GNU C Library. | 5 | NOTE: The canonical source of this file is maintained with the GNU C Library. |
diff --git a/lib/str-two-way.h b/lib/str-two-way.h index dfe702241c0..cf85e26817c 100644 --- a/lib/str-two-way.h +++ b/lib/str-two-way.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Byte-wise substring search, using the Two-Way algorithm. | 1 | /* Byte-wise substring search, using the Two-Way algorithm. |
| 2 | Copyright (C) 2008-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2008-2024 Free Software Foundation, Inc. |
| 3 | This file is part of the GNU C Library. | 3 | This file is part of the GNU C Library. |
| 4 | Written by Eric Blake <ebb9@byu.net>, 2008. | 4 | Written by Eric Blake <ebb9@byu.net>, 2008. |
| 5 | 5 | ||
diff --git a/lib/strftime.h b/lib/strftime.h index 88c1f73928f..d6efdb848a3 100644 --- a/lib/strftime.h +++ b/lib/strftime.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* declarations for strftime.c | 1 | /* declarations for strftime.c |
| 2 | 2 | ||
| 3 | Copyright (C) 2002, 2004, 2008-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2002, 2004, 2008-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/string.in.h b/lib/string.in.h index 912d0f7a306..70239c33bea 100644 --- a/lib/string.in.h +++ b/lib/string.in.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* A GNU-like <string.h>. | 1 | /* A GNU-like <string.h>. |
| 2 | 2 | ||
| 3 | Copyright (C) 1995-1996, 2001-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 1995-1996, 2001-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/strnlen.c b/lib/strnlen.c index 09c010eac42..80857ec22b0 100644 --- a/lib/strnlen.c +++ b/lib/strnlen.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Find the length of STRING, but scan at most MAXLEN characters. | 1 | /* Find the length of STRING, but scan at most MAXLEN characters. |
| 2 | Copyright (C) 2005-2007, 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2005-2007, 2009-2024 Free Software Foundation, Inc. |
| 3 | Written by Simon Josefsson. | 3 | Written by Simon Josefsson. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
diff --git a/lib/symlink.c b/lib/symlink.c index b5009ae8355..6ba83666e17 100644 --- a/lib/symlink.c +++ b/lib/symlink.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Stub for symlink(). | 1 | /* Stub for symlink(). |
| 2 | Copyright (C) 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2009-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/sys_random.in.h b/lib/sys_random.in.h index b240033bcbf..22f67b17635 100644 --- a/lib/sys_random.in.h +++ b/lib/sys_random.in.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Substitute for <sys/random.h>. | 1 | /* Substitute for <sys/random.h>. |
| 2 | Copyright (C) 2020-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2020-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/sys_select.in.h b/lib/sys_select.in.h index 3abfc48af09..de29c77949a 100644 --- a/lib/sys_select.in.h +++ b/lib/sys_select.in.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Substitute for <sys/select.h>. | 1 | /* Substitute for <sys/select.h>. |
| 2 | Copyright (C) 2007-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2007-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/sys_stat.in.h b/lib/sys_stat.in.h index ad4da17fa46..7593fee54a8 100644 --- a/lib/sys_stat.in.h +++ b/lib/sys_stat.in.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Provide a more complete sys/stat.h header file. | 1 | /* Provide a more complete sys/stat.h header file. |
| 2 | Copyright (C) 2005-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2005-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/sys_time.in.h b/lib/sys_time.in.h index 59cce1440da..4a301c48ba1 100644 --- a/lib/sys_time.in.h +++ b/lib/sys_time.in.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Provide a more complete sys/time.h. | 1 | /* Provide a more complete sys/time.h. |
| 2 | 2 | ||
| 3 | Copyright (C) 2007-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2007-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/sys_types.in.h b/lib/sys_types.in.h index ea77e140be9..0a0ccc3c379 100644 --- a/lib/sys_types.in.h +++ b/lib/sys_types.in.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Provide a more complete sys/types.h. | 1 | /* Provide a more complete sys/types.h. |
| 2 | 2 | ||
| 3 | Copyright (C) 2011-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2011-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/tempname.c b/lib/tempname.c index bf362db6e17..fec5f7b29d6 100644 --- a/lib/tempname.c +++ b/lib/tempname.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Copyright (C) 1991-2023 Free Software Foundation, Inc. | 1 | /* Copyright (C) 1991-2024 Free Software Foundation, Inc. |
| 2 | This file is part of the GNU C Library. | 2 | This file is part of the GNU C Library. |
| 3 | 3 | ||
| 4 | The GNU C Library is free software; you can redistribute it and/or | 4 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/tempname.h b/lib/tempname.h index 36a51381548..7cbdac95dea 100644 --- a/lib/tempname.h +++ b/lib/tempname.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Create a temporary file or directory. | 1 | /* Create a temporary file or directory. |
| 2 | 2 | ||
| 3 | Copyright (C) 2006, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2006, 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/time-internal.h b/lib/time-internal.h index 51423c94ca9..816684a1172 100644 --- a/lib/time-internal.h +++ b/lib/time-internal.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Time internal interface | 1 | /* Time internal interface |
| 2 | 2 | ||
| 3 | Copyright 2015-2023 Free Software Foundation, Inc. | 3 | Copyright 2015-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/time.in.h b/lib/time.in.h index 06824da9d3d..58e103af07c 100644 --- a/lib/time.in.h +++ b/lib/time.in.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* A more-standard <time.h>. | 1 | /* A more-standard <time.h>. |
| 2 | 2 | ||
| 3 | Copyright (C) 2007-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2007-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/time_r.c b/lib/time_r.c index 97be4fd0544..4201e73f743 100644 --- a/lib/time_r.c +++ b/lib/time_r.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* Reentrant time functions like localtime_r. | 1 | /* Reentrant time functions like localtime_r. |
| 2 | 2 | ||
| 3 | Copyright (C) 2003, 2006-2007, 2010-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2003, 2006-2007, 2010-2024 Free Software Foundation, |
| 4 | Inc. | ||
| 4 | 5 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/time_rz.c b/lib/time_rz.c index da0d57b8b1a..468d7539ce1 100644 --- a/lib/time_rz.c +++ b/lib/time_rz.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Time zone functions such as tzalloc and localtime_rz | 1 | /* Time zone functions such as tzalloc and localtime_rz |
| 2 | 2 | ||
| 3 | Copyright 2015-2023 Free Software Foundation, Inc. | 3 | Copyright 2015-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/timegm.c b/lib/timegm.c index b47025a0545..e5cf30c0198 100644 --- a/lib/timegm.c +++ b/lib/timegm.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Convert UTC calendar time to simple time. Like mktime but assumes UTC. | 1 | /* Convert UTC calendar time to simple time. Like mktime but assumes UTC. |
| 2 | 2 | ||
| 3 | Copyright (C) 1994-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 1994-2024 Free Software Foundation, Inc. |
| 4 | This file is part of the GNU C Library. | 4 | This file is part of the GNU C Library. |
| 5 | 5 | ||
| 6 | The GNU C Library is free software; you can redistribute it and/or | 6 | The GNU C Library is free software; you can redistribute it and/or |
diff --git a/lib/timespec-add.c b/lib/timespec-add.c index 38c4dfc24c2..e10c19842cd 100644 --- a/lib/timespec-add.c +++ b/lib/timespec-add.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Add two struct timespec values. | 1 | /* Add two struct timespec values. |
| 2 | 2 | ||
| 3 | Copyright (C) 2011-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2011-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/timespec-sub.c b/lib/timespec-sub.c index f8052400410..315cc638369 100644 --- a/lib/timespec-sub.c +++ b/lib/timespec-sub.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Subtract two struct timespec values. | 1 | /* Subtract two struct timespec values. |
| 2 | 2 | ||
| 3 | Copyright (C) 2011-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2011-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/timespec.c b/lib/timespec.c index 5f7ffbdd45f..8cee9870c71 100644 --- a/lib/timespec.c +++ b/lib/timespec.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Inline functions for <timespec.h>. | 1 | /* Inline functions for <timespec.h>. |
| 2 | 2 | ||
| 3 | Copyright (C) 2012-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2012-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/timespec.h b/lib/timespec.h index e94da75defe..69ce348569d 100644 --- a/lib/timespec.h +++ b/lib/timespec.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* timespec -- System time interface | 1 | /* timespec -- System time interface |
| 2 | 2 | ||
| 3 | Copyright (C) 2000, 2002, 2004-2005, 2007, 2009-2023 Free Software | 3 | Copyright (C) 2000, 2002, 2004-2005, 2007, 2009-2024 Free Software |
| 4 | Foundation, Inc. | 4 | Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| @@ -1,6 +1,6 @@ | |||
| 1 | /* uint64_t-like operations that work even on hosts lacking uint64_t | 1 | /* uint64_t-like operations that work even on hosts lacking uint64_t |
| 2 | 2 | ||
| 3 | Copyright (C) 2012-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2012-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
| @@ -1,6 +1,6 @@ | |||
| 1 | /* uint64_t-like operations that work even on hosts lacking uint64_t | 1 | /* uint64_t-like operations that work even on hosts lacking uint64_t |
| 2 | 2 | ||
| 3 | Copyright (C) 2006, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2006, 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/unistd.c b/lib/unistd.c index be7a8255033..50b75ff44b7 100644 --- a/lib/unistd.c +++ b/lib/unistd.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Inline functions for <unistd.h>. | 1 | /* Inline functions for <unistd.h>. |
| 2 | 2 | ||
| 3 | Copyright (C) 2012-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2012-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/unistd.in.h b/lib/unistd.in.h index 2ae040a76b3..661cec2770f 100644 --- a/lib/unistd.in.h +++ b/lib/unistd.in.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Substitute for and wrapper around <unistd.h>. | 1 | /* Substitute for and wrapper around <unistd.h>. |
| 2 | Copyright (C) 2003-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2003-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is free software: you can redistribute it and/or modify | 4 | This file is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU Lesser General Public License as | 5 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/unlocked-io.h b/lib/unlocked-io.h index 4830df4a747..b27c3fdcd6f 100644 --- a/lib/unlocked-io.h +++ b/lib/unlocked-io.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Prefer faster, non-thread-safe stdio functions if available. | 1 | /* Prefer faster, non-thread-safe stdio functions if available. |
| 2 | 2 | ||
| 3 | Copyright (C) 2001-2004, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2001-2004, 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/utimens.c b/lib/utimens.c index faa197e6cb5..dca9a01252a 100644 --- a/lib/utimens.c +++ b/lib/utimens.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Set file access and modification times. | 1 | /* Set file access and modification times. |
| 2 | 2 | ||
| 3 | Copyright (C) 2003-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2003-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/utimens.h b/lib/utimens.h index 4a21792a7e4..7c740afd36d 100644 --- a/lib/utimens.h +++ b/lib/utimens.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Set file access and modification times. | 1 | /* Set file access and modification times. |
| 2 | 2 | ||
| 3 | Copyright 2012-2023 Free Software Foundation, Inc. | 3 | Copyright 2012-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
diff --git a/lib/utimensat.c b/lib/utimensat.c index 5cff11cd0a9..1321264269e 100644 --- a/lib/utimensat.c +++ b/lib/utimensat.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Set the access and modification time of a file relative to directory fd. | 1 | /* Set the access and modification time of a file relative to directory fd. |
| 2 | Copyright (C) 2009-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2009-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software: you can redistribute it and/or modify | 4 | This program is free software: you can redistribute it and/or modify |
| 5 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/verify.h b/lib/verify.h index e4af91517e6..a80f22c694a 100644 --- a/lib/verify.h +++ b/lib/verify.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Compile-time assert-like macros. | 1 | /* Compile-time assert-like macros. |
| 2 | 2 | ||
| 3 | Copyright (C) 2005-2006, 2009-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 2005-2006, 2009-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 6 | it under the terms of the GNU Lesser General Public License as |
| @@ -1,6 +1,6 @@ | |||
| 1 | /* vla.h - variable length arrays | 1 | /* vla.h - variable length arrays |
| 2 | 2 | ||
| 3 | Copyright 2014-2023 Free Software Foundation, Inc. | 3 | Copyright 2014-2024 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 6 | it under the terms of the GNU General Public License as published by |
diff --git a/lib/warn-on-use.h b/lib/warn-on-use.h index 30756034aff..8f4d40dcbeb 100644 --- a/lib/warn-on-use.h +++ b/lib/warn-on-use.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* A C macro for emitting warnings if a function is used. | 1 | /* A C macro for emitting warnings if a function is used. |
| 2 | Copyright (C) 2010-2023 Free Software Foundation, Inc. | 2 | Copyright (C) 2010-2024 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This program is free software: you can redistribute it and/or modify it | 4 | This program is free software: you can redistribute it and/or modify it |
| 5 | under the terms of the GNU Lesser General Public License as published | 5 | under the terms of the GNU Lesser General Public License as published |
diff --git a/lib/xalloc-oversized.h b/lib/xalloc-oversized.h index 5dbdfb5506a..2be82cd275d 100644 --- a/lib/xalloc-oversized.h +++ b/lib/xalloc-oversized.h | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | /* xalloc-oversized.h -- memory allocation size checking | 1 | /* xalloc-oversized.h -- memory allocation size checking |
| 2 | 2 | ||
| 3 | Copyright (C) 1990-2000, 2003-2004, 2006-2023 Free Software Foundation, Inc. | 3 | Copyright (C) 1990-2000, 2003-2004, 2006-2024 Free Software |
| 4 | Foundation, Inc. | ||
| 4 | 5 | ||
| 5 | This file is free software: you can redistribute it and/or modify | 6 | This file is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU Lesser General Public License as | 7 | it under the terms of the GNU Lesser General Public License as |