From eddc7cedb0d488bbf1e5c3ea07e91258286da759 Mon Sep 17 00:00:00 2001 From: plunky Date: Thu, 30 Apr 2020 09:47:51 +0000 Subject: add afl-3.0 as acceptable default license --- 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 ffbdaaf1ca8..43ed599dc2d 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.56 2019/10/13 21:50:54 joerg Exp $ */ +/* $NetBSD: license.c,v 1.57 2020/04/30 09:47:51 plunky Exp $ */ /*- * Copyright (c) 2009 Joerg Sonnenberger . @@ -46,6 +46,7 @@ #define HASH_SIZE 521 const char *default_acceptable_licenses = + "afl-3.0 " "apache-1.1 apache-2.0 " "arphic-public " "artistic artistic-2.0 " -- cgit v1.2.3