summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-07-05 10:23:12 +0000
committerMike Frysinger <vapier@gentoo.org>2006-07-05 10:23:12 +0000
commite9172f1313ef5504ab6e52f414a4dabca309ee45 (patch)
tree678a222281c23be7e0d4393bf924a31d482b512b /test
parente129d683e575bf4a3086fe550848fb9c58ef7ffc (diff)
fix license notice
Diffstat (limited to 'test')
-rw-r--r--test/args/Makefile2
-rw-r--r--test/assert/Makefile2
-rw-r--r--test/build/Makefile2
-rw-r--r--test/crypt/Makefile2
-rw-r--r--test/ctype/Makefile2
-rw-r--r--test/dlopen/Makefile2
-rw-r--r--test/inet/Makefile2
-rw-r--r--test/malloc/Makefile2
-rw-r--r--test/math/Makefile2
-rw-r--r--test/misc/Makefile2
-rw-r--r--test/mmap/Makefile2
-rw-r--r--test/pthread/Makefile2
-rw-r--r--test/pwd_grp/Makefile2
-rw-r--r--test/regex/Makefile2
-rw-r--r--test/rpc/Makefile2
-rw-r--r--test/setjmp/Makefile2
-rw-r--r--test/signal/Makefile2
-rw-r--r--test/silly/Makefile2
-rw-r--r--test/stat/Makefile2
-rw-r--r--test/stdlib/Makefile2
-rw-r--r--test/string/Makefile2
-rw-r--r--test/termios/Makefile2
-rw-r--r--test/time/Makefile2
-rw-r--r--test/unistd/Makefile2
24 files changed, 24 insertions, 24 deletions
diff --git a/test/args/Makefile b/test/args/Makefile
index 6c29c31d5..7ba8a31b4 100644
--- a/test/args/Makefile
+++ b/test/args/Makefile
@@ -1,5 +1,5 @@
# uClibc args tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
diff --git a/test/assert/Makefile b/test/assert/Makefile
index 5433162ca..1c557fc84 100644
--- a/test/assert/Makefile
+++ b/test/assert/Makefile
@@ -1,5 +1,5 @@
# uClibc assert tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
diff --git a/test/build/Makefile b/test/build/Makefile
index 6863684a5..eb65c2ad3 100644
--- a/test/build/Makefile
+++ b/test/build/Makefile
@@ -1,4 +1,4 @@
# uClibc build tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
diff --git a/test/crypt/Makefile b/test/crypt/Makefile
index 2bd870346..11d420d9e 100644
--- a/test/crypt/Makefile
+++ b/test/crypt/Makefile
@@ -1,5 +1,5 @@
# uClibc crypt tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
diff --git a/test/ctype/Makefile b/test/ctype/Makefile
index 8d6b25db2..d2b7bc5de 100644
--- a/test/ctype/Makefile
+++ b/test/ctype/Makefile
@@ -1,5 +1,5 @@
# uClibc ctype tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
TESTS := ctype
diff --git a/test/dlopen/Makefile b/test/dlopen/Makefile
index fb329cdf6..ab401801c 100644
--- a/test/dlopen/Makefile
+++ b/test/dlopen/Makefile
@@ -1,5 +1,5 @@
# uClibc dlopen tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
# rules need a little love to work with glibc ...
export UCLIBC_ONLY := 1
diff --git a/test/inet/Makefile b/test/inet/Makefile
index 90f0e0146..91927e42e 100644
--- a/test/inet/Makefile
+++ b/test/inet/Makefile
@@ -1,4 +1,4 @@
# uClibc inet tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
diff --git a/test/malloc/Makefile b/test/malloc/Makefile
index 109c76f0c..3e92e6cdb 100644
--- a/test/malloc/Makefile
+++ b/test/malloc/Makefile
@@ -1,5 +1,5 @@
# uClibc malloc tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
TESTS_DISABLED := time_malloc
diff --git a/test/math/Makefile b/test/math/Makefile
index 35329d977..7ad92b10b 100644
--- a/test/math/Makefile
+++ b/test/math/Makefile
@@ -1,5 +1,5 @@
# uClibc math tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
TESTS := basic-test rint tst-definitions test-fpucw
# test-double test-idouble
diff --git a/test/misc/Makefile b/test/misc/Makefile
index 8493b3ffb..48c549e73 100644
--- a/test/misc/Makefile
+++ b/test/misc/Makefile
@@ -1,5 +1,5 @@
# uClibc misc tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
TESTS_DISABLED := outb tst-fnmatch bug-glob1 tst-gnuglob
diff --git a/test/mmap/Makefile b/test/mmap/Makefile
index 475ca9592..b4c301014 100644
--- a/test/mmap/Makefile
+++ b/test/mmap/Makefile
@@ -1,4 +1,4 @@
# uClibc mmap tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
diff --git a/test/pthread/Makefile b/test/pthread/Makefile
index 0d6c262ac..560a424cb 100644
--- a/test/pthread/Makefile
+++ b/test/pthread/Makefile
@@ -1,5 +1,5 @@
# uClibc pthread tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
diff --git a/test/pwd_grp/Makefile b/test/pwd_grp/Makefile
index 6a8ef47e4..e6362d352 100644
--- a/test/pwd_grp/Makefile
+++ b/test/pwd_grp/Makefile
@@ -1,5 +1,5 @@
# uClibc pwd_grp tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
diff --git a/test/regex/Makefile b/test/regex/Makefile
index 62a3a6e91..7c55c3c0e 100644
--- a/test/regex/Makefile
+++ b/test/regex/Makefile
@@ -1,5 +1,5 @@
# uClibc regex tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#TESTS_DISABLED := testregexi testregexn
diff --git a/test/rpc/Makefile b/test/rpc/Makefile
index 779300199..fa5c5240b 100644
--- a/test/rpc/Makefile
+++ b/test/rpc/Makefile
@@ -1,5 +1,5 @@
# uClibc rpc tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
TESTS := getrpcent
diff --git a/test/setjmp/Makefile b/test/setjmp/Makefile
index f1179c523..581ab3213 100644
--- a/test/setjmp/Makefile
+++ b/test/setjmp/Makefile
@@ -1,4 +1,4 @@
# uClibc setjmp tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
diff --git a/test/signal/Makefile b/test/signal/Makefile
index 8c5af7921..a0b14a6c9 100644
--- a/test/signal/Makefile
+++ b/test/signal/Makefile
@@ -1,4 +1,4 @@
# uClibc signal tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
diff --git a/test/silly/Makefile b/test/silly/Makefile
index 8012a499b..ccd701852 100644
--- a/test/silly/Makefile
+++ b/test/silly/Makefile
@@ -1,5 +1,5 @@
# uClibc silly tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
diff --git a/test/stat/Makefile b/test/stat/Makefile
index 1cae70bd1..008a81248 100644
--- a/test/stat/Makefile
+++ b/test/stat/Makefile
@@ -1,5 +1,5 @@
# uClibc stat tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile
index c0a14dab5..efec56d70 100644
--- a/test/stdlib/Makefile
+++ b/test/stdlib/Makefile
@@ -1,5 +1,5 @@
# uClibc stdlib tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
diff --git a/test/string/Makefile b/test/string/Makefile
index 2d873b629..a18d52e93 100644
--- a/test/string/Makefile
+++ b/test/string/Makefile
@@ -1,5 +1,5 @@
# uClibc string tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
diff --git a/test/termios/Makefile b/test/termios/Makefile
index a934d65ff..2aa6ccd90 100644
--- a/test/termios/Makefile
+++ b/test/termios/Makefile
@@ -1,4 +1,4 @@
# uClibc termios tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak
diff --git a/test/time/Makefile b/test/time/Makefile
index bb2a2b5bb..237082d3c 100644
--- a/test/time/Makefile
+++ b/test/time/Makefile
@@ -1,5 +1,5 @@
# uClibc time tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
tst-strftime tst-strptime tst-timezone
diff --git a/test/unistd/Makefile b/test/unistd/Makefile
index b3f5c1a8d..c5007cdcc 100644
--- a/test/unistd/Makefile
+++ b/test/unistd/Makefile
@@ -1,5 +1,5 @@
# uClibc unistd tests
-# Licensed under the GNU Library General Public License, see COPYING.LIB
+# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
include ../Test.mak