diff options
-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) |