summaryrefslogtreecommitdiff
path: root/tests/misc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-07-10 12:21:15 +0200
committerJim Meyering <jim@meyering.net>2007-07-10 13:35:56 +0200
commit33342c1a0a464f198df3f177432a0e98e482e7a4 (patch)
tree26aa81e832cead167d91f6d5440861838498b3d9 /tests/misc
parent578332c0e2a2a2c843f27a5bc18275c84e491763 (diff)
downloadcoreutils-33342c1a0a464f198df3f177432a0e98e482e7a4.tar.xz
Change "version 2" to "version 3" in all copyright notices.
Diffstat (limited to 'tests/misc')
-rw-r--r--tests/misc/Makefile.am2
-rwxr-xr-xtests/misc/base642
-rwxr-xr-xtests/misc/basename2
-rwxr-xr-xtests/misc/cat-proc2
-rwxr-xr-xtests/misc/close-stdout2
-rwxr-xr-xtests/misc/csplit2
-rwxr-xr-xtests/misc/cut2
-rwxr-xr-xtests/misc/date2
-rwxr-xr-xtests/misc/date-sec2
-rwxr-xr-xtests/misc/df2
-rwxr-xr-xtests/misc/df-P2
-rwxr-xr-xtests/misc/dirname2
-rwxr-xr-xtests/misc/expand2
-rwxr-xr-xtests/misc/false-status2
-rwxr-xr-xtests/misc/fold2
-rwxr-xr-xtests/misc/head-c2
-rwxr-xr-xtests/misc/head-elide-tail2
-rwxr-xr-xtests/misc/head-pos2
-rwxr-xr-xtests/misc/mknod2
-rwxr-xr-xtests/misc/nice2
-rwxr-xr-xtests/misc/nl2
-rwxr-xr-xtests/misc/nohup2
-rwxr-xr-xtests/misc/paste-no-nl2
-rwxr-xr-xtests/misc/pathchk12
-rwxr-xr-xtests/misc/pr2
-rwxr-xr-xtests/misc/printf2
-rwxr-xr-xtests/misc/printf-hex2
-rwxr-xr-xtests/misc/pwd-long2
-rwxr-xr-xtests/misc/pwd-unreadable-parent2
-rwxr-xr-xtests/misc/runcon-no-reorder2
-rwxr-xr-xtests/misc/sha224sum2
-rwxr-xr-xtests/misc/sha256sum2
-rwxr-xr-xtests/misc/sha384sum2
-rwxr-xr-xtests/misc/sha512sum2
-rwxr-xr-xtests/misc/shuf2
-rwxr-xr-xtests/misc/sort-compress2
-rwxr-xr-xtests/misc/sort-merge2
-rwxr-xr-xtests/misc/sort-rand2
-rwxr-xr-xtests/misc/split-a2
-rwxr-xr-xtests/misc/split-fail2
-rwxr-xr-xtests/misc/split-l2
-rwxr-xr-xtests/misc/stat-fmt2
-rwxr-xr-xtests/misc/stat-printf2
-rwxr-xr-xtests/misc/tac-continue2
-rwxr-xr-xtests/misc/test-diag2
-rwxr-xr-xtests/misc/tty-eof2
-rwxr-xr-xtests/misc/wc-files02
-rwxr-xr-xtests/misc/wc-files0-from2
48 files changed, 48 insertions, 48 deletions
diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am
index 87a644ee0..0088e939d 100644
--- a/tests/misc/Makefile.am
+++ b/tests/misc/Makefile.am
@@ -4,7 +4,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/base64 b/tests/misc/base64
index 70295fb7f..ee54f172d 100755
--- a/tests/misc/base64
+++ b/tests/misc/base64
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/basename b/tests/misc/basename
index 89d96ff02..8230748ff 100755
--- a/tests/misc/basename
+++ b/tests/misc/basename
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/cat-proc b/tests/misc/cat-proc
index 22f384765..529b4a57a 100755
--- a/tests/misc/cat-proc
+++ b/tests/misc/cat-proc
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/close-stdout b/tests/misc/close-stdout
index dd8bbc5e1..7d665842d 100755
--- a/tests/misc/close-stdout
+++ b/tests/misc/close-stdout
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/csplit b/tests/misc/csplit
index 885d6928a..0bb58e399 100755
--- a/tests/misc/csplit
+++ b/tests/misc/csplit
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/cut b/tests/misc/cut
index 803fbc143..7d3994a9d 100755
--- a/tests/misc/cut
+++ b/tests/misc/cut
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/date b/tests/misc/date
index 0ff834552..171817abc 100755
--- a/tests/misc/date
+++ b/tests/misc/date
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/date-sec b/tests/misc/date-sec
index 6852c8791..83de862ca 100755
--- a/tests/misc/date-sec
+++ b/tests/misc/date-sec
@@ -7,7 +7,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/df b/tests/misc/df
index 31040ca96..f4825de97 100755
--- a/tests/misc/df
+++ b/tests/misc/df
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/df-P b/tests/misc/df-P
index 3a5ec9b97..0fd4c152b 100755
--- a/tests/misc/df-P
+++ b/tests/misc/df-P
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/dirname b/tests/misc/dirname
index c217d9ab4..b1ce307b4 100755
--- a/tests/misc/dirname
+++ b/tests/misc/dirname
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/expand b/tests/misc/expand
index dcf06815f..c73577498 100755
--- a/tests/misc/expand
+++ b/tests/misc/expand
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/false-status b/tests/misc/false-status
index 612b5f90c..9da116c57 100755
--- a/tests/misc/false-status
+++ b/tests/misc/false-status
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/fold b/tests/misc/fold
index ceab2e9d8..88e7180b8 100755
--- a/tests/misc/fold
+++ b/tests/misc/fold
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/head-c b/tests/misc/head-c
index ba13c32bc..f727435d4 100755
--- a/tests/misc/head-c
+++ b/tests/misc/head-c
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/head-elide-tail b/tests/misc/head-elide-tail
index 911ca6129..62c6121a0 100755
--- a/tests/misc/head-elide-tail
+++ b/tests/misc/head-elide-tail
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/head-pos b/tests/misc/head-pos
index 9069febf3..196e4ddd1 100755
--- a/tests/misc/head-pos
+++ b/tests/misc/head-pos
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/mknod b/tests/misc/mknod
index d7fb22eb0..06f51c33c 100755
--- a/tests/misc/mknod
+++ b/tests/misc/mknod
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/nice b/tests/misc/nice
index 02c10b5fb..f3a9e6f40 100755
--- a/tests/misc/nice
+++ b/tests/misc/nice
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/nl b/tests/misc/nl
index 72d2c2132..656576ebe 100755
--- a/tests/misc/nl
+++ b/tests/misc/nl
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/nohup b/tests/misc/nohup
index 61664738b..8c59630b5 100755
--- a/tests/misc/nohup
+++ b/tests/misc/nohup
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/paste-no-nl b/tests/misc/paste-no-nl
index 6fafb0845..2b7b6db56 100755
--- a/tests/misc/paste-no-nl
+++ b/tests/misc/paste-no-nl
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/pathchk1 b/tests/misc/pathchk1
index 9305f0c2d..c427ec894 100755
--- a/tests/misc/pathchk1
+++ b/tests/misc/pathchk1
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/pr b/tests/misc/pr
index a40ea31c1..30efbe96d 100755
--- a/tests/misc/pr
+++ b/tests/misc/pr
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/printf b/tests/misc/printf
index 481cb37a2..c7858f8bd 100755
--- a/tests/misc/printf
+++ b/tests/misc/printf
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/printf-hex b/tests/misc/printf-hex
index d3d5d04b2..f4d610059 100755
--- a/tests/misc/printf-hex
+++ b/tests/misc/printf-hex
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/pwd-long b/tests/misc/pwd-long
index 6fc83e258..20ecbcd94 100755
--- a/tests/misc/pwd-long
+++ b/tests/misc/pwd-long
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/pwd-unreadable-parent b/tests/misc/pwd-unreadable-parent
index 72c666ef3..c5a2efdf4 100755
--- a/tests/misc/pwd-unreadable-parent
+++ b/tests/misc/pwd-unreadable-parent
@@ -7,7 +7,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/runcon-no-reorder b/tests/misc/runcon-no-reorder
index e41fd3041..3f492dc37 100755
--- a/tests/misc/runcon-no-reorder
+++ b/tests/misc/runcon-no-reorder
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/sha224sum b/tests/misc/sha224sum
index 2b3c40201..ea05b1060 100755
--- a/tests/misc/sha224sum
+++ b/tests/misc/sha224sum
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/sha256sum b/tests/misc/sha256sum
index 59ee0726e..169697361 100755
--- a/tests/misc/sha256sum
+++ b/tests/misc/sha256sum
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/sha384sum b/tests/misc/sha384sum
index 823610441..4434bfe92 100755
--- a/tests/misc/sha384sum
+++ b/tests/misc/sha384sum
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/sha512sum b/tests/misc/sha512sum
index 84f4cfb3c..9eafaf6e0 100755
--- a/tests/misc/sha512sum
+++ b/tests/misc/sha512sum
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/shuf b/tests/misc/shuf
index a2d5891b2..c05c268f8 100755
--- a/tests/misc/shuf
+++ b/tests/misc/shuf
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/sort-compress b/tests/misc/sort-compress
index 0cafb2e9f..02ee4529c 100755
--- a/tests/misc/sort-compress
+++ b/tests/misc/sort-compress
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/sort-merge b/tests/misc/sort-merge
index a737e4d9d..de46063a1 100755
--- a/tests/misc/sort-merge
+++ b/tests/misc/sort-merge
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/sort-rand b/tests/misc/sort-rand
index f9973186e..e2bf34cff 100755
--- a/tests/misc/sort-rand
+++ b/tests/misc/sort-rand
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/split-a b/tests/misc/split-a
index 3026aac80..0ea448927 100755
--- a/tests/misc/split-a
+++ b/tests/misc/split-a
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/split-fail b/tests/misc/split-fail
index 8cdfe6478..66ced1ca6 100755
--- a/tests/misc/split-fail
+++ b/tests/misc/split-fail
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/split-l b/tests/misc/split-l
index 44916837e..6789ccb22 100755
--- a/tests/misc/split-l
+++ b/tests/misc/split-l
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/stat-fmt b/tests/misc/stat-fmt
index 435fbbb55..cf5e83f27 100755
--- a/tests/misc/stat-fmt
+++ b/tests/misc/stat-fmt
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/stat-printf b/tests/misc/stat-printf
index ecd494093..e2d9edd65 100755
--- a/tests/misc/stat-printf
+++ b/tests/misc/stat-printf
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/tac-continue b/tests/misc/tac-continue
index d8f50ffc4..b75570aed 100755
--- a/tests/misc/tac-continue
+++ b/tests/misc/tac-continue
@@ -7,7 +7,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/test-diag b/tests/misc/test-diag
index d2a40fa23..f0049c507 100755
--- a/tests/misc/test-diag
+++ b/tests/misc/test-diag
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/tty-eof b/tests/misc/tty-eof
index dca154e29..bffdcd5d0 100755
--- a/tests/misc/tty-eof
+++ b/tests/misc/tty-eof
@@ -6,7 +6,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/wc-files0 b/tests/misc/wc-files0
index 8991e7e12..597ffce62 100755
--- a/tests/misc/wc-files0
+++ b/tests/misc/wc-files0
@@ -5,7 +5,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,
diff --git a/tests/misc/wc-files0-from b/tests/misc/wc-files0-from
index 72f1bdf89..4df710fc1 100755
--- a/tests/misc/wc-files0-from
+++ b/tests/misc/wc-files0-from
@@ -7,7 +7,7 @@
# 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
-# the Free Software Foundation; either version 2 of the License, or
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
# This program is distributed in the hope that it will be useful,