svn commit: trunk/uClibc/libc: misc/internals stdio sysdeps/linux/commo etc...

psm at uclibc.org psm at uclibc.org
Tue Nov 15 15:32:34 UTC 2005


Author: psm
Date: 2005-11-15 07:32:32 -0800 (Tue, 15 Nov 2005)
New Revision: 12265

Log:
Update copyright notice

Modified:
   trunk/uClibc/libc/misc/internals/__uClibc_main.c
   trunk/uClibc/libc/stdio/_cs_funcs.c
   trunk/uClibc/libc/stdio/_stdio.h
   trunk/uClibc/libc/sysdeps/linux/common/__syscall_fcntl.c
   trunk/uClibc/libc/sysdeps/linux/common/__syscall_fcntl64.c


Changeset:
Modified: trunk/uClibc/libc/misc/internals/__uClibc_main.c
===================================================================
--- trunk/uClibc/libc/misc/internals/__uClibc_main.c	2005-11-15 15:20:11 UTC (rev 12264)
+++ trunk/uClibc/libc/misc/internals/__uClibc_main.c	2005-11-15 15:32:32 UTC (rev 12265)
@@ -1,7 +1,9 @@
 /*
- * Manuel Novoa III           Feb 2001
- * Erik Andersen              2002-2004
+ * Copyright (C) Feb 2001 Manuel Novoa III
+ * Copyright (C) 2000-2005 Erik Andersen <andersen at uclibc.org>
  *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ *
  * __uClibc_main is the routine to be called by all the arch-specific
  * versions of crt1.S in uClibc.
  *

Modified: trunk/uClibc/libc/stdio/_cs_funcs.c
===================================================================
--- trunk/uClibc/libc/stdio/_cs_funcs.c	2005-11-15 15:20:11 UTC (rev 12264)
+++ trunk/uClibc/libc/stdio/_cs_funcs.c	2005-11-15 15:32:32 UTC (rev 12265)
@@ -1,6 +1,6 @@
-/* Copyright (C) 2004       Manuel Novoa III    <mjn3 at codepoet.org>
+/* Copyright (C) 2004-2005 Manuel Novoa III    <mjn3 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.
  *
  * Dedicated to Toni.  See uClibc/DEDICATION.mjn3 for details.
  */

Modified: trunk/uClibc/libc/stdio/_stdio.h
===================================================================
--- trunk/uClibc/libc/stdio/_stdio.h	2005-11-15 15:20:11 UTC (rev 12264)
+++ trunk/uClibc/libc/stdio/_stdio.h	2005-11-15 15:32:32 UTC (rev 12265)
@@ -1,6 +1,6 @@
-/* Copyright (C) 2004       Manuel Novoa III    <mjn3 at codepoet.org>
+/* Copyright (C) 2004-2005 Manuel Novoa III <mjn3 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.
  *
  * Dedicated to Toni.  See uClibc/DEDICATION.mjn3 for details.
  */

Modified: trunk/uClibc/libc/sysdeps/linux/common/__syscall_fcntl.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/__syscall_fcntl.c	2005-11-15 15:20:11 UTC (rev 12264)
+++ trunk/uClibc/libc/sysdeps/linux/common/__syscall_fcntl.c	2005-11-15 15:32:32 UTC (rev 12265)
@@ -2,9 +2,9 @@
 /*
  * __syscall_fcntl() for uClibc
  *
- * Copyright (C) 2000-2004 by Erik Andersen <andersen at codepoet.org>
+ * Copyright (C) 2000-2005 Erik Andersen <andersen at uclibc.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/__syscall_fcntl64.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/__syscall_fcntl64.c	2005-11-15 15:20:11 UTC (rev 12264)
+++ trunk/uClibc/libc/sysdeps/linux/common/__syscall_fcntl64.c	2005-11-15 15:32:32 UTC (rev 12265)
@@ -2,9 +2,9 @@
 /*
  * __syscall_fcntl64() for uClibc
  *
- * Copyright (C) 2000-2004 by Erik Andersen <andersen at codepoet.org>
+ * Copyright (C) 2000-2005 Erik Andersen <andersen at uclibc.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