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: spz
Date: Fri Nov 18 09:43:39 UTC 2016
Modified Files:
pkgsrc/mk: license.mk
pkgsrc/pkgtools/pkg_install/files/lib: license.c
Log Message:
add unicode to DEFAULT_ACCEPTABLE_LICENSES
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/mk/license.mk
cvs rdiff -u -r1.48 -r1.49 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.78 pkgsrc/mk/license.mk:1.79
--- pkgsrc/mk/license.mk:1.78 Mon Oct 3 11:49:31 2016
+++ pkgsrc/mk/license.mk Fri Nov 18 09:43:39 2016
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.78 2016/10/03 11:49:31 wiz Exp $
+# $NetBSD: license.mk,v 1.79 2016/11/18 09:43:39 spz Exp $
#
# This file handles everything about the LICENSE variable. It is
# included automatically by bsd.pkg.mk.
@@ -142,6 +142,7 @@ DEFAULT_ACCEPTABLE_LICENSES= \
sgi-free-software-b-v2.0 \
sleepycat-public \
sissl-1.1 \
+ unicode \
unlicense \
w3c \
x11 \
Index: pkgsrc/pkgtools/pkg_install/files/lib/license.c
diff -u pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.48 pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.49
--- pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.48 Mon Oct 3 11:49:31 2016
+++ pkgsrc/pkgtools/pkg_install/files/lib/license.c Fri Nov 18 09:43:39 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: license.c,v 1.48 2016/10/03 11:49:31 wiz Exp $ */
+/* $NetBSD: license.c,v 1.49 2016/11/18 09:43:39 spz Exp $ */
/*-
* Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -86,6 +86,7 @@ const char *default_acceptable_licenses
"sgi-free-software-b-v2.0 "
"sissl-1.1 "
"sleepycat-public "
+ "unicode "
"unlicense "
"vera-ttf-license "
"w3c "
Home |
Main Index |
Thread Index |
Old Index