diff options
author | Rob Landley <rob@landley.net> | 2006-04-17 22:49:30 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-04-17 22:49:30 +0000 |
commit | 0edbad1a7c8a83dc5584796185d922116951f8f3 (patch) | |
tree | edb26410251bc2f59727e3e49eb04078f00cd8d4 /archival | |
parent | 026147a48f7adeb81a65c0367f282f6b65897c38 (diff) | |
download | busybox-w32-0edbad1a7c8a83dc5584796185d922116951f8f3.tar.gz busybox-w32-0edbad1a7c8a83dc5584796185d922116951f8f3.tar.bz2 busybox-w32-0edbad1a7c8a83dc5584796185d922116951f8f3.zip |
Glenn gave permission for GPLv2 "or later".
Diffstat (limited to 'archival')
-rw-r--r-- | archival/bunzip2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/bunzip2.c b/archival/bunzip2.c index 2ce6cfb86..1b074c4ee 100644 --- a/archival/bunzip2.c +++ b/archival/bunzip2.c | |||
@@ -2,7 +2,7 @@ | |||
2 | * Modified for busybox by Glenn McGrath <bug1@iinet.net.au> | 2 | * Modified for busybox by Glenn McGrath <bug1@iinet.net.au> |
3 | * Added support output to stdout by Thomas Lundquist <thomasez@zelow.no> | 3 | * Added support output to stdout by Thomas Lundquist <thomasez@zelow.no> |
4 | * | 4 | * |
5 | * Licensed under GPL v2, see file LICENSE in this tarball for details. | 5 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include <fcntl.h> | 8 | #include <fcntl.h> |