Browse Source

Update copyright notice

Peter S. Mazinger 18 years ago
parent
commit
8a87f4950a

+ 4 - 2
libc/misc/internals/__uClibc_main.c

@@ -1,6 +1,8 @@
 /*
- * Manuel Novoa III           Feb 2001
- * Erik Andersen              2002-2004
+ * Copyright (C) Feb 2001 Manuel Novoa III
+ * Copyright (C) 2000-2005 Erik Andersen <andersen@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.

+ 2 - 2
libc/stdio/_cs_funcs.c

@@ -1,6 +1,6 @@
-/* Copyright (C) 2004       Manuel Novoa III    <mjn3@codepoet.org>
+/* Copyright (C) 2004-2005 Manuel Novoa III    <mjn3@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.
  */

+ 2 - 2
libc/stdio/_stdio.h

@@ -1,6 +1,6 @@
-/* Copyright (C) 2004       Manuel Novoa III    <mjn3@codepoet.org>
+/* Copyright (C) 2004-2005 Manuel Novoa III <mjn3@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.
  */

+ 2 - 2
libc/sysdeps/linux/common/__syscall_fcntl.c

@@ -2,9 +2,9 @@
 /*
  * __syscall_fcntl() for uClibc
  *
- * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org>
+ * Copyright (C) 2000-2005 Erik Andersen <andersen@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"

+ 2 - 2
libc/sysdeps/linux/common/__syscall_fcntl64.c

@@ -2,9 +2,9 @@
 /*
  * __syscall_fcntl64() for uClibc
  *
- * Copyright (C) 2000-2004 by Erik Andersen <andersen@codepoet.org>
+ * Copyright (C) 2000-2005 Erik Andersen <andersen@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"