svn commit: trunk/busybox: archival coreutils

landley at busybox.net landley at busybox.net
Mon Apr 17 22:49:31 UTC 2006


Author: landley
Date: 2006-04-17 15:49:30 -0700 (Mon, 17 Apr 2006)
New Revision: 14903

Log:
Glenn gave permission for GPLv2 "or later".


Modified:
   trunk/busybox/archival/bunzip2.c
   trunk/busybox/coreutils/uudecode.c


Changeset:
Modified: trunk/busybox/archival/bunzip2.c
===================================================================
--- trunk/busybox/archival/bunzip2.c	2006-04-17 22:29:13 UTC (rev 14902)
+++ trunk/busybox/archival/bunzip2.c	2006-04-17 22:49:30 UTC (rev 14903)
@@ -2,7 +2,7 @@
  *  Modified for busybox by Glenn McGrath <bug1 at iinet.net.au>
  *  Added support output to stdout by Thomas Lundquist <thomasez at zelow.no>
  *
- *  Licensed under GPL v2, see file LICENSE in this tarball for details.
+ *  Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 
 #include <fcntl.h>

Modified: trunk/busybox/coreutils/uudecode.c
===================================================================
--- trunk/busybox/coreutils/uudecode.c	2006-04-17 22:29:13 UTC (rev 14902)
+++ trunk/busybox/coreutils/uudecode.c	2006-04-17 22:49:30 UTC (rev 14903)
@@ -1,24 +1,13 @@
 /*
- *  GPLv2
  *  Copyright 2003, Glenn McGrath <bug1 at iinet.net.au>
  *
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License version 2 as published
- *  by the Free Software Foundation; either version 2 of the License.
+ *  Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  *
- *  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 Library 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.
- *
  *  Based on specification from
  *  http://www.opengroup.org/onlinepubs/007904975/utilities/uuencode.html
  *
- *  Bugs: the spec doesnt mention anything about "`\n`\n" prior to the "end" line
+ *  Bugs: the spec doesn't mention anything about "`\n`\n" prior to the
+ *        "end" line
  */
 
 




More information about the busybox-cvs mailing list