diff options
author | Rob Landley | 2006-04-17 22:49:30 +0000 |
---|---|---|
committer | Rob Landley | 2006-04-17 22:49:30 +0000 |
commit | 0edbad1a7c8a83dc5584796185d922116951f8f3 (patch) | |
tree | edb26410251bc2f59727e3e49eb04078f00cd8d4 /archival | |
parent | 026147a48f7adeb81a65c0367f282f6b65897c38 (diff) | |
download | busybox-0edbad1a7c8a83dc5584796185d922116951f8f3.zip busybox-0edbad1a7c8a83dc5584796185d922116951f8f3.tar.gz |
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 2ce6cfb..1b074c4 100644 --- a/archival/bunzip2.c +++ b/archival/bunzip2.c @@ -2,7 +2,7 @@ * Modified for busybox by Glenn McGrath <bug1@iinet.net.au> * Added support output to stdout by Thomas Lundquist <thomasez@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> |