diff options
author | gdt <gdt@pkgsrc.org> | 2009-04-29 23:50:07 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2009-04-29 23:50:07 +0000 |
commit | 1216baca55193d1e916647891b1755b420676669 (patch) | |
tree | e13a5e60a4b8cdb59a8eab57e563a1a4e314f3fc | |
parent | c2da3bc3de3dbeef6f3b547e4522f30be6da12c5 (diff) | |
download | pkgsrc-1216baca55193d1e916647891b1755b420676669.tar.gz |
Add apache-1.1 to DEFAULT_ACCEPTABLE_LICENSES.
Remove comment that this file has draft status - it's live now.
-rw-r--r-- | mk/license.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/mk/license.mk b/mk/license.mk index aa37e67afc5..84c1818f524 100644 --- a/mk/license.mk +++ b/mk/license.mk @@ -1,7 +1,4 @@ -# $NetBSD: license.mk,v 1.15 2009/04/25 13:15:43 gdt Exp $ -# -# Note: This file is in draft state and not yet included in default -# pkgsrc operations. +# $NetBSD: license.mk,v 1.16 2009/04/29 23:50:07 gdt Exp $ # # This file handles everything about the LICENSE variable. It is # included automatically by bsd.pkg.mk. @@ -90,7 +87,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \ gnu-gpl-v3 gnu-lgpl-v3 \ original-bsd modified-bsd \ x11 \ - apache-2.0 \ + apache-1.1 apache-2.0 \ artistic artistic-2.0 \ cddl-1.0 \ open-font-license |