From 821df9542b9def5bdc6be46f1762d347ae00397e Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 16 Apr 2014 14:41:21 +0000 Subject: Add cecill-2.1 and allow it per default. OSI-approved, see http://opensource.org/licenses/CECILL-2.1 --- pkgtools/pkg_install/files/lib/license.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgtools') diff --git a/pkgtools/pkg_install/files/lib/license.c b/pkgtools/pkg_install/files/lib/license.c index 96c14ef537c..ed0a1c72ceb 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.36 2014/03/19 21:45:12 wiz Exp $ */ +/* $NetBSD: license.c,v 1.37 2014/04/16 14:41:21 wiz Exp $ */ /*- * Copyright (c) 2009 Joerg Sonnenberger . @@ -53,6 +53,7 @@ const char *default_acceptable_licenses = "cc-by-sa-v3.0 " "cc0-1.0-universal " "cddl-1.0 " + "cecill-2.1 " "cpl-1.0 " "epl-v1.0 " "eupl-v1.1 " -- cgit v1.2.3