svn commit: trunk/uClibc/test: args assert build crypt ctype dlopen ine etc...

vapier at uclibc.org vapier at uclibc.org
Wed Jul 5 10:23:17 UTC 2006


Author: vapier
Date: 2006-07-05 03:23:12 -0700 (Wed, 05 Jul 2006)
New Revision: 15620

Log:
fix license notice

Modified:
   trunk/uClibc/test/args/Makefile
   trunk/uClibc/test/assert/Makefile
   trunk/uClibc/test/build/Makefile
   trunk/uClibc/test/crypt/Makefile
   trunk/uClibc/test/ctype/Makefile
   trunk/uClibc/test/dlopen/Makefile
   trunk/uClibc/test/inet/Makefile
   trunk/uClibc/test/malloc/Makefile
   trunk/uClibc/test/math/Makefile
   trunk/uClibc/test/misc/Makefile
   trunk/uClibc/test/mmap/Makefile
   trunk/uClibc/test/pthread/Makefile
   trunk/uClibc/test/pwd_grp/Makefile
   trunk/uClibc/test/regex/Makefile
   trunk/uClibc/test/rpc/Makefile
   trunk/uClibc/test/setjmp/Makefile
   trunk/uClibc/test/signal/Makefile
   trunk/uClibc/test/silly/Makefile
   trunk/uClibc/test/stat/Makefile
   trunk/uClibc/test/stdlib/Makefile
   trunk/uClibc/test/string/Makefile
   trunk/uClibc/test/termios/Makefile
   trunk/uClibc/test/time/Makefile
   trunk/uClibc/test/unistd/Makefile


Changeset:
Modified: trunk/uClibc/test/args/Makefile
===================================================================
--- trunk/uClibc/test/args/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/args/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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
 

Modified: trunk/uClibc/test/assert/Makefile
===================================================================
--- trunk/uClibc/test/assert/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/assert/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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
 

Modified: trunk/uClibc/test/build/Makefile
===================================================================
--- trunk/uClibc/test/build/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/build/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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

Modified: trunk/uClibc/test/crypt/Makefile
===================================================================
--- trunk/uClibc/test/crypt/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/crypt/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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
 

Modified: trunk/uClibc/test/ctype/Makefile
===================================================================
--- trunk/uClibc/test/ctype/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/ctype/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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
 

Modified: trunk/uClibc/test/dlopen/Makefile
===================================================================
--- trunk/uClibc/test/dlopen/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/dlopen/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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

Modified: trunk/uClibc/test/inet/Makefile
===================================================================
--- trunk/uClibc/test/inet/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/inet/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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

Modified: trunk/uClibc/test/malloc/Makefile
===================================================================
--- trunk/uClibc/test/malloc/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/malloc/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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
 

Modified: trunk/uClibc/test/math/Makefile
===================================================================
--- trunk/uClibc/test/math/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/math/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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

Modified: trunk/uClibc/test/misc/Makefile
===================================================================
--- trunk/uClibc/test/misc/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/misc/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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
 

Modified: trunk/uClibc/test/mmap/Makefile
===================================================================
--- trunk/uClibc/test/mmap/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/mmap/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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

Modified: trunk/uClibc/test/pthread/Makefile
===================================================================
--- trunk/uClibc/test/pthread/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/pthread/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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
 

Modified: trunk/uClibc/test/pwd_grp/Makefile
===================================================================
--- trunk/uClibc/test/pwd_grp/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/pwd_grp/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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
 

Modified: trunk/uClibc/test/regex/Makefile
===================================================================
--- trunk/uClibc/test/regex/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/regex/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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
 

Modified: trunk/uClibc/test/rpc/Makefile
===================================================================
--- trunk/uClibc/test/rpc/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/rpc/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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
 

Modified: trunk/uClibc/test/setjmp/Makefile
===================================================================
--- trunk/uClibc/test/setjmp/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/setjmp/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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

Modified: trunk/uClibc/test/signal/Makefile
===================================================================
--- trunk/uClibc/test/signal/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/signal/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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

Modified: trunk/uClibc/test/silly/Makefile
===================================================================
--- trunk/uClibc/test/silly/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/silly/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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
 

Modified: trunk/uClibc/test/stat/Makefile
===================================================================
--- trunk/uClibc/test/stat/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/stat/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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
 

Modified: trunk/uClibc/test/stdlib/Makefile
===================================================================
--- trunk/uClibc/test/stdlib/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/stdlib/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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
 

Modified: trunk/uClibc/test/string/Makefile
===================================================================
--- trunk/uClibc/test/string/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/string/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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
 

Modified: trunk/uClibc/test/termios/Makefile
===================================================================
--- trunk/uClibc/test/termios/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/termios/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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

Modified: trunk/uClibc/test/time/Makefile
===================================================================
--- trunk/uClibc/test/time/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/time/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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

Modified: trunk/uClibc/test/unistd/Makefile
===================================================================
--- trunk/uClibc/test/unistd/Makefile	2006-07-05 09:33:38 UTC (rev 15619)
+++ trunk/uClibc/test/unistd/Makefile	2006-07-05 10:23:12 UTC (rev 15620)
@@ -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
 




More information about the uClibc-cvs mailing list