svn commit: trunk/uClibc/utils
vapier at uclibc.org
vapier at uclibc.org
Wed Nov 23 13:20:54 UTC 2005
Author: vapier
Date: 2005-11-23 05:20:36 -0800 (Wed, 23 Nov 2005)
New Revision: 12500
Log:
update license
Modified:
trunk/uClibc/utils/chroot_realpath.c
Changeset:
Modified: trunk/uClibc/utils/chroot_realpath.c
===================================================================
--- trunk/uClibc/utils/chroot_realpath.c 2005-11-23 13:19:45 UTC (rev 12499)
+++ trunk/uClibc/utils/chroot_realpath.c 2005-11-23 13:20:36 UTC (rev 12500)
@@ -2,16 +2,21 @@
* chroot_realpath.c -- reslove pathname as if inside chroot
* Based on realpath.c Copyright (C) 1993 Rick Sladkey <jrs at world.std.com>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU Library Public License as published by
- * the Free Software Foundation; either version 2, or (at your option)
- * any later version.
+ * This program 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.
*
- * This program is distributed in the hope that it will be useful,
+ * This 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 Public License for more details.
+ * 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 this 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.
+ *
* 2005/09/12: Dan Howell (modified from realpath.c to emulate chroot)
*/
More information about the uClibc-cvs
mailing list