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:   ryoon
Date:           Sat Mar  6 04:37:28 UTC 2021

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

Log Message:
pkg_install: Add odbl-v1 to default acceptable license list


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 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.57 pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.58
--- pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.57        Thu Apr 30 09:47:51 2020
+++ pkgsrc/pkgtools/pkg_install/files/lib/license.c     Sat Mar  6 04:37:28 2021
@@ -1,4 +1,4 @@
-/*     $NetBSD: license.c,v 1.57 2020/04/30 09:47:51 plunky Exp $      */
+/*     $NetBSD: license.c,v 1.58 2021/03/06 04:37:28 ryoon Exp $       */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -78,6 +78,7 @@ const char *default_acceptable_licenses 
     "mit "
     "mpl-1.0 mpl-1.1 mpl-2.0 "
     "mplusfont "
+    "odbl-v1 "
     "ofl-v1.0 ofl-v1.1 "
     "openssl "
     "original-bsd modified-bsd 2-clause-bsd "



Home | Main Index | Thread Index | Old Index