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:   wiz
Date:           Wed Apr 20 21:47:26 UTC 2022

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

Log Message:
pkg_install: sync allowed licenses with mk/


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 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.58 pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.59
--- pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.58        Sat Mar  6 04:37:28 2021
+++ pkgsrc/pkgtools/pkg_install/files/lib/license.c     Wed Apr 20 21:47:26 2022
@@ -1,4 +1,4 @@
-/*     $NetBSD: license.c,v 1.58 2021/03/06 04:37:28 ryoon Exp $       */
+/*     $NetBSD: license.c,v 1.59 2022/04/20 21:47:26 wiz Exp $ */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -68,6 +68,7 @@ const char *default_acceptable_licenses 
     "gnu-gpl-v3 gnu-lgpl-v3 "
     "happy "
     "hpnd "
+    "ijg "
     "info-zip "
     "ipafont "
     "ipl-1.0 "
@@ -78,10 +79,11 @@ const char *default_acceptable_licenses 
     "mit "
     "mpl-1.0 mpl-1.1 mpl-2.0 "
     "mplusfont "
+    "ms-pl "
     "odbl-v1 "
     "ofl-v1.0 ofl-v1.1 "
     "openssl "
-    "original-bsd modified-bsd 2-clause-bsd "
+    "original-bsd modified-bsd 2-clause-bsd 0-clause-bsd "
     "osl "
     "paratype "
     "php "



Home | Main Index | Thread Index | Old Index