- 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_xchdir.c b/libbb/bb_xchdir.c
index 65b0153..2c2ff27 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"