From d106b23e7310e8b324fde2d7011ccdd0fbfa3364 Mon Sep 17 00:00:00 2001 From: leot Date: Sun, 13 Sep 2015 11:22:22 +0000 Subject: 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 --- mk/license.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mk') 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) -- cgit v1.2.3