diff options
Diffstat (limited to 'stdio-common')
410 files changed, 410 insertions, 411 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index cc3a72f..bbdc1ff 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-2024 Free Software Foundation, Inc. +# Copyright (C) 1991-2025 Free Software Foundation, Inc. # Copyright The GNU Toolchain Authors. # This file is part of the GNU C Library. diff --git a/stdio-common/Xprintf_buffer_done.c b/stdio-common/Xprintf_buffer_done.c index 4ae25c6..2356543 100644 --- a/stdio-common/Xprintf_buffer_done.c +++ b/stdio-common/Xprintf_buffer_done.c @@ -1,5 +1,5 @@ /* Final status reporting for struct __*printf_buffer. Generic version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/Xprintf_buffer_flush.c b/stdio-common/Xprintf_buffer_flush.c index d299855..05ce177 100644 --- a/stdio-common/Xprintf_buffer_flush.c +++ b/stdio-common/Xprintf_buffer_flush.c @@ -1,5 +1,5 @@ /* Flush wrapper for struct __*printf_buffer. Generic version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/Xprintf_buffer_pad_1.c b/stdio-common/Xprintf_buffer_pad_1.c index b8e314b..da57629 100644 --- a/stdio-common/Xprintf_buffer_pad_1.c +++ b/stdio-common/Xprintf_buffer_pad_1.c @@ -1,5 +1,5 @@ /* Write repeated characters to struct __*printf_buffer. Generic version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/Xprintf_buffer_putc_1.c b/stdio-common/Xprintf_buffer_putc_1.c index 66d85bf..18bf3e1 100644 --- a/stdio-common/Xprintf_buffer_putc_1.c +++ b/stdio-common/Xprintf_buffer_putc_1.c @@ -1,5 +1,5 @@ /* Overflow write function for struct __*printf_buffer. Generic version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/Xprintf_buffer_puts_1.c b/stdio-common/Xprintf_buffer_puts_1.c index 6bb19c3..4c6670c 100644 --- a/stdio-common/Xprintf_buffer_puts_1.c +++ b/stdio-common/Xprintf_buffer_puts_1.c @@ -1,5 +1,5 @@ /* String write function for struct __*printf_buffer. Generic version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/Xprintf_buffer_write.c b/stdio-common/Xprintf_buffer_write.c index 84f8b1b..ea1dcf8 100644 --- a/stdio-common/Xprintf_buffer_write.c +++ b/stdio-common/Xprintf_buffer_write.c @@ -1,5 +1,5 @@ /* Blob write function for struct __*printf_buffer. Generic version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/Xprintf_function_invoke.c b/stdio-common/Xprintf_function_invoke.c index b9a240e..eccc5c6 100644 --- a/stdio-common/Xprintf_function_invoke.c +++ b/stdio-common/Xprintf_function_invoke.c @@ -1,5 +1,5 @@ /* Invoke a printf specifier handler. Generic version. - Copyright (C) 1991-2024 Free Software Foundation, Inc. + Copyright (C) 1991-2025 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/stdio-common/_i18n_number.h b/stdio-common/_i18n_number.h index 3494074..90aa2f7 100644 --- a/stdio-common/_i18n_number.h +++ b/stdio-common/_i18n_number.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2024 Free Software Foundation, Inc. +/* Copyright (C) 2000-2025 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/stdio-common/_itoa.c b/stdio-common/_itoa.c index 36f9c17..51c3ab9 100644 --- a/stdio-common/_itoa.c +++ b/stdio-common/_itoa.c @@ -1,5 +1,5 @@ /* Internal function for converting integers to ASCII. - Copyright (C) 1994-2024 Free Software Foundation, Inc. + Copyright (C) 1994-2025 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/stdio-common/_itowa.c b/stdio-common/_itowa.c index 53a6cb6..6443b29 100644 --- a/stdio-common/_itowa.c +++ b/stdio-common/_itowa.c @@ -1,5 +1,5 @@ /* Internal function for converting integers to ASCII. - Copyright (C) 1994-2024 Free Software Foundation, Inc. + Copyright (C) 1994-2025 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/stdio-common/_itowa.h b/stdio-common/_itowa.h index 05889a2..948bee0 100644 --- a/stdio-common/_itowa.h +++ b/stdio-common/_itowa.h @@ -1,5 +1,5 @@ /* Internal function for converting integers to ASCII. - Copyright (C) 1994-2024 Free Software Foundation, Inc. + Copyright (C) 1994-2025 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/stdio-common/asprintf.c b/stdio-common/asprintf.c index 0886e8e..f8137ee 100644 --- a/stdio-common/asprintf.c +++ b/stdio-common/asprintf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/bits/printf-ldbl.h b/stdio-common/bits/printf-ldbl.h index 73e7b3c..00b33d7 100644 --- a/stdio-common/bits/printf-ldbl.h +++ b/stdio-common/bits/printf-ldbl.h @@ -1,5 +1,5 @@ /* -mlong-double-64 compatibility mode for <printf.h> functions. - Copyright (C) 2006-2024 Free Software Foundation, Inc. + Copyright (C) 2006-2025 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/stdio-common/bug-vfprintf-nargs.c b/stdio-common/bug-vfprintf-nargs.c index 9594fc4..353a62c 100644 --- a/stdio-common/bug-vfprintf-nargs.c +++ b/stdio-common/bug-vfprintf-nargs.c @@ -1,5 +1,5 @@ /* Test for vfprintf nargs allocation overflow (BZ #13656). - Copyright (C) 2012-2024 Free Software Foundation, Inc. + Copyright (C) 2012-2025 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/stdio-common/bug26.c b/stdio-common/bug26.c index 864efbe..74a00d0 100644 --- a/stdio-common/bug26.c +++ b/stdio-common/bug26.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2013-2024 Free Software Foundation, Inc. +/* Copyright (C) 2013-2025 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/stdio-common/ctermid.c b/stdio-common/ctermid.c index 891d92f..c4c8432 100644 --- a/stdio-common/ctermid.c +++ b/stdio-common/ctermid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/cuserid.c b/stdio-common/cuserid.c index aceac60..c006892 100644 --- a/stdio-common/cuserid.c +++ b/stdio-common/cuserid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/dprintf.c b/stdio-common/dprintf.c index 39a5466..5ecf9fd 100644 --- a/stdio-common/dprintf.c +++ b/stdio-common/dprintf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/err_map.h b/stdio-common/err_map.h index 6d0aebb..8ef2683 100644 --- a/stdio-common/err_map.h +++ b/stdio-common/err_map.h @@ -1,5 +1,5 @@ /* Internal errno names mapping definition. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/errlist-data-gen.c b/stdio-common/errlist-data-gen.c index ee54f78..e1f294e 100644 --- a/stdio-common/errlist-data-gen.c +++ b/stdio-common/errlist-data-gen.c @@ -1,5 +1,5 @@ /* Internal errno names mapping definition. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/errlist.c b/stdio-common/errlist.c index 485d940..302973f 100644 --- a/stdio-common/errlist.c +++ b/stdio-common/errlist.c @@ -1,5 +1,5 @@ /* Internal errno names mapping definition. - Copyright (C) 1991-2024 Free Software Foundation, Inc. + Copyright (C) 1991-2025 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/stdio-common/errname.c b/stdio-common/errname.c index 19ba688..574f824 100644 --- a/stdio-common/errname.c +++ b/stdio-common/errname.c @@ -1,5 +1,5 @@ /* Internal errno names mapping definition. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/errnobug.c b/stdio-common/errnobug.c index 5509235..923cd81 100644 --- a/stdio-common/errnobug.c +++ b/stdio-common/errnobug.c @@ -1,6 +1,6 @@ /* Regression test for reported old bug that errno is clobbered by the first successful output to a stream on an unseekable object. - Copyright (C) 1995-2024 Free Software Foundation, Inc. + Copyright (C) 1995-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/stdio-common/flockfile.c b/stdio-common/flockfile.c index 897575c..f563390 100644 --- a/stdio-common/flockfile.c +++ b/stdio-common/flockfile.c @@ -1,5 +1,5 @@ /* Lock I/O stream. Singlethreaded version. - Copyright (C) 1996-2024 Free Software Foundation, Inc. + Copyright (C) 1996-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/stdio-common/fprintf.c b/stdio-common/fprintf.c index 0669397..4fb3669 100644 --- a/stdio-common/fprintf.c +++ b/stdio-common/fprintf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/fscanf.c b/stdio-common/fscanf.c index 6aa2ba9..845078e 100644 --- a/stdio-common/fscanf.c +++ b/stdio-common/fscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/ftrylockfile.c b/stdio-common/ftrylockfile.c index 480f8f2..34c298d 100644 --- a/stdio-common/ftrylockfile.c +++ b/stdio-common/ftrylockfile.c @@ -1,5 +1,5 @@ /* Try locking I/O stream. Singlethreaded version. - Copyright (C) 1996-2024 Free Software Foundation, Inc. + Copyright (C) 1996-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/stdio-common/funlockfile.c b/stdio-common/funlockfile.c index 5ed5f24..443364e 100644 --- a/stdio-common/funlockfile.c +++ b/stdio-common/funlockfile.c @@ -1,5 +1,5 @@ /* Unlock I/O stream. Singlethreaded version. - Copyright (C) 1996-2024 Free Software Foundation, Inc. + Copyright (C) 1996-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/stdio-common/fxprintf.c b/stdio-common/fxprintf.c index 9b7281b..e87275c 100644 --- a/stdio-common/fxprintf.c +++ b/stdio-common/fxprintf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2024 Free Software Foundation, Inc. +/* Copyright (C) 2005-2025 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/stdio-common/gentempfd.c b/stdio-common/gentempfd.c index 24e8026..c5b1287 100644 --- a/stdio-common/gentempfd.c +++ b/stdio-common/gentempfd.c @@ -1,5 +1,5 @@ /* Generate a temporary file descriptor. Generic/POSIX version. - Copyright (C) 2017-2024 Free Software Foundation, Inc. + Copyright (C) 2017-2025 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/stdio-common/getline.c b/stdio-common/getline.c index 829f26e..6f86d41 100644 --- a/stdio-common/getline.c +++ b/stdio-common/getline.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/getw.c b/stdio-common/getw.c index 921e224..84d4e3f 100644 --- a/stdio-common/getw.c +++ b/stdio-common/getw.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/grouping_iterator.c b/stdio-common/grouping_iterator.c index aa4d8ad..cd9de7f 100644 --- a/stdio-common/grouping_iterator.c +++ b/stdio-common/grouping_iterator.c @@ -1,5 +1,5 @@ /* Iterator for inserting thousands separators into numbers. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/grouping_iterator.h b/stdio-common/grouping_iterator.h index bb67335..2185b15 100644 --- a/stdio-common/grouping_iterator.h +++ b/stdio-common/grouping_iterator.h @@ -1,5 +1,5 @@ /* Iterator for grouping a number while scanning it forward. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/iovfscanf.c b/stdio-common/iovfscanf.c index 68d0a32..c962f95 100644 --- a/stdio-common/iovfscanf.c +++ b/stdio-common/iovfscanf.c @@ -1,5 +1,5 @@ /* Implementation and symbols for _IO_vfscanf. - Copyright (C) 2018-2024 Free Software Foundation, Inc. + Copyright (C) 2018-2025 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/stdio-common/isoc23_fscanf.c b/stdio-common/isoc23_fscanf.c index 81a7e9a..fae6f0e 100644 --- a/stdio-common/isoc23_fscanf.c +++ b/stdio-common/isoc23_fscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/isoc23_scanf.c b/stdio-common/isoc23_scanf.c index b355abd..fe9631d 100644 --- a/stdio-common/isoc23_scanf.c +++ b/stdio-common/isoc23_scanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/isoc23_sscanf.c b/stdio-common/isoc23_sscanf.c index 72551b2..942a637 100644 --- a/stdio-common/isoc23_sscanf.c +++ b/stdio-common/isoc23_sscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/isoc23_vfscanf.c b/stdio-common/isoc23_vfscanf.c index 7b24b2a..2669299 100644 --- a/stdio-common/isoc23_vfscanf.c +++ b/stdio-common/isoc23_vfscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/isoc23_vscanf.c b/stdio-common/isoc23_vscanf.c index 0860a49..74a2671 100644 --- a/stdio-common/isoc23_vscanf.c +++ b/stdio-common/isoc23_vscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/isoc23_vsscanf.c b/stdio-common/isoc23_vsscanf.c index 4133d73..1f51240 100644 --- a/stdio-common/isoc23_vsscanf.c +++ b/stdio-common/isoc23_vsscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993-2024 Free Software Foundation, Inc. +/* Copyright (C) 1993-2025 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/stdio-common/isoc99_fscanf.c b/stdio-common/isoc99_fscanf.c index 400d2c8..0815aa2 100644 --- a/stdio-common/isoc99_fscanf.c +++ b/stdio-common/isoc99_fscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/isoc99_scanf.c b/stdio-common/isoc99_scanf.c index 3278383..bcc687a 100644 --- a/stdio-common/isoc99_scanf.c +++ b/stdio-common/isoc99_scanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/isoc99_sscanf.c b/stdio-common/isoc99_sscanf.c index 75e2bd2..af52ee5 100644 --- a/stdio-common/isoc99_sscanf.c +++ b/stdio-common/isoc99_sscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/isoc99_vfscanf.c b/stdio-common/isoc99_vfscanf.c index ee7d5a7..7eb0350 100644 --- a/stdio-common/isoc99_vfscanf.c +++ b/stdio-common/isoc99_vfscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/isoc99_vscanf.c b/stdio-common/isoc99_vscanf.c index b4aa3d5..9e59d2c 100644 --- a/stdio-common/isoc99_vscanf.c +++ b/stdio-common/isoc99_vscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/isoc99_vsscanf.c b/stdio-common/isoc99_vsscanf.c index b38eed9..4854467 100644 --- a/stdio-common/isoc99_vsscanf.c +++ b/stdio-common/isoc99_vsscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993-2024 Free Software Foundation, Inc. +/* Copyright (C) 1993-2025 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/stdio-common/itoa-digits.c b/stdio-common/itoa-digits.c index bffaa6a..5daa3ab 100644 --- a/stdio-common/itoa-digits.c +++ b/stdio-common/itoa-digits.c @@ -1,5 +1,5 @@ /* Digits. - Copyright (C) 1994-2024 Free Software Foundation, Inc. + Copyright (C) 1994-2025 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/stdio-common/itoa-udigits.c b/stdio-common/itoa-udigits.c index 23f7cb3..a1e9e2b 100644 --- a/stdio-common/itoa-udigits.c +++ b/stdio-common/itoa-udigits.c @@ -1,5 +1,5 @@ /* Digits. - Copyright (C) 1994-2024 Free Software Foundation, Inc. + Copyright (C) 1994-2025 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/stdio-common/itowa-digits.c b/stdio-common/itowa-digits.c index b62952c..6698dfe 100644 --- a/stdio-common/itowa-digits.c +++ b/stdio-common/itowa-digits.c @@ -1,5 +1,5 @@ /* Digits. - Copyright (C) 1994-2024 Free Software Foundation, Inc. + Copyright (C) 1994-2025 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/stdio-common/perror.c b/stdio-common/perror.c index 6c16dc4..d384e7f 100644 --- a/stdio-common/perror.c +++ b/stdio-common/perror.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/printf-parse.h b/stdio-common/printf-parse.h index 3835c02..d185cfe 100644 --- a/stdio-common/printf-parse.h +++ b/stdio-common/printf-parse.h @@ -1,5 +1,5 @@ /* Internal header for parsing printf format strings. - Copyright (C) 1995-2024 Free Software Foundation, Inc. + Copyright (C) 1995-2025 Free Software Foundation, Inc. This file is part of th GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/stdio-common/printf-parsemb.c b/stdio-common/printf-parsemb.c index ab9fafb..aad697a 100644 --- a/stdio-common/printf-parsemb.c +++ b/stdio-common/printf-parsemb.c @@ -1,5 +1,5 @@ /* Helper functions for parsing printf format strings. - Copyright (C) 1995-2024 Free Software Foundation, Inc. + Copyright (C) 1995-2025 Free Software Foundation, Inc. This file is part of th GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/stdio-common/printf-prs.c b/stdio-common/printf-prs.c index 8c9e3fa..7086af4 100644 --- a/stdio-common/printf-prs.c +++ b/stdio-common/printf-prs.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/printf.c b/stdio-common/printf.c index f4e14c4..fa35244 100644 --- a/stdio-common/printf.c +++ b/stdio-common/printf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/printf.h b/stdio-common/printf.h index caf8c85..970381b 100644 --- a/stdio-common/printf.h +++ b/stdio-common/printf.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/printf_buffer-char.h b/stdio-common/printf_buffer-char.h index adc2f37..2aab74f 100644 --- a/stdio-common/printf_buffer-char.h +++ b/stdio-common/printf_buffer-char.h @@ -1,5 +1,5 @@ /* Macros for the multibyte (char) implementation of struct __printf_buffer. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/printf_buffer-wchar_t.h b/stdio-common/printf_buffer-wchar_t.h index a13b416..5959577 100644 --- a/stdio-common/printf_buffer-wchar_t.h +++ b/stdio-common/printf_buffer-wchar_t.h @@ -1,5 +1,5 @@ /* Macros for wide (wchar_t) implementation of struct __wprintf_buffer. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/printf_buffer_as_file.c b/stdio-common/printf_buffer_as_file.c index 917b57e..fbfff31 100644 --- a/stdio-common/printf_buffer_as_file.c +++ b/stdio-common/printf_buffer_as_file.c @@ -1,5 +1,5 @@ /* FILE * interface to a struct __printf_buffer. Multibyte version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/printf_buffer_as_file.h b/stdio-common/printf_buffer_as_file.h index c0d65b9..241b43d 100644 --- a/stdio-common/printf_buffer_as_file.h +++ b/stdio-common/printf_buffer_as_file.h @@ -1,5 +1,5 @@ /* FILE * interface to a struct __*printf_buffer. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/printf_buffer_done.c b/stdio-common/printf_buffer_done.c index 495807e..fcc7388 100644 --- a/stdio-common/printf_buffer_done.c +++ b/stdio-common/printf_buffer_done.c @@ -1,5 +1,5 @@ /* Final status reporting for struct __printf_buffer. Multibyte version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/printf_buffer_flush.c b/stdio-common/printf_buffer_flush.c index f8673ef..2573be5 100644 --- a/stdio-common/printf_buffer_flush.c +++ b/stdio-common/printf_buffer_flush.c @@ -1,5 +1,5 @@ /* Flush a struct __printf_buffer. Multibyte version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/printf_buffer_pad_1.c b/stdio-common/printf_buffer_pad_1.c index d957f0b..59cbcd8 100644 --- a/stdio-common/printf_buffer_pad_1.c +++ b/stdio-common/printf_buffer_pad_1.c @@ -1,5 +1,5 @@ /* Write repeated characters to struct __printf_buffer. Multibyte version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/printf_buffer_putc_1.c b/stdio-common/printf_buffer_putc_1.c index 5f17902..972b2a8 100644 --- a/stdio-common/printf_buffer_putc_1.c +++ b/stdio-common/printf_buffer_putc_1.c @@ -1,5 +1,5 @@ /* Overflow character write function for struct __printf_buffer. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/printf_buffer_puts_1.c b/stdio-common/printf_buffer_puts_1.c index fbaa155..c064be0 100644 --- a/stdio-common/printf_buffer_puts_1.c +++ b/stdio-common/printf_buffer_puts_1.c @@ -1,5 +1,5 @@ /* String write function for struct __printf_buffer. Multibyte version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/printf_buffer_to_file.c b/stdio-common/printf_buffer_to_file.c index 1c5ce37..1ec7a76 100644 --- a/stdio-common/printf_buffer_to_file.c +++ b/stdio-common/printf_buffer_to_file.c @@ -1,5 +1,5 @@ /* Multibyte printf buffers writing data to a FILE * stream. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/printf_buffer_to_file.h b/stdio-common/printf_buffer_to_file.h index 89c6181..802e92f 100644 --- a/stdio-common/printf_buffer_to_file.h +++ b/stdio-common/printf_buffer_to_file.h @@ -1,5 +1,5 @@ /* Multibyte and wide printf buffers writing data to a FILE * stream. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/printf_buffer_write.c b/stdio-common/printf_buffer_write.c index 3437d86..170237c 100644 --- a/stdio-common/printf_buffer_write.c +++ b/stdio-common/printf_buffer_write.c @@ -1,5 +1,5 @@ /* Blob write function for struct __printf_buffer. Multibyte version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/printf_fp.c b/stdio-common/printf_fp.c index e75706f..5b46ddc 100644 --- a/stdio-common/printf_fp.c +++ b/stdio-common/printf_fp.c @@ -1,5 +1,5 @@ /* Floating point output for `printf'. - Copyright (C) 1995-2024 Free Software Foundation, Inc. + Copyright (C) 1995-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. diff --git a/stdio-common/printf_fphex.c b/stdio-common/printf_fphex.c index 279e16b..461aa04 100644 --- a/stdio-common/printf_fphex.c +++ b/stdio-common/printf_fphex.c @@ -1,5 +1,5 @@ /* Print floating point number in hexadecimal notation according to ISO C99. - Copyright (C) 1997-2024 Free Software Foundation, Inc. + Copyright (C) 1997-2025 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/stdio-common/printf_function_invoke.c b/stdio-common/printf_function_invoke.c index 7b2c9fa..7b344fb 100644 --- a/stdio-common/printf_function_invoke.c +++ b/stdio-common/printf_function_invoke.c @@ -1,5 +1,5 @@ /* Invoke a printf specifier handler. Multibyte version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/printf_size.c b/stdio-common/printf_size.c index 34a31ac..c22acd7 100644 --- a/stdio-common/printf_size.c +++ b/stdio-common/printf_size.c @@ -1,5 +1,5 @@ /* Print size value using units for orders of magnitude. - Copyright (C) 1997-2024 Free Software Foundation, Inc. + Copyright (C) 1997-2025 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/stdio-common/psiginfo.c b/stdio-common/psiginfo.c index ee38d4e..c3a4f21 100644 --- a/stdio-common/psiginfo.c +++ b/stdio-common/psiginfo.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2024 Free Software Foundation, Inc. +/* Copyright (C) 2009-2025 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/stdio-common/psignal.c b/stdio-common/psignal.c index 12011ae..37486f8 100644 --- a/stdio-common/psignal.c +++ b/stdio-common/psignal.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/putw.c b/stdio-common/putw.c index 639c9df..ece2626 100644 --- a/stdio-common/putw.c +++ b/stdio-common/putw.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/reg-modifier.c b/stdio-common/reg-modifier.c index 320b99a..6a480f6 100644 --- a/stdio-common/reg-modifier.c +++ b/stdio-common/reg-modifier.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2024 Free Software Foundation, Inc. +/* Copyright (C) 2009-2025 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/stdio-common/reg-printf.c b/stdio-common/reg-printf.c index daf62f0..a87673f 100644 --- a/stdio-common/reg-printf.c +++ b/stdio-common/reg-printf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/reg-type.c b/stdio-common/reg-type.c index 0f99391..1ca19df 100644 --- a/stdio-common/reg-type.c +++ b/stdio-common/reg-type.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2009-2024 Free Software Foundation, Inc. +/* Copyright (C) 2009-2025 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/stdio-common/remove.c b/stdio-common/remove.c index 835ea0b..f8e9ce9 100644 --- a/stdio-common/remove.c +++ b/stdio-common/remove.c @@ -1,5 +1,5 @@ /* ANSI C `remove' function to delete a file or directory. Stub version. - Copyright (C) 1995-2024 Free Software Foundation, Inc. + Copyright (C) 1995-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or diff --git a/stdio-common/rename.c b/stdio-common/rename.c index eec60b1..cd5c330 100644 --- a/stdio-common/rename.c +++ b/stdio-common/rename.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/renameat.c b/stdio-common/renameat.c index 66972b3..ba5d173 100644 --- a/stdio-common/renameat.c +++ b/stdio-common/renameat.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2005-2024 Free Software Foundation, Inc. +/* Copyright (C) 2005-2025 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/stdio-common/renameat2.c b/stdio-common/renameat2.c index 4fb8913..7c60aee 100644 --- a/stdio-common/renameat2.c +++ b/stdio-common/renameat2.c @@ -1,5 +1,5 @@ /* Generic implementation of the renameat function. - Copyright (C) 2018-2024 Free Software Foundation, Inc. + Copyright (C) 2018-2025 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/stdio-common/scanf.c b/stdio-common/scanf.c index 925aada..cce4186 100644 --- a/stdio-common/scanf.c +++ b/stdio-common/scanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/scanf11.c b/stdio-common/scanf11.c index a758d8f..9a616dd 100644 --- a/stdio-common/scanf11.c +++ b/stdio-common/scanf11.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2024 Free Software Foundation, Inc. +/* Copyright (C) 2001-2025 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/stdio-common/scanf14.c b/stdio-common/scanf14.c index e58214e..d942e21 100644 --- a/stdio-common/scanf14.c +++ b/stdio-common/scanf14.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2024 Free Software Foundation, Inc. +/* Copyright (C) 2007-2025 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/stdio-common/scanf15.c b/stdio-common/scanf15.c index faef45b..b620e23 100644 --- a/stdio-common/scanf15.c +++ b/stdio-common/scanf15.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2024 Free Software Foundation, Inc. +/* Copyright (C) 2007-2025 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/stdio-common/scanf16.c b/stdio-common/scanf16.c index 0dbe214..17e7770 100644 --- a/stdio-common/scanf16.c +++ b/stdio-common/scanf16.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2024 Free Software Foundation, Inc. +/* Copyright (C) 2008-2025 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/stdio-common/scanf17.c b/stdio-common/scanf17.c index d439243..2589de1 100644 --- a/stdio-common/scanf17.c +++ b/stdio-common/scanf17.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2024 Free Software Foundation, Inc. +/* Copyright (C) 2008-2025 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/stdio-common/scanf18.c b/stdio-common/scanf18.c index e6e194c..faf2555 100644 --- a/stdio-common/scanf18.c +++ b/stdio-common/scanf18.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2007-2024 Free Software Foundation, Inc. +/* Copyright (C) 2007-2025 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/stdio-common/scanf19.c b/stdio-common/scanf19.c index 76a2681..1905d32 100644 --- a/stdio-common/scanf19.c +++ b/stdio-common/scanf19.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2008-2024 Free Software Foundation, Inc. +/* Copyright (C) 2008-2025 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/stdio-common/siglist-gen.c b/stdio-common/siglist-gen.c index 514aa83..72867a7 100644 --- a/stdio-common/siglist-gen.c +++ b/stdio-common/siglist-gen.c @@ -1,5 +1,5 @@ /* Define list of all signal numbers and their names. - Copyright (C) 1997-2024 Free Software Foundation, Inc. + Copyright (C) 1997-2025 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/stdio-common/snprintf.c b/stdio-common/snprintf.c index fe36096..51ea4e4 100644 --- a/stdio-common/snprintf.c +++ b/stdio-common/snprintf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/sprintf.c b/stdio-common/sprintf.c index b750b62..453af44 100644 --- a/stdio-common/sprintf.c +++ b/stdio-common/sprintf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/sscanf.c b/stdio-common/sscanf.c index 1f2cb48..611e343 100644 --- a/stdio-common/sscanf.c +++ b/stdio-common/sscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/stdio_ext.h b/stdio-common/stdio_ext.h index 0ebe93a..3a9a981 100644 --- a/stdio-common/stdio_ext.h +++ b/stdio-common/stdio_ext.h @@ -1,5 +1,5 @@ /* Functions to access FILE structure internals. - Copyright (C) 2000-2024 Free Software Foundation, Inc. + Copyright (C) 2000-2025 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/stdio-common/tempnam.c b/stdio-common/tempnam.c index 9e62442..d35aac8 100644 --- a/stdio-common/tempnam.c +++ b/stdio-common/tempnam.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/tempname.c b/stdio-common/tempname.c index 77e695c..880fc05 100644 --- a/stdio-common/tempname.c +++ b/stdio-common/tempname.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/test-fseek.c b/stdio-common/test-fseek.c index cdc2ef3..7100e30 100644 --- a/stdio-common/test-fseek.c +++ b/stdio-common/test-fseek.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/test-popen.c b/stdio-common/test-popen.c index cdd5ae2..3df7dee 100644 --- a/stdio-common/test-popen.c +++ b/stdio-common/test-popen.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1997-2024 Free Software Foundation, Inc. +/* Copyright (C) 1997-2025 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/stdio-common/test-strerr.c b/stdio-common/test-strerr.c index 1a63b90..6a3cce3 100644 --- a/stdio-common/test-strerr.c +++ b/stdio-common/test-strerr.c @@ -1,5 +1,5 @@ /* Test strerrorname_np and strerrordesc_np. - Copyright (C) 2020-2024 Free Software Foundation, Inc. + Copyright (C) 2020-2025 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/stdio-common/test-vfprintf.c b/stdio-common/test-vfprintf.c index be53917..f9e9af5 100644 --- a/stdio-common/test-vfprintf.c +++ b/stdio-common/test-vfprintf.c @@ -1,5 +1,5 @@ /* Tests of *printf for very large strings. - Copyright (C) 2000-2024 Free Software Foundation, Inc. + Copyright (C) 2000-2025 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/stdio-common/test_rdwr.c b/stdio-common/test_rdwr.c index 8e501ba..556b9cb 100644 --- a/stdio-common/test_rdwr.c +++ b/stdio-common/test_rdwr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/tmpdir.c b/stdio-common/tmpdir.c index f189e85..53debf0 100644 --- a/stdio-common/tmpdir.c +++ b/stdio-common/tmpdir.c @@ -1,5 +1,4 @@ -/* Copyright (C) 1999, 2001-2002, 2006, 2009-2024 Free Software Foundation, - Inc. +/* Copyright (C) 1999-2025 Free Software Foundation, Inc. This file is part of the GNU C Library. This file is free software: you can redistribute it and/or modify diff --git a/stdio-common/tmpdir.h b/stdio-common/tmpdir.h index e187a31..4465798 100644 --- a/stdio-common/tmpdir.h +++ b/stdio-common/tmpdir.h @@ -1,5 +1,5 @@ /* Determine a temporary directory. - Copyright (C) 2001-2002, 2009-2024 Free Software Foundation, Inc. + Copyright (C) 2001-2025 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as diff --git a/stdio-common/tmpfile.c b/stdio-common/tmpfile.c index 08cf928..6bbb356 100644 --- a/stdio-common/tmpfile.c +++ b/stdio-common/tmpfile.c @@ -1,5 +1,5 @@ /* Open a stdio stream on an anonymous temporary file. Generic/POSIX version. - Copyright (C) 1991-2024 Free Software Foundation, Inc. + Copyright (C) 1991-2025 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/stdio-common/tmpfile64.c b/stdio-common/tmpfile64.c index a9b9bbc..2026a8a 100644 --- a/stdio-common/tmpfile64.c +++ b/stdio-common/tmpfile64.c @@ -1,5 +1,5 @@ /* Open a stdio stream on an anonymous, large temporary file. Generic version. - Copyright (C) 2012-2024 Free Software Foundation, Inc. + Copyright (C) 2012-2025 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/stdio-common/tmpnam.c b/stdio-common/tmpnam.c index 1cff363..4b7c0db 100644 --- a/stdio-common/tmpnam.c +++ b/stdio-common/tmpnam.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/tmpnam_r.c b/stdio-common/tmpnam_r.c index 38f9bac..a579c13 100644 --- a/stdio-common/tmpnam_r.c +++ b/stdio-common/tmpnam_r.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/translated_number_width.c b/stdio-common/translated_number_width.c index e42cf72..6521701 100644 --- a/stdio-common/translated_number_width.c +++ b/stdio-common/translated_number_width.c @@ -1,5 +1,5 @@ /* Compute the printf width of a sequence of ASCII digits. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/tst-bz11319.c b/stdio-common/tst-bz11319.c index 6c6725a..2a42a72 100644 --- a/stdio-common/tst-bz11319.c +++ b/stdio-common/tst-bz11319.c @@ -1,5 +1,5 @@ /* Regression test for bug 11319. - Copyright (C) 2018-2024 Free Software Foundation, Inc. + Copyright (C) 2018-2025 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/stdio-common/tst-dprintf-length.c b/stdio-common/tst-dprintf-length.c index 16cb672..cfe4a06 100644 --- a/stdio-common/tst-dprintf-length.c +++ b/stdio-common/tst-dprintf-length.c @@ -1,5 +1,5 @@ /* Test that dprintf returns the expected length. - Copyright (C) 2023-2024 Free Software Foundation, Inc. + Copyright (C) 2023-2025 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/stdio-common/tst-errno-manual.py b/stdio-common/tst-errno-manual.py index a8b58d6..04a3091 100755 --- a/stdio-common/tst-errno-manual.py +++ b/stdio-common/tst-errno-manual.py @@ -1,6 +1,6 @@ #!/usr/bin/python3 # Check is all errno definitions at errlist.h documented in the manual. -# Copyright (C) 2020-2024 Free Software Foundation, Inc. +# Copyright (C) 2020-2025 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/stdio-common/tst-fdopen2.c b/stdio-common/tst-fdopen2.c index 0c6625f..6264aab 100644 --- a/stdio-common/tst-fdopen2.c +++ b/stdio-common/tst-fdopen2.c @@ -1,5 +1,5 @@ /* Test the fdopen function. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-fgets2.c b/stdio-common/tst-fgets2.c index 5b78447..278556d 100644 --- a/stdio-common/tst-fgets2.c +++ b/stdio-common/tst-fgets2.c @@ -1,5 +1,5 @@ /* Test for additional fgets error handling. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-fileno.c b/stdio-common/tst-fileno.c index 89eab18..f78022f 100644 --- a/stdio-common/tst-fileno.c +++ b/stdio-common/tst-fileno.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994-2024 Free Software Foundation, Inc. +/* Copyright (C) 1994-2025 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/stdio-common/tst-fmemopen.c b/stdio-common/tst-fmemopen.c index 4b534f8..23125fc 100644 --- a/stdio-common/tst-fmemopen.c +++ b/stdio-common/tst-fmemopen.c @@ -1,5 +1,5 @@ /* basic fmemopen interface testing. - Copyright (C) 2014-2024 Free Software Foundation, Inc. + Copyright (C) 2014-2025 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/stdio-common/tst-fmemopen2.c b/stdio-common/tst-fmemopen2.c index 50221e8..57597d3 100644 --- a/stdio-common/tst-fmemopen2.c +++ b/stdio-common/tst-fmemopen2.c @@ -1,5 +1,5 @@ /* fmemopen tests. - Copyright (C) 2015-2024 Free Software Foundation, Inc. + Copyright (C) 2015-2025 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/stdio-common/tst-fmemopen3.c b/stdio-common/tst-fmemopen3.c index 0f7ba74..57f13bd 100644 --- a/stdio-common/tst-fmemopen3.c +++ b/stdio-common/tst-fmemopen3.c @@ -1,5 +1,5 @@ /* fmemopen tests for append and read mode. - Copyright (C) 2015-2024 Free Software Foundation, Inc. + Copyright (C) 2015-2025 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/stdio-common/tst-fmemopen4.c b/stdio-common/tst-fmemopen4.c index f182daf..d8a61c2 100644 --- a/stdio-common/tst-fmemopen4.c +++ b/stdio-common/tst-fmemopen4.c @@ -1,5 +1,5 @@ /* fmemopen tests for BZ#1930 and BZ#20005. - Copyright (C) 2016-2024 Free Software Foundation, Inc. + Copyright (C) 2016-2025 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/stdio-common/tst-fphex-wide.c b/stdio-common/tst-fphex-wide.c index ed24d8e..b25d70e 100644 --- a/stdio-common/tst-fphex-wide.c +++ b/stdio-common/tst-fphex-wide.c @@ -1,6 +1,6 @@ /* Test program for %a wprintf formats. This file is part of the GNU C Library. - Copyright (C) 2012-2024 Free Software Foundation, Inc. + Copyright (C) 2012-2025 Free Software Foundation, Inc. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/stdio-common/tst-fread.c b/stdio-common/tst-fread.c index 4d9a789..662265e 100644 --- a/stdio-common/tst-fread.c +++ b/stdio-common/tst-fread.c @@ -1,5 +1,5 @@ /* Test fread. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-freopen2-main.c b/stdio-common/tst-freopen2-main.c index 74c3125..2dc438c 100644 --- a/stdio-common/tst-freopen2-main.c +++ b/stdio-common/tst-freopen2-main.c @@ -1,5 +1,5 @@ /* Test freopen. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-freopen3-main.c b/stdio-common/tst-freopen3-main.c index 990a6e5..24a34df 100644 --- a/stdio-common/tst-freopen3-main.c +++ b/stdio-common/tst-freopen3-main.c @@ -1,5 +1,5 @@ /* Test freopen failure. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-freopen4-main.c b/stdio-common/tst-freopen4-main.c index 7284677..3336f53 100644 --- a/stdio-common/tst-freopen4-main.c +++ b/stdio-common/tst-freopen4-main.c @@ -1,5 +1,5 @@ /* Test freopen in chroot. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-freopen5.c b/stdio-common/tst-freopen5.c index f32626b..3b2a98a 100644 --- a/stdio-common/tst-freopen5.c +++ b/stdio-common/tst-freopen5.c @@ -1,5 +1,5 @@ /* Test freopen and freopen64 with large offsets. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-freopen6-main.c b/stdio-common/tst-freopen6-main.c index f493f42..0161f4e 100644 --- a/stdio-common/tst-freopen6-main.c +++ b/stdio-common/tst-freopen6-main.c @@ -1,5 +1,5 @@ /* Test freopen of stdin / stdout / stderr. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-freopen7-main.c b/stdio-common/tst-freopen7-main.c index 965e0b4..e82e0f6 100644 --- a/stdio-common/tst-freopen7-main.c +++ b/stdio-common/tst-freopen7-main.c @@ -1,5 +1,5 @@ /* Test freopen cancellation handling. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-fseek.c b/stdio-common/tst-fseek.c index a37ca2f..a0d50be 100644 --- a/stdio-common/tst-fseek.c +++ b/stdio-common/tst-fseek.c @@ -1,5 +1,5 @@ /* Tests of fseek and fseeko. - Copyright (C) 2000-2024 Free Software Foundation, Inc. + Copyright (C) 2000-2025 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/stdio-common/tst-fwrite-memstrm.c b/stdio-common/tst-fwrite-memstrm.c index 7ee3831..08c83f3 100644 --- a/stdio-common/tst-fwrite-memstrm.c +++ b/stdio-common/tst-fwrite-memstrm.c @@ -1,5 +1,5 @@ /* Test fwrite on a memory stream. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-fwrite-overflow.c b/stdio-common/tst-fwrite-overflow.c index fe503fd..0655dea 100644 --- a/stdio-common/tst-fwrite-overflow.c +++ b/stdio-common/tst-fwrite-overflow.c @@ -1,5 +1,5 @@ /* Test the overflow of fwrite's internal buffer. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-fwrite-ro.c b/stdio-common/tst-fwrite-ro.c index 7013bee..96a0e34 100644 --- a/stdio-common/tst-fwrite-ro.c +++ b/stdio-common/tst-fwrite-ro.c @@ -1,5 +1,5 @@ /* Test fwrite on a read-only stream. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-getline-enomem.c b/stdio-common/tst-getline-enomem.c index 7fc70ea..f997deb 100644 --- a/stdio-common/tst-getline-enomem.c +++ b/stdio-common/tst-getline-enomem.c @@ -1,5 +1,5 @@ /* Test getline: ENOMEM on allocation failure. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-getline.c b/stdio-common/tst-getline.c index 29eb7ce..3fe70e4 100644 --- a/stdio-common/tst-getline.c +++ b/stdio-common/tst-getline.c @@ -1,5 +1,5 @@ /* Test getline. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-gets.c b/stdio-common/tst-gets.c index 7feb4bd..6021009 100644 --- a/stdio-common/tst-gets.c +++ b/stdio-common/tst-gets.c @@ -1,5 +1,5 @@ /* Tests for gets. - Copyright (C) 2001-2024 Free Software Foundation, Inc. + Copyright (C) 2001-2025 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/stdio-common/tst-grouping2.c b/stdio-common/tst-grouping2.c index 49b7217..d3d2e8c 100644 --- a/stdio-common/tst-grouping2.c +++ b/stdio-common/tst-grouping2.c @@ -1,5 +1,5 @@ /* Test printf with grouping and large width (bug 29530) - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/tst-grouping3.c b/stdio-common/tst-grouping3.c index 28eb230..761fd2b 100644 --- a/stdio-common/tst-grouping3.c +++ b/stdio-common/tst-grouping3.c @@ -1,5 +1,5 @@ /* Test printf with grouping and padding (bug 30068) - Copyright (C) 2023-2024 Free Software Foundation, Inc. + Copyright (C) 2023-2025 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/stdio-common/tst-grouping_iterator.c b/stdio-common/tst-grouping_iterator.c index 7aaf428..4063ca6 100644 --- a/stdio-common/tst-grouping_iterator.c +++ b/stdio-common/tst-grouping_iterator.c @@ -1,5 +1,5 @@ /* Test for struct grouping_iterator. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/tst-long-dbl-fphex.c b/stdio-common/tst-long-dbl-fphex.c index 97a0506..7c1ff28 100644 --- a/stdio-common/tst-long-dbl-fphex.c +++ b/stdio-common/tst-long-dbl-fphex.c @@ -1,5 +1,5 @@ /* This file is part of the GNU C Library. - Copyright (C) 2012-2024 Free Software Foundation, Inc. + Copyright (C) 2012-2025 Free Software Foundation, Inc. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/stdio-common/tst-memstream-string.c b/stdio-common/tst-memstream-string.c index afee994..795fe4b 100644 --- a/stdio-common/tst-memstream-string.c +++ b/stdio-common/tst-memstream-string.c @@ -1,5 +1,5 @@ /* Test writing differently sized strings to a memstream. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/tst-popen.c b/stdio-common/tst-popen.c index 2753e6b..b16f40d 100644 --- a/stdio-common/tst-popen.c +++ b/stdio-common/tst-popen.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2004-2024 Free Software Foundation, Inc. +/* Copyright (C) 2004-2025 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/stdio-common/tst-popen3.c b/stdio-common/tst-popen3.c index 57a42f0..43611fb 100644 --- a/stdio-common/tst-popen3.c +++ b/stdio-common/tst-popen3.c @@ -1,7 +1,7 @@ /* Check if popen return a correct error code if the default shell does not exists (BZ#29016). - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/tst-printf-binary-main.c b/stdio-common/tst-printf-binary-main.c index d228654..f2cf5a2 100644 --- a/stdio-common/tst-printf-binary-main.c +++ b/stdio-common/tst-printf-binary-main.c @@ -1,5 +1,5 @@ /* Test binary printf formats. - Copyright (C) 2021-2024 Free Software Foundation, Inc. + Copyright (C) 2021-2025 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/stdio-common/tst-printf-binary.c b/stdio-common/tst-printf-binary.c index 92287c8..ec0166d 100644 --- a/stdio-common/tst-printf-binary.c +++ b/stdio-common/tst-printf-binary.c @@ -1,5 +1,5 @@ /* Test binary printf formats. Narrow string version. - Copyright (C) 2021-2024 Free Software Foundation, Inc. + Copyright (C) 2021-2025 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/stdio-common/tst-printf-bz18872.sh b/stdio-common/tst-printf-bz18872.sh index ade4b61..1114af7 100644 --- a/stdio-common/tst-printf-bz18872.sh +++ b/stdio-common/tst-printf-bz18872.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2015-2024 Free Software Foundation, Inc. +# Copyright (C) 2015-2025 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/stdio-common/tst-printf-bz25691.c b/stdio-common/tst-printf-bz25691.c index 320d879..754b404 100644 --- a/stdio-common/tst-printf-bz25691.c +++ b/stdio-common/tst-printf-bz25691.c @@ -1,5 +1,5 @@ /* Test for memory leak with large width (BZ#25691). - Copyright (C) 2020-2024 Free Software Foundation, Inc. + Copyright (C) 2020-2025 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/stdio-common/tst-printf-format-as-c.c b/stdio-common/tst-printf-format-as-c.c index 9eaf7ae..1b53506 100644 --- a/stdio-common/tst-printf-format-as-c.c +++ b/stdio-common/tst-printf-format-as-c.c @@ -1,5 +1,5 @@ /* Test for formatted 'asprintf' output for the 'c' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-as-char.c b/stdio-common/tst-printf-format-as-char.c index d9266d5..2dce36d 100644 --- a/stdio-common/tst-printf-format-as-char.c +++ b/stdio-common/tst-printf-format-as-char.c @@ -1,5 +1,5 @@ /* Test for formatted 'asprintf' output for signed char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-as-double.c b/stdio-common/tst-printf-format-as-double.c index 370ce8c..f9fbf03 100644 --- a/stdio-common/tst-printf-format-as-double.c +++ b/stdio-common/tst-printf-format-as-double.c @@ -1,5 +1,5 @@ /* Test for formatted 'asprintf' output for double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-as-int.c b/stdio-common/tst-printf-format-as-int.c index e6e10a9..a3af375 100644 --- a/stdio-common/tst-printf-format-as-int.c +++ b/stdio-common/tst-printf-format-as-int.c @@ -1,5 +1,5 @@ /* Test for formatted 'asprintf' output for int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-as-ldouble.c b/stdio-common/tst-printf-format-as-ldouble.c index e7f7220..15bdcf8 100644 --- a/stdio-common/tst-printf-format-as-ldouble.c +++ b/stdio-common/tst-printf-format-as-ldouble.c @@ -1,5 +1,5 @@ /* Test for formatted 'asprintf' output for long double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-as-llong.c b/stdio-common/tst-printf-format-as-llong.c index beaad73..4c771fb 100644 --- a/stdio-common/tst-printf-format-as-llong.c +++ b/stdio-common/tst-printf-format-as-llong.c @@ -1,5 +1,5 @@ /* Test for formatted 'asprintf' output for long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-as-long.c b/stdio-common/tst-printf-format-as-long.c index 7d968a8..0a4dee3 100644 --- a/stdio-common/tst-printf-format-as-long.c +++ b/stdio-common/tst-printf-format-as-long.c @@ -1,5 +1,5 @@ /* Test for formatted 'asprintf' output for long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-as-s.c b/stdio-common/tst-printf-format-as-s.c index baa883d..b2240f0 100644 --- a/stdio-common/tst-printf-format-as-s.c +++ b/stdio-common/tst-printf-format-as-s.c @@ -1,5 +1,5 @@ /* Test for formatted 'asprintf' output for the 's' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-as-short.c b/stdio-common/tst-printf-format-as-short.c index 8d0b078..766ed7b 100644 --- a/stdio-common/tst-printf-format-as-short.c +++ b/stdio-common/tst-printf-format-as-short.c @@ -1,5 +1,5 @@ /* Test for formatted 'asprintf' output for short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-as-uchar.c b/stdio-common/tst-printf-format-as-uchar.c index 8e46254..ded11dd 100644 --- a/stdio-common/tst-printf-format-as-uchar.c +++ b/stdio-common/tst-printf-format-as-uchar.c @@ -1,5 +1,5 @@ /* Test for formatted 'asprintf' output for unsigned char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-as-uint.c b/stdio-common/tst-printf-format-as-uint.c index 8cf38d7..fac144f 100644 --- a/stdio-common/tst-printf-format-as-uint.c +++ b/stdio-common/tst-printf-format-as-uint.c @@ -1,5 +1,5 @@ /* Test for formatted 'asprintf' output for unsigned int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-as-ullong.c b/stdio-common/tst-printf-format-as-ullong.c index 30b31ed..bdb8b41 100644 --- a/stdio-common/tst-printf-format-as-ullong.c +++ b/stdio-common/tst-printf-format-as-ullong.c @@ -1,5 +1,5 @@ /* Test for formatted 'asprintf' output for unsigned long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-as-ulong.c b/stdio-common/tst-printf-format-as-ulong.c index 9b108aa..ae744e2 100644 --- a/stdio-common/tst-printf-format-as-ulong.c +++ b/stdio-common/tst-printf-format-as-ulong.c @@ -1,5 +1,5 @@ /* Test for formatted 'asprintf' output for unsigned long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-as-ushort.c b/stdio-common/tst-printf-format-as-ushort.c index 44b912f..7b4ac43 100644 --- a/stdio-common/tst-printf-format-as-ushort.c +++ b/stdio-common/tst-printf-format-as-ushort.c @@ -1,5 +1,5 @@ /* Test for formatted 'asprintf' output for unsigned short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-as.h b/stdio-common/tst-printf-format-as.h index c30d2e2..bf39836 100644 --- a/stdio-common/tst-printf-format-as.h +++ b/stdio-common/tst-printf-format-as.h @@ -1,5 +1,5 @@ /* Test feature wrapper for formatted 'asprintf' output. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-c.sh b/stdio-common/tst-printf-format-c.sh index 2b8d720..14a3a6e 100644 --- a/stdio-common/tst-printf-format-c.sh +++ b/stdio-common/tst-printf-format-c.sh @@ -1,6 +1,6 @@ #!/bin/bash # Testing of the 'c' printf conversion. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-char.sh b/stdio-common/tst-printf-format-char.sh index 9921967..5772204 100644 --- a/stdio-common/tst-printf-format-char.sh +++ b/stdio-common/tst-printf-format-char.sh @@ -1,6 +1,6 @@ #!/bin/bash # Testing of signed char printf conversions. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-d-c.c b/stdio-common/tst-printf-format-d-c.c index 61fd066..fdf4e48 100644 --- a/stdio-common/tst-printf-format-d-c.c +++ b/stdio-common/tst-printf-format-d-c.c @@ -1,5 +1,5 @@ /* Test for formatted 'dprintf' output for the 'c' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-d-char.c b/stdio-common/tst-printf-format-d-char.c index baa6e16..86ca225 100644 --- a/stdio-common/tst-printf-format-d-char.c +++ b/stdio-common/tst-printf-format-d-char.c @@ -1,5 +1,5 @@ /* Test for formatted 'dprintf' output for signed char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-d-double.c b/stdio-common/tst-printf-format-d-double.c index e432a95..bfb7ba3 100644 --- a/stdio-common/tst-printf-format-d-double.c +++ b/stdio-common/tst-printf-format-d-double.c @@ -1,5 +1,5 @@ /* Test for formatted 'dprintf' output for double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-d-int.c b/stdio-common/tst-printf-format-d-int.c index 6d59b23..c977425 100644 --- a/stdio-common/tst-printf-format-d-int.c +++ b/stdio-common/tst-printf-format-d-int.c @@ -1,5 +1,5 @@ /* Test for formatted 'dprintf' output for int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-d-ldouble.c b/stdio-common/tst-printf-format-d-ldouble.c index 67a2bae..c49aee9 100644 --- a/stdio-common/tst-printf-format-d-ldouble.c +++ b/stdio-common/tst-printf-format-d-ldouble.c @@ -1,5 +1,5 @@ /* Test for formatted 'dprintf' output for long double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-d-llong.c b/stdio-common/tst-printf-format-d-llong.c index 950a2b8..b5c37f3 100644 --- a/stdio-common/tst-printf-format-d-llong.c +++ b/stdio-common/tst-printf-format-d-llong.c @@ -1,5 +1,5 @@ /* Test for formatted 'dprintf' output for long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-d-long.c b/stdio-common/tst-printf-format-d-long.c index 4fabb41..a6eaaee 100644 --- a/stdio-common/tst-printf-format-d-long.c +++ b/stdio-common/tst-printf-format-d-long.c @@ -1,5 +1,5 @@ /* Test for formatted 'dprintf' output for long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-d-s.c b/stdio-common/tst-printf-format-d-s.c index 1ef896e..b85d4f8 100644 --- a/stdio-common/tst-printf-format-d-s.c +++ b/stdio-common/tst-printf-format-d-s.c @@ -1,5 +1,5 @@ /* Test for formatted 'dprintf' output for the 's' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-d-short.c b/stdio-common/tst-printf-format-d-short.c index 17767bb..436ceb2 100644 --- a/stdio-common/tst-printf-format-d-short.c +++ b/stdio-common/tst-printf-format-d-short.c @@ -1,5 +1,5 @@ /* Test for formatted 'dprintf' output for short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-d-uchar.c b/stdio-common/tst-printf-format-d-uchar.c index 732479e..29f2755 100644 --- a/stdio-common/tst-printf-format-d-uchar.c +++ b/stdio-common/tst-printf-format-d-uchar.c @@ -1,5 +1,5 @@ /* Test for formatted 'dprintf' output for unsigned char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-d-uint.c b/stdio-common/tst-printf-format-d-uint.c index 5b68aec..f0a90a5 100644 --- a/stdio-common/tst-printf-format-d-uint.c +++ b/stdio-common/tst-printf-format-d-uint.c @@ -1,5 +1,5 @@ /* Test for formatted 'dprintf' output for unsigned int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-d-ullong.c b/stdio-common/tst-printf-format-d-ullong.c index 0e20a1d..539e527 100644 --- a/stdio-common/tst-printf-format-d-ullong.c +++ b/stdio-common/tst-printf-format-d-ullong.c @@ -1,5 +1,5 @@ /* Test for formatted 'dprintf' output for unsigned long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-d-ulong.c b/stdio-common/tst-printf-format-d-ulong.c index 62085ac..e656fcb 100644 --- a/stdio-common/tst-printf-format-d-ulong.c +++ b/stdio-common/tst-printf-format-d-ulong.c @@ -1,5 +1,5 @@ /* Test for formatted 'dprintf' output for unsigned long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-d-ushort.c b/stdio-common/tst-printf-format-d-ushort.c index 7d8ef76..4d63e15 100644 --- a/stdio-common/tst-printf-format-d-ushort.c +++ b/stdio-common/tst-printf-format-d-ushort.c @@ -1,5 +1,5 @@ /* Test for formatted 'dprintf' output for unsigned short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-d.h b/stdio-common/tst-printf-format-d.h index af7f26c..acaf7cc 100644 --- a/stdio-common/tst-printf-format-d.h +++ b/stdio-common/tst-printf-format-d.h @@ -1,5 +1,5 @@ /* Test feature wrapper for formatted 'dprintf' output. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-double.sh b/stdio-common/tst-printf-format-double.sh index b4e61ac..c6a0eb3 100644 --- a/stdio-common/tst-printf-format-double.sh +++ b/stdio-common/tst-printf-format-double.sh @@ -1,6 +1,6 @@ #!/bin/bash # Testing of double printf conversions. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-f-c.c b/stdio-common/tst-printf-format-f-c.c index 1db9e2b..ca4156b 100644 --- a/stdio-common/tst-printf-format-f-c.c +++ b/stdio-common/tst-printf-format-f-c.c @@ -1,5 +1,5 @@ /* Test for formatted 'fprintf' output for the 'c' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-f-char.c b/stdio-common/tst-printf-format-f-char.c index a492f31..7b2374a 100644 --- a/stdio-common/tst-printf-format-f-char.c +++ b/stdio-common/tst-printf-format-f-char.c @@ -1,5 +1,5 @@ /* Test for formatted 'fprintf' output for signed char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-f-double.c b/stdio-common/tst-printf-format-f-double.c index 906ef0b..85640c2 100644 --- a/stdio-common/tst-printf-format-f-double.c +++ b/stdio-common/tst-printf-format-f-double.c @@ -1,5 +1,5 @@ /* Test for formatted 'fprintf' output for double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-f-int.c b/stdio-common/tst-printf-format-f-int.c index 92dc0c9..2c5d84a 100644 --- a/stdio-common/tst-printf-format-f-int.c +++ b/stdio-common/tst-printf-format-f-int.c @@ -1,5 +1,5 @@ /* Test for formatted 'fprintf' output for int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-f-ldouble.c b/stdio-common/tst-printf-format-f-ldouble.c index 0a0c88d..7a0227a 100644 --- a/stdio-common/tst-printf-format-f-ldouble.c +++ b/stdio-common/tst-printf-format-f-ldouble.c @@ -1,5 +1,5 @@ /* Test for formatted 'fprintf' output for long double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-f-llong.c b/stdio-common/tst-printf-format-f-llong.c index ceb8d03..4fe8789 100644 --- a/stdio-common/tst-printf-format-f-llong.c +++ b/stdio-common/tst-printf-format-f-llong.c @@ -1,5 +1,5 @@ /* Test for formatted 'fprintf' output for long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-f-long.c b/stdio-common/tst-printf-format-f-long.c index a4a5dca..7c06418 100644 --- a/stdio-common/tst-printf-format-f-long.c +++ b/stdio-common/tst-printf-format-f-long.c @@ -1,5 +1,5 @@ /* Test for formatted 'fprintf' output for long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-f-s.c b/stdio-common/tst-printf-format-f-s.c index da0e0f8..c622844 100644 --- a/stdio-common/tst-printf-format-f-s.c +++ b/stdio-common/tst-printf-format-f-s.c @@ -1,5 +1,5 @@ /* Test for formatted 'fprintf' output for the 's' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-f-short.c b/stdio-common/tst-printf-format-f-short.c index 3abd134..5e8b969 100644 --- a/stdio-common/tst-printf-format-f-short.c +++ b/stdio-common/tst-printf-format-f-short.c @@ -1,5 +1,5 @@ /* Test for formatted 'fprintf' output for short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-f-uchar.c b/stdio-common/tst-printf-format-f-uchar.c index f104cde..f5e32b7 100644 --- a/stdio-common/tst-printf-format-f-uchar.c +++ b/stdio-common/tst-printf-format-f-uchar.c @@ -1,5 +1,5 @@ /* Test for formatted 'fprintf' output for unsigned char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-f-uint.c b/stdio-common/tst-printf-format-f-uint.c index 0e1fdb4..77e254b 100644 --- a/stdio-common/tst-printf-format-f-uint.c +++ b/stdio-common/tst-printf-format-f-uint.c @@ -1,5 +1,5 @@ /* Test for formatted 'fprintf' output for unsigned int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-f-ullong.c b/stdio-common/tst-printf-format-f-ullong.c index b4669fc..15c7098 100644 --- a/stdio-common/tst-printf-format-f-ullong.c +++ b/stdio-common/tst-printf-format-f-ullong.c @@ -1,5 +1,5 @@ /* Test for formatted 'fprintf' output for unsigned long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-f-ulong.c b/stdio-common/tst-printf-format-f-ulong.c index 3f4f900..2df1c67 100644 --- a/stdio-common/tst-printf-format-f-ulong.c +++ b/stdio-common/tst-printf-format-f-ulong.c @@ -1,5 +1,5 @@ /* Test for formatted 'fprintf' output for unsigned long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-f-ushort.c b/stdio-common/tst-printf-format-f-ushort.c index d49c237..1d71afc 100644 --- a/stdio-common/tst-printf-format-f-ushort.c +++ b/stdio-common/tst-printf-format-f-ushort.c @@ -1,5 +1,5 @@ /* Test for formatted 'fprintf' output for unsigned short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-f.h b/stdio-common/tst-printf-format-f.h index efb3283..d3d3cd6 100644 --- a/stdio-common/tst-printf-format-f.h +++ b/stdio-common/tst-printf-format-f.h @@ -1,5 +1,5 @@ /* Test feature wrapper for formatted 'fprintf' output. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-int.sh b/stdio-common/tst-printf-format-int.sh index 32dcfb1..a391510 100644 --- a/stdio-common/tst-printf-format-int.sh +++ b/stdio-common/tst-printf-format-int.sh @@ -1,6 +1,6 @@ #!/bin/bash # Testing of int printf conversions. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-ldouble.sh b/stdio-common/tst-printf-format-ldouble.sh index 4bfecad..15eba11 100644 --- a/stdio-common/tst-printf-format-ldouble.sh +++ b/stdio-common/tst-printf-format-ldouble.sh @@ -1,6 +1,6 @@ #!/bin/bash # Testing of long double printf conversions. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-llong.sh b/stdio-common/tst-printf-format-llong.sh index b028a2c..7b0e702 100644 --- a/stdio-common/tst-printf-format-llong.sh +++ b/stdio-common/tst-printf-format-llong.sh @@ -1,6 +1,6 @@ #!/bin/bash # Testing of long long int printf conversions. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-long.sh b/stdio-common/tst-printf-format-long.sh index 77c67ea..2869ef3 100644 --- a/stdio-common/tst-printf-format-long.sh +++ b/stdio-common/tst-printf-format-long.sh @@ -1,6 +1,6 @@ #!/bin/bash # Testing of long int printf conversions. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-p-c.c b/stdio-common/tst-printf-format-p-c.c index ba46f55..5ed37f3 100644 --- a/stdio-common/tst-printf-format-p-c.c +++ b/stdio-common/tst-printf-format-p-c.c @@ -1,5 +1,5 @@ /* Test for formatted 'printf' output for the 'c' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-p-char.c b/stdio-common/tst-printf-format-p-char.c index 7640bf8..df5e0a3 100644 --- a/stdio-common/tst-printf-format-p-char.c +++ b/stdio-common/tst-printf-format-p-char.c @@ -1,5 +1,5 @@ /* Test for formatted 'printf' output for signed char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-p-double.c b/stdio-common/tst-printf-format-p-double.c index 8271ec7..c00f54c 100644 --- a/stdio-common/tst-printf-format-p-double.c +++ b/stdio-common/tst-printf-format-p-double.c @@ -1,5 +1,5 @@ /* Test for formatted 'printf' output for double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-p-int.c b/stdio-common/tst-printf-format-p-int.c index cdfaaac..d6f2020 100644 --- a/stdio-common/tst-printf-format-p-int.c +++ b/stdio-common/tst-printf-format-p-int.c @@ -1,5 +1,5 @@ /* Test for formatted 'printf' output for int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-p-ldouble.c b/stdio-common/tst-printf-format-p-ldouble.c index 266989d..85dddd1 100644 --- a/stdio-common/tst-printf-format-p-ldouble.c +++ b/stdio-common/tst-printf-format-p-ldouble.c @@ -1,5 +1,5 @@ /* Test for formatted 'printf' output for long double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-p-llong.c b/stdio-common/tst-printf-format-p-llong.c index 936f626..926afc7 100644 --- a/stdio-common/tst-printf-format-p-llong.c +++ b/stdio-common/tst-printf-format-p-llong.c @@ -1,5 +1,5 @@ /* Test for formatted 'printf' output for long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-p-long.c b/stdio-common/tst-printf-format-p-long.c index c82c3ca..68caed0 100644 --- a/stdio-common/tst-printf-format-p-long.c +++ b/stdio-common/tst-printf-format-p-long.c @@ -1,5 +1,5 @@ /* Test for formatted 'printf' output for long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-p-s.c b/stdio-common/tst-printf-format-p-s.c index 4b0201a..8c2a04b 100644 --- a/stdio-common/tst-printf-format-p-s.c +++ b/stdio-common/tst-printf-format-p-s.c @@ -1,5 +1,5 @@ /* Test for formatted 'printf' output for the 's' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-p-short.c b/stdio-common/tst-printf-format-p-short.c index 2bf17f1..b1c5778 100644 --- a/stdio-common/tst-printf-format-p-short.c +++ b/stdio-common/tst-printf-format-p-short.c @@ -1,5 +1,5 @@ /* Test for formatted 'printf' output for short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-p-uchar.c b/stdio-common/tst-printf-format-p-uchar.c index 02a70c3..0903e54 100644 --- a/stdio-common/tst-printf-format-p-uchar.c +++ b/stdio-common/tst-printf-format-p-uchar.c @@ -1,5 +1,5 @@ /* Test for formatted 'printf' output for unsigned char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-p-uint.c b/stdio-common/tst-printf-format-p-uint.c index e61455e..1873df7 100644 --- a/stdio-common/tst-printf-format-p-uint.c +++ b/stdio-common/tst-printf-format-p-uint.c @@ -1,5 +1,5 @@ /* Test for formatted 'printf' output for unsigned int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-p-ullong.c b/stdio-common/tst-printf-format-p-ullong.c index 16b2541..83fac1e 100644 --- a/stdio-common/tst-printf-format-p-ullong.c +++ b/stdio-common/tst-printf-format-p-ullong.c @@ -1,5 +1,5 @@ /* Test for formatted 'printf' output for unsigned long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-p-ulong.c b/stdio-common/tst-printf-format-p-ulong.c index 0b3a7fd..9c0ad2b 100644 --- a/stdio-common/tst-printf-format-p-ulong.c +++ b/stdio-common/tst-printf-format-p-ulong.c @@ -1,5 +1,5 @@ /* Test for formatted 'printf' output for unsigned long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-p-ushort.c b/stdio-common/tst-printf-format-p-ushort.c index fa62f50..14f8bb5 100644 --- a/stdio-common/tst-printf-format-p-ushort.c +++ b/stdio-common/tst-printf-format-p-ushort.c @@ -1,5 +1,5 @@ /* Test for formatted 'printf' output for unsigned short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-p.h b/stdio-common/tst-printf-format-p.h index a9ffbb0..47ce6ff 100644 --- a/stdio-common/tst-printf-format-p.h +++ b/stdio-common/tst-printf-format-p.h @@ -1,5 +1,5 @@ /* Test feature wrapper for formatted 'printf' output. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s-c.c b/stdio-common/tst-printf-format-s-c.c index 87dad07..350a43a 100644 --- a/stdio-common/tst-printf-format-s-c.c +++ b/stdio-common/tst-printf-format-s-c.c @@ -1,5 +1,5 @@ /* Test for formatted 'sprintf' output for the 'c' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s-char.c b/stdio-common/tst-printf-format-s-char.c index f67ac94..47331a3 100644 --- a/stdio-common/tst-printf-format-s-char.c +++ b/stdio-common/tst-printf-format-s-char.c @@ -1,5 +1,5 @@ /* Test for formatted 'sprintf' output for signed char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s-double.c b/stdio-common/tst-printf-format-s-double.c index 16186b5..1d2886a 100644 --- a/stdio-common/tst-printf-format-s-double.c +++ b/stdio-common/tst-printf-format-s-double.c @@ -1,5 +1,5 @@ /* Test for formatted 'sprintf' output for double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s-int.c b/stdio-common/tst-printf-format-s-int.c index 2ed7b2d..19fde88 100644 --- a/stdio-common/tst-printf-format-s-int.c +++ b/stdio-common/tst-printf-format-s-int.c @@ -1,5 +1,5 @@ /* Test for formatted 'sprintf' output for int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s-ldouble.c b/stdio-common/tst-printf-format-s-ldouble.c index 0362cc5..80f1a47 100644 --- a/stdio-common/tst-printf-format-s-ldouble.c +++ b/stdio-common/tst-printf-format-s-ldouble.c @@ -1,5 +1,5 @@ /* Test for formatted 'sprintf' output for long double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s-llong.c b/stdio-common/tst-printf-format-s-llong.c index b49f849..de462fb 100644 --- a/stdio-common/tst-printf-format-s-llong.c +++ b/stdio-common/tst-printf-format-s-llong.c @@ -1,5 +1,5 @@ /* Test for formatted 'sprintf' output for long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s-long.c b/stdio-common/tst-printf-format-s-long.c index 49224d7..ade8869 100644 --- a/stdio-common/tst-printf-format-s-long.c +++ b/stdio-common/tst-printf-format-s-long.c @@ -1,5 +1,5 @@ /* Test for formatted 'sprintf' output for long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s-s.c b/stdio-common/tst-printf-format-s-s.c index 3a400f8..1142a24 100644 --- a/stdio-common/tst-printf-format-s-s.c +++ b/stdio-common/tst-printf-format-s-s.c @@ -1,5 +1,5 @@ /* Test for formatted 'sprintf' output for the 's' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s-short.c b/stdio-common/tst-printf-format-s-short.c index c98a808..265a628 100644 --- a/stdio-common/tst-printf-format-s-short.c +++ b/stdio-common/tst-printf-format-s-short.c @@ -1,5 +1,5 @@ /* Test for formatted 'sprintf' output for short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s-uchar.c b/stdio-common/tst-printf-format-s-uchar.c index befc368..9998974 100644 --- a/stdio-common/tst-printf-format-s-uchar.c +++ b/stdio-common/tst-printf-format-s-uchar.c @@ -1,5 +1,5 @@ /* Test for formatted 'sprintf' output for unsigned char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s-uint.c b/stdio-common/tst-printf-format-s-uint.c index f3a4c49..f28e731 100644 --- a/stdio-common/tst-printf-format-s-uint.c +++ b/stdio-common/tst-printf-format-s-uint.c @@ -1,5 +1,5 @@ /* Test for formatted 'sprintf' output for unsigned int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s-ullong.c b/stdio-common/tst-printf-format-s-ullong.c index 4ce5590..a84fdba 100644 --- a/stdio-common/tst-printf-format-s-ullong.c +++ b/stdio-common/tst-printf-format-s-ullong.c @@ -1,5 +1,5 @@ /* Test for formatted 'sprintf' output for unsigned long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s-ulong.c b/stdio-common/tst-printf-format-s-ulong.c index 81f9eea..eebf7f5 100644 --- a/stdio-common/tst-printf-format-s-ulong.c +++ b/stdio-common/tst-printf-format-s-ulong.c @@ -1,5 +1,5 @@ /* Test for formatted 'sprintf' output for unsigned long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s-ushort.c b/stdio-common/tst-printf-format-s-ushort.c index 4b1cca6..c3683aa 100644 --- a/stdio-common/tst-printf-format-s-ushort.c +++ b/stdio-common/tst-printf-format-s-ushort.c @@ -1,5 +1,5 @@ /* Test for formatted 'sprintf' output for unsigned short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s.h b/stdio-common/tst-printf-format-s.h index 7d1e72c..20369b8 100644 --- a/stdio-common/tst-printf-format-s.h +++ b/stdio-common/tst-printf-format-s.h @@ -1,5 +1,5 @@ /* Test feature wrapper for formatted 'sprintf' output. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-s.sh b/stdio-common/tst-printf-format-s.sh index fa0690f..5b3219c 100644 --- a/stdio-common/tst-printf-format-s.sh +++ b/stdio-common/tst-printf-format-s.sh @@ -1,6 +1,6 @@ #!/bin/bash # Testing of the 's' printf conversion. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-short.sh b/stdio-common/tst-printf-format-short.sh index a610a15..c91eb2d 100644 --- a/stdio-common/tst-printf-format-short.sh +++ b/stdio-common/tst-printf-format-short.sh @@ -1,6 +1,6 @@ #!/bin/bash # Testing of short int printf conversions. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-skeleton-c.c b/stdio-common/tst-printf-format-skeleton-c.c index 3f9bbc9..cbe136f 100644 --- a/stdio-common/tst-printf-format-skeleton-c.c +++ b/stdio-common/tst-printf-format-skeleton-c.c @@ -1,5 +1,5 @@ /* Test skeleton for formatted printf output for the 'c' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-skeleton-char.c b/stdio-common/tst-printf-format-skeleton-char.c index 8c7b44b..421664a 100644 --- a/stdio-common/tst-printf-format-skeleton-char.c +++ b/stdio-common/tst-printf-format-skeleton-char.c @@ -1,5 +1,5 @@ /* Test skeleton for formatted printf output for signed char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-skeleton-double.c b/stdio-common/tst-printf-format-skeleton-double.c index 19d75bb..aa49277 100644 --- a/stdio-common/tst-printf-format-skeleton-double.c +++ b/stdio-common/tst-printf-format-skeleton-double.c @@ -1,5 +1,5 @@ /* Test skeleton for formatted printf output for double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-skeleton-int.c b/stdio-common/tst-printf-format-skeleton-int.c index 5d2076c..bc3e407 100644 --- a/stdio-common/tst-printf-format-skeleton-int.c +++ b/stdio-common/tst-printf-format-skeleton-int.c @@ -1,5 +1,5 @@ /* Test skeleton for formatted printf output for int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-skeleton-ldouble.c b/stdio-common/tst-printf-format-skeleton-ldouble.c index cb58f1a..1b4c481 100644 --- a/stdio-common/tst-printf-format-skeleton-ldouble.c +++ b/stdio-common/tst-printf-format-skeleton-ldouble.c @@ -1,5 +1,5 @@ /* Test skeleton for formatted printf output for long double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-skeleton-llong.c b/stdio-common/tst-printf-format-skeleton-llong.c index 9a4b7a3..9f5bfbc 100644 --- a/stdio-common/tst-printf-format-skeleton-llong.c +++ b/stdio-common/tst-printf-format-skeleton-llong.c @@ -1,5 +1,5 @@ /* Test skeleton for formatted printf output for long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-skeleton-long.c b/stdio-common/tst-printf-format-skeleton-long.c index bf011b7..f4ed1a9 100644 --- a/stdio-common/tst-printf-format-skeleton-long.c +++ b/stdio-common/tst-printf-format-skeleton-long.c @@ -1,5 +1,5 @@ /* Test skeleton for formatted printf output for long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-skeleton-s.c b/stdio-common/tst-printf-format-skeleton-s.c index 59aab9f..7749b5b 100644 --- a/stdio-common/tst-printf-format-skeleton-s.c +++ b/stdio-common/tst-printf-format-skeleton-s.c @@ -1,5 +1,5 @@ /* Test skeleton for formatted printf output for the 's' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-skeleton-short.c b/stdio-common/tst-printf-format-skeleton-short.c index 1b7c8c0..ef2f787 100644 --- a/stdio-common/tst-printf-format-skeleton-short.c +++ b/stdio-common/tst-printf-format-skeleton-short.c @@ -1,5 +1,5 @@ /* Test skeleton for formatted printf output for short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-skeleton-uchar.c b/stdio-common/tst-printf-format-skeleton-uchar.c index 389188d..3a4c427 100644 --- a/stdio-common/tst-printf-format-skeleton-uchar.c +++ b/stdio-common/tst-printf-format-skeleton-uchar.c @@ -1,5 +1,5 @@ /* Test skeleton for formatted printf output for unsigned char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-skeleton-uint.c b/stdio-common/tst-printf-format-skeleton-uint.c index 6a41591..68222f1 100644 --- a/stdio-common/tst-printf-format-skeleton-uint.c +++ b/stdio-common/tst-printf-format-skeleton-uint.c @@ -1,5 +1,5 @@ /* Test skeleton for formatted printf output for unsigned int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-skeleton-ullong.c b/stdio-common/tst-printf-format-skeleton-ullong.c index a2ad789..9d2f03b 100644 --- a/stdio-common/tst-printf-format-skeleton-ullong.c +++ b/stdio-common/tst-printf-format-skeleton-ullong.c @@ -1,5 +1,5 @@ /* Test skeleton for formatted printf output for unsigned long long int convs. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-skeleton-ulong.c b/stdio-common/tst-printf-format-skeleton-ulong.c index 05cd4e0..553ca1d 100644 --- a/stdio-common/tst-printf-format-skeleton-ulong.c +++ b/stdio-common/tst-printf-format-skeleton-ulong.c @@ -1,5 +1,5 @@ /* Test skeleton for formatted printf output for unsigned long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-skeleton-ushort.c b/stdio-common/tst-printf-format-skeleton-ushort.c index 5cc2e02..6474e97 100644 --- a/stdio-common/tst-printf-format-skeleton-ushort.c +++ b/stdio-common/tst-printf-format-skeleton-ushort.c @@ -1,5 +1,5 @@ /* Test skeleton for formatted printf output for unsigned short int convs. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-skeleton.c b/stdio-common/tst-printf-format-skeleton.c index 439fd78..4f0a5a2 100644 --- a/stdio-common/tst-printf-format-skeleton.c +++ b/stdio-common/tst-printf-format-skeleton.c @@ -1,5 +1,5 @@ /* Test skeleton for formatted printf output. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-sn-c.c b/stdio-common/tst-printf-format-sn-c.c index 59f51d6..40e5114 100644 --- a/stdio-common/tst-printf-format-sn-c.c +++ b/stdio-common/tst-printf-format-sn-c.c @@ -1,5 +1,5 @@ /* Test for formatted 'snprintf' output for the 'c' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-sn-char.c b/stdio-common/tst-printf-format-sn-char.c index 8b682dd..1d88b4b 100644 --- a/stdio-common/tst-printf-format-sn-char.c +++ b/stdio-common/tst-printf-format-sn-char.c @@ -1,5 +1,5 @@ /* Test for formatted 'snprintf' output for signed char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-sn-double.c b/stdio-common/tst-printf-format-sn-double.c index 4719a58..df259c3 100644 --- a/stdio-common/tst-printf-format-sn-double.c +++ b/stdio-common/tst-printf-format-sn-double.c @@ -1,5 +1,5 @@ /* Test for formatted 'snprintf' output for double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-sn-int.c b/stdio-common/tst-printf-format-sn-int.c index 94c42f2..8787c0c 100644 --- a/stdio-common/tst-printf-format-sn-int.c +++ b/stdio-common/tst-printf-format-sn-int.c @@ -1,5 +1,5 @@ /* Test for formatted 'snprintf' output for int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-sn-ldouble.c b/stdio-common/tst-printf-format-sn-ldouble.c index 921f3ff..e04433b 100644 --- a/stdio-common/tst-printf-format-sn-ldouble.c +++ b/stdio-common/tst-printf-format-sn-ldouble.c @@ -1,5 +1,5 @@ /* Test for formatted 'snprintf' output for long double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-sn-llong.c b/stdio-common/tst-printf-format-sn-llong.c index 0135527..eac715b 100644 --- a/stdio-common/tst-printf-format-sn-llong.c +++ b/stdio-common/tst-printf-format-sn-llong.c @@ -1,5 +1,5 @@ /* Test for formatted 'snprintf' output for long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-sn-long.c b/stdio-common/tst-printf-format-sn-long.c index 58c8912..fa906ca 100644 --- a/stdio-common/tst-printf-format-sn-long.c +++ b/stdio-common/tst-printf-format-sn-long.c @@ -1,5 +1,5 @@ /* Test for formatted 'snprintf' output for long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-sn-s.c b/stdio-common/tst-printf-format-sn-s.c index aa3f170..805a2b6 100644 --- a/stdio-common/tst-printf-format-sn-s.c +++ b/stdio-common/tst-printf-format-sn-s.c @@ -1,5 +1,5 @@ /* Test for formatted 'snprintf' output for the 's' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-sn-short.c b/stdio-common/tst-printf-format-sn-short.c index f7baa12..eab6e3e 100644 --- a/stdio-common/tst-printf-format-sn-short.c +++ b/stdio-common/tst-printf-format-sn-short.c @@ -1,5 +1,5 @@ /* Test for formatted 'snprintf' output for short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-sn-uchar.c b/stdio-common/tst-printf-format-sn-uchar.c index 6ae5f12..390c97a 100644 --- a/stdio-common/tst-printf-format-sn-uchar.c +++ b/stdio-common/tst-printf-format-sn-uchar.c @@ -1,5 +1,5 @@ /* Test for formatted 'snprintf' output for unsigned char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-sn-uint.c b/stdio-common/tst-printf-format-sn-uint.c index f0a0c30..f150a36 100644 --- a/stdio-common/tst-printf-format-sn-uint.c +++ b/stdio-common/tst-printf-format-sn-uint.c @@ -1,5 +1,5 @@ /* Test for formatted 'snprintf' output for unsigned int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-sn-ullong.c b/stdio-common/tst-printf-format-sn-ullong.c index 0dc0a50..82d1a0c 100644 --- a/stdio-common/tst-printf-format-sn-ullong.c +++ b/stdio-common/tst-printf-format-sn-ullong.c @@ -1,5 +1,5 @@ /* Test for formatted 'snprintf' output for unsigned long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-sn-ulong.c b/stdio-common/tst-printf-format-sn-ulong.c index 23ff5a2..0ed33bc 100644 --- a/stdio-common/tst-printf-format-sn-ulong.c +++ b/stdio-common/tst-printf-format-sn-ulong.c @@ -1,5 +1,5 @@ /* Test for formatted 'snprintf' output for unsigned long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-sn-ushort.c b/stdio-common/tst-printf-format-sn-ushort.c index 1c5cffb..0fd292f 100644 --- a/stdio-common/tst-printf-format-sn-ushort.c +++ b/stdio-common/tst-printf-format-sn-ushort.c @@ -1,5 +1,5 @@ /* Test for formatted 'snprintf' output for unsigned short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-sn.h b/stdio-common/tst-printf-format-sn.h index ec2645b..0488338 100644 --- a/stdio-common/tst-printf-format-sn.h +++ b/stdio-common/tst-printf-format-sn.h @@ -1,5 +1,5 @@ /* Test feature wrapper for formatted 'snprintf' output. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-uchar.sh b/stdio-common/tst-printf-format-uchar.sh index 8385d47..478dcab 100644 --- a/stdio-common/tst-printf-format-uchar.sh +++ b/stdio-common/tst-printf-format-uchar.sh @@ -1,6 +1,6 @@ #!/bin/bash # Testing of unsigned char printf conversions. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-uint.sh b/stdio-common/tst-printf-format-uint.sh index 6806c99..26bcfe8 100644 --- a/stdio-common/tst-printf-format-uint.sh +++ b/stdio-common/tst-printf-format-uint.sh @@ -1,6 +1,6 @@ #!/bin/bash # Testing of unsigned int printf conversions. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-ullong.sh b/stdio-common/tst-printf-format-ullong.sh index c4fa69c..9475401 100644 --- a/stdio-common/tst-printf-format-ullong.sh +++ b/stdio-common/tst-printf-format-ullong.sh @@ -1,6 +1,6 @@ #!/bin/bash # Testing of unsigned long long int printf conversions. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-ulong.sh b/stdio-common/tst-printf-format-ulong.sh index fce881a..5c2d2e4 100644 --- a/stdio-common/tst-printf-format-ulong.sh +++ b/stdio-common/tst-printf-format-ulong.sh @@ -1,6 +1,6 @@ #!/bin/bash # Testing of unsigned long int printf conversions. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-ushort.sh b/stdio-common/tst-printf-format-ushort.sh index 2f411b7..2b3745f 100644 --- a/stdio-common/tst-printf-format-ushort.sh +++ b/stdio-common/tst-printf-format-ushort.sh @@ -1,6 +1,6 @@ #!/bin/bash # Testing of unsigned short int printf conversions. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-v-c.c b/stdio-common/tst-printf-format-v-c.c index 94aa304..9a327ef 100644 --- a/stdio-common/tst-printf-format-v-c.c +++ b/stdio-common/tst-printf-format-v-c.c @@ -1,5 +1,5 @@ /* Test for formatted 'vprintf' output for the 'c' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-v-char.c b/stdio-common/tst-printf-format-v-char.c index c813d81..1efb2b9 100644 --- a/stdio-common/tst-printf-format-v-char.c +++ b/stdio-common/tst-printf-format-v-char.c @@ -1,5 +1,5 @@ /* Test for formatted 'vprintf' output for signed char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-v-double.c b/stdio-common/tst-printf-format-v-double.c index 90cc170..99e0913 100644 --- a/stdio-common/tst-printf-format-v-double.c +++ b/stdio-common/tst-printf-format-v-double.c @@ -1,5 +1,5 @@ /* Test for formatted 'vprintf' output for double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-v-int.c b/stdio-common/tst-printf-format-v-int.c index 6529425..897496f 100644 --- a/stdio-common/tst-printf-format-v-int.c +++ b/stdio-common/tst-printf-format-v-int.c @@ -1,5 +1,5 @@ /* Test for formatted 'vprintf' output for int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-v-ldouble.c b/stdio-common/tst-printf-format-v-ldouble.c index 813f4a5..32f0677 100644 --- a/stdio-common/tst-printf-format-v-ldouble.c +++ b/stdio-common/tst-printf-format-v-ldouble.c @@ -1,5 +1,5 @@ /* Test for formatted 'vprintf' output for long double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-v-llong.c b/stdio-common/tst-printf-format-v-llong.c index 270ad08..0295cee 100644 --- a/stdio-common/tst-printf-format-v-llong.c +++ b/stdio-common/tst-printf-format-v-llong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vprintf' output for long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-v-long.c b/stdio-common/tst-printf-format-v-long.c index 2f5f653..2eb373c 100644 --- a/stdio-common/tst-printf-format-v-long.c +++ b/stdio-common/tst-printf-format-v-long.c @@ -1,5 +1,5 @@ /* Test for formatted 'vprintf' output for long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-v-s.c b/stdio-common/tst-printf-format-v-s.c index ebc253b..62f4c34 100644 --- a/stdio-common/tst-printf-format-v-s.c +++ b/stdio-common/tst-printf-format-v-s.c @@ -1,5 +1,5 @@ /* Test for formatted 'vprintf' output for the 's' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-v-short.c b/stdio-common/tst-printf-format-v-short.c index 92a59d9..906e30c 100644 --- a/stdio-common/tst-printf-format-v-short.c +++ b/stdio-common/tst-printf-format-v-short.c @@ -1,5 +1,5 @@ /* Test for formatted 'vprintf' output for short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-v-uchar.c b/stdio-common/tst-printf-format-v-uchar.c index 045ffd2..44c4aea 100644 --- a/stdio-common/tst-printf-format-v-uchar.c +++ b/stdio-common/tst-printf-format-v-uchar.c @@ -1,5 +1,5 @@ /* Test for formatted 'vprintf' output for unsigned char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-v-uint.c b/stdio-common/tst-printf-format-v-uint.c index 17b1ce3..6807094 100644 --- a/stdio-common/tst-printf-format-v-uint.c +++ b/stdio-common/tst-printf-format-v-uint.c @@ -1,5 +1,5 @@ /* Test for formatted 'vprintf' output for unsigned int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-v-ullong.c b/stdio-common/tst-printf-format-v-ullong.c index 590b04f..46a8e1e 100644 --- a/stdio-common/tst-printf-format-v-ullong.c +++ b/stdio-common/tst-printf-format-v-ullong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vprintf' output for unsigned long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-v-ulong.c b/stdio-common/tst-printf-format-v-ulong.c index 6747677..747f4e6 100644 --- a/stdio-common/tst-printf-format-v-ulong.c +++ b/stdio-common/tst-printf-format-v-ulong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vprintf' output for unsigned long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-v-ushort.c b/stdio-common/tst-printf-format-v-ushort.c index 1e78271..1eb2f7b 100644 --- a/stdio-common/tst-printf-format-v-ushort.c +++ b/stdio-common/tst-printf-format-v-ushort.c @@ -1,5 +1,5 @@ /* Test for formatted 'vprintf' output for unsigned short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-v.h b/stdio-common/tst-printf-format-v.h index 711b290..68109db 100644 --- a/stdio-common/tst-printf-format-v.h +++ b/stdio-common/tst-printf-format-v.h @@ -1,5 +1,5 @@ /* Test feature wrapper for formatted 'vprintf' output. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vas-c.c b/stdio-common/tst-printf-format-vas-c.c index f8cf814..5a7a850 100644 --- a/stdio-common/tst-printf-format-vas-c.c +++ b/stdio-common/tst-printf-format-vas-c.c @@ -1,5 +1,5 @@ /* Test for formatted 'vasprintf' output for the 'c' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vas-char.c b/stdio-common/tst-printf-format-vas-char.c index 39c6e73..457ffe3 100644 --- a/stdio-common/tst-printf-format-vas-char.c +++ b/stdio-common/tst-printf-format-vas-char.c @@ -1,5 +1,5 @@ /* Test for formatted 'vasprintf' output for signed char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vas-double.c b/stdio-common/tst-printf-format-vas-double.c index 25a21bb..9e61883 100644 --- a/stdio-common/tst-printf-format-vas-double.c +++ b/stdio-common/tst-printf-format-vas-double.c @@ -1,5 +1,5 @@ /* Test for formatted 'vasprintf' output for double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vas-int.c b/stdio-common/tst-printf-format-vas-int.c index 9cd70c8..a39e2d8 100644 --- a/stdio-common/tst-printf-format-vas-int.c +++ b/stdio-common/tst-printf-format-vas-int.c @@ -1,5 +1,5 @@ /* Test for formatted 'vasprintf' output for int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vas-ldouble.c b/stdio-common/tst-printf-format-vas-ldouble.c index 60c3933..bbb8399 100644 --- a/stdio-common/tst-printf-format-vas-ldouble.c +++ b/stdio-common/tst-printf-format-vas-ldouble.c @@ -1,5 +1,5 @@ /* Test for formatted 'vasprintf' output for long double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vas-llong.c b/stdio-common/tst-printf-format-vas-llong.c index 5d5322b..ec1dab5 100644 --- a/stdio-common/tst-printf-format-vas-llong.c +++ b/stdio-common/tst-printf-format-vas-llong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vasprintf' output for long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vas-long.c b/stdio-common/tst-printf-format-vas-long.c index d965105..05b893f 100644 --- a/stdio-common/tst-printf-format-vas-long.c +++ b/stdio-common/tst-printf-format-vas-long.c @@ -1,5 +1,5 @@ /* Test for formatted 'vasprintf' output for long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vas-s.c b/stdio-common/tst-printf-format-vas-s.c index 6d74ab8..ec4d176 100644 --- a/stdio-common/tst-printf-format-vas-s.c +++ b/stdio-common/tst-printf-format-vas-s.c @@ -1,5 +1,5 @@ /* Test for formatted 'vasprintf' output for the 's' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vas-short.c b/stdio-common/tst-printf-format-vas-short.c index a6d76a9..c044e5e 100644 --- a/stdio-common/tst-printf-format-vas-short.c +++ b/stdio-common/tst-printf-format-vas-short.c @@ -1,5 +1,5 @@ /* Test for formatted 'vasprintf' output for short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vas-uchar.c b/stdio-common/tst-printf-format-vas-uchar.c index c3dee11..b4b1be9 100644 --- a/stdio-common/tst-printf-format-vas-uchar.c +++ b/stdio-common/tst-printf-format-vas-uchar.c @@ -1,5 +1,5 @@ /* Test for formatted 'vasprintf' output for unsigned char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vas-uint.c b/stdio-common/tst-printf-format-vas-uint.c index e56e893..8d90103 100644 --- a/stdio-common/tst-printf-format-vas-uint.c +++ b/stdio-common/tst-printf-format-vas-uint.c @@ -1,5 +1,5 @@ /* Test for formatted 'vasprintf' output for unsigned int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vas-ullong.c b/stdio-common/tst-printf-format-vas-ullong.c index 05691bc..79b3404 100644 --- a/stdio-common/tst-printf-format-vas-ullong.c +++ b/stdio-common/tst-printf-format-vas-ullong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vasprintf' output for unsigned long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vas-ulong.c b/stdio-common/tst-printf-format-vas-ulong.c index 767d9cb..5cb97bb 100644 --- a/stdio-common/tst-printf-format-vas-ulong.c +++ b/stdio-common/tst-printf-format-vas-ulong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vasprintf' output for unsigned long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vas-ushort.c b/stdio-common/tst-printf-format-vas-ushort.c index 284d79f..99b4c66 100644 --- a/stdio-common/tst-printf-format-vas-ushort.c +++ b/stdio-common/tst-printf-format-vas-ushort.c @@ -1,5 +1,5 @@ /* Test for formatted 'vasprintf' output for unsigned short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vas.h b/stdio-common/tst-printf-format-vas.h index 3e38e72..8ed29f7 100644 --- a/stdio-common/tst-printf-format-vas.h +++ b/stdio-common/tst-printf-format-vas.h @@ -1,5 +1,5 @@ /* Test feature wrapper for formatted 'vasprintf' output. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vd-c.c b/stdio-common/tst-printf-format-vd-c.c index 209b178..a00320d 100644 --- a/stdio-common/tst-printf-format-vd-c.c +++ b/stdio-common/tst-printf-format-vd-c.c @@ -1,5 +1,5 @@ /* Test for formatted 'vdprintf' output for the 'c' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vd-char.c b/stdio-common/tst-printf-format-vd-char.c index 8286b6d..cb5565c 100644 --- a/stdio-common/tst-printf-format-vd-char.c +++ b/stdio-common/tst-printf-format-vd-char.c @@ -1,5 +1,5 @@ /* Test for formatted 'vdprintf' output for signed char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vd-double.c b/stdio-common/tst-printf-format-vd-double.c index e89a2ca..93bbdc1 100644 --- a/stdio-common/tst-printf-format-vd-double.c +++ b/stdio-common/tst-printf-format-vd-double.c @@ -1,5 +1,5 @@ /* Test for formatted 'vdprintf' output for double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vd-int.c b/stdio-common/tst-printf-format-vd-int.c index 598a888..667c8e0 100644 --- a/stdio-common/tst-printf-format-vd-int.c +++ b/stdio-common/tst-printf-format-vd-int.c @@ -1,5 +1,5 @@ /* Test for formatted 'vdprintf' output for int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vd-ldouble.c b/stdio-common/tst-printf-format-vd-ldouble.c index d3ada6f..bfb611b 100644 --- a/stdio-common/tst-printf-format-vd-ldouble.c +++ b/stdio-common/tst-printf-format-vd-ldouble.c @@ -1,5 +1,5 @@ /* Test for formatted 'vdprintf' output for long double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vd-llong.c b/stdio-common/tst-printf-format-vd-llong.c index ea6ea7b..b013db3 100644 --- a/stdio-common/tst-printf-format-vd-llong.c +++ b/stdio-common/tst-printf-format-vd-llong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vdprintf' output for long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vd-long.c b/stdio-common/tst-printf-format-vd-long.c index 4ee1cda..0f9ee13 100644 --- a/stdio-common/tst-printf-format-vd-long.c +++ b/stdio-common/tst-printf-format-vd-long.c @@ -1,5 +1,5 @@ /* Test for formatted 'vdprintf' output for long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vd-s.c b/stdio-common/tst-printf-format-vd-s.c index df7cf9a..0dcedbb 100644 --- a/stdio-common/tst-printf-format-vd-s.c +++ b/stdio-common/tst-printf-format-vd-s.c @@ -1,5 +1,5 @@ /* Test for formatted 'vdprintf' output for the 's' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vd-short.c b/stdio-common/tst-printf-format-vd-short.c index 87128c8..a5e91b2 100644 --- a/stdio-common/tst-printf-format-vd-short.c +++ b/stdio-common/tst-printf-format-vd-short.c @@ -1,5 +1,5 @@ /* Test for formatted 'vdprintf' output for short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vd-uchar.c b/stdio-common/tst-printf-format-vd-uchar.c index 90dea71..a29e74c 100644 --- a/stdio-common/tst-printf-format-vd-uchar.c +++ b/stdio-common/tst-printf-format-vd-uchar.c @@ -1,5 +1,5 @@ /* Test for formatted 'vdprintf' output for unsigned char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vd-uint.c b/stdio-common/tst-printf-format-vd-uint.c index feb95dc..ebb94c1 100644 --- a/stdio-common/tst-printf-format-vd-uint.c +++ b/stdio-common/tst-printf-format-vd-uint.c @@ -1,5 +1,5 @@ /* Test for formatted 'vdprintf' output for unsigned int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vd-ullong.c b/stdio-common/tst-printf-format-vd-ullong.c index 8f62fb0..dbe3950 100644 --- a/stdio-common/tst-printf-format-vd-ullong.c +++ b/stdio-common/tst-printf-format-vd-ullong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vdprintf' output for unsigned long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vd-ulong.c b/stdio-common/tst-printf-format-vd-ulong.c index 59b2015..ce55477 100644 --- a/stdio-common/tst-printf-format-vd-ulong.c +++ b/stdio-common/tst-printf-format-vd-ulong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vdprintf' output for unsigned long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vd-ushort.c b/stdio-common/tst-printf-format-vd-ushort.c index 5d09650..ab08c8e 100644 --- a/stdio-common/tst-printf-format-vd-ushort.c +++ b/stdio-common/tst-printf-format-vd-ushort.c @@ -1,5 +1,5 @@ /* Test for formatted 'vdprintf' output for unsigned short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vd.h b/stdio-common/tst-printf-format-vd.h index d721eda..eb2f057 100644 --- a/stdio-common/tst-printf-format-vd.h +++ b/stdio-common/tst-printf-format-vd.h @@ -1,5 +1,5 @@ /* Test feature wrapper for formatted 'vdprintf' output. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vf-c.c b/stdio-common/tst-printf-format-vf-c.c index b31b551..56fc751 100644 --- a/stdio-common/tst-printf-format-vf-c.c +++ b/stdio-common/tst-printf-format-vf-c.c @@ -1,5 +1,5 @@ /* Test for formatted 'vfprintf' output for the 'c' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vf-char.c b/stdio-common/tst-printf-format-vf-char.c index daa2886..48e5dc6 100644 --- a/stdio-common/tst-printf-format-vf-char.c +++ b/stdio-common/tst-printf-format-vf-char.c @@ -1,5 +1,5 @@ /* Test for formatted 'vfprintf' output for signed char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vf-double.c b/stdio-common/tst-printf-format-vf-double.c index 63ec8c0..6b6b467 100644 --- a/stdio-common/tst-printf-format-vf-double.c +++ b/stdio-common/tst-printf-format-vf-double.c @@ -1,5 +1,5 @@ /* Test for formatted 'vfprintf' output for double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vf-int.c b/stdio-common/tst-printf-format-vf-int.c index e687099..df8e769b 100644 --- a/stdio-common/tst-printf-format-vf-int.c +++ b/stdio-common/tst-printf-format-vf-int.c @@ -1,5 +1,5 @@ /* Test for formatted 'vfprintf' output for int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vf-ldouble.c b/stdio-common/tst-printf-format-vf-ldouble.c index 801e359..93acdae 100644 --- a/stdio-common/tst-printf-format-vf-ldouble.c +++ b/stdio-common/tst-printf-format-vf-ldouble.c @@ -1,5 +1,5 @@ /* Test for formatted 'vfprintf' output for long double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vf-llong.c b/stdio-common/tst-printf-format-vf-llong.c index a1b9ae3..85d5a88 100644 --- a/stdio-common/tst-printf-format-vf-llong.c +++ b/stdio-common/tst-printf-format-vf-llong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vfprintf' output for long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vf-long.c b/stdio-common/tst-printf-format-vf-long.c index 7afc127..89fa0fe 100644 --- a/stdio-common/tst-printf-format-vf-long.c +++ b/stdio-common/tst-printf-format-vf-long.c @@ -1,5 +1,5 @@ /* Test for formatted 'vfprintf' output for long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vf-s.c b/stdio-common/tst-printf-format-vf-s.c index 6faa6d0..d717ff1 100644 --- a/stdio-common/tst-printf-format-vf-s.c +++ b/stdio-common/tst-printf-format-vf-s.c @@ -1,5 +1,5 @@ /* Test for formatted 'vfprintf' output for the 's' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vf-short.c b/stdio-common/tst-printf-format-vf-short.c index c3d17ca..76e83b4 100644 --- a/stdio-common/tst-printf-format-vf-short.c +++ b/stdio-common/tst-printf-format-vf-short.c @@ -1,5 +1,5 @@ /* Test for formatted 'vfprintf' output for short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vf-uchar.c b/stdio-common/tst-printf-format-vf-uchar.c index 643438c..b7d2788 100644 --- a/stdio-common/tst-printf-format-vf-uchar.c +++ b/stdio-common/tst-printf-format-vf-uchar.c @@ -1,5 +1,5 @@ /* Test for formatted 'vfprintf' output for unsigned char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vf-uint.c b/stdio-common/tst-printf-format-vf-uint.c index 844192c..a744558 100644 --- a/stdio-common/tst-printf-format-vf-uint.c +++ b/stdio-common/tst-printf-format-vf-uint.c @@ -1,5 +1,5 @@ /* Test for formatted 'vfprintf' output for unsigned int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vf-ullong.c b/stdio-common/tst-printf-format-vf-ullong.c index ab58abd..04bfb4e 100644 --- a/stdio-common/tst-printf-format-vf-ullong.c +++ b/stdio-common/tst-printf-format-vf-ullong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vfprintf' output for unsigned long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vf-ulong.c b/stdio-common/tst-printf-format-vf-ulong.c index e76251f..d435f42 100644 --- a/stdio-common/tst-printf-format-vf-ulong.c +++ b/stdio-common/tst-printf-format-vf-ulong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vfprintf' output for unsigned long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vf-ushort.c b/stdio-common/tst-printf-format-vf-ushort.c index bf78a91..1920421 100644 --- a/stdio-common/tst-printf-format-vf-ushort.c +++ b/stdio-common/tst-printf-format-vf-ushort.c @@ -1,5 +1,5 @@ /* Test for formatted 'vfprintf' output for unsigned short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vf.h b/stdio-common/tst-printf-format-vf.h index f824364..4589b22 100644 --- a/stdio-common/tst-printf-format-vf.h +++ b/stdio-common/tst-printf-format-vf.h @@ -1,5 +1,5 @@ /* Test feature wrapper for formatted 'vfprintf' output. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vs-c.c b/stdio-common/tst-printf-format-vs-c.c index 72bcb5f..5d6ffbe 100644 --- a/stdio-common/tst-printf-format-vs-c.c +++ b/stdio-common/tst-printf-format-vs-c.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsprintf' output for the 'c' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vs-char.c b/stdio-common/tst-printf-format-vs-char.c index 30135cf..bf53b32 100644 --- a/stdio-common/tst-printf-format-vs-char.c +++ b/stdio-common/tst-printf-format-vs-char.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsprintf' output for signed char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vs-double.c b/stdio-common/tst-printf-format-vs-double.c index 56290d3..9b8c4bb 100644 --- a/stdio-common/tst-printf-format-vs-double.c +++ b/stdio-common/tst-printf-format-vs-double.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsprintf' output for double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vs-int.c b/stdio-common/tst-printf-format-vs-int.c index f954e1f..27ff5df 100644 --- a/stdio-common/tst-printf-format-vs-int.c +++ b/stdio-common/tst-printf-format-vs-int.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsprintf' output for int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vs-ldouble.c b/stdio-common/tst-printf-format-vs-ldouble.c index 3088e42..8cc921f 100644 --- a/stdio-common/tst-printf-format-vs-ldouble.c +++ b/stdio-common/tst-printf-format-vs-ldouble.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsprintf' output for long double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vs-llong.c b/stdio-common/tst-printf-format-vs-llong.c index 348ec2c..244d546 100644 --- a/stdio-common/tst-printf-format-vs-llong.c +++ b/stdio-common/tst-printf-format-vs-llong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsprintf' output for long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vs-long.c b/stdio-common/tst-printf-format-vs-long.c index 874e3ba..fc9daa8 100644 --- a/stdio-common/tst-printf-format-vs-long.c +++ b/stdio-common/tst-printf-format-vs-long.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsprintf' output for long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vs-s.c b/stdio-common/tst-printf-format-vs-s.c index 051f1b7..7c350fa 100644 --- a/stdio-common/tst-printf-format-vs-s.c +++ b/stdio-common/tst-printf-format-vs-s.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsprintf' output for the 's' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vs-short.c b/stdio-common/tst-printf-format-vs-short.c index 36595a8..60c8367 100644 --- a/stdio-common/tst-printf-format-vs-short.c +++ b/stdio-common/tst-printf-format-vs-short.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsprintf' output for short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vs-uchar.c b/stdio-common/tst-printf-format-vs-uchar.c index 8e35614..56be1ba 100644 --- a/stdio-common/tst-printf-format-vs-uchar.c +++ b/stdio-common/tst-printf-format-vs-uchar.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsprintf' output for unsigned char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vs-uint.c b/stdio-common/tst-printf-format-vs-uint.c index 4a13d6c..ea1d7ee 100644 --- a/stdio-common/tst-printf-format-vs-uint.c +++ b/stdio-common/tst-printf-format-vs-uint.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsprintf' output for unsigned int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vs-ullong.c b/stdio-common/tst-printf-format-vs-ullong.c index 313dfaf..69dca14 100644 --- a/stdio-common/tst-printf-format-vs-ullong.c +++ b/stdio-common/tst-printf-format-vs-ullong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsprintf' output for unsigned long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vs-ulong.c b/stdio-common/tst-printf-format-vs-ulong.c index 5ab7e2e..5110b5b 100644 --- a/stdio-common/tst-printf-format-vs-ulong.c +++ b/stdio-common/tst-printf-format-vs-ulong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsprintf' output for unsigned long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vs-ushort.c b/stdio-common/tst-printf-format-vs-ushort.c index a4af138..d642159 100644 --- a/stdio-common/tst-printf-format-vs-ushort.c +++ b/stdio-common/tst-printf-format-vs-ushort.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsprintf' output for unsigned short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vs.h b/stdio-common/tst-printf-format-vs.h index e00e1b0..f99747a 100644 --- a/stdio-common/tst-printf-format-vs.h +++ b/stdio-common/tst-printf-format-vs.h @@ -1,5 +1,5 @@ /* Test feature wrapper for formatted 'vsprintf' output. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vsn-c.c b/stdio-common/tst-printf-format-vsn-c.c index 47c8a0f..916ae32 100644 --- a/stdio-common/tst-printf-format-vsn-c.c +++ b/stdio-common/tst-printf-format-vsn-c.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsnprintf' output for the 'c' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vsn-char.c b/stdio-common/tst-printf-format-vsn-char.c index 48d4393..233ed66 100644 --- a/stdio-common/tst-printf-format-vsn-char.c +++ b/stdio-common/tst-printf-format-vsn-char.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsnprintf' output for signed char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vsn-double.c b/stdio-common/tst-printf-format-vsn-double.c index 06c1003..9255f5e 100644 --- a/stdio-common/tst-printf-format-vsn-double.c +++ b/stdio-common/tst-printf-format-vsn-double.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsnprintf' output for double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vsn-int.c b/stdio-common/tst-printf-format-vsn-int.c index 2aae926..e1d2549 100644 --- a/stdio-common/tst-printf-format-vsn-int.c +++ b/stdio-common/tst-printf-format-vsn-int.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsnprintf' output for int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vsn-ldouble.c b/stdio-common/tst-printf-format-vsn-ldouble.c index 0b5aafb..3f17ee4 100644 --- a/stdio-common/tst-printf-format-vsn-ldouble.c +++ b/stdio-common/tst-printf-format-vsn-ldouble.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsnprintf' output for long double conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vsn-llong.c b/stdio-common/tst-printf-format-vsn-llong.c index 8e79b83..4e69306 100644 --- a/stdio-common/tst-printf-format-vsn-llong.c +++ b/stdio-common/tst-printf-format-vsn-llong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsnprintf' output for long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vsn-long.c b/stdio-common/tst-printf-format-vsn-long.c index e94f7de..8029bf0 100644 --- a/stdio-common/tst-printf-format-vsn-long.c +++ b/stdio-common/tst-printf-format-vsn-long.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsnprintf' output for long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vsn-s.c b/stdio-common/tst-printf-format-vsn-s.c index efd8a4c..d52788d 100644 --- a/stdio-common/tst-printf-format-vsn-s.c +++ b/stdio-common/tst-printf-format-vsn-s.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsnprintf' output for the 's' conversion. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vsn-short.c b/stdio-common/tst-printf-format-vsn-short.c index 3d375b5..ded7609 100644 --- a/stdio-common/tst-printf-format-vsn-short.c +++ b/stdio-common/tst-printf-format-vsn-short.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsnprintf' output for short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vsn-uchar.c b/stdio-common/tst-printf-format-vsn-uchar.c index 6d0f396..a7a3854 100644 --- a/stdio-common/tst-printf-format-vsn-uchar.c +++ b/stdio-common/tst-printf-format-vsn-uchar.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsnprintf' output for unsigned char conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vsn-uint.c b/stdio-common/tst-printf-format-vsn-uint.c index b637f7b..d6c5a19 100644 --- a/stdio-common/tst-printf-format-vsn-uint.c +++ b/stdio-common/tst-printf-format-vsn-uint.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsnprintf' output for unsigned int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vsn-ullong.c b/stdio-common/tst-printf-format-vsn-ullong.c index d244271..3a3c9f2 100644 --- a/stdio-common/tst-printf-format-vsn-ullong.c +++ b/stdio-common/tst-printf-format-vsn-ullong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsnprintf' output for unsigned long long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vsn-ulong.c b/stdio-common/tst-printf-format-vsn-ulong.c index 67417d1..2c94086 100644 --- a/stdio-common/tst-printf-format-vsn-ulong.c +++ b/stdio-common/tst-printf-format-vsn-ulong.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsnprintf' output for unsigned long int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vsn-ushort.c b/stdio-common/tst-printf-format-vsn-ushort.c index 396ea43..0185c2b 100644 --- a/stdio-common/tst-printf-format-vsn-ushort.c +++ b/stdio-common/tst-printf-format-vsn-ushort.c @@ -1,5 +1,5 @@ /* Test for formatted 'vsnprintf' output for unsigned short int conversions. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format-vsn.h b/stdio-common/tst-printf-format-vsn.h index 4f25f1a..c2e3132 100644 --- a/stdio-common/tst-printf-format-vsn.h +++ b/stdio-common/tst-printf-format-vsn.h @@ -1,5 +1,5 @@ /* Test feature wrapper for formatted 'vsnprintf' output. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-printf-format.awk b/stdio-common/tst-printf-format.awk index 8b4bc7b..1b02abc 100644 --- a/stdio-common/tst-printf-format.awk +++ b/stdio-common/tst-printf-format.awk @@ -1,5 +1,5 @@ # Testing of printf conversions. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-format.sh b/stdio-common/tst-printf-format.sh index 466c4a5..098a235 100644 --- a/stdio-common/tst-printf-format.sh +++ b/stdio-common/tst-printf-format.sh @@ -1,6 +1,6 @@ #!/bin/bash # Formatted printf output test script dispatcher. -# Copyright (C) 2024 Free Software Foundation, Inc. +# Copyright (C) 2024-2025 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/stdio-common/tst-printf-fp-free.c b/stdio-common/tst-printf-fp-free.c index 031a1f5..f2d8d6c 100644 --- a/stdio-common/tst-printf-fp-free.c +++ b/stdio-common/tst-printf-fp-free.c @@ -1,5 +1,5 @@ /* Test double free bug in __printf_fp_l (bug 26214). - Copyright (C) 2020-2024 Free Software Foundation, Inc. + Copyright (C) 2020-2025 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/stdio-common/tst-printf-fp-leak.c b/stdio-common/tst-printf-fp-leak.c index 9c03420..fa50db0 100644 --- a/stdio-common/tst-printf-fp-leak.c +++ b/stdio-common/tst-printf-fp-leak.c @@ -1,5 +1,5 @@ /* Test memory leak in __printf_fp_l (bug 26215). - Copyright (C) 2020-2024 Free Software Foundation, Inc. + Copyright (C) 2020-2025 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/stdio-common/tst-printf-intn-main.c b/stdio-common/tst-printf-intn-main.c index 7db258d..aa8fcc9 100644 --- a/stdio-common/tst-printf-intn-main.c +++ b/stdio-common/tst-printf-intn-main.c @@ -1,5 +1,5 @@ /* Test printf formats for intN_t, int_leastN_t and int_fastN_t types. - Copyright (C) 2023-2024 Free Software Foundation, Inc. + Copyright (C) 2023-2025 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/stdio-common/tst-printf-intn.c b/stdio-common/tst-printf-intn.c index 8d73391..f14bc45 100644 --- a/stdio-common/tst-printf-intn.c +++ b/stdio-common/tst-printf-intn.c @@ -1,6 +1,6 @@ /* Test printf formats for intN_t, int_leastN_t and int_fastN_t types. Narrow string version. - Copyright (C) 2023-2024 Free Software Foundation, Inc. + Copyright (C) 2023-2025 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/stdio-common/tst-printf-oct.c b/stdio-common/tst-printf-oct.c index d525b60..6d0ed4a 100644 --- a/stdio-common/tst-printf-oct.c +++ b/stdio-common/tst-printf-oct.c @@ -1,5 +1,5 @@ /* Test printf width padding with octal format - Copyright (C) 2023-2024 Free Software Foundation, Inc. + Copyright (C) 2023-2025 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/stdio-common/tst-printf-round.c b/stdio-common/tst-printf-round.c index 7581a4a..2441dbf 100644 --- a/stdio-common/tst-printf-round.c +++ b/stdio-common/tst-printf-round.c @@ -1,5 +1,5 @@ /* Test for correct rounding of printf floating-point output. - Copyright (C) 2012-2024 Free Software Foundation, Inc. + Copyright (C) 2012-2025 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/stdio-common/tst-printf.c b/stdio-common/tst-printf.c index 0012270..8ed54e1 100644 --- a/stdio-common/tst-printf.c +++ b/stdio-common/tst-printf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/tst-printf.sh b/stdio-common/tst-printf.sh index cfcc4e3..e30d986 100644 --- a/stdio-common/tst-printf.sh +++ b/stdio-common/tst-printf.sh @@ -1,6 +1,6 @@ #!/bin/sh # Testing of printf. -# Copyright (C) 2000-2024 Free Software Foundation, Inc. +# Copyright (C) 2000-2025 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/stdio-common/tst-printfsz-islongdouble.c b/stdio-common/tst-printfsz-islongdouble.c index 3777dd8..6c34d46 100644 --- a/stdio-common/tst-printfsz-islongdouble.c +++ b/stdio-common/tst-printfsz-islongdouble.c @@ -1,5 +1,5 @@ /* Test for the behaviour of 'is_long_double' in printf_size. - Copyright (C) 2018-2024 Free Software Foundation, Inc. + Copyright (C) 2018-2025 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/stdio-common/tst-printfsz-islongdouble.sh b/stdio-common/tst-printfsz-islongdouble.sh index 6e0fb06..d2456bd 100644 --- a/stdio-common/tst-printfsz-islongdouble.sh +++ b/stdio-common/tst-printfsz-islongdouble.sh @@ -1,6 +1,6 @@ #!/bin/sh # Test for the behaviour of 'is_binary128' in printf_size. -# Copyright (C) 2018-2024 Free Software Foundation, Inc. +# Copyright (C) 2018-2025 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/stdio-common/tst-put-error.c b/stdio-common/tst-put-error.c index 1b17732..d23efbf 100644 --- a/stdio-common/tst-put-error.c +++ b/stdio-common/tst-put-error.c @@ -1,6 +1,6 @@ /* Verify that print functions return error when there is an I/O error. - Copyright (C) 2005-2024 Free Software Foundation, Inc. + Copyright (C) 2005-2025 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/stdio-common/tst-renameat2.c b/stdio-common/tst-renameat2.c index 7f4345f..12aa0f8 100644 --- a/stdio-common/tst-renameat2.c +++ b/stdio-common/tst-renameat2.c @@ -1,5 +1,5 @@ /* Linux implementation for renameat2 function. - Copyright (C) 2018-2024 Free Software Foundation, Inc. + Copyright (C) 2018-2025 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/stdio-common/tst-scanf-binary-c11.c b/stdio-common/tst-scanf-binary-c11.c index 1d24f2e..51872e5 100644 --- a/stdio-common/tst-scanf-binary-c11.c +++ b/stdio-common/tst-scanf-binary-c11.c @@ -1,6 +1,6 @@ /* Test scanf functions with C23 binary integers (narrow strings, no extensions to C11). - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/tst-scanf-binary-c23.c b/stdio-common/tst-scanf-binary-c23.c index ebb9f04..6f4583a 100644 --- a/stdio-common/tst-scanf-binary-c23.c +++ b/stdio-common/tst-scanf-binary-c23.c @@ -1,6 +1,6 @@ /* Test scanf functions with C23 binary integers (narrow strings, no extensions). - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/tst-scanf-binary-gnu11.c b/stdio-common/tst-scanf-binary-gnu11.c index 4524b7c..31f25d7 100644 --- a/stdio-common/tst-scanf-binary-gnu11.c +++ b/stdio-common/tst-scanf-binary-gnu11.c @@ -1,6 +1,6 @@ /* Test scanf functions with C23 binary integers (narrow strings, GNU extensions to C11). - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/tst-scanf-binary-gnu89.c b/stdio-common/tst-scanf-binary-gnu89.c index 0a209b3..eec9e8c 100644 --- a/stdio-common/tst-scanf-binary-gnu89.c +++ b/stdio-common/tst-scanf-binary-gnu89.c @@ -1,6 +1,6 @@ /* Test scanf functions with C23 binary integers (narrow strings, GNU extensions to C89). - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/tst-scanf-binary-main.c b/stdio-common/tst-scanf-binary-main.c index b103889..903e2d3 100644 --- a/stdio-common/tst-scanf-binary-main.c +++ b/stdio-common/tst-scanf-binary-main.c @@ -1,5 +1,5 @@ /* Test scanf functions with C23 binary integers. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/tst-scanf-bz27650.c b/stdio-common/tst-scanf-bz27650.c index 3a742bc..b019a8f 100644 --- a/stdio-common/tst-scanf-bz27650.c +++ b/stdio-common/tst-scanf-bz27650.c @@ -1,5 +1,5 @@ /* Test for BZ #27650, formatted input matching beyond INT_MAX. - Copyright (C) 2024 Free Software Foundation, Inc. + Copyright (C) 2024-2025 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/stdio-common/tst-scanf-intn-main.c b/stdio-common/tst-scanf-intn-main.c index 5964e42..0274d8e 100644 --- a/stdio-common/tst-scanf-intn-main.c +++ b/stdio-common/tst-scanf-intn-main.c @@ -1,5 +1,5 @@ /* Test scanf formats for intN_t, int_leastN_t and int_fastN_t types. - Copyright (C) 2023-2024 Free Software Foundation, Inc. + Copyright (C) 2023-2025 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/stdio-common/tst-scanf-intn.c b/stdio-common/tst-scanf-intn.c index 9ad5c8c..dcfa1b8 100644 --- a/stdio-common/tst-scanf-intn.c +++ b/stdio-common/tst-scanf-intn.c @@ -1,6 +1,6 @@ /* Test scanf formats for intN_t, int_leastN_t and int_fastN_t types. Narrow string version. - Copyright (C) 2023-2024 Free Software Foundation, Inc. + Copyright (C) 2023-2025 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/stdio-common/tst-scanf-round.c b/stdio-common/tst-scanf-round.c index dde18e3..a2918d9 100644 --- a/stdio-common/tst-scanf-round.c +++ b/stdio-common/tst-scanf-round.c @@ -1,6 +1,6 @@ /* Test for correct rounding of negative floating-point numbers by scanf (bug 23280). - Copyright (C) 2018-2024 Free Software Foundation, Inc. + Copyright (C) 2018-2025 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/stdio-common/tst-scanf-to_inpunct.c b/stdio-common/tst-scanf-to_inpunct.c index fab1a23..fc65eed 100644 --- a/stdio-common/tst-scanf-to_inpunct.c +++ b/stdio-common/tst-scanf-to_inpunct.c @@ -1,6 +1,6 @@ /* Test scanf for languages with mapping pairs of alternate digits and separators. - Copyright (C) 2023-2024 Free Software Foundation, Inc. + Copyright (C) 2023-2025 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/stdio-common/tst-sprintf-errno.c b/stdio-common/tst-sprintf-errno.c index 2ea1fde..a0aa8b8 100644 --- a/stdio-common/tst-sprintf-errno.c +++ b/stdio-common/tst-sprintf-errno.c @@ -1,5 +1,5 @@ /* Test the %m, %#m printf specifiers via asprintf. - Copyright (C) 2021-2024 Free Software Foundation, Inc. + Copyright (C) 2021-2025 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/stdio-common/tst-sprintf3.c b/stdio-common/tst-sprintf3.c index 8189910..ffbe9a6 100644 --- a/stdio-common/tst-sprintf3.c +++ b/stdio-common/tst-sprintf3.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2012-2024 Free Software Foundation, Inc. +/* Copyright (C) 2012-2025 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/stdio-common/tst-sscanf.c b/stdio-common/tst-sscanf.c index 3cf6567..a8fbd00 100644 --- a/stdio-common/tst-sscanf.c +++ b/stdio-common/tst-sscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2000-2024 Free Software Foundation, Inc. +/* Copyright (C) 2000-2025 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/stdio-common/tst-tmpnam.c b/stdio-common/tst-tmpnam.c index 6844c0f..b19cc07 100644 --- a/stdio-common/tst-tmpnam.c +++ b/stdio-common/tst-tmpnam.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998-2024 Free Software Foundation, Inc. +/* Copyright (C) 1998-2025 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/stdio-common/tst-unbputc.sh b/stdio-common/tst-unbputc.sh index 9fe4eee..537a3f9 100755 --- a/stdio-common/tst-unbputc.sh +++ b/stdio-common/tst-unbputc.sh @@ -1,6 +1,6 @@ #!/bin/sh # Testing the stdio implementation -# Copyright (C) 2000-2024 Free Software Foundation, Inc. +# Copyright (C) 2000-2025 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/stdio-common/tst-ungetc.c b/stdio-common/tst-ungetc.c index 388b202..9629882 100644 --- a/stdio-common/tst-ungetc.c +++ b/stdio-common/tst-ungetc.c @@ -1,5 +1,5 @@ /* Test for ungetc bugs. - Copyright (C) 1996-2024 Free Software Foundation, Inc. + Copyright (C) 1996-2025 Free Software Foundation, Inc. Copyright The GNU Toolchain Authors. This file is part of the GNU C Library. diff --git a/stdio-common/tst-unlockedio.c b/stdio-common/tst-unlockedio.c index 7f156b3..09fbf05 100644 --- a/stdio-common/tst-unlockedio.c +++ b/stdio-common/tst-unlockedio.c @@ -1,5 +1,5 @@ /* Test for some *_unlocked stdio interfaces. - Copyright (C) 2004-2024 Free Software Foundation, Inc. + Copyright (C) 2004-2025 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/stdio-common/tst-vfprintf-mbs-prec.c b/stdio-common/tst-vfprintf-mbs-prec.c index 63ebde9..81f9c4f 100644 --- a/stdio-common/tst-vfprintf-mbs-prec.c +++ b/stdio-common/tst-vfprintf-mbs-prec.c @@ -1,5 +1,5 @@ /* Test for wchar_t/multi-byte conversion and precision in vfprintf. - Copyright (C) 2017-2024 Free Software Foundation, Inc. + Copyright (C) 2017-2025 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/stdio-common/tst-vfprintf-user-type.c b/stdio-common/tst-vfprintf-user-type.c index de2b9d1..3fc98b3 100644 --- a/stdio-common/tst-vfprintf-user-type.c +++ b/stdio-common/tst-vfprintf-user-type.c @@ -1,5 +1,5 @@ /* Test for user-defined types in vfprintf. - Copyright (C) 2017-2024 Free Software Foundation, Inc. + Copyright (C) 2017-2025 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/stdio-common/tst-vfprintf-width-i18n.c b/stdio-common/tst-vfprintf-width-i18n.c index 93f8aba..6d7fd8f 100644 --- a/stdio-common/tst-vfprintf-width-i18n.c +++ b/stdio-common/tst-vfprintf-width-i18n.c @@ -1,5 +1,5 @@ /* Test for width of non-ASCII digit sequences. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/tst-vfprintf-width-prec-alloc.c b/stdio-common/tst-vfprintf-width-prec-alloc.c index a7c9b9c..1ff7653 100644 --- a/stdio-common/tst-vfprintf-width-prec-alloc.c +++ b/stdio-common/tst-vfprintf-width-prec-alloc.c @@ -1,5 +1,5 @@ /* Test large width or precision does not involve large allocation. - Copyright (C) 2020-2024 Free Software Foundation, Inc. + Copyright (C) 2020-2025 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/stdio-common/tst-vfprintf-width-prec.c b/stdio-common/tst-vfprintf-width-prec.c index e4f2dfd..61f154a 100644 --- a/stdio-common/tst-vfprintf-width-prec.c +++ b/stdio-common/tst-vfprintf-width-prec.c @@ -1,5 +1,5 @@ /* Test for memory leak with large width and precision. - Copyright (C) 1991-2024 Free Software Foundation, Inc. + Copyright (C) 1991-2025 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/stdio-common/tstgetln.c b/stdio-common/tstgetln.c index c0a64d2..0b5c2be 100644 --- a/stdio-common/tstgetln.c +++ b/stdio-common/tstgetln.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-2024 Free Software Foundation, Inc. +/* Copyright (C) 1992-2025 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/stdio-common/tstscanf.c b/stdio-common/tstscanf.c index 80c3cf8..bb3e55d 100644 --- a/stdio-common/tstscanf.c +++ b/stdio-common/tstscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/vfprintf-internal.c b/stdio-common/vfprintf-internal.c index 771beca..aa9708b 100644 --- a/stdio-common/vfprintf-internal.c +++ b/stdio-common/vfprintf-internal.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/vfprintf-process-arg.c b/stdio-common/vfprintf-process-arg.c index af6b570..8d20493 100644 --- a/stdio-common/vfprintf-process-arg.c +++ b/stdio-common/vfprintf-process-arg.c @@ -1,5 +1,5 @@ /* Argument-processing fragment for vfprintf. - Copyright (C) 1991-2024 Free Software Foundation, Inc. + Copyright (C) 1991-2025 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/stdio-common/vfprintf.c b/stdio-common/vfprintf.c index 77d32a5..1c23aef 100644 --- a/stdio-common/vfprintf.c +++ b/stdio-common/vfprintf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/vfscanf-internal.c b/stdio-common/vfscanf-internal.c index 5f38f99..87f23b5 100644 --- a/stdio-common/vfscanf-internal.c +++ b/stdio-common/vfscanf-internal.c @@ -1,5 +1,5 @@ /* Internal functions for the *scanf* implementation. - Copyright (C) 1991-2024 Free Software Foundation, Inc. + Copyright (C) 1991-2025 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/stdio-common/vfscanf.c b/stdio-common/vfscanf.c index c25cfff..1a05ac5 100644 --- a/stdio-common/vfscanf.c +++ b/stdio-common/vfscanf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/vfwprintf.c b/stdio-common/vfwprintf.c index ed8841c..b037f18 100644 --- a/stdio-common/vfwprintf.c +++ b/stdio-common/vfwprintf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/vfwscanf.c b/stdio-common/vfwscanf.c index 2ce4ccd..261512f 100644 --- a/stdio-common/vfwscanf.c +++ b/stdio-common/vfwscanf.c @@ -1,5 +1,5 @@ /* Implementation and symbols for vfwscanf. - Copyright (C) 2018-2024 Free Software Foundation, Inc. + Copyright (C) 2018-2025 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/stdio-common/vprintf.c b/stdio-common/vprintf.c index f838eed..9505db5 100644 --- a/stdio-common/vprintf.c +++ b/stdio-common/vprintf.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991-2024 Free Software Foundation, Inc. +/* Copyright (C) 1991-2025 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/stdio-common/wprintf_buffer_as_file.c b/stdio-common/wprintf_buffer_as_file.c index 142dec4..2db38c5 100644 --- a/stdio-common/wprintf_buffer_as_file.c +++ b/stdio-common/wprintf_buffer_as_file.c @@ -1,5 +1,5 @@ /* FILE * interface to a struct __wprintf_buffer. Wide version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/wprintf_buffer_done.c b/stdio-common/wprintf_buffer_done.c index 1dcaa10..f93cfa7 100644 --- a/stdio-common/wprintf_buffer_done.c +++ b/stdio-common/wprintf_buffer_done.c @@ -1,5 +1,5 @@ /* Final status reporting for struct __wprintf_buffer. Wide version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/wprintf_buffer_flush.c b/stdio-common/wprintf_buffer_flush.c index 98c3313..24e41b5 100644 --- a/stdio-common/wprintf_buffer_flush.c +++ b/stdio-common/wprintf_buffer_flush.c @@ -1,5 +1,5 @@ /* Flush a struct __wprintf_buffer. Wide version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/wprintf_buffer_pad_1.c b/stdio-common/wprintf_buffer_pad_1.c index 31709ee..262a0d1 100644 --- a/stdio-common/wprintf_buffer_pad_1.c +++ b/stdio-common/wprintf_buffer_pad_1.c @@ -1,5 +1,5 @@ /* Write repeated characters to struct __wprintf_buffer. Wide version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/wprintf_buffer_putc_1.c b/stdio-common/wprintf_buffer_putc_1.c index 85e1ded..c3284f1 100644 --- a/stdio-common/wprintf_buffer_putc_1.c +++ b/stdio-common/wprintf_buffer_putc_1.c @@ -1,5 +1,5 @@ /* Overflow character write function for struct __wprintf_buffer. Wide version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/wprintf_buffer_puts_1.c b/stdio-common/wprintf_buffer_puts_1.c index 0c947a9..0b264f0 100644 --- a/stdio-common/wprintf_buffer_puts_1.c +++ b/stdio-common/wprintf_buffer_puts_1.c @@ -1,5 +1,5 @@ /* String write function struct __wprintf_buffer. Wide version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/wprintf_buffer_to_file.c b/stdio-common/wprintf_buffer_to_file.c index 6325a9a..767243d 100644 --- a/stdio-common/wprintf_buffer_to_file.c +++ b/stdio-common/wprintf_buffer_to_file.c @@ -1,5 +1,5 @@ /* Wide printf buffers writing data to a FILE *. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/wprintf_buffer_write.c b/stdio-common/wprintf_buffer_write.c index aca28a7..fef9a94 100644 --- a/stdio-common/wprintf_buffer_write.c +++ b/stdio-common/wprintf_buffer_write.c @@ -1,5 +1,5 @@ /* Blob write function for struct __wprintf_buffer. Wide version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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/stdio-common/wprintf_function_invoke.c b/stdio-common/wprintf_function_invoke.c index 9618b0b..654f945 100644 --- a/stdio-common/wprintf_function_invoke.c +++ b/stdio-common/wprintf_function_invoke.c @@ -1,5 +1,5 @@ /* Invoke a printf specifier handler. Wide version. - Copyright (C) 2022-2024 Free Software Foundation, Inc. + Copyright (C) 2022-2025 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 |