diff options
author | plunky <plunky@pkgsrc.org> | 2020-04-30 09:47:51 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2020-04-30 09:47:51 +0000 |
commit | eddc7cedb0d488bbf1e5c3ea07e91258286da759 (patch) | |
tree | 85653cb3fd9dc74a2ad5f27c8abd495d57c47495 /pkgtools | |
parent | ad5fd51337d30f2bd53d5baed90fdb372d9d13d6 (diff) | |
download | pkgsrc-eddc7cedb0d488bbf1e5c3ea07e91258286da759.tar.gz |
add afl-3.0 as acceptable default license
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/files/lib/license.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <joerg@NetBSD.org>. @@ -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 " |