aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2006-04-17 22:49:30 +0000
committerRob Landley <rob@landley.net>2006-04-17 22:49:30 +0000
commit0edbad1a7c8a83dc5584796185d922116951f8f3 (patch)
treeedb26410251bc2f59727e3e49eb04078f00cd8d4 /archival
parent026147a48f7adeb81a65c0367f282f6b65897c38 (diff)
downloadbusybox-0edbad1a7c8a83dc5584796185d922116951f8f3.tar.gz
Glenn gave permission for GPLv2 "or later".
Diffstat (limited to 'archival')
-rw-r--r--archival/bunzip2.c2
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 @@
* 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>