[Buildroot] [PATCH 21/45] ustr: comma separate licenses

Gustavo Zacarias gustavo at zacarias.com.ar
Mon Dec 14 13:11:00 UTC 2015


Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/ustr/ustr.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ustr/ustr.mk b/package/ustr/ustr.mk
index d6b0ee4..174f055 100644
--- a/package/ustr/ustr.mk
+++ b/package/ustr/ustr.mk
@@ -7,7 +7,7 @@
 USTR_VERSION = 1.0.4
 USTR_SOURCE = ustr-$(USTR_VERSION).tar.bz2
 USTR_SITE = http://www.and.org/ustr/$(USTR_VERSION)
-USTR_LICENSE = BSD-2c MIT LGPLv2+
+USTR_LICENSE = BSD-2c, MIT, LGPLv2+
 USTR_LICENSE_FILES = LICENSE LICENSE_BSD LICENSE_LGPL LICENSE_MIT
 USTR_AUTORECONF = YES
 USTR_PATCH = \
-- 
2.4.10



More information about the buildroot mailing list