diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-08 02:24:14 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-08 02:24:14 +0000 |
commit | 084c36f0335df8fd465f72e718b931f130d2773e (patch) | |
tree | 8fd52af32075665ceb84a12cedbd90d2ce4a602a /mk | |
parent | 6fd6cfbac106d9c3f60a35754e6ffb35efefd078 (diff) | |
download | pkgsrc-084c36f0335df8fd465f72e718b931f130d2773e.tar.gz |
Removed comment regarding the changing of open-font-license to open-font.
Added ofl-v1.0 ofl-v1.1 and removed open-font-license.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/license.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mk/license.mk b/mk/license.mk index cf02d17a857..5887694bc33 100644 --- a/mk/license.mk +++ b/mk/license.mk @@ -1,4 +1,4 @@ -# $NetBSD: license.mk,v 1.55 2013/03/14 16:19:30 wiz Exp $ +# $NetBSD: license.mk,v 1.56 2013/04/08 02:24:14 rodent Exp $ # # This file handles everything about the LICENSE variable. It is # included automatically by bsd.pkg.mk. @@ -101,8 +101,6 @@ # The convention is that Free or Open Source licenses do not have a # -license suffix, and nonfree licenses end in -license. -# XXX open-font-license should perhaps be changed to open-font - DEFAULT_ACCEPTABLE_LICENSES= \ apache-1.1 apache-2.0 \ artistic artistic-2.0 \ @@ -124,7 +122,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \ mit \ mpl-1.0 mpl-1.1 mpl-2.0 \ mplusfont \ - open-font-license \ + ofl-v1.0 ofl-v1.1 \ original-bsd modified-bsd 2-clause-bsd \ php \ png-license \ |