diff options
| author | Pádraig Brady <P@draigBrady.com> | 2024-01-01 13:22:42 +0000 |
|---|---|---|
| committer | Pádraig Brady <P@draigBrady.com> | 2024-01-01 13:27:23 +0000 |
| commit | a966dcdb69e2f49f2587e1b7d4ade7efcff29f40 (patch) | |
| tree | 7d22fba144519dac9c1327158f9562e07d62cbbe /tests/printf | |
| parent | maint: pacify recent clang better (diff) | |
| download | coreutils-a966dcdb69e2f49f2587e1b7d4ade7efcff29f40.tar.gz coreutils-a966dcdb69e2f49f2587e1b7d4ade7efcff29f40.zip | |
maint: update all copyright year number ranges
Update to latest gnulib with new copyright year.
Run "make update-copyright" and then...
* gnulib: Update included in this commit as copyright years
are the only change from the previous gnulib commit.
* tests/init.sh: Sync with gnulib to pick up copyright year.
* bootstrap: Manually update copyright year,
until we fully sync with gnulib at a later stage.
* tests/sample-test: Adjust to use the single most recent year.
Diffstat (limited to 'tests/printf')
| -rwxr-xr-x | tests/printf/printf-cov.pl | 2 | ||||
| -rwxr-xr-x | tests/printf/printf-hex.sh | 2 | ||||
| -rwxr-xr-x | tests/printf/printf-mb.sh | 2 | ||||
| -rwxr-xr-x | tests/printf/printf-quote.sh | 2 | ||||
| -rwxr-xr-x | tests/printf/printf-surprise.sh | 2 | ||||
| -rwxr-xr-x | tests/printf/printf.sh | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/printf/printf-cov.pl b/tests/printf/printf-cov.pl index 988c2a711..f2677231f 100755 --- a/tests/printf/printf-cov.pl +++ b/tests/printf/printf-cov.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl # improve printf.c test coverage -# Copyright (C) 2008-2023 Free Software Foundation, Inc. +# Copyright (C) 2008-2024 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/printf/printf-hex.sh b/tests/printf/printf-hex.sh index 3aa9472e1..c0086d25e 100755 --- a/tests/printf/printf-hex.sh +++ b/tests/printf/printf-hex.sh @@ -1,7 +1,7 @@ #!/bin/sh # make sure that only two hex. digits are consumed in a \xHHH sequence -# Copyright (C) 2002-2023 Free Software Foundation, Inc. +# Copyright (C) 2002-2024 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/printf/printf-mb.sh b/tests/printf/printf-mb.sh index 418ad3564..80451e878 100755 --- a/tests/printf/printf-mb.sh +++ b/tests/printf/printf-mb.sh @@ -1,7 +1,7 @@ #!/bin/sh # tests for printing multi-byte values of characters -# Copyright (C) 2022-2023 Free Software Foundation, Inc. +# Copyright (C) 2022-2024 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/printf/printf-quote.sh b/tests/printf/printf-quote.sh index d1671bd9d..eb718a629 100755 --- a/tests/printf/printf-quote.sh +++ b/tests/printf/printf-quote.sh @@ -1,7 +1,7 @@ #!/bin/sh # tests for printf %q -# Copyright (C) 2015-2023 Free Software Foundation, Inc. +# Copyright (C) 2015-2024 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/printf/printf-surprise.sh b/tests/printf/printf-surprise.sh index fc3c064e5..652cb5485 100755 --- a/tests/printf/printf-surprise.sh +++ b/tests/printf/printf-surprise.sh @@ -1,7 +1,7 @@ #!/bin/sh # Detect printf(3) failure even when it doesn't set stream error indicator -# Copyright (C) 2007-2023 Free Software Foundation, Inc. +# Copyright (C) 2007-2024 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/printf/printf.sh b/tests/printf/printf.sh index 834012cc5..7e489161e 100755 --- a/tests/printf/printf.sh +++ b/tests/printf/printf.sh @@ -1,7 +1,7 @@ #!/bin/sh # basic tests for printf -# Copyright (C) 2002-2023 Free Software Foundation, Inc. +# Copyright (C) 2002-2024 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by |
