diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-04 11:53:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-04 11:53:38 +0000 |
commit | 5a969f704c15e6e00611787b5ea3a05cd3d0b078 (patch) | |
tree | c7fdd1d976e99a752677620736a83559fe6a9326 /pkgtools | |
parent | b8290ae61826eb25e4c10646b7abf9de3101b492 (diff) | |
download | pkgsrc-5a969f704c15e6e00611787b5ea3a05cd3d0b078.tar.gz |
Add Mozilla Public License v2.0 (mpl-2.0) and mark it as default-acceptable.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/lib/license.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkg_install/files/lib/license.c b/pkgtools/pkg_install/files/lib/license.c index 2904885b701..17c4b13fc02 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.25 2011/12/19 12:57:16 joerg Exp $ */ +/* $NetBSD: license.c,v 1.26 2012/01/04 11:53:38 wiz Exp $ */ /*- * Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>. @@ -58,7 +58,7 @@ const char *default_acceptable_licenses = "cddl-1.0 " "cpl-1.0 " "open-font-license " - "mpl-1.0 mpl-1.1 " + "mpl-1.0 mpl-1.1 mpl-2.0 " "php png-license " "postgresql-license " "zpl " |