Busybox is under the GPL.
authorRob Landley <rob@landley.net>
Fri, 14 Apr 2006 19:25:01 +0000 (19:25 -0000)
committerRob Landley <rob@landley.net>
Fri, 14 Apr 2006 19:25:01 +0000 (19:25 -0000)
archival/libunarchive/decompress_bunzip2.c

index 1879f7255799006f271396bafdbb69c4332479f7..5e26ffd9f5e6d75da23c61a0347f8910b157cc9b 100644 (file)
@@ -1,13 +1,12 @@
 /* vi: set sw=4 ts=4: */
-/*     Small bzip2 deflate implementation, by Rob Landley (rob@landley.net).
+/* Small bzip2 deflate implementation, by Rob Landley (rob@landley.net).
 
-       Based on bzip2 decompression code by Julian R Seward (jseward@acm.org),
-       which also acknowledges contributions by Mike Burrows, David Wheeler,
-       Peter Fenwick, Alistair Moffat, Radford Neal, Ian H. Witten,
-       Robert Sedgewick, and Jon L. Bentley.
+   Based on bzip2 decompression code by Julian R Seward (jseward@acm.org),
+   which also acknowledges contributions by Mike Burrows, David Wheeler,
+   Peter Fenwick, Alistair Moffat, Radford Neal, Ian H. Witten,
+   Robert Sedgewick, and Jon L. Bentley.
 
-       This code is licensed under the LGPLv2:
-               LGPL http://www.gnu.org/copyleft/lgpl.html
+   Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
 */
 
 /*