diff options
author | itojun <itojun> | 2001-01-28 03:21:47 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-01-28 03:21:47 +0000 |
commit | 78154f174013700c66305a8bca6dcfa3af5200f9 (patch) | |
tree | b13ebe2b3515e514482a41cff54ef393cac8899d /mk | |
parent | 796e7a8134a637b903c30fa91370fd183612bafb (diff) | |
download | pkgsrc-78154f174013700c66305a8bca6dcfa3af5200f9.tar.gz |
more on limited-distribution
Diffstat (limited to 'mk')
-rw-r--r-- | mk/mk.conf.example | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index 37b7268b1f7..6fe5444615a 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.168 2001/01/28 03:20:25 itojun Exp $ +# $NetBSD: mk.conf.example,v 1.169 2001/01/28 03:21:47 itojun Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -141,7 +141,8 @@ # for for-profit use (i.e. you will use the software for non-profit purpose) #ACCEPTABLE_LICENSES+= limited-redistribution # Enable it if you are okay to build/use third-party software, which has -# restriction on redistribution. +# restriction on redistribution (i.e. you will obey the restriction on +# redistribution it imposes). #ACCEPTABLE_LICENSES+= shareware # Enable it if you are okay to build/use shareware. #ACCEPTABLE_LICENSES+= kermit-license |