pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc add unicode to DEFAULT_ACCEPTABLE_LICENSES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e80c50becd5b
branches:  trunk
changeset: 355016:e80c50becd5b
user:      spz <spz%pkgsrc.org@localhost>
date:      Fri Nov 18 09:43:39 2016 +0000

description:
add unicode to DEFAULT_ACCEPTABLE_LICENSES

diffstat:

 mk/license.mk                            |  3 ++-
 pkgtools/pkg_install/files/lib/license.c |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 5901c8bb4c09 -r e80c50becd5b mk/license.mk
--- a/mk/license.mk     Fri Nov 18 09:23:49 2016 +0000
+++ b/mk/license.mk     Fri Nov 18 09:43:39 2016 +0000
@@ -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 @@
        sgi-free-software-b-v2.0 \
        sleepycat-public \
        sissl-1.1 \
+       unicode \
        unlicense \
        w3c \
        x11 \
diff -r 5901c8bb4c09 -r e80c50becd5b pkgtools/pkg_install/files/lib/license.c
--- a/pkgtools/pkg_install/files/lib/license.c  Fri Nov 18 09:23:49 2016 +0000
+++ b/pkgtools/pkg_install/files/lib/license.c  Fri Nov 18 09:43:39 2016 +0000
@@ -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 @@
     "sgi-free-software-b-v2.0 "
     "sissl-1.1 "
     "sleepycat-public "
+    "unicode "
     "unlicense "
     "vera-ttf-license "
     "w3c "



Home | Main Index | Thread Index | Old Index