swig: comma separate licenses
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 14 Dec 2015 13:11:19 +0000 (10:11 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 15 Dec 2015 21:04:57 +0000 (22:04 +0100)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/swig/swig.mk

index cd816b4822b3e632565c7a06fb0b4042569c4e66..e4bd64cd3dcd4ffcedcbd72fdf3d8a2321b9e13c 100644 (file)
@@ -12,7 +12,7 @@ HOST_SWIG_CONF_OPTS = \
        --without-pcre \
        --disable-ccache \
        --without-octave
-SWIG_LICENSE = GPLv3+ BSD-2c BSD-3c
+SWIG_LICENSE = GPLv3+, BSD-2c, BSD-3c
 SWIG_LICENSE_FILES = LICENSE LICENSE-GPL LICENSE-UNIVERSITIES
 
 # CMake looks first at swig3.0, then swig2.0 and then swig. However,