summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6f20fcce1a9..e970c21addd 100644
--- a/mk/license.mk
+++ b/mk/license.mk
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.74 2015/09/13 11:22:22 leot Exp $
+# $NetBSD: license.mk,v 1.75 2016/02/10 10:50:18 wiz Exp $
#
# This file handles everything about the LICENSE variable. It is
# included automatically by bsd.pkg.mk.
@@ -131,6 +131,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \
openssl \
original-bsd modified-bsd 2-clause-bsd \
osl \
+ paratype \
php \
png-license \
postgresql-license \
diff --git a/pkgtools/pkg_install/files/lib/license.c b/pkgtools/pkg_install/files/lib/license.c
index 27fd8d04660..653409f6973 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.44 2015/09/13 11:25:52 leot Exp $ */
+/* $NetBSD: license.c,v 1.45 2016/02/10 10:50:18 wiz Exp $ */
/*-
* Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>.
@@ -75,6 +75,7 @@ const char *default_acceptable_licenses =
"ofl-v1.0 ofl-v1.1 "
"openssl "
"original-bsd modified-bsd 2-clause-bsd "
+ "paratype "
"php "
"png-license "
"postgresql-license "