diff options
author | brook <brook@pkgsrc.org> | 2012-04-15 20:55:50 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2012-04-15 20:55:50 +0000 |
commit | 5953ecd2a0139dba269040fbcd074b3b243dc8e4 (patch) | |
tree | feca804c37a3d882a1da3436e06f951cb2c32fcf | |
parent | ddd77f6c0000236c88b755f0f694ec997efd7b9f (diff) | |
download | pkgsrc-5953ecd2a0139dba269040fbcd074b3b243dc8e4.tar.gz |
Add the Lucent Public License v1.02 to default_acceptable_licenses. It is
approved as open source by OSI.
-rw-r--r-- | pkgtools/pkg_install/files/lib/license.c | 3 |
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 |