profiles: Change ACCEPT_LICENSE default to @FREE.
authorUlrich Müller <ulm@gentoo.org>
Sun, 19 May 2019 18:43:39 +0000 (20:43 +0200)
committerUlrich Müller <ulm@gentoo.org>
Sun, 19 May 2019 18:43:39 +0000 (20:43 +0200)
As decided by the Gentoo Council in its 2019-02-10 meeting:
'The default ACCEPT_LICENSE should be ACCEPT_LICENSE="@FREE"
(subject to implementation details in further vote).'

Closes: https://bugs.gentoo.org/676248
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
profiles/base/make.defaults
profiles/embedded/make.defaults

index 2ffb8d9669eae1a4749a9aed6b60989e5a3758bd..e6652a62610dad4e5769cdf6efc3656058271385 100644 (file)
@@ -52,8 +52,9 @@ KERNEL="linux"
 USERLAND="GNU"
 INPUT_DEVICES="keyboard mouse"
 
-# Accept any license except those in the EULA license group.
-ACCEPT_LICENSE="* -@EULA"
+# Accept only licenses in the FREE license group, i.e., with
+# the freedom to use, share, modify and share modifications
+ACCEPT_LICENSE="-* @FREE"
 
 # Tomáš Chvátal <scarabeus@gentoo.org> (23 Mar 2013)
 # By default enable libreoffice implementation only.
index a00f6334f2876ba42b8301c5110eb21ae42c1cfa..3382ca7db562f0bda1b675062b20326027bf1461 100644 (file)
@@ -40,5 +40,6 @@ USE_EXPAND_HIDDEN="USERLAND KERNEL ELIBC ABI_MIPS ABI_PPC ABI_S390 ABI_X86 CPU_F
 # and not by user configuration files.
 PROFILE_ONLY_VARIABLES="IUSE_IMPLICIT USERLAND USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ARCH USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL USE_EXPAND_VALUES_USERLAND"
 
-# Accept any license except those in the EULA license group.
-ACCEPT_LICENSE="* -@EULA"
+# Accept only licenses in the FREE license group, i.e., with
+# the freedom to use, share, modify and share modifications
+ACCEPT_LICENSE="-* @FREE"