summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2006-02-13 08:51:19 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2006-02-13 08:51:19 +0000
commit49907ee1c53861b8692709e1b199f5a5442adf67 (patch)
tree337cf05c7d067e652e366ae8a7ec7d13c49ba344
parentf52c980668fbaa0f7355ead02f141c02ba353c4d (diff)
Update some copyrights
-rw-r--r--libc/pwd_grp/pwd_grp.c5
-rw-r--r--libc/pwd_grp/pwd_grp_internal.c5
-rw-r--r--libc/stdlib/malloc-simple/alloc.c6
3 files changed, 10 insertions, 6 deletions
diff --git a/libc/pwd_grp/pwd_grp.c b/libc/pwd_grp/pwd_grp.c
index 2ade07150..ef78fed88 100644
--- a/libc/pwd_grp/pwd_grp.c
+++ b/libc/pwd_grp/pwd_grp.c
@@ -1,7 +1,8 @@
/*
- * Copyright (C) 2003 Manuel Novoa III
+ * Copyright (C) 2003 Manuel Novoa III <mjn3@uclibc.org>
+ * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
*
- * Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details.
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
*/
/* Nov 6, 2003 Initial version.
diff --git a/libc/pwd_grp/pwd_grp_internal.c b/libc/pwd_grp/pwd_grp_internal.c
index acb9a183a..712b788ad 100644
--- a/libc/pwd_grp/pwd_grp_internal.c
+++ b/libc/pwd_grp/pwd_grp_internal.c
@@ -1,7 +1,8 @@
/*
- * Copyright (C) 2003 Manuel Novoa III
+ * Copyright (C) 2003 Manuel Novoa III <mjn3@uclibc.org>
+ * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
*
- * Licensed under LGPL v2.1, see the file COPYING.LIB in this tarball for details.
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
*/
/* Nov 6, 2003 Initial version.
diff --git a/libc/stdlib/malloc-simple/alloc.c b/libc/stdlib/malloc-simple/alloc.c
index dc4d5494f..65d4bb277 100644
--- a/libc/stdlib/malloc-simple/alloc.c
+++ b/libc/stdlib/malloc-simple/alloc.c
@@ -1,8 +1,10 @@
/* alloc.c
*
- * Written by Erik Andersen <andersee@codepoet.org>
- * LGPLv2
+ * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
*
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
+/*
* Parts of the memalign code were stolen from malloc-930716.
*/