about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2023-01-06 21:08:04 +0000
committerJoseph Myers <joseph@codesourcery.com>2023-01-06 21:14:39 +0000
commit6d7e8eda9b85b08f207a6dc6f187e94e4817270f (patch)
treec438ee7cd04a7ccd4cafe2449ac5173bcd17718b /include
parent728ada505aca44f768675b3aa1ab34bae96a2656 (diff)
downloadglibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.gz
glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.tar.xz
glibc-6d7e8eda9b85b08f207a6dc6f187e94e4817270f.zip
Update copyright dates with scripts/update-copyrights
Diffstat (limited to 'include')
-rw-r--r--include/alloc_buffer.h2
-rw-r--r--include/allocate_once.h2
-rw-r--r--include/array_length.h2
-rw-r--r--include/atomic.h2
-rw-r--r--include/atomic_wide_counter.h2
-rw-r--r--include/bits/xopen_lim.h2
-rw-r--r--include/features.h2
-rw-r--r--include/file_change_detection.h2
-rw-r--r--include/filename.h2
-rw-r--r--include/gnu-versions.h2
-rw-r--r--include/gnu/libc-version.h2
-rw-r--r--include/idx.h2
-rw-r--r--include/ifunc-impl-list.h2
-rw-r--r--include/inline-hashtab.h2
-rw-r--r--include/intprops.h2
-rw-r--r--include/libc-diag.h2
-rw-r--r--include/libc-internal.h2
-rw-r--r--include/libc-pointer-arith.h2
-rw-r--r--include/libc-symbols.h2
-rw-r--r--include/limits.h2
-rw-r--r--include/link.h2
-rw-r--r--include/list.h2
-rw-r--r--include/list_t.h2
-rw-r--r--include/loop_unroll.h2
-rw-r--r--include/math-narrow-eval.h2
-rw-r--r--include/nss_dns.h2
-rw-r--r--include/nss_files.h2
-rw-r--r--include/printf_buffer.h2
-rw-r--r--include/programs/xasprintf.h2
-rw-r--r--include/programs/xmalloc.h2
-rw-r--r--include/random-bits.h2
-rw-r--r--include/register-atfork.h2
-rw-r--r--include/rounding-mode.h2
-rw-r--r--include/rtld-malloc.h2
-rw-r--r--include/scratch_buffer.h2
-rw-r--r--include/set-hooks.h2
-rw-r--r--include/shlib-compat.h2
-rw-r--r--include/shm-directory.h2
-rw-r--r--include/stackinfo.h2
-rw-r--r--include/stap-probe.h2
-rw-r--r--include/stdc-predef.h2
-rw-r--r--include/sys/sysmacros.h2
-rw-r--r--include/sys/time.h2
-rw-r--r--include/values.h2
44 files changed, 44 insertions, 44 deletions
diff --git a/include/alloc_buffer.h b/include/alloc_buffer.h
index 553de607e8..748a5f0dbf 100644
--- a/include/alloc_buffer.h
+++ b/include/alloc_buffer.h
@@ -1,5 +1,5 @@
 /* Allocation from a fixed-size buffer.
-   Copyright (C) 2017-2022 Free Software Foundation, Inc.
+   Copyright (C) 2017-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/allocate_once.h b/include/allocate_once.h
index d8cc08824c..7d9d71ca92 100644
--- a/include/allocate_once.h
+++ b/include/allocate_once.h
@@ -1,5 +1,5 @@
 /* Allocate and initialize an object once, in a thread-safe fashion.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/array_length.h b/include/array_length.h
index 93fa1b3fd7..14b758fd4c 100644
--- a/include/array_length.h
+++ b/include/array_length.h
@@ -1,5 +1,5 @@
 /* The array_length and array_end macros.
-   Copyright (C) 2017-2022 Free Software Foundation, Inc.
+   Copyright (C) 2017-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/atomic.h b/include/atomic.h
index 2cb52c9cfd..29d9e90c33 100644
--- a/include/atomic.h
+++ b/include/atomic.h
@@ -1,5 +1,5 @@
 /* Internal macros for atomic operations for GNU C Library.
-   Copyright (C) 2002-2022 Free Software Foundation, Inc.
+   Copyright (C) 2002-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/atomic_wide_counter.h b/include/atomic_wide_counter.h
index 6ac8a5fa76..eb6b39394c 100644
--- a/include/atomic_wide_counter.h
+++ b/include/atomic_wide_counter.h
@@ -1,5 +1,5 @@
 /* Monotonically increasing wide counters (at least 62 bits).
-   Copyright (C) 2016-2022 Free Software Foundation, Inc.
+   Copyright (C) 2016-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/bits/xopen_lim.h b/include/bits/xopen_lim.h
index 8e002d6e60..2c1d090193 100644
--- a/include/bits/xopen_lim.h
+++ b/include/bits/xopen_lim.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2022 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/features.h b/include/features.h
index 123de9fd47..7d2c7a4f87 100644
--- a/include/features.h
+++ b/include/features.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2022 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/file_change_detection.h b/include/file_change_detection.h
index 00ba51461c..241b45d123 100644
--- a/include/file_change_detection.h
+++ b/include/file_change_detection.h
@@ -1,5 +1,5 @@
 /* Detecting file changes using modification times.
-   Copyright (C) 2017-2022 Free Software Foundation, Inc.
+   Copyright (C) 2017-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/filename.h b/include/filename.h
index ab77ca2df9..a2400a9dfe 100644
--- a/include/filename.h
+++ b/include/filename.h
@@ -1,5 +1,5 @@
 /* Basic filename support macros.
-   Copyright (C) 2001-2022 Free Software Foundation, Inc.
+   Copyright (C) 2001-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/gnu-versions.h b/include/gnu-versions.h
index f2566683ec..c5891ee9b7 100644
--- a/include/gnu-versions.h
+++ b/include/gnu-versions.h
@@ -1,5 +1,5 @@
 /* Header with interface version macros for library pieces copied elsewhere.
-   Copyright (C) 1995-2022 Free Software Foundation, Inc.
+   Copyright (C) 1995-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/gnu/libc-version.h b/include/gnu/libc-version.h
index ba002a7076..1773275a61 100644
--- a/include/gnu/libc-version.h
+++ b/include/gnu/libc-version.h
@@ -1,5 +1,5 @@
 /* Interface to GNU libc specific functions for version information.
-   Copyright (C) 1998-2022 Free Software Foundation, Inc.
+   Copyright (C) 1998-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/idx.h b/include/idx.h
index e099d85500..1ce6dd073e 100644
--- a/include/idx.h
+++ b/include/idx.h
@@ -1,5 +1,5 @@
 /* A type for indices and sizes.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/ifunc-impl-list.h b/include/ifunc-impl-list.h
index 00bf48f3f1..efec289d48 100644
--- a/include/ifunc-impl-list.h
+++ b/include/ifunc-impl-list.h
@@ -1,5 +1,5 @@
 /* Internal header file for __libc_supported_implementations.
-   Copyright (C) 2012-2022 Free Software Foundation, Inc.
+   Copyright (C) 2012-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/inline-hashtab.h b/include/inline-hashtab.h
index 2beb515f3d..a9564cc502 100644
--- a/include/inline-hashtab.h
+++ b/include/inline-hashtab.h
@@ -1,5 +1,5 @@
 /* Fully-inline hash table, used mainly for managing TLS descriptors.
-   Copyright (C) 1999-2022 Free Software Foundation, Inc.
+   Copyright (C) 1999-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This file is derived from a 2003's version of libiberty's
diff --git a/include/intprops.h b/include/intprops.h
index 3853c8385a..ce3815171b 100644
--- a/include/intprops.h
+++ b/include/intprops.h
@@ -1,6 +1,6 @@
 /* intprops.h -- properties of integer types
 
-   Copyright (C) 2001-2022 Free Software Foundation, Inc.
+   Copyright (C) 2001-2023 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify it
    under the terms of the GNU Lesser General Public License as published
diff --git a/include/libc-diag.h b/include/libc-diag.h
index 271c5b8810..dada76a51d 100644
--- a/include/libc-diag.h
+++ b/include/libc-diag.h
@@ -1,5 +1,5 @@
 /* Macros for controlling diagnostic output from the compiler.
-   Copyright (C) 2014-2022 Free Software Foundation, Inc.
+   Copyright (C) 2014-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/libc-internal.h b/include/libc-internal.h
index c052bccb27..0830ff988d 100644
--- a/include/libc-internal.h
+++ b/include/libc-internal.h
@@ -1,5 +1,5 @@
 /* Internal prototype declarations that don't fit anywhere else.
-   Copyright (C) 2000-2022 Free Software Foundation, Inc.
+   Copyright (C) 2000-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/libc-pointer-arith.h b/include/libc-pointer-arith.h
index 8db5386d59..1faf0209c4 100644
--- a/include/libc-pointer-arith.h
+++ b/include/libc-pointer-arith.h
@@ -1,5 +1,5 @@
 /* Helper macros for pointer arithmetic.
-   Copyright (C) 2012-2022 Free Software Foundation, Inc.
+   Copyright (C) 2012-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/libc-symbols.h b/include/libc-symbols.h
index f4437ff6ad..404169ce78 100644
--- a/include/libc-symbols.h
+++ b/include/libc-symbols.h
@@ -1,6 +1,6 @@
 /* Support macros for making weak and strong aliases for symbols,
    and for using symbol sets and linker warnings with GNU ld.
-   Copyright (C) 1995-2022 Free Software Foundation, Inc.
+   Copyright (C) 1995-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/limits.h b/include/limits.h
index e332be732d..6f30cbe652 100644
--- a/include/limits.h
+++ b/include/limits.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2022 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/link.h b/include/link.h
index 0ac82d7c77..1d74feb2bd 100644
--- a/include/link.h
+++ b/include/link.h
@@ -1,6 +1,6 @@
 /* Data structure for communication from the run-time dynamic linker for
    loaded ELF shared objects.
-   Copyright (C) 1995-2022 Free Software Foundation, Inc.
+   Copyright (C) 1995-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/list.h b/include/list.h
index 7bea2c50a3..c4e36c6f65 100644
--- a/include/list.h
+++ b/include/list.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/list_t.h b/include/list_t.h
index 7e0c1ae71e..cd882763fa 100644
--- a/include/list_t.h
+++ b/include/list_t.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2022 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/loop_unroll.h b/include/loop_unroll.h
index 80eff12fa5..34f46835a0 100644
--- a/include/loop_unroll.h
+++ b/include/loop_unroll.h
@@ -1,5 +1,5 @@
 /* Macro for explicit loop unrolling.
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/math-narrow-eval.h b/include/math-narrow-eval.h
index 9ceb1396e5..d141d7713a 100644
--- a/include/math-narrow-eval.h
+++ b/include/math-narrow-eval.h
@@ -1,5 +1,5 @@
 /* Narrow floating-point values to their semantic type.
-   Copyright (C) 2015-2022 Free Software Foundation, Inc.
+   Copyright (C) 2015-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/nss_dns.h b/include/nss_dns.h
index 44116ee584..780862a3ca 100644
--- a/include/nss_dns.h
+++ b/include/nss_dns.h
@@ -1,5 +1,5 @@
 /* Internal routines for nss_dns.
-   Copyright (C) 2021-2022 Free Software Foundation, Inc.
+   Copyright (C) 2021-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/nss_files.h b/include/nss_files.h
index 0855edc333..a99d9ccc28 100644
--- a/include/nss_files.h
+++ b/include/nss_files.h
@@ -1,5 +1,5 @@
 /* Internal routines for nss_files.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/printf_buffer.h b/include/printf_buffer.h
index e7a45fb45f..55feebf279 100644
--- a/include/printf_buffer.h
+++ b/include/printf_buffer.h
@@ -1,5 +1,5 @@
 /* Multibyte and wide buffers for implementing printf-related functions.
-   Copyright (C) 2022 Free Software Foundation, Inc.
+   Copyright (C) 2022-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/programs/xasprintf.h b/include/programs/xasprintf.h
index 98dd34001c..090114d454 100644
--- a/include/programs/xasprintf.h
+++ b/include/programs/xasprintf.h
@@ -1,5 +1,5 @@
 /* asprintf with out of memory checking
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
diff --git a/include/programs/xmalloc.h b/include/programs/xmalloc.h
index 4152536db0..961ff5d6fe 100644
--- a/include/programs/xmalloc.h
+++ b/include/programs/xmalloc.h
@@ -1,5 +1,5 @@
 /* Memory related definitions for program modules.
-   Copyright (C) 1998-2022 Free Software Foundation, Inc.
+   Copyright (C) 1998-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    This program is free software; you can redistribute it and/or modify
diff --git a/include/random-bits.h b/include/random-bits.h
index 17665b479a..5f5a8fb5ce 100644
--- a/include/random-bits.h
+++ b/include/random-bits.h
@@ -1,5 +1,5 @@
 /* Fast pseudo-random bits based on clock_gettime.
-   Copyright (C) 2019-2022 Free Software Foundation, Inc.
+   Copyright (C) 2019-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/register-atfork.h b/include/register-atfork.h
index 5ebe5a0b3e..e57569896c 100644
--- a/include/register-atfork.h
+++ b/include/register-atfork.h
@@ -1,5 +1,5 @@
 /* Internal pthread_atfork definitions.
-   Copyright (C) 2021-2022 Free Software Foundation, Inc.
+   Copyright (C) 2021-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/rounding-mode.h b/include/rounding-mode.h
index 184fbd2e9e..a70360a480 100644
--- a/include/rounding-mode.h
+++ b/include/rounding-mode.h
@@ -1,5 +1,5 @@
 /* Handle floating-point rounding mode within libc.
-   Copyright (C) 2012-2022 Free Software Foundation, Inc.
+   Copyright (C) 2012-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/rtld-malloc.h b/include/rtld-malloc.h
index ed70c87f40..02f89bca1c 100644
--- a/include/rtld-malloc.h
+++ b/include/rtld-malloc.h
@@ -1,5 +1,5 @@
 /* Redirection of malloc inside the dynamic linker.
-   Copyright (C) 2020-2022 Free Software Foundation, Inc.
+   Copyright (C) 2020-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/scratch_buffer.h b/include/scratch_buffer.h
index a9bdcadec2..33fd2b29cd 100644
--- a/include/scratch_buffer.h
+++ b/include/scratch_buffer.h
@@ -1,5 +1,5 @@
 /* Variable-sized buffer with on-stack default allocation.
-   Copyright (C) 2015-2022 Free Software Foundation, Inc.
+   Copyright (C) 2015-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/set-hooks.h b/include/set-hooks.h
index 60fc9b83e9..7264f61c19 100644
--- a/include/set-hooks.h
+++ b/include/set-hooks.h
@@ -1,5 +1,5 @@
 /* Macros for using symbol sets for running lists of functions.
-   Copyright (C) 1994-2022 Free Software Foundation, Inc.
+   Copyright (C) 1994-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/shlib-compat.h b/include/shlib-compat.h
index c04f7e4cf1..24a648a5b4 100644
--- a/include/shlib-compat.h
+++ b/include/shlib-compat.h
@@ -1,5 +1,5 @@
 /* Macros for managing ABI-compatibility definitions using ELF symbol versions.
-   Copyright (C) 2000-2022 Free Software Foundation, Inc.
+   Copyright (C) 2000-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/shm-directory.h b/include/shm-directory.h
index ea938a3908..7925613141 100644
--- a/include/shm-directory.h
+++ b/include/shm-directory.h
@@ -1,5 +1,5 @@
 /* Header for directory for shm/sem files.
-   Copyright (C) 2014-2022 Free Software Foundation, Inc.
+   Copyright (C) 2014-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/stackinfo.h b/include/stackinfo.h
index 2b6f54b1c0..4b70ee51a6 100644
--- a/include/stackinfo.h
+++ b/include/stackinfo.h
@@ -1,5 +1,5 @@
 /* Details about the machine's stack: wrapper header.
-   Copyright (C) 2014-2022 Free Software Foundation, Inc.
+   Copyright (C) 2014-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/stap-probe.h b/include/stap-probe.h
index af5ee4b58d..80e88fbac4 100644
--- a/include/stap-probe.h
+++ b/include/stap-probe.h
@@ -1,5 +1,5 @@
 /* Macros for defining Systemtap <sys/sdt.h> static probe points.
-   Copyright (C) 2012-2022 Free Software Foundation, Inc.
+   Copyright (C) 2012-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/stdc-predef.h b/include/stdc-predef.h
index d76933d468..d3cba52c6f 100644
--- a/include/stdc-predef.h
+++ b/include/stdc-predef.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991-2022 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/sys/sysmacros.h b/include/sys/sysmacros.h
index ae8d8f00da..326b77acfb 100644
--- a/include/sys/sysmacros.h
+++ b/include/sys/sysmacros.h
@@ -1,5 +1,5 @@
 /* Definitions of macros to access 'dev_t' values.  Internal header.
-   Copyright (C) 2018-2022 Free Software Foundation, Inc.
+   Copyright (C) 2018-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/sys/time.h b/include/sys/time.h
index 7b9a83a6d2..882db8ea5f 100644
--- a/include/sys/time.h
+++ b/include/sys/time.h
@@ -1,5 +1,5 @@
 /* Time function internal interfaces.
-   Copyright (C) 1997-2022 Free Software Foundation, Inc.
+   Copyright (C) 1997-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/include/values.h b/include/values.h
index 42d760ec0c..54f81f16d8 100644
--- a/include/values.h
+++ b/include/values.h
@@ -1,5 +1,5 @@
 /* Old compatibility names for <limits.h> and <float.h> constants.
-   Copyright (C) 1995-2022 Free Software Foundation, Inc.
+   Copyright (C) 1995-2023 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or