[uClibc-cvs] uClibc/libc/inet ether_addr.c,1.2,1.3
Erik Andersen
andersen at codepoet.org
Thu Jan 30 18:17:58 UTC 2003
Update of /var/cvs/uClibc/libc/inet
In directory winder:/tmp/cvs-serv17556/libc/inet
Modified Files:
ether_addr.c
Log Message:
Per discussion with Nick Fedchik, restore original LGPL
licensing to libc/inet/ether_addr.c
Index: ether_addr.c
===================================================================
RCS file: /var/cvs/uClibc/libc/inet/ether_addr.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- ether_addr.c 10 Jan 2003 03:47:08 -0000 1.2
+++ ether_addr.c 30 Jan 2003 18:17:55 -0000 1.3
@@ -1,18 +1,27 @@
-/*
-* Copyright (C) 1996, 1997, 1999 Free Software Foundation, Inc.
-* This file was assembled from parts of the GNU C Library.
-* Contributed by Ulrich Drepper <drepper at cygnus.com>, 1996.
-*
-* 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.
+/* Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc.
+ This file is part of the GNU C Library.
+ Contributed by Ulrich Drepper <drepper at cygnus.com>, 1996.
+
+ The GNU C Library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ The GNU C Library 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
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with the GNU C Library; if not, write to the Free
+ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+ 02111-1307 USA.
*/
/*
-* 2002-12-24 Nick Fedchik <nick at fedchik.org.ua>
-* - initial uClibc port
-*/
+ * 2002-12-24 Nick Fedchik <nick at fedchik.org.ua>
+ * - initial uClibc port
+ */
#define __FORCE_GLIBC
More information about the uClibc-cvs
mailing list