aboutsummaryrefslogtreecommitdiffstats
path: root/tests/printf
diff options
context:
space:
mode:
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