diff options
author | heinz <heinz@pkgsrc.org> | 2010-01-21 16:28:51 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2010-01-21 16:28:51 +0000 |
commit | 51c8ab9c4adca0cedc2592ac56e70612f2bfe02b (patch) | |
tree | c75ea33dea32ecf29b7bceb4b9b69b5ff97b2a76 /mk | |
parent | 1ae6ad62a1260bdc9961574b9f68b46e8d37c068 (diff) | |
download | pkgsrc-51c8ab9c4adca0cedc2592ac56e70612f2bfe02b.tar.gz |
Added LICENSE information for Python. The license was approved by OSI
so I added it to the acceptable set of licenses.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/license.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/license.mk b/mk/license.mk index 10b05e0b31c..c2031c4bdeb 100644 --- a/mk/license.mk +++ b/mk/license.mk @@ -1,4 +1,4 @@ -# $NetBSD: license.mk,v 1.30 2009/10/25 21:32:17 wiz Exp $ +# $NetBSD: license.mk,v 1.31 2010/01/21 16:28:51 heinz Exp $ # # This file handles everything about the LICENSE variable. It is # included automatically by bsd.pkg.mk. @@ -110,7 +110,8 @@ DEFAULT_ACCEPTABLE_LICENSES= \ cpl-1.0 \ open-font-license \ mpl-1.0 mpl-1.1 \ - zpl + zpl \ + python-software-foundation ##### Variant spellings |