diff options
-rw-r--r-- | doc/guide/files/fixes.xml | 3 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/lib/license.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/guide/files/fixes.xml b/doc/guide/files/fixes.xml index eac4e93b46a..f003a158abe 100644 --- a/doc/guide/files/fixes.xml +++ b/doc/guide/files/fixes.xml @@ -1,4 +1,4 @@ -<!-- $NetBSD: fixes.xml,v 1.121 2013/05/26 18:21:46 wiz Exp $ --> +<!-- $NetBSD: fixes.xml,v 1.122 2013/07/09 21:06:12 wiz Exp $ --> <chapter id="fixes"> <?dbhtml filename="fixes.html"?> <title>Making your package work</title> @@ -133,6 +133,7 @@ INTERACTIVE_STAGE= configure install artistic artistic-2.0 boost-license cc-by-sa-v3.0 + cc0-1.0-universal cddl-1.0 cpl-1.0 epl-v1.0 diff --git a/pkgtools/pkg_install/files/lib/license.c b/pkgtools/pkg_install/files/lib/license.c index 9daec346007..90c57ed08f9 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.33 2013/05/05 21:09:59 rodent Exp $ */ +/* $NetBSD: license.c,v 1.34 2013/07/09 21:06:12 wiz Exp $ */ /*- * Copyright (c) 2009 Joerg Sonnenberger <joerg@NetBSD.org>. @@ -51,6 +51,7 @@ const char *default_acceptable_licenses = "artistic artistic-2.0 " "boost-license " "cc-by-sa-v3.0 " + "cc0-1.0-universal " "cddl-1.0 " "cpl-1.0 " "epl-v1.0 " |