diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-16 20:14:46 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-16 20:14:46 +0200 |
commit | 0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a (patch) | |
tree | d8a71a3f044857bd36569f535815002367389b29 /testsuite | |
parent | 0d555fc951fa09b2f7efb4b445a468a4bcc262f1 (diff) | |
download | busybox-w32-0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a.tar.gz busybox-w32-0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a.tar.bz2 busybox-w32-0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a.zip |
*: make GNU licensing statement forms more regular
This change retains "or later" state! No licensing _changes_ here,
only form is adjusted (article, space between "GPL" and "v2" and so on).
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
42 files changed, 42 insertions, 42 deletions
diff --git a/testsuite/all_sourcecode.tests b/testsuite/all_sourcecode.tests index 071399c28..7dcbbe8f5 100755 --- a/testsuite/all_sourcecode.tests +++ b/testsuite/all_sourcecode.tests | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # Tests for the sourcecode base itself. | 3 | # Tests for the sourcecode base itself. |
4 | # Copyright 2006 by Mike Frysinger <vapier@gentoo.org> | 4 | # Copyright 2006 by Mike Frysinger <vapier@gentoo.org> |
5 | # Licensed under GPL v2, see file LICENSE for details. | 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
6 | 6 | ||
7 | [ -n "$srcdir" ] || srcdir=$(pwd) | 7 | [ -n "$srcdir" ] || srcdir=$(pwd) |
8 | . ./testing.sh | 8 | . ./testing.sh |
diff --git a/testsuite/ar.tests b/testsuite/ar.tests index 4630d08a4..0a8eb9b32 100755 --- a/testsuite/ar.tests +++ b/testsuite/ar.tests | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2010 Nokia Corporation | 2 | # Copyright 2010 Nokia Corporation |
3 | # Written by Alexander Shishkin | 3 | # Written by Alexander Shishkin |
4 | # Licensed under GPL v2 or later, see file LICENSE for details | 4 | # Licensed under GPLv2 or later, see file LICENSE in this source tree. |
5 | 5 | ||
6 | . ./testing.sh | 6 | . ./testing.sh |
7 | 7 | ||
diff --git a/testsuite/ash.tests b/testsuite/ash.tests index 2eeb746e4..2a99245a9 100755 --- a/testsuite/ash.tests +++ b/testsuite/ash.tests | |||
@@ -3,7 +3,7 @@ | |||
3 | # These are not ash tests, we use ash as a way to test lineedit! | 3 | # These are not ash tests, we use ash as a way to test lineedit! |
4 | # | 4 | # |
5 | # Copyright 2010 by Denys Vlasenko | 5 | # Copyright 2010 by Denys Vlasenko |
6 | # Licensed under GPL v2, see file LICENSE for details. | 6 | # Licensed under GPLv2, see file LICENSE in this source tree. |
7 | 7 | ||
8 | . ./testing.sh | 8 | . ./testing.sh |
9 | test -f "$bindir/.config" && . "$bindir/.config" | 9 | test -f "$bindir/.config" && . "$bindir/.config" |
diff --git a/testsuite/awk.tests b/testsuite/awk.tests index 0691a7972..9e5e5a0f1 100755 --- a/testsuite/awk.tests +++ b/testsuite/awk.tests | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com> | 3 | # Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com> |
4 | # Licensed under GPL v2, see file LICENSE for details. | 4 | # Licensed under GPLv2, see file LICENSE in this source tree. |
5 | 5 | ||
6 | . ./testing.sh | 6 | . ./testing.sh |
7 | 7 | ||
diff --git a/testsuite/busybox.tests b/testsuite/busybox.tests index 0c740530d..04fea3ea2 100755 --- a/testsuite/busybox.tests +++ b/testsuite/busybox.tests | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # Tests for busybox applet itself. | 3 | # Tests for busybox applet itself. |
4 | # Copyright 2005 by Rob Landley <rob@landley.net> | 4 | # Copyright 2005 by Rob Landley <rob@landley.net> |
5 | # Licensed under GPL v2, see file LICENSE for details. | 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
6 | 6 | ||
7 | . ./testing.sh | 7 | . ./testing.sh |
8 | 8 | ||
diff --git a/testsuite/cal.tests b/testsuite/cal.tests index db693ee59..5509cf0ef 100755 --- a/testsuite/cal.tests +++ b/testsuite/cal.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2010 by Denys Vlasenko | 2 | # Copyright 2010 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | test -f "$bindir/.config" && . "$bindir/.config" | 6 | test -f "$bindir/.config" && . "$bindir/.config" |
diff --git a/testsuite/comm.tests b/testsuite/comm.tests index 753db217c..2f4816893 100755 --- a/testsuite/comm.tests +++ b/testsuite/comm.tests | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Copyright 2008 by Denys Vlasenko <vda.linux@googlemail.com> | 3 | # Copyright 2008 by Denys Vlasenko <vda.linux@googlemail.com> |
4 | # Licensed under GPL v2, see file LICENSE for details. | 4 | # Licensed under GPLv2, see file LICENSE in this source tree. |
5 | 5 | ||
6 | . ./testing.sh | 6 | . ./testing.sh |
7 | 7 | ||
diff --git a/testsuite/cp.tests b/testsuite/cp.tests index e81939df5..33cd876be 100755 --- a/testsuite/cp.tests +++ b/testsuite/cp.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2010 by Denys Vlasenko | 2 | # Copyright 2010 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | 6 | ||
diff --git a/testsuite/cpio.tests b/testsuite/cpio.tests index 44c17e693..05b92dbe4 100755 --- a/testsuite/cpio.tests +++ b/testsuite/cpio.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2008 by Denys Vlasenko | 2 | # Copyright 2008 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | 6 | ||
diff --git a/testsuite/cut.tests b/testsuite/cut.tests index 0fd79f2df..110340277 100755 --- a/testsuite/cut.tests +++ b/testsuite/cut.tests | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com> | 3 | # Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com> |
4 | # Licensed under GPL v2, see file LICENSE for details. | 4 | # Licensed under GPLv2, see file LICENSE in this source tree. |
5 | 5 | ||
6 | . ./testing.sh | 6 | . ./testing.sh |
7 | 7 | ||
diff --git a/testsuite/diff.tests b/testsuite/diff.tests index 27a4b33a7..6de46483b 100755 --- a/testsuite/diff.tests +++ b/testsuite/diff.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2008 by Denys Vlasenko | 2 | # Copyright 2008 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | 6 | ||
diff --git a/testsuite/expand.tests b/testsuite/expand.tests index 631ab4db3..0682c2950 100755 --- a/testsuite/expand.tests +++ b/testsuite/expand.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2008 by Denys Vlasenko | 2 | # Copyright 2008 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | test -f "$bindir/.config" && . "$bindir/.config" | 6 | test -f "$bindir/.config" && . "$bindir/.config" |
diff --git a/testsuite/fold.tests b/testsuite/fold.tests index e5700cc2b..ecf8b9caa 100755 --- a/testsuite/fold.tests +++ b/testsuite/fold.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2009 by Denys Vlasenko | 2 | # Copyright 2009 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | test -f "$bindir/.config" && . "$bindir/.config" | 6 | test -f "$bindir/.config" && . "$bindir/.config" |
diff --git a/testsuite/grep.tests b/testsuite/grep.tests index d4bf80d83..520a1840f 100755 --- a/testsuite/grep.tests +++ b/testsuite/grep.tests | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Copyright 2005 by Rob Landley <rob@landley.net> | 3 | # Copyright 2005 by Rob Landley <rob@landley.net> |
4 | # Licensed under GPL v2, see file LICENSE for details. | 4 | # Licensed under GPLv2, see file LICENSE in this source tree. |
5 | 5 | ||
6 | # AUDIT: | 6 | # AUDIT: |
7 | 7 | ||
diff --git a/testsuite/ls.tests b/testsuite/ls.tests index dc842123d..1669579e7 100755 --- a/testsuite/ls.tests +++ b/testsuite/ls.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2010 by Denys Vlasenko | 2 | # Copyright 2010 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | test -f "$bindir/.config" && . "$bindir/.config" | 6 | test -f "$bindir/.config" && . "$bindir/.config" |
diff --git a/testsuite/makedevs.tests b/testsuite/makedevs.tests index f19af8a52..eb51410b3 100755 --- a/testsuite/makedevs.tests +++ b/testsuite/makedevs.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2008 by Denys Vlasenko | 2 | # Copyright 2008 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | 6 | ||
diff --git a/testsuite/mdev.tests b/testsuite/mdev.tests index a46929b3a..7320e17dd 100755 --- a/testsuite/mdev.tests +++ b/testsuite/mdev.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2008 by Denys Vlasenko | 2 | # Copyright 2008 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | 6 | ||
diff --git a/testsuite/mkfs.minix.tests b/testsuite/mkfs.minix.tests index 7cad7daa6..8a33c1681 100755 --- a/testsuite/mkfs.minix.tests +++ b/testsuite/mkfs.minix.tests | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # mkfs.minix tests. | 3 | # mkfs.minix tests. |
4 | # Copyright 2007 by Denys Vlasenko | 4 | # Copyright 2007 by Denys Vlasenko |
5 | # Licensed under GPL v2, see file LICENSE for details. | 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
6 | 6 | ||
7 | . ./testing.sh | 7 | . ./testing.sh |
8 | 8 | ||
diff --git a/testsuite/mount.testroot b/testsuite/mount.testroot index e18d0461d..4f34c5719 100755 --- a/testsuite/mount.testroot +++ b/testsuite/mount.testroot | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # SUSv3 compliant mount and umount tests. | 3 | # SUSv3 compliant mount and umount tests. |
4 | # Copyright 2005 by Rob Landley <rob@landley.net> | 4 | # Copyright 2005 by Rob Landley <rob@landley.net> |
5 | # Licensed under GPL v2, see file LICENSE for details. | 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
6 | 6 | ||
7 | if [ -z "$TESTDIR" ] | 7 | if [ -z "$TESTDIR" ] |
8 | then | 8 | then |
diff --git a/testsuite/mount.tests b/testsuite/mount.tests index ce1a6006b..d3d2400e8 100755 --- a/testsuite/mount.tests +++ b/testsuite/mount.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com> | 2 | # Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com> |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | test -f "$bindir/.config" && . "$bindir/.config" | 6 | test -f "$bindir/.config" && . "$bindir/.config" |
diff --git a/testsuite/od.tests b/testsuite/od.tests index a2d015ad7..138efedea 100755 --- a/testsuite/od.tests +++ b/testsuite/od.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2008 by Denys Vlasenko | 2 | # Copyright 2008 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | 6 | ||
diff --git a/testsuite/parse.tests b/testsuite/parse.tests index 999efef1c..9899b73bf 100755 --- a/testsuite/parse.tests +++ b/testsuite/parse.tests | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Copyright 2008 by Denys Vlasenko <vda.linux@googlemail.com> | 3 | # Copyright 2008 by Denys Vlasenko <vda.linux@googlemail.com> |
4 | # Licensed under GPL v2, see file LICENSE for details. | 4 | # Licensed under GPLv2, see file LICENSE in this source tree. |
5 | 5 | ||
6 | . ./testing.sh | 6 | . ./testing.sh |
7 | 7 | ||
diff --git a/testsuite/patch.tests b/testsuite/patch.tests index f55b53f61..cd0e965cf 100755 --- a/testsuite/patch.tests +++ b/testsuite/patch.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2008 by Denys Vlasenko | 2 | # Copyright 2008 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | 6 | ||
diff --git a/testsuite/pidof.tests b/testsuite/pidof.tests index 624b0a720..2a06d2b1c 100755 --- a/testsuite/pidof.tests +++ b/testsuite/pidof.tests | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # pidof tests. | 3 | # pidof tests. |
4 | # Copyright 2005 by Bernhard Reutner-Fischer | 4 | # Copyright 2005 by Bernhard Reutner-Fischer |
5 | # Licensed under GPL v2, see file LICENSE for details. | 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
6 | 6 | ||
7 | # AUDIT: | 7 | # AUDIT: |
8 | 8 | ||
diff --git a/testsuite/printf.tests b/testsuite/printf.tests index 95f8110ad..b48e293f4 100755 --- a/testsuite/printf.tests +++ b/testsuite/printf.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2008 by Denys Vlasenko | 2 | # Copyright 2008 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | 6 | ||
diff --git a/testsuite/readlink.tests b/testsuite/readlink.tests index ecc3ad03e..73163b077 100755 --- a/testsuite/readlink.tests +++ b/testsuite/readlink.tests | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # Readlink tests. | 3 | # Readlink tests. |
4 | # Copyright 2006 by Natanael Copa <n@tanael.org> | 4 | # Copyright 2006 by Natanael Copa <n@tanael.org> |
5 | # Licensed under GPL v2, see file LICENSE for details. | 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
6 | 6 | ||
7 | . ./testing.sh | 7 | . ./testing.sh |
8 | 8 | ||
diff --git a/testsuite/rx.tests b/testsuite/rx.tests index 985fcdc01..37fa02e5e 100755 --- a/testsuite/rx.tests +++ b/testsuite/rx.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2009 by Denys Vlasenko | 2 | # Copyright 2009 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | 6 | ||
diff --git a/testsuite/sed.tests b/testsuite/sed.tests index 61551e31c..395372ae6 100755 --- a/testsuite/sed.tests +++ b/testsuite/sed.tests | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # SUSv3 compliant sed tests. | 3 | # SUSv3 compliant sed tests. |
4 | # Copyright 2005 by Rob Landley <rob@landley.net> | 4 | # Copyright 2005 by Rob Landley <rob@landley.net> |
5 | # Licensed under GPL v2, see file LICENSE for details. | 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
6 | 6 | ||
7 | . ./testing.sh | 7 | . ./testing.sh |
8 | 8 | ||
diff --git a/testsuite/seq.tests b/testsuite/seq.tests index 7a5537427..1e1116c7d 100755 --- a/testsuite/seq.tests +++ b/testsuite/seq.tests | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # SUSv3 compliant seq tests. | 3 | # SUSv3 compliant seq tests. |
4 | # Copyright 2006 by Rob Landley <rob@landley.net> | 4 | # Copyright 2006 by Rob Landley <rob@landley.net> |
5 | # Licensed under GPL v2, see file LICENSE for details. | 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
6 | 6 | ||
7 | # AUDIT: Full SUSv3 coverage (except internationalization). | 7 | # AUDIT: Full SUSv3 coverage (except internationalization). |
8 | 8 | ||
diff --git a/testsuite/sort.tests b/testsuite/sort.tests index 8a810f8d4..91b282ea0 100755 --- a/testsuite/sort.tests +++ b/testsuite/sort.tests | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # SUSv3 compliant sort tests. | 3 | # SUSv3 compliant sort tests. |
4 | # Copyright 2005 by Rob Landley <rob@landley.net> | 4 | # Copyright 2005 by Rob Landley <rob@landley.net> |
5 | # Licensed under GPL v2, see file LICENSE for details. | 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
6 | 6 | ||
7 | . ./testing.sh | 7 | . ./testing.sh |
8 | 8 | ||
diff --git a/testsuite/start-stop-daemon.tests b/testsuite/start-stop-daemon.tests index 76b0be08c..d07aeef0e 100755 --- a/testsuite/start-stop-daemon.tests +++ b/testsuite/start-stop-daemon.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2008 by Denys Vlasenko | 2 | # Copyright 2008 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | 6 | ||
diff --git a/testsuite/sum.tests b/testsuite/sum.tests index da278c787..b9f4cbfa8 100755 --- a/testsuite/sum.tests +++ b/testsuite/sum.tests | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # unit test for sum. | 3 | # unit test for sum. |
4 | # Copyright 2007 by Bernhard Reutner-Fischer | 4 | # Copyright 2007 by Bernhard Reutner-Fischer |
5 | # Licensed under GPL v2 or later, see file LICENSE for details. | 5 | # Licensed under GPLv2 or later, see file LICENSE in this source tree. |
6 | 6 | ||
7 | # AUDIT: Unit tests for sum | 7 | # AUDIT: Unit tests for sum |
8 | 8 | ||
diff --git a/testsuite/tail.tests b/testsuite/tail.tests index d2427d430..7140da262 100755 --- a/testsuite/tail.tests +++ b/testsuite/tail.tests | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Copyright 2009 by Denys Vlasenko <vda.linux@googlemail.com> | 3 | # Copyright 2009 by Denys Vlasenko <vda.linux@googlemail.com> |
4 | # Licensed under GPL v2, see file LICENSE for details. | 4 | # Licensed under GPLv2, see file LICENSE in this source tree. |
5 | 5 | ||
6 | . ./testing.sh | 6 | . ./testing.sh |
7 | 7 | ||
diff --git a/testsuite/tar.tests b/testsuite/tar.tests index 6604b4d22..cef16b65e 100755 --- a/testsuite/tar.tests +++ b/testsuite/tar.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2009 by Denys Vlasenko | 2 | # Copyright 2009 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | 6 | ||
diff --git a/testsuite/taskset.tests b/testsuite/taskset.tests index 1a19285d7..3fb5c90d0 100755 --- a/testsuite/taskset.tests +++ b/testsuite/taskset.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2006 Bernhard Reutner-Fischer | 2 | # Copyright 2006 Bernhard Reutner-Fischer |
3 | # Licensed under GPL v2 or later, see file LICENSE for details. | 3 | # Licensed under GPLv2 or later, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | a="taskset" | 6 | a="taskset" |
diff --git a/testsuite/test.tests b/testsuite/test.tests index 7d8044467..2c92e34ba 100755 --- a/testsuite/test.tests +++ b/testsuite/test.tests | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com> | 3 | # Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com> |
4 | # Licensed under GPL v2, see file LICENSE for details. | 4 | # Licensed under GPLv2, see file LICENSE in this source tree. |
5 | 5 | ||
6 | . ./testing.sh | 6 | . ./testing.sh |
7 | 7 | ||
diff --git a/testsuite/tr.tests b/testsuite/tr.tests index 5dabbb52f..5cca299ac 100755 --- a/testsuite/tr.tests +++ b/testsuite/tr.tests | |||
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | 2 | ||
3 | # Copyright 2009 by Denys Vlasenko <vda.linux@googlemail.com> | 3 | # Copyright 2009 by Denys Vlasenko <vda.linux@googlemail.com> |
4 | # Licensed under GPL v2, see file LICENSE for details. | 4 | # Licensed under GPLv2, see file LICENSE in this source tree. |
5 | 5 | ||
6 | . ./testing.sh | 6 | . ./testing.sh |
7 | 7 | ||
diff --git a/testsuite/unexpand.tests b/testsuite/unexpand.tests index 8dbe3eb27..7b326dc2c 100755 --- a/testsuite/unexpand.tests +++ b/testsuite/unexpand.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2008 by Denys Vlasenko | 2 | # Copyright 2008 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | test -f "$bindir/.config" && . "$bindir/.config" | 6 | test -f "$bindir/.config" && . "$bindir/.config" |
diff --git a/testsuite/uniq.tests b/testsuite/uniq.tests index 02c595a0e..83bf382cd 100755 --- a/testsuite/uniq.tests +++ b/testsuite/uniq.tests | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # SUSv3 compliant uniq tests. | 3 | # SUSv3 compliant uniq tests. |
4 | # Copyright 2005 by Rob Landley <rob@landley.net> | 4 | # Copyright 2005 by Rob Landley <rob@landley.net> |
5 | # Licensed under GPL v2, see file LICENSE for details. | 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
6 | 6 | ||
7 | # AUDIT: Full SUSv3 coverage (except internationalization). | 7 | # AUDIT: Full SUSv3 coverage (except internationalization). |
8 | 8 | ||
diff --git a/testsuite/unzip.tests b/testsuite/unzip.tests index 0ce5da26c..8677a0306 100755 --- a/testsuite/unzip.tests +++ b/testsuite/unzip.tests | |||
@@ -3,7 +3,7 @@ | |||
3 | # Tests for unzip. | 3 | # Tests for unzip. |
4 | # Copyright 2006 Rob Landley <rob@landley.net> | 4 | # Copyright 2006 Rob Landley <rob@landley.net> |
5 | # Copyright 2006 Glenn McGrath | 5 | # Copyright 2006 Glenn McGrath |
6 | # Licensed under GPL v2, see file LICENSE for details. | 6 | # Licensed under GPLv2, see file LICENSE in this source tree. |
7 | 7 | ||
8 | . ./testing.sh | 8 | . ./testing.sh |
9 | 9 | ||
diff --git a/testsuite/uuencode.tests b/testsuite/uuencode.tests index adb2d3390..cd6191b1b 100755 --- a/testsuite/uuencode.tests +++ b/testsuite/uuencode.tests | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | # unit test for uuencode to test functionality. | 3 | # unit test for uuencode to test functionality. |
4 | # Copyright 2006 by Erik Hovland <erik@hovland.org> | 4 | # Copyright 2006 by Erik Hovland <erik@hovland.org> |
5 | # Licensed under GPL v2, see file LICENSE for details. | 5 | # Licensed under GPLv2, see file LICENSE in this source tree. |
6 | 6 | ||
7 | # AUDIT: Unit tests for uuencode | 7 | # AUDIT: Unit tests for uuencode |
8 | 8 | ||
diff --git a/testsuite/xargs.tests b/testsuite/xargs.tests index 6463252bf..2d0a201b7 100755 --- a/testsuite/xargs.tests +++ b/testsuite/xargs.tests | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # Copyright 2008 by Denys Vlasenko | 2 | # Copyright 2008 by Denys Vlasenko |
3 | # Licensed under GPL v2, see file LICENSE for details. | 3 | # Licensed under GPLv2, see file LICENSE in this source tree. |
4 | 4 | ||
5 | . ./testing.sh | 5 | . ./testing.sh |
6 | 6 | ||