diff options
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index e6652a62610d..2ffb8d9669ea 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -52,9 +52,8 @@ KERNEL="linux" USERLAND="GNU" INPUT_DEVICES="keyboard mouse" -# Accept only licenses in the FREE license group, i.e., with -# the freedom to use, share, modify and share modifications -ACCEPT_LICENSE="-* @FREE" +# Accept any license except those in the EULA license group. +ACCEPT_LICENSE="* -@EULA" # Tomáš Chvátal <scarabeus@gentoo.org> (23 Mar 2013) # By default enable libreoffice implementation only. |