svn commit: trunk/uClibc/test: args assert ctype pwd_grp signal unistd

vapier at uclibc.org vapier at uclibc.org
Wed Jul 5 10:26:00 UTC 2006


Author: vapier
Date: 2006-07-05 03:25:59 -0700 (Wed, 05 Jul 2006)
New Revision: 15621

Log:
fix license notice

Modified:
   trunk/uClibc/test/args/arg_test.c
   trunk/uClibc/test/assert/assert.c
   trunk/uClibc/test/ctype/ctype.c
   trunk/uClibc/test/pwd_grp/test_grp.c
   trunk/uClibc/test/pwd_grp/test_pwd.c
   trunk/uClibc/test/signal/signal.c
   trunk/uClibc/test/unistd/clone.c
   trunk/uClibc/test/unistd/fork.c
   trunk/uClibc/test/unistd/getcwd.c
   trunk/uClibc/test/unistd/vfork.c


Changeset:
Modified: trunk/uClibc/test/args/arg_test.c
===================================================================
--- trunk/uClibc/test/args/arg_test.c	2006-07-05 10:23:12 UTC (rev 15620)
+++ trunk/uClibc/test/args/arg_test.c	2006-07-05 10:25:59 UTC (rev 15621)
@@ -3,23 +3,10 @@
  * Test application for argc and argv handling
  *
  * Copyright (C) 2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 2000,2001 by Erik Andersen <andersen at uclibc.org>
+ * Copyright (C) 2000-2006 by Erik Andersen <andersen at uclibc.org>
  * Written by Erik Andersen <andersen at uclibc.org>
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Library General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
- * for more details.
- *
- * You should have received a copy of the GNU Library General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include <stdio.h>

Modified: trunk/uClibc/test/assert/assert.c
===================================================================
--- trunk/uClibc/test/assert/assert.c	2006-07-05 10:23:12 UTC (rev 15620)
+++ trunk/uClibc/test/assert/assert.c	2006-07-05 10:25:59 UTC (rev 15621)
@@ -6,20 +6,7 @@
  * Copyright (C) 2000,2001 by Erik Andersen <andersen at uclibc.org>
  * Written by Erik Andersen <andersen at uclibc.org>
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Library General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
- * for more details.
- *
- * You should have received a copy of the GNU Library General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include <stdio.h>

Modified: trunk/uClibc/test/ctype/ctype.c
===================================================================
--- trunk/uClibc/test/ctype/ctype.c	2006-07-05 10:23:12 UTC (rev 15620)
+++ trunk/uClibc/test/ctype/ctype.c	2006-07-05 10:25:59 UTC (rev 15621)
@@ -6,20 +6,7 @@
  * Copyright (C) 2000,2001 by Erik Andersen <andersen at uclibc.org>
  * Written by Erik Andersen <andersen at uclibc.org>
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Library General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
- * for more details.
- *
- * You should have received a copy of the GNU Library General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include <stdio.h>

Modified: trunk/uClibc/test/pwd_grp/test_grp.c
===================================================================
--- trunk/uClibc/test/pwd_grp/test_grp.c	2006-07-05 10:23:12 UTC (rev 15620)
+++ trunk/uClibc/test/pwd_grp/test_grp.c	2006-07-05 10:25:59 UTC (rev 15621)
@@ -1,21 +1,8 @@
 /*
  * test_grp.c - This file is part of the libc-8086/grp package for ELKS,
  * Copyright (C) 1995, 1996 Nat Friedman <ndf at linux.mit.edu>.
- * 
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
  *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public
- *  License along with this library; if not, write to the Free
- *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include <unistd.h>

Modified: trunk/uClibc/test/pwd_grp/test_pwd.c
===================================================================
--- trunk/uClibc/test/pwd_grp/test_pwd.c	2006-07-05 10:23:12 UTC (rev 15620)
+++ trunk/uClibc/test/pwd_grp/test_pwd.c	2006-07-05 10:25:59 UTC (rev 15621)
@@ -1,21 +1,8 @@
 /*
  * test_pwd.c - This file is part of the libc-8086/pwd package for ELKS,
  * Copyright (C) 1995, 1996 Nat Friedman <ndf at linux.mit.edu>.
- * 
- *  This library is free software; you can redistribute it and/or
- *  modify it under the terms of the GNU Library General Public
- *  License as published by the Free Software Foundation; either
- *  version 2 of the License, or (at your option) any later version.
  *
- *  This library is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- *  Library General Public License for more details.
- *
- *  You should have received a copy of the GNU Library General Public
- *  License along with this library; if not, write to the Free
- *  Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include <unistd.h>

Modified: trunk/uClibc/test/signal/signal.c
===================================================================
--- trunk/uClibc/test/signal/signal.c	2006-07-05 10:23:12 UTC (rev 15620)
+++ trunk/uClibc/test/signal/signal.c	2006-07-05 10:25:59 UTC (rev 15621)
@@ -3,26 +3,12 @@
  * signal testing function for uClibc
  *
  * Copyright (C) 2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 2000,2001 by Erik Andersen <andersen at uclibc.org>
+ * Copyright (C) 2000-2006 by Erik Andersen <andersen at uclibc.org>
  * Written by Erik Andersen <andersen at uclibc.org>
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Library General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
- * for more details.
- *
- * You should have received a copy of the GNU Library General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
-
 #ifndef _GNU_SOURCE
 # define _GNU_SOURCE
 #endif

Modified: trunk/uClibc/test/unistd/clone.c
===================================================================
--- trunk/uClibc/test/unistd/clone.c	2006-07-05 10:23:12 UTC (rev 15620)
+++ trunk/uClibc/test/unistd/clone.c	2006-07-05 10:25:59 UTC (rev 15621)
@@ -3,23 +3,10 @@
  * clone test for uClibc
  *
  * Copyright (C) 2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 2000,2001 by Erik Andersen <andersen at uclibc.org>
+ * Copyright (C) 2000-2006 by Erik Andersen <andersen at uclibc.org>
  * Written by Erik Andersen <andersen at uclibc.org>
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Library General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
- * for more details.
- *
- * You should have received a copy of the GNU Library General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include <stdio.h>

Modified: trunk/uClibc/test/unistd/fork.c
===================================================================
--- trunk/uClibc/test/unistd/fork.c	2006-07-05 10:23:12 UTC (rev 15620)
+++ trunk/uClibc/test/unistd/fork.c	2006-07-05 10:25:59 UTC (rev 15621)
@@ -3,23 +3,10 @@
  * fork test for uClibc
  *
  * Copyright (C) 2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 2000,2001 by Erik Andersen <andersen at uclibc.org>
+ * Copyright (C) 2000-2006 by Erik Andersen <andersen at uclibc.org>
  * Written by Erik Andersen <andersen at uclibc.org>
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Library General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
- * for more details.
- *
- * You should have received a copy of the GNU Library General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include <stdio.h>

Modified: trunk/uClibc/test/unistd/getcwd.c
===================================================================
--- trunk/uClibc/test/unistd/getcwd.c	2006-07-05 10:23:12 UTC (rev 15620)
+++ trunk/uClibc/test/unistd/getcwd.c	2006-07-05 10:25:59 UTC (rev 15621)
@@ -3,23 +3,10 @@
  * fork test for uClibc
  *
  * Copyright (C) 2000 by Lineo, inc. and Erik Andersen
- * Copyright (C) 2000,2001 by Erik Andersen <andersen at uclibc.org>
+ * Copyright (C) 2000-2006 by Erik Andersen <andersen at uclibc.org>
  * Written by Erik Andersen <andersen at uclibc.org>
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Library General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
- * for more details.
- *
- * You should have received a copy of the GNU Library General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include <stdio.h>

Modified: trunk/uClibc/test/unistd/vfork.c
===================================================================
--- trunk/uClibc/test/unistd/vfork.c	2006-07-05 10:23:12 UTC (rev 15620)
+++ trunk/uClibc/test/unistd/vfork.c	2006-07-05 10:25:59 UTC (rev 15621)
@@ -2,23 +2,10 @@
 /*
  * vfork test for uClibc
  *
- * Copyright (C) 2000,2001 by Erik Andersen <andersen at uclibc.org>
+ * Copyright (C) 2000-2006 by Erik Andersen <andersen at uclibc.org>
  * Written by Erik Andersen <andersen at uclibc.org>
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Library General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or (at your
- * option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License
- * for more details.
- *
- * You should have received a copy of the GNU Library General Public License
- * along with this program; if not, write to the Free Software Foundation,
- * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include <stdio.h>




More information about the uClibc-cvs mailing list