From d9ccfb162f211565ea8e98ae58ab4199eac22452 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 23 May 2023 15:16:26 +0200 Subject: replace license in package header to MPL-2.0 in case of MPL subset MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0ba75ff7da69a3a45afde3252de272aa18f69932 (cherry picked from commit fb228423017d2fce4491232f66299be6aa78b3d9) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/158672 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 65cedd785904..39767d4e9da9 100644 --- a/configure.ac +++ b/configure.ac @@ -14732,6 +14732,7 @@ dnl =================================================================== AC_MSG_CHECKING([MPL subset]) MPL_SUBSET= +LICENSE="LGPL" if test "$enable_mpl_subset" = "yes"; then mpl_error_string= @@ -14783,12 +14784,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 =================================================================== -- cgit