aboutsummaryrefslogtreecommitdiffstats
path: root/tests/seq
diff options
context:
space:
mode:
Diffstat (limited to 'tests/seq')
-rwxr-xr-xtests/seq/seq-epipe.sh2
-rwxr-xr-xtests/seq/seq-extra-number.sh2
-rwxr-xr-xtests/seq/seq-io-errors.sh2
-rwxr-xr-xtests/seq/seq-locale.sh2
-rwxr-xr-xtests/seq/seq-long-double.sh2
-rwxr-xr-xtests/seq/seq-precision.sh2
-rwxr-xr-xtests/seq/seq.pl2
7 files changed, 7 insertions, 7 deletions
diff --git a/tests/seq/seq-epipe.sh b/tests/seq/seq-epipe.sh
index 32e4a3a83..898099292 100755
--- a/tests/seq/seq-epipe.sh
+++ b/tests/seq/seq-epipe.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Test for proper detection of EPIPE with ignored SIGPIPE
-# Copyright (C) 2016-2023 Free Software Foundation, Inc.
+# Copyright (C) 2016-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/seq/seq-extra-number.sh b/tests/seq/seq-extra-number.sh
index 0fe70a702..25193e9e9 100755
--- a/tests/seq/seq-extra-number.sh
+++ b/tests/seq/seq-extra-number.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Test the "print_extra_number" logic seq.c:print_numbers()
-# Copyright (C) 2019-2023 Free Software Foundation, Inc.
+# Copyright (C) 2019-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/seq/seq-io-errors.sh b/tests/seq/seq-io-errors.sh
index 08bea76e6..75c22e42e 100755
--- a/tests/seq/seq-io-errors.sh
+++ b/tests/seq/seq-io-errors.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Test for proper detection of I/O errors in seq
-# Copyright (C) 2016-2023 Free Software Foundation, Inc.
+# Copyright (C) 2016-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/seq/seq-locale.sh b/tests/seq/seq-locale.sh
index 6c4227167..1da3b727b 100755
--- a/tests/seq/seq-locale.sh
+++ b/tests/seq/seq-locale.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Test for output with appropriate precision
-# Copyright (C) 2019-2023 Free Software Foundation, Inc.
+# Copyright (C) 2019-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/seq/seq-long-double.sh b/tests/seq/seq-long-double.sh
index 76b0a9314..8339d6df0 100755
--- a/tests/seq/seq-long-double.sh
+++ b/tests/seq/seq-long-double.sh
@@ -3,7 +3,7 @@
# Ensure that seq prints exactly two numbers for a 2-number integral
# range at the limit of floating point precision.
-# 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/seq/seq-precision.sh b/tests/seq/seq-precision.sh
index 25678aa30..4cd62b94f 100755
--- a/tests/seq/seq-precision.sh
+++ b/tests/seq/seq-precision.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# Test for output with appropriate precision
-# 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/seq/seq.pl b/tests/seq/seq.pl
index e7fc8ef12..75972e107 100755
--- a/tests/seq/seq.pl
+++ b/tests/seq/seq.pl
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# Test "seq".
-# Copyright (C) 1999-2023 Free Software Foundation, Inc.
+# Copyright (C) 1999-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