diff options
author | leot <leot@pkgsrc.org> | 2015-09-13 11:22:22 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2015-09-13 11:22:22 +0000 |
commit | 268c24109b5701fcfffb8070d9f9b60430e759b5 (patch) | |
tree | 3ac6e66bb0e96f23b3b2d4b6c4c118a710ab70b6 | |
parent | eb523c98d2f103aeb4667bbcb424e6a3c2330c7e (diff) | |
download | pkgsrc-268c24109b5701fcfffb8070d9f9b60430e759b5.tar.gz |
Add vera-ttf-license as DEFAULT_ACCEPTABLE_LICENSES.
The vera-ttf-license is neither approved by OSI nor FSF but it is mostly in line
with Free Software principles. It is also accepted by the DFSG.
Discussed on tech-pkg@:
http://mail-index.netbsd.org/tech-pkg/2015/09/10/msg015570.html
-rw-r--r-- | mk/license.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/license.mk b/mk/license.mk index 7935e451797..6f20fcce1a9 100644 --- a/mk/license.mk +++ b/mk/license.mk @@ -1,4 +1,4 @@ -# $NetBSD: license.mk,v 1.73 2015/08/02 02:12:33 markd Exp $ +# $NetBSD: license.mk,v 1.74 2015/09/13 11:22:22 leot Exp $ # # This file handles everything about the LICENSE variable. It is # included automatically by bsd.pkg.mk. @@ -149,6 +149,10 @@ DEFAULT_ACCEPTABLE_LICENSES= \ # not approved by OSI, derived from BSD DEFAULT_ACCEPTABLE_LICENSES+= info-zip +# not approved by OSI, in line with Free Software principles but with rename +# restrictions and typefaces can not be sold by itself. +DEFAULT_ACCEPTABLE_LICENSES+= vera-ttf-license + ##### Variant spellings .if defined(ACCEPTABLE_LICENCES) && !defined(ACCEPTABLE_LICENSES) |