diff options
author | Rob Landley <rob@landley.net> | 2006-04-14 19:25:01 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-04-14 19:25:01 +0000 |
commit | e66c7efc31c44cd549226ac705edf7d1e32f558f (patch) | |
tree | 156e1cb003146a242c0549e79e81b9e1112fce7f | |
parent | d086b504c3528a1e2f423f407099e32f25bba20b (diff) | |
download | busybox-w32-e66c7efc31c44cd549226ac705edf7d1e32f558f.tar.gz busybox-w32-e66c7efc31c44cd549226ac705edf7d1e32f558f.tar.bz2 busybox-w32-e66c7efc31c44cd549226ac705edf7d1e32f558f.zip |
Busybox is under the GPL.
-rw-r--r-- | archival/libunarchive/decompress_bunzip2.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/archival/libunarchive/decompress_bunzip2.c b/archival/libunarchive/decompress_bunzip2.c index 1879f7255..5e26ffd9f 100644 --- a/archival/libunarchive/decompress_bunzip2.c +++ b/archival/libunarchive/decompress_bunzip2.c | |||
@@ -1,13 +1,12 @@ | |||
1 | /* vi: set sw=4 ts=4: */ | 1 | /* vi: set sw=4 ts=4: */ |
2 | /* Small bzip2 deflate implementation, by Rob Landley (rob@landley.net). | 2 | /* Small bzip2 deflate implementation, by Rob Landley (rob@landley.net). |
3 | 3 | ||
4 | Based on bzip2 decompression code by Julian R Seward (jseward@acm.org), | 4 | Based on bzip2 decompression code by Julian R Seward (jseward@acm.org), |
5 | which also acknowledges contributions by Mike Burrows, David Wheeler, | 5 | which also acknowledges contributions by Mike Burrows, David Wheeler, |
6 | Peter Fenwick, Alistair Moffat, Radford Neal, Ian H. Witten, | 6 | Peter Fenwick, Alistair Moffat, Radford Neal, Ian H. Witten, |
7 | Robert Sedgewick, and Jon L. Bentley. | 7 | Robert Sedgewick, and Jon L. Bentley. |
8 | 8 | ||
9 | This code is licensed under the LGPLv2: | 9 | Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
10 | LGPL http://www.gnu.org/copyleft/lgpl.html | ||
11 | */ | 10 | */ |
12 | 11 | ||
13 | /* | 12 | /* |