pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_install/files/lib



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu May 11 15:15:21 UTC 2017

Modified Files:
        pkgsrc/pkgtools/pkg_install/files/lib: license.c

Log Message:
Add zsh to default_acceptable_licenses.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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/pkgtools/pkg_install/files/lib/license.c
diff -u pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.49 pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.50
--- pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.49        Fri Nov 18 09:43:39 2016
+++ pkgsrc/pkgtools/pkg_install/files/lib/license.c     Thu May 11 15:15:21 2017
@@ -1,4 +1,4 @@
-/*     $NetBSD: license.c,v 1.49 2016/11/18 09:43:39 spz Exp $ */
+/*     $NetBSD: license.c,v 1.50 2017/05/11 15:15:21 jperkin Exp $     */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -92,7 +92,8 @@ const char *default_acceptable_licenses 
     "w3c "
     "x11 "
     "zlib "
-    "zpl-2.0 zpl-2.1";
+    "zpl-2.0 zpl-2.1 "
+    "zsh";
 
 #ifdef DEBUG
 static size_t hash_collisions;



Home | Main Index | Thread Index | Old Index