]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
liboping: comma separate licenses
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 14 Dec 2015 13:10:50 +0000 (10:10 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 15 Dec 2015 21:02:06 +0000 (22:02 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/liboping/liboping.mk

index aeaaa8a90400a2653d263e95ddbddb5c89986eb2..94de73c373c486dadb53823f7c38fbed076ab24a 100644 (file)
@@ -9,7 +9,7 @@ LIBOPING_SITE = http://noping.cc/files
 LIBOPING_INSTALL_STAGING = YES
 LIBOPING_DEPENDENCIES = $(if $(BR2_PACKAGE_NCURSES),ncurses)
 LIBOPING_CONF_OPTS = --without-perl-bindings
-LIBOPING_LICENSE = LGPLv2.1+ GPLv2
+LIBOPING_LICENSE = LGPLv2.1+, GPLv2
 LIBOPING_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))