diff options
author | tron <tron> | 2009-07-15 10:24:13 +0000 |
---|---|---|
committer | tron <tron> | 2009-07-15 10:24:13 +0000 |
commit | 019f594ed90c0b6dad3885d5e421b29fae37ca2e (patch) | |
tree | c3d1e341752ff09d41b3bd9a3788628e67fe4df5 | |
parent | 749bbc72d18752278b98b84895d6bf3c074877e6 (diff) | |
download | pkgsrc-019f594ed90c0b6dad3885d5e421b29fae37ca2e.tar.gz |
Add "mpl-1.1" and "zpl" to the license which are accepted by default.
-rw-r--r-- | pkgtools/pkg_install/files/lib/license.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/license.c b/pkgtools/pkg_install/files/lib/license.c index d408bb4a815..0de7fd441bd 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.5 2009/06/10 20:15:11 joerg Exp $ */ +/* $NetBSD: license.c,v 1.6 2009/07/15 10:24:13 tron Exp $ */ /*- * Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>. @@ -56,7 +56,9 @@ const char *default_acceptable_licenses = "artistic artistic-2.0 " "cddl-1.0 " "cpl-1.0 " - "open-font-license "; + "open-font-license " + "mpl-1.1 " + "zpl"; #ifdef DEBUG static size_t hash_collisions; |