From 0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 16 Aug 2010 20:14:46 +0200 Subject: *: 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 --- testsuite/all_sourcecode.tests | 2 +- testsuite/ar.tests | 2 +- testsuite/ash.tests | 2 +- testsuite/awk.tests | 2 +- testsuite/busybox.tests | 2 +- testsuite/cal.tests | 2 +- testsuite/comm.tests | 2 +- testsuite/cp.tests | 2 +- testsuite/cpio.tests | 2 +- testsuite/cut.tests | 2 +- testsuite/diff.tests | 2 +- testsuite/expand.tests | 2 +- testsuite/fold.tests | 2 +- testsuite/grep.tests | 2 +- testsuite/ls.tests | 2 +- testsuite/makedevs.tests | 2 +- testsuite/mdev.tests | 2 +- testsuite/mkfs.minix.tests | 2 +- testsuite/mount.testroot | 2 +- testsuite/mount.tests | 2 +- testsuite/od.tests | 2 +- testsuite/parse.tests | 2 +- testsuite/patch.tests | 2 +- testsuite/pidof.tests | 2 +- testsuite/printf.tests | 2 +- testsuite/readlink.tests | 2 +- testsuite/rx.tests | 2 +- testsuite/sed.tests | 2 +- testsuite/seq.tests | 2 +- testsuite/sort.tests | 2 +- testsuite/start-stop-daemon.tests | 2 +- testsuite/sum.tests | 2 +- testsuite/tail.tests | 2 +- testsuite/tar.tests | 2 +- testsuite/taskset.tests | 2 +- testsuite/test.tests | 2 +- testsuite/tr.tests | 2 +- testsuite/unexpand.tests | 2 +- testsuite/uniq.tests | 2 +- testsuite/unzip.tests | 2 +- testsuite/uuencode.tests | 2 +- testsuite/xargs.tests | 2 +- 42 files changed, 42 insertions(+), 42 deletions(-) (limited to 'testsuite') 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 -# 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 -# 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 -# 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 -# 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 -# 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 -# 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 -# 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 -# 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 -# 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 -# 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 -# 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 -# 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 -# 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 -# 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 -# 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 -# 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 -# 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 # 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 -# 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 -- cgit v1.2.3