diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-18 08:24:13 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-04-18 08:24:13 +0000 |
commit | 54f75ee3001539b9b7a371b513a5f333789d1ab0 (patch) | |
tree | 063f8c3d9b39bc4c53063d57ec84bb74c20a7cda /libbb/bb_xdaemon.c | |
parent | 29495779817190c5ee7281b611788c25556d8d41 (diff) | |
download | busybox-w32-54f75ee3001539b9b7a371b513a5f333789d1ab0.tar.gz busybox-w32-54f75ee3001539b9b7a371b513a5f333789d1ab0.tar.bz2 busybox-w32-54f75ee3001539b9b7a371b513a5f333789d1ab0.zip |
- BusyBox is under GPL.
in http://www.busybox.net/lists/busybox/2006-April/020364.html Denis Vlasenko
said when asked which license to use for these files:
"Sure. LGPL or GPL is fine with me."
Adjusting accordingly.
Diffstat (limited to 'libbb/bb_xdaemon.c')
-rw-r--r-- | libbb/bb_xdaemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/bb_xdaemon.c b/libbb/bb_xdaemon.c index a40f4f993..b6328bc9f 100644 --- a/libbb/bb_xdaemon.c +++ b/libbb/bb_xdaemon.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * Copyright (C) 2006 Denis Vlasenko | 5 | * Copyright (C) 2006 Denis Vlasenko |
6 | * | 6 | * |
7 | * Licensed under LGPL, see file docs/lesser.txt in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
8 | */ | 8 | */ |
9 | #include <unistd.h> | 9 | #include <unistd.h> |
10 | #include "libbb.h" | 10 | #include "libbb.h" |