svn commit: trunk/uClibc/libc/sysdeps/linux/common

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


Author: vapier
Date: 2006-07-05 03:36:32 -0700 (Wed, 05 Jul 2006)
New Revision: 15625

Log:
update license

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/fchown.c
   trunk/uClibc/libc/sysdeps/linux/common/getpgrp.c
   trunk/uClibc/libc/sysdeps/linux/common/getppid.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/fchown.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/fchown.c	2006-07-05 10:36:11 UTC (rev 15624)
+++ trunk/uClibc/libc/sysdeps/linux/common/fchown.c	2006-07-05 10:36:32 UTC (rev 15625)
@@ -2,9 +2,9 @@
 /*
  * fchown() for uClibc
  *
- * Copyright (C) 2000-2004 by Erik Andersen <andersen at codepoet.org>
+ * Copyright (C) 2000-2006 by Erik Andersen <andersen at codepoet.org>
  *
- * GNU Library General Public License (LGPL) version 2 or later.
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include "syscalls.h"

Modified: trunk/uClibc/libc/sysdeps/linux/common/getpgrp.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/getpgrp.c	2006-07-05 10:36:11 UTC (rev 15624)
+++ trunk/uClibc/libc/sysdeps/linux/common/getpgrp.c	2006-07-05 10:36:32 UTC (rev 15625)
@@ -2,9 +2,9 @@
 /*
  * getpgrp() for uClibc
  *
- * Copyright (C) 2000-2004 by Erik Andersen <andersen at codepoet.org>
+ * Copyright (C) 2000-2006 by Erik Andersen <andersen at codepoet.org>
  *
- * GNU Library General Public License (LGPL) version 2 or later.
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include "syscalls.h"

Modified: trunk/uClibc/libc/sysdeps/linux/common/getppid.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/getppid.c	2006-07-05 10:36:11 UTC (rev 15624)
+++ trunk/uClibc/libc/sysdeps/linux/common/getppid.c	2006-07-05 10:36:32 UTC (rev 15625)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2000-2006 by Erik Andersen <andersen at codepoet.org>
  *
- * GNU Library General Public License (LGPL) version 2 or later.
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  */
 
 #include "syscalls.h"




More information about the uClibc-cvs mailing list