summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2015-09-13 11:22:22 +0000
committerleot <leot@pkgsrc.org>2015-09-13 11:22:22 +0000
commit3e64c023fdaf1cad6c6984b0b7fd9efc7342cd5b (patch)
tree3ac6e66bb0e96f23b3b2d4b6c4c118a710ab70b6 /mk
parent9c1b1b23839e029e98dc63de557bb0a6d90234f5 (diff)
downloadpkgsrc-3e64c023fdaf1cad6c6984b0b7fd9efc7342cd5b.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)