svn commit: trunk/uClibc: libc/unistd utils

andersen at uclibc.org andersen at uclibc.org
Wed Jul 5 19:52:41 UTC 2006


Author: andersen
Date: 2006-07-05 12:52:39 -0700 (Wed, 05 Jul 2006)
New Revision: 15645

Log:
replace my @debian.org addr with @uclibc.org.  Fixup license on
readelf and ldd to again state that they are GPLv2


Modified:
   trunk/uClibc/libc/unistd/daemon.c
   trunk/uClibc/utils/ldd.c
   trunk/uClibc/utils/readelf.c


Changeset:
Modified: trunk/uClibc/libc/unistd/daemon.c
===================================================================
--- trunk/uClibc/libc/unistd/daemon.c	2006-07-05 19:31:48 UTC (rev 15644)
+++ trunk/uClibc/libc/unistd/daemon.c	2006-07-05 19:52:39 UTC (rev 15645)
@@ -37,7 +37,7 @@
  * Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
  *
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
- * Modified for uClibc by Erik Andersen <andersee at debian.org>
+ * Modified for uClibc by Erik Andersen <andersen at uclibc.org>
  */
 
 #include <stdio.h>

Modified: trunk/uClibc/utils/ldd.c
===================================================================
--- trunk/uClibc/utils/ldd.c	2006-07-05 19:31:48 UTC (rev 15644)
+++ trunk/uClibc/utils/ldd.c	2006-07-05 19:52:39 UTC (rev 15645)
@@ -2,7 +2,7 @@
 /*
  * A small little ldd implementation for uClibc
  *
- * Copyright (C) 2000-2004 Erik Andersen <andersee at debian.org>
+ * Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
  *
  * Several functions in this file (specifically, elf_find_section_type(),
  * elf_find_phdr_type(), and elf_find_dynamic(), were stolen from elflib.c from
@@ -10,20 +10,7 @@
  * <jreiser at BitWagon.com>, which is copyright 2000 BitWagon Software LLC
  * (GPL2).
  *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU 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
- * General Public License for more details.
- *
- * You should have received a copy of the GNU 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 GPLv2 or later
  */
 
 #include <stdlib.h>

Modified: trunk/uClibc/utils/readelf.c
===================================================================
--- trunk/uClibc/utils/readelf.c	2006-07-05 19:31:48 UTC (rev 15644)
+++ trunk/uClibc/utils/readelf.c	2006-07-05 19:52:39 UTC (rev 15645)
@@ -2,7 +2,7 @@
 /*
  * A small little readelf implementation for uClibc
  *
- * Copyright (C) 2000-2006 Erik Andersen <andersee at debian.org>
+ * Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
  *
  * Several functions in this file (specifically, elf_find_section_type(),
  * elf_find_phdr_type(), and elf_find_dynamic(), were stolen from elflib.c from
@@ -10,7 +10,7 @@
  * <jreiser at BitWagon.com>, which is copyright 2000 BitWagon Software LLC
  * (GPL2).
  *
- * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ * Licensed under GPLv2 or later
  */
 
 




More information about the uClibc-cvs mailing list