From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Date: Tue, 18 Apr 2006 08:24:13 +0000 (-0000)
Subject: - BusyBox is under GPL.
X-Git-Tag: 1_2_0~504
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=54f75ee3001539b9b7a371b513a5f333789d1ab0;p=oweals%2Fbusybox.git

- 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.
---

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 @@
  *
  * 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>
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 @@
  *
  * 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"
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 @@
  *
  * 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"
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 @@
  *
  * 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"
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 @@
  *
  * 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"