Add gnu-agpl-v3 to DEFAULT_ACCEPTABLE_LICENSES.
Sync with pkgsrc/pkgtools/pkg_install/files/lib/license.c. XXX I follow documented policy in mk/license.mk.
This commit is contained in:
parent
0308ebe252
commit
fc96bb2495
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: license.mk,v 1.44 2011/09/08 20:17:15 abs Exp $
|
||||
# $NetBSD: license.mk,v 1.45 2011/11/29 14:49:19 ryoon Exp $
|
||||
#
|
||||
# This file handles everything about the LICENSE variable. It is
|
||||
# included automatically by bsd.pkg.mk.
|
||||
|
@ -119,7 +119,8 @@ DEFAULT_ACCEPTABLE_LICENSES= \
|
|||
isc \
|
||||
boost-license \
|
||||
mplusfont \
|
||||
cc-by-sa-v3.0
|
||||
cc-by-sa-v3.0 \
|
||||
gnu-agpl-v3
|
||||
|
||||
# not approved by OSI, derived from BSD
|
||||
DEFAULT_ACCEPTABLE_LICENSES+= info-zip
|
||||
|
|
Loading…
Reference in a new issue