From: Bernhard Reutner-Fischer Date: Sun, 22 Feb 2009 10:57:23 +0000 (-0000) Subject: - Dual-license the config parser also under "LGLPv2.1 or later" X-Git-Tag: 1_14_0~311 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a31187dbea6094442cab0169363aaae122dbc95f;p=oweals%2Fbusybox.git - Dual-license the config parser also under "LGLPv2.1 or later" (Vladimir Dronnikov) --- diff --git a/libbb/parse_config.c b/libbb/parse_config.c index 9a85786d8..2795665a9 100644 --- a/libbb/parse_config.c +++ b/libbb/parse_config.c @@ -5,6 +5,7 @@ * Copyright (C) 2008 by Vladimir Dronnikov * * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. + * Also for use in uClibc (http://uclibc.org/) licensed under LGLPv2.1 or later. */ #include "libbb.h"