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 Add "mpl-1.1" and "zpl"...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74d0248a33cd
branches:  trunk
changeset: 395870:74d0248a33cd
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Jul 15 10:24:13 2009 +0000

description:
Add "mpl-1.1" and "zpl" to the license which are accepted by default.

diffstat:

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

diffs (20 lines):

diff -r be9611bbf921 -r 74d0248a33cd pkgtools/pkg_install/files/lib/license.c
--- a/pkgtools/pkg_install/files/lib/license.c  Wed Jul 15 10:00:59 2009 +0000
+++ b/pkgtools/pkg_install/files/lib/license.c  Wed Jul 15 10:24:13 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: license.c,v 1.5 2009/06/10 20:15:11 joerg Exp $        */
+/*     $NetBSD: license.c,v 1.6 2009/07/15 10:24:13 tron Exp $ */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -56,7 +56,9 @@
     "artistic artistic-2.0 "
     "cddl-1.0 "
     "cpl-1.0 "
-    "open-font-license ";
+    "open-font-license "
+    "mpl-1.1 "
+    "zpl";
 
 #ifdef DEBUG
 static size_t hash_collisions;



Home | Main Index | Thread Index | Old Index