aboutsummaryrefslogtreecommitdiffstats
path: root/tests/printf
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2024-01-01 13:22:42 +0000
committerPádraig Brady <P@draigBrady.com>2024-01-01 13:27:23 +0000
commita966dcdb69e2f49f2587e1b7d4ade7efcff29f40 (patch)
tree7d22fba144519dac9c1327158f9562e07d62cbbe /tests/printf
parentmaint: pacify recent clang better (diff)
downloadcoreutils-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-xtests/printf/printf-cov.pl2
-rwxr-xr-xtests/printf/printf-hex.sh2
-rwxr-xr-xtests/printf/printf-mb.sh2
-rwxr-xr-xtests/printf/printf-quote.sh2
-rwxr-xr-xtests/printf/printf-surprise.sh2
-rwxr-xr-xtests/printf/printf.sh2
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