pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Add isc license as default acceptable license.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6ba6b2816f59
branches:  trunk
changeset: 575241:6ba6b2816f59
user:      obache <obache%pkgsrc.org@localhost>
date:      Thu May 06 13:16:59 2010 +0000

description:
Add isc license as default acceptable license.

diffstat:

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

diffs (36 lines):

diff -r fa24b1d85e8c -r 6ba6b2816f59 mk/license.mk
--- a/mk/license.mk     Thu May 06 13:13:11 2010 +0000
+++ b/mk/license.mk     Thu May 06 13:16:59 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.33 2010/04/26 11:03:10 obache Exp $
+# $NetBSD: license.mk,v 1.34 2010/05/06 13:16:59 obache Exp $
 #
 # This file handles everything about the LICENSE variable. It is
 # included automatically by bsd.pkg.mk.
@@ -112,7 +112,8 @@
        mpl-1.0 mpl-1.1 \
        zpl \
        python-software-foundation \
-       ipafont
+       ipafont \
+       isc
 
 # not approved by OSI, derived from BSD
 DEFAULT_ACCEPTABLE_LICENSES+=  info-zip
diff -r fa24b1d85e8c -r 6ba6b2816f59 pkgtools/pkg_install/files/lib/license.c
--- a/pkgtools/pkg_install/files/lib/license.c  Thu May 06 13:13:11 2010 +0000
+++ b/pkgtools/pkg_install/files/lib/license.c  Thu May 06 13:16:59 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: license.c,v 1.13 2010/04/26 11:54:31 obache Exp $      */
+/*     $NetBSD: license.c,v 1.14 2010/05/06 13:16:59 obache Exp $      */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -61,6 +61,7 @@
     "zpl "
     "python-software-foundation "
     "ipafont "
+    "isc "
     "info-zip";
 
 #ifdef DEBUG



Home | Main Index | Thread Index | Old Index