summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorleot <leot>2015-09-13 11:22:22 +0000
committerleot <leot>2015-09-13 11:22:22 +0000
commitd106b23e7310e8b324fde2d7011ccdd0fbfa3364 (patch)
tree3ac6e66bb0e96f23b3b2d4b6c4c118a710ab70b6 /mk
parent706287e5c736529698270db794c84c68888c3d2d (diff)
downloadpkgsrc-d106b23e7310e8b324fde2d7011ccdd0fbfa3364.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
Diffstat (limited to 'mk')
-rw-r--r--mk/license.mk6
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)