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:   kamil
Date:           Mon Feb  5 00:07:56 UTC 2018

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

Log Message:
pkg_install: Recognize the happy license as acceptable

Noted by <wiz>


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 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.50 pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.51
--- pkgsrc/pkgtools/pkg_install/files/lib/license.c:1.50        Thu May 11 15:15:21 2017
+++ pkgsrc/pkgtools/pkg_install/files/lib/license.c     Mon Feb  5 00:07:56 2018
@@ -1,4 +1,4 @@
-/*     $NetBSD: license.c,v 1.50 2017/05/11 15:15:21 jperkin Exp $     */
+/*     $NetBSD: license.c,v 1.51 2018/02/05 00:07:56 kamil Exp $       */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -62,6 +62,7 @@ const char *default_acceptable_licenses 
     "gnu-gpl-v1 "
     "gnu-gpl-v2 gnu-lgpl-v2 gnu-lgpl-v2.1 "
     "gnu-gpl-v3 gnu-lgpl-v3 "
+    "happy "
     "hpnd "
     "info-zip "
     "ipafont "



Home | Main Index | Thread Index | Old Index