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: leot
Date: Tue Aug 14 13:21:07 UTC 2018
Modified Files:
pkgsrc/pkgtools/pkg_install/files/lib: license.c
Log Message:
pkg_install: Sync with DEFAULT_ACCEPTABLE_LICENSES in mk/license.mk
Add `cc-by-sa-v4.0', `cc-by-v4.0' and `osl' to *default_acceptable_licenses to
sync it with DEFAULT_ACCEPTABLE_LICENSES of mk/license.mk.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 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.51 pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.52
--- pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.51 Mon Feb 5 00:07:56 2018
+++ pkgsrc/pkgtools/pkg_install/files/lib/license.c Tue Aug 14 13:21:07 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: license.c,v 1.51 2018/02/05 00:07:56 kamil Exp $ */
+/* $NetBSD: license.c,v 1.52 2018/08/14 13:21:07 leot Exp $ */
/*-
* Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -51,6 +51,8 @@ const char *default_acceptable_licenses
"artistic artistic-2.0 "
"boost-license "
"cc-by-sa-v3.0 "
+ "cc-by-sa-v4.0 "
+ "cc-by-v4.0 "
"cc0-1.0-universal "
"cddl-1.0 "
"cecill-2.1 "
@@ -77,6 +79,7 @@ const char *default_acceptable_licenses
"ofl-v1.0 ofl-v1.1 "
"openssl "
"original-bsd modified-bsd 2-clause-bsd "
+ "osl "
"paratype "
"php "
"png-license "
Home |
Main Index |
Thread Index |
Old Index