summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorleot <leot>2016-04-21 07:51:51 +0000
committerleot <leot>2016-04-21 07:51:51 +0000
commit1b9ad60c01bd2026807e3baebcda764d9310b03b (patch)
tree4ae4ccb7996fb37bc963565314cbe6c150e7abc4 /pkgtools
parentbc77e7a2a0d15664ceaf5d6f92f7770e5a80d91a (diff)
downloadpkgsrc-1b9ad60c01bd2026807e3baebcda764d9310b03b.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!
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkg_install/files/lib/license.c3
1 files changed, 2 insertions, 1 deletions
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 "