- BusyBox is under GPL.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 18 Apr 2006 08:24:13 +0000 (08:24 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 18 Apr 2006 08:24:13 +0000 (08:24 -0000)
  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.

libbb/bb_xbind.c
libbb/bb_xchdir.c
libbb/bb_xdaemon.c
libbb/bb_xlisten.c
libbb/bb_xsocket.c

index 8a45af3..a1ae5d5 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2006 Denis Vlasenko
  *
- * Licensed under LGPL, see file docs/lesser.txt in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 #include <sys/types.h>
 #include <sys/socket.h>
index 65b0153..2c2ff27 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2006 Denis Vlasenko
  *
- * Licensed under LGPL, see file docs/lesser.txt in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 #include <unistd.h>
 #include "libbb.h"
index a40f4f9..b6328bc 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2006 Denis Vlasenko
  *
- * Licensed under LGPL, see file docs/lesser.txt in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 #include <unistd.h>
 #include "libbb.h"
index a42d61a..23a7f9f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2006 Denis Vlasenko
  *
- * Licensed under LGPL, see file docs/lesser.txt in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 #include <sys/socket.h>
 #include "libbb.h"
index 839309a..777d59e 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 2006 Denis Vlasenko
  *
- * Licensed under LGPL, see file docs/lesser.txt in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
  */
 #include <sys/socket.h>
 #include "libbb.h"