summaryrefslogtreecommitdiff
path: root/package/swig
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-12-14 10:11:19 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-12-15 22:04:57 +0100
commit3e0627c88fcb11939c5661c406ff3fd7862709dd (patch)
tree473218efc4fa98b97dd84731e26226288020b171 /package/swig
parentaf6ae670995ae9515b405a0d7179038a1d457727 (diff)
swig: comma separate licenses
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/swig')
-rw-r--r--package/swig/swig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/swig/swig.mk b/package/swig/swig.mk
index cd816b482..e4bd64cd3 100644
--- a/package/swig/swig.mk
+++ b/package/swig/swig.mk
@@ -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,