From 1b9ad60c01bd2026807e3baebcda764d9310b03b Mon Sep 17 00:00:00 2001 From: leot Date: Thu, 21 Apr 2016 07:51:51 +0000 Subject: 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! --- pkgtools/pkg_install/files/lib/license.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgtools') 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 . @@ -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 " -- cgit v1.2.3