pkgsrc-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 pkg_install: Sync with ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14e5170fc828
branches:  trunk
changeset: 311565:14e5170fc828
user:      leot <leot%pkgsrc.org@localhost>
date:      Tue Aug 14 13:21:07 2018 +0000

description:
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.

diffstat:

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

diffs (26 lines):

diff -r 4ee060c23012 -r 14e5170fc828 pkgtools/pkg_install/files/lib/license.c
--- a/pkgtools/pkg_install/files/lib/license.c  Tue Aug 14 13:19:12 2018 +0000
+++ b/pkgtools/pkg_install/files/lib/license.c  Tue Aug 14 13:21:07 2018 +0000
@@ -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 @@
     "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 @@
     "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