pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_install/files/lib



Module Name:    pkgsrc
Committed By:   plunky
Date:           Thu Apr 30 09:47:52 UTC 2020

Modified Files:
        pkgsrc/pkgtools/pkg_install/files/lib: license.c

Log Message:
add afl-3.0 as acceptable default license


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/pkgtools/pkg_install/files/lib/license.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkg_install/files/lib/license.c
diff -u pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.56 pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.57
--- pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.56        Sun Oct 13 21:50:54 2019
+++ pkgsrc/pkgtools/pkg_install/files/lib/license.c     Thu Apr 30 09:47:51 2020
@@ -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