summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorleot <leot>2016-04-21 07:51:51 +0000
committerleot <leot>2016-04-21 07:51:51 +0000
commitb91c517d8f4f27826a0dc4e587605d3ca6602a28 (patch)
tree4ae4ccb7996fb37bc963565314cbe6c150e7abc4
parentcbf5cce6d80c1c8e82a1430cc782a3758f0e702b (diff)
downloadpkgsrc-b91c517d8f4f27826a0dc4e587605d3ca6602a28.tar.gz
Add hpnd to DEFAULT_ACCEPTABLE_LICENSES and *default_acceptable_licenses.
Discussed in tech-pkg@: http://mail-index.netbsd.org/tech-pkg/2016/04/20/msg016755.html Thanks to Memnon Anon!
-rw-r--r--mk/license.mk3
-rw-r--r--pkgtools/pkg_install/files/lib/license.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/mk/license.mk b/mk/license.mk
index e970c21addd..6610db3c182 100644
--- a/mk/license.mk
+++ b/mk/license.mk
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.75 2016/02/10 10:50:18 wiz Exp $
+# $NetBSD: license.mk,v 1.76 2016/04/21 07:51:51 leot Exp $
#
# This file handles everything about the LICENSE variable. It is
# included automatically by bsd.pkg.mk.
@@ -118,6 +118,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \
gnu-gpl-v1 \
gnu-gpl-v2 gnu-lgpl-v2 gnu-lgpl-v2.1 \
gnu-gpl-v3 gnu-lgpl-v3 \
+ hpnd \
ibm-public-license-1.0 \
ipafont \
isc \
diff --git a/pkgtools/pkg_install/files/lib/license.c b/pkgtools/pkg_install/files/lib/license.c
index 653409f6973..2c28a50a94d 100644
--- a/pkgtools/pkg_install/files/lib/license.c
+++ b/pkgtools/pkg_install/files/lib/license.c
@@ -1,4 +1,4 @@
-/* $NetBSD: license.c,v 1.45 2016/02/10 10:50:18 wiz Exp $ */
+/* $NetBSD: license.c,v 1.46 2016/04/21 07:51:51 leot Exp $ */
/*-
* Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>.
@@ -62,6 +62,7 @@ const char *default_acceptable_licenses =
"gnu-gpl-v1 "
"gnu-gpl-v2 gnu-lgpl-v2 gnu-lgpl-v2.1 "
"gnu-gpl-v3 gnu-lgpl-v3 "
+ "hpnd "
"ibm-public-license-1.0 "
"info-zip "
"ipafont "