From eb6cb02dffc1d51f4e2f3a12e59a4581bfbb2c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Mon, 21 Jan 2013 15:18:04 +0100 Subject: [PATCH] make.conf.5: better examples for ACCEPT_LICENSE --- man/make.conf.5 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man/make.conf.5 b/man/make.conf.5 index 2adccda..42a5b25 100644 --- a/man/make.conf.5 +++ b/man/make.conf.5 @@ -55,12 +55,12 @@ Defaults to the value of * -@EULA. .br .I Examples: .nf -# Accept any license -ACCEPT_LICENSE="*" -# Accept any license except the "public-domain" license -ACCEPT_LICENSE="* -public-domain" -# Only accept licenses in the FSF-APPROVED license group -ACCEPT_LICENSE="-* @FSF-APPROVED" +# Only accept licenses in the FREE license group (i.e. Free Software) +ACCEPT_LICENSE="-* @FREE" +# As before, but exclude the "Artistic" license +ACCEPT_LICENSE="-* @FREE -Artistic" +# Accept any license except those in the EULA license group (default) +ACCEPT_LICENSE="* -@EULA" .fi .TP \fBACCEPT_PROPERTIES\fR = \fI[space delimited list of properties]\fR -- 1.8.1