summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2023-05-23 15:16:26 +0200
committerAndras Timar <andras.timar@collabora.com>2023-05-24 08:16:57 +0200
commitfb228423017d2fce4491232f66299be6aa78b3d9 (patch)
tree425a068366917e47a7c740336e1686f641709ce9 /configure.ac
parentacc714a8bb7aa14f3bbd76b0382c5ad3a8191b35 (diff)
replace license in package header to MPL-2.0 in case of MPL subset
Change-Id: I0ba75ff7da69a3a45afde3252de272aa18f69932
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0fba92098bd0..243f1dba3fc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14496,6 +14496,7 @@ dnl ===================================================================
AC_MSG_CHECKING([MPL subset])
MPL_SUBSET=
+LICENSE="LGPL"
if test "$enable_mpl_subset" = "yes"; then
warn_report=false
@@ -14537,12 +14538,14 @@ if test "$enable_mpl_subset" = "yes"; then
fi
MPL_SUBSET="TRUE"
+ LICENSE="MPL-2.0"
AC_DEFINE(MPL_HAVE_SUBSET)
AC_MSG_RESULT([only])
else
AC_MSG_RESULT([no restrictions])
fi
AC_SUBST(MPL_SUBSET)
+AC_SUBST(LICENSE)
dnl ===================================================================