Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/lib add afl-3.0 as acceptab...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/284217435ec1
branches:  trunk
changeset: 430347:284217435ec1
user:      plunky <plunky%pkgsrc.org@localhost>
date:      Thu Apr 30 09:47:51 2020 +0000

description:
add afl-3.0 as acceptable default license

diffstat:

 pkgtools/pkg_install/files/lib/license.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ff99fd91698e -r 284217435ec1 pkgtools/pkg_install/files/lib/license.c
--- a/pkgtools/pkg_install/files/lib/license.c  Thu Apr 30 09:42:27 2020 +0000
+++ b/pkgtools/pkg_install/files/lib/license.c  Thu Apr 30 09:47:51 2020 +0000
@@ -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@localhost>.
@@ -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 "



Home | Main Index | Thread Index | Old Index