aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/all_sourcecode.tests2
-rwxr-xr-xtestsuite/ar.tests2
-rwxr-xr-xtestsuite/ash.tests2
-rwxr-xr-xtestsuite/awk.tests2
-rwxr-xr-xtestsuite/busybox.tests2
-rwxr-xr-xtestsuite/cal.tests2
-rwxr-xr-xtestsuite/comm.tests2
-rwxr-xr-xtestsuite/cp.tests2
-rwxr-xr-xtestsuite/cpio.tests2
-rwxr-xr-xtestsuite/cut.tests2
-rwxr-xr-xtestsuite/diff.tests2
-rwxr-xr-xtestsuite/expand.tests2
-rwxr-xr-xtestsuite/fold.tests2
-rwxr-xr-xtestsuite/grep.tests2
-rwxr-xr-xtestsuite/ls.tests2
-rwxr-xr-xtestsuite/makedevs.tests2
-rwxr-xr-xtestsuite/mdev.tests2
-rwxr-xr-xtestsuite/mkfs.minix.tests2
-rwxr-xr-xtestsuite/mount.testroot2
-rwxr-xr-xtestsuite/mount.tests2
-rwxr-xr-xtestsuite/od.tests2
-rwxr-xr-xtestsuite/parse.tests2
-rwxr-xr-xtestsuite/patch.tests2
-rwxr-xr-xtestsuite/pidof.tests2
-rwxr-xr-xtestsuite/printf.tests2
-rwxr-xr-xtestsuite/readlink.tests2
-rwxr-xr-xtestsuite/rx.tests2
-rwxr-xr-xtestsuite/sed.tests2
-rwxr-xr-xtestsuite/seq.tests2
-rwxr-xr-xtestsuite/sort.tests2
-rwxr-xr-xtestsuite/start-stop-daemon.tests2
-rwxr-xr-xtestsuite/sum.tests2
-rwxr-xr-xtestsuite/tail.tests2
-rwxr-xr-xtestsuite/tar.tests2
-rwxr-xr-xtestsuite/taskset.tests2
-rwxr-xr-xtestsuite/test.tests2
-rwxr-xr-xtestsuite/tr.tests2
-rwxr-xr-xtestsuite/unexpand.tests2
-rwxr-xr-xtestsuite/uniq.tests2
-rwxr-xr-xtestsuite/unzip.tests2
-rwxr-xr-xtestsuite/uuencode.tests2
-rwxr-xr-xtestsuite/xargs.tests2
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 @@
# Tests for the sourcecode base itself.
# Copyright 2006 by Mike Frysinger <vapier@gentoo.org>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
[ -n "$srcdir" ] || srcdir=$(pwd)
. ./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 @@
#!/bin/sh
# Copyright 2010 Nokia Corporation
# Written by Alexander Shishkin
-# Licensed under GPL v2 or later, see file LICENSE for details
+# Licensed under GPLv2 or later, see file LICENSE in this source tree.
. ./testing.sh
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 @@
# These are not ash tests, we use ash as a way to test lineedit!
#
# Copyright 2010 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
# Tests for busybox applet itself.
# Copyright 2005 by Rob Landley <rob@landley.net>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2010 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2008 by Denys Vlasenko <vda.linux@googlemail.com>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2010 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2008 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2008 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2008 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2009 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2005 by Rob Landley <rob@landley.net>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
# AUDIT:
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 @@
#!/bin/sh
# Copyright 2010 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2008 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2008 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
# mkfs.minix tests.
# Copyright 2007 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
# SUSv3 compliant mount and umount tests.
# Copyright 2005 by Rob Landley <rob@landley.net>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
if [ -z "$TESTDIR" ]
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 @@
#!/bin/sh
# Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2008 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2008 by Denys Vlasenko <vda.linux@googlemail.com>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2008 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
# pidof tests.
# Copyright 2005 by Bernhard Reutner-Fischer
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
# AUDIT:
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 @@
#!/bin/sh
# Copyright 2008 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
# Readlink tests.
# Copyright 2006 by Natanael Copa <n@tanael.org>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2009 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
# SUSv3 compliant sed tests.
# Copyright 2005 by Rob Landley <rob@landley.net>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
# SUSv3 compliant seq tests.
# Copyright 2006 by Rob Landley <rob@landley.net>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
# AUDIT: Full SUSv3 coverage (except internationalization).
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 @@
# SUSv3 compliant sort tests.
# Copyright 2005 by Rob Landley <rob@landley.net>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2008 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
# unit test for sum.
# Copyright 2007 by Bernhard Reutner-Fischer
-# Licensed under GPL v2 or later, see file LICENSE for details.
+# Licensed under GPLv2 or later, see file LICENSE in this source tree.
# AUDIT: Unit tests for sum
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 @@
#!/bin/sh
# Copyright 2009 by Denys Vlasenko <vda.linux@googlemail.com>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2009 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2006 Bernhard Reutner-Fischer
-# Licensed under GPL v2 or later, see file LICENSE for details.
+# Licensed under GPLv2 or later, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2007 by Denys Vlasenko <vda.linux@googlemail.com>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2009 by Denys Vlasenko <vda.linux@googlemail.com>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
#!/bin/sh
# Copyright 2008 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
# SUSv3 compliant uniq tests.
# Copyright 2005 by Rob Landley <rob@landley.net>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
# AUDIT: Full SUSv3 coverage (except internationalization).
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 @@
# Tests for unzip.
# Copyright 2006 Rob Landley <rob@landley.net>
# Copyright 2006 Glenn McGrath
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
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 @@
# unit test for uuencode to test functionality.
# Copyright 2006 by Erik Hovland <erik@hovland.org>
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
# AUDIT: Unit tests for uuencode
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 @@
#!/bin/sh
# Copyright 2008 by Denys Vlasenko
-# Licensed under GPL v2, see file LICENSE for details.
+# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh