summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorbrook <brook>2012-04-15 20:55:50 +0000
committerbrook <brook>2012-04-15 20:55:50 +0000
commitf5644f3d4f0156c3a8e4ef1c78db85eb90c1a4fe (patch)
treefeca804c37a3d882a1da3436e06f951cb2c32fcf /pkgtools
parent4a3d17190b828e4174c65ea3d1f487cd4288ad50 (diff)
downloadpkgsrc-f5644f3d4f0156c3a8e4ef1c78db85eb90c1a4fe.tar.gz
Add the Lucent Public License v1.02 to default_acceptable_licenses. It is
approved as open source by OSI.
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 0245412f173..29fc63dd347 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.27 2012/01/28 10:46:08 wiz Exp $ */
+/* $NetBSD: license.c,v 1.28 2012/04/15 20:55:50 brook Exp $ */
/*-
* Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>.
@@ -71,6 +71,7 @@ const char *default_acceptable_licenses =
"mplusfont "
"cc-by-sa-v3.0 "
"lppl-1.3c "
+ "lucent "
"epl-v1.0";
#ifdef DEBUG