diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-05-19 20:43:39 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-05-19 20:43:39 +0200 |
commit | d82b624db1131d0c392d21c76dbcb084612521be (patch) | |
tree | a2d0fdacc9a4e4efee878bdf8a117fd44b0d3421 /profiles/base/make.defaults | |
parent | sys-kernel/linux-firmware: Fix comment. (diff) | |
download | gentoo-d82b624db1131d0c392d21c76dbcb084612521be.tar.gz gentoo-d82b624db1131d0c392d21c76dbcb084612521be.tar.bz2 gentoo-d82b624db1131d0c392d21c76dbcb084612521be.zip |
profiles: Change ACCEPT_LICENSE default to @FREE.
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>
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r-- | profiles/base/make.defaults | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index 2ffb8d9669ea..e6652a62610d 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -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. |