svn commit: trunk/uClibc/libc/misc/error

psm at uclibc.org psm at uclibc.org
Fri Jan 27 19:26:44 UTC 2006


Author: psm
Date: 2006-01-27 11:26:42 -0800 (Fri, 27 Jan 2006)
New Revision: 13640

Log:
Update copyright and comment

Modified:
   trunk/uClibc/libc/misc/error/error.c


Changeset:
Modified: trunk/uClibc/libc/misc/error/error.c
===================================================================
--- trunk/uClibc/libc/misc/error/error.c	2006-01-27 17:50:52 UTC (rev 13639)
+++ trunk/uClibc/libc/misc/error/error.c	2006-01-27 19:26:42 UTC (rev 13640)
@@ -1,24 +1,8 @@
 /* Error handler for noninteractive utilities
-   Copyright (C) 1990-1998, 2000, 2001 Free Software Foundation, Inc.
-
-   This file is part of the GNU C Library.  Its master source is NOT part of
-   the C library, however.  The master source lives in /gd/gnu/lib.
-
-   The GNU C Library is free software; you can redistribute it and/or
-   modify it under the terms of the GNU Library General Public License as
-   published by the Free Software Foundation; either version 2 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
-   Library General Public License for more details.
-
-   You should have received a copy of the GNU Library General Public
-   License along with the GNU C Library; see the file COPYING.LIB.  If not,
-   write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
-
+ * Copyright (C) 2000-2006 Erik Andersen <andersen at uclibc.org>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
 /* Written by David MacKenzie <djm at gnu.ai.mit.edu>.  */
 /* Adjusted slightly by Erik Andersen <andersen at uclibc.org> */
 
@@ -106,6 +90,6 @@
 	exit (status);
 }
 
-/* psm: keep this weak, to many use this outside of libc */
+/* psm: keep this weak, too many use this in common code */
 weak_alias(__error,error)
 strong_alias(__error_at_line,error_at_line)




More information about the uClibc-cvs mailing list