aboutsummaryrefslogtreecommitdiff
path: root/libbb
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-18 08:24:13 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-04-18 08:24:13 +0000
commit8b9d2efb21fdb3c9092c02cf6886fe11c9104db2 (patch)
tree063f8c3d9b39bc4c53063d57ec84bb74c20a7cda /libbb
parenteefccfb52a35f0e20d0661171c5d14bd94c1ae15 (diff)
downloadbusybox-w32-8b9d2efb21fdb3c9092c02cf6886fe11c9104db2.tar.gz
busybox-w32-8b9d2efb21fdb3c9092c02cf6886fe11c9104db2.tar.bz2
busybox-w32-8b9d2efb21fdb3c9092c02cf6886fe11c9104db2.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. git-svn-id: svn://busybox.net/trunk/busybox@14907 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'libbb')
-rw-r--r--libbb/bb_xbind.c2
-rw-r--r--libbb/bb_xchdir.c2
-rw-r--r--libbb/bb_xdaemon.c2
-rw-r--r--libbb/bb_xlisten.c2
-rw-r--r--libbb/bb_xsocket.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/libbb/bb_xbind.c b/libbb/bb_xbind.c
index 8a45af3bb..a1ae5d5eb 100644
--- a/libbb/bb_xbind.c
+++ b/libbb/bb_xbind.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 <sys/types.h> 9#include <sys/types.h>
10#include <sys/socket.h> 10#include <sys/socket.h>
diff --git a/libbb/bb_xchdir.c b/libbb/bb_xchdir.c
index 65b01534d..2c2ff27cd 100644
--- a/libbb/bb_xchdir.c
+++ b/libbb/bb_xchdir.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"
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"
diff --git a/libbb/bb_xlisten.c b/libbb/bb_xlisten.c
index a42d61a33..23a7f9fd7 100644
--- a/libbb/bb_xlisten.c
+++ b/libbb/bb_xlisten.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 <sys/socket.h> 9#include <sys/socket.h>
10#include "libbb.h" 10#include "libbb.h"
diff --git a/libbb/bb_xsocket.c b/libbb/bb_xsocket.c
index 839309ae1..777d59eb4 100644
--- a/libbb/bb_xsocket.c
+++ b/libbb/bb_xsocket.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 <sys/socket.h> 9#include <sys/socket.h>
10#include "libbb.h" 10#include "libbb.h"