OSDN Git Service

fix license notice
authorMike Frysinger <vapier@gentoo.org>
Wed, 5 Jul 2006 10:23:12 +0000 (10:23 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 5 Jul 2006 10:23:12 +0000 (10:23 -0000)
24 files changed:
test/args/Makefile
test/assert/Makefile
test/build/Makefile
test/crypt/Makefile
test/ctype/Makefile
test/dlopen/Makefile
test/inet/Makefile
test/malloc/Makefile
test/math/Makefile
test/misc/Makefile
test/mmap/Makefile
test/pthread/Makefile
test/pwd_grp/Makefile
test/regex/Makefile
test/rpc/Makefile
test/setjmp/Makefile
test/signal/Makefile
test/silly/Makefile
test/stat/Makefile
test/stdlib/Makefile
test/string/Makefile
test/termios/Makefile
test/time/Makefile
test/unistd/Makefile

index 6c29c31..7ba8a31 100644 (file)
@@ -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
 
index 5433162..1c557fc 100644 (file)
@@ -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
 
index 6863684..eb65c2a 100644 (file)
@@ -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
index 2bd8703..11d420d 100644 (file)
@@ -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
 
index 8d6b25d..d2b7bc5 100644 (file)
@@ -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
 
index fb329cd..ab40180 100644 (file)
@@ -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
index 90f0e01..91927e4 100644 (file)
@@ -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
index 109c76f..3e92e6c 100644 (file)
@@ -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
 
index 35329d9..7ad92b1 100644 (file)
@@ -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
index 8493b3f..48c549e 100644 (file)
@@ -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
 
index 475ca95..b4c3010 100644 (file)
@@ -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
index 0d6c262..560a424 100644 (file)
@@ -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
 
index 6a8ef47..e6362d3 100644 (file)
@@ -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
 
index 62a3a6e..7c55c3c 100644 (file)
@@ -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
 
index 7793001..fa5c524 100644 (file)
@@ -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
 
index f1179c5..581ab32 100644 (file)
@@ -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
index 8c5af79..a0b14a6 100644 (file)
@@ -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
index 8012a49..ccd7018 100644 (file)
@@ -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
 
index 1cae70b..008a812 100644 (file)
@@ -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
 
index c0a14da..efec56d 100644 (file)
@@ -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
 
index 2d873b6..a18d52e 100644 (file)
@@ -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
 
index a934d65..2aa6ccd 100644 (file)
@@ -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
index bb2a2b5..237082d 100644 (file)
@@ -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
index b3f5c1a..c5007cd 100644 (file)
@@ -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