pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc
Module Name: pkgsrc
Committed By: wiz
Date: Mon Oct 3 11:49:31 UTC 2016
Modified Files:
pkgsrc/mk: license.mk
pkgsrc/pkgtools/pkg_install/files/lib: license.c
Log Message:
Allow sissl-1.1 per default
See
https://opensource.org/licenses/sisslpl
To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/mk/license.mk
cvs rdiff -u -r1.47 -r1.48 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/mk/license.mk
diff -u pkgsrc/mk/license.mk:1.77 pkgsrc/mk/license.mk:1.78
--- pkgsrc/mk/license.mk:1.77 Mon Oct 3 08:30:20 2016
+++ pkgsrc/mk/license.mk Mon Oct 3 11:49:31 2016
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.77 2016/10/03 08:30:20 wiz Exp $
+# $NetBSD: license.mk,v 1.78 2016/10/03 11:49:31 wiz Exp $
#
# This file handles everything about the LICENSE variable. It is
# included automatically by bsd.pkg.mk.
@@ -141,6 +141,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \
qpl-v1.0 \
sgi-free-software-b-v2.0 \
sleepycat-public \
+ sissl-1.1 \
unlicense \
w3c \
x11 \
Index: pkgsrc/pkgtools/pkg_install/files/lib/license.c
diff -u pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.47 pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.48
--- pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.47 Mon Oct 3 08:30:20 2016
+++ pkgsrc/pkgtools/pkg_install/files/lib/license.c Mon Oct 3 11:49:31 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: license.c,v 1.47 2016/10/03 08:30:20 wiz Exp $ */
+/* $NetBSD: license.c,v 1.48 2016/10/03 11:49:31 wiz Exp $ */
/*-
* Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -84,6 +84,7 @@ const char *default_acceptable_licenses
"python-software-foundation "
"qpl-v1.0 "
"sgi-free-software-b-v2.0 "
+ "sissl-1.1 "
"sleepycat-public "
"unlicense "
"vera-ttf-license "
Home |
Main Index |
Thread Index |
Old Index