pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk
Module Name: pkgsrc
Committed By: kamil
Date: Sat Feb 3 17:38:13 UTC 2018
Modified Files:
pkgsrc/mk: license.mk
Log Message:
Append happy to the DEFAULT_ACCEPTABLE_LICENSES list
happy is DFSG, not evaluated by OSI/FSF
No objections from <Greg Troxel>
To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/mk/license.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/license.mk
diff -u pkgsrc/mk/license.mk:1.84 pkgsrc/mk/license.mk:1.85
--- pkgsrc/mk/license.mk:1.84 Sun Jan 7 19:44:31 2018
+++ pkgsrc/mk/license.mk Sat Feb 3 17:38:13 2018
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.84 2018/01/07 19:44:31 rillig Exp $
+# $NetBSD: license.mk,v 1.85 2018/02/03 17:38:13 kamil Exp $
#
# This file handles everything about the LICENSE variable. It is
# included automatically by bsd.pkg.mk.
@@ -158,6 +158,9 @@ DEFAULT_ACCEPTABLE_LICENSES+= info-zip
# restrictions and typefaces can not be sold by itself.
DEFAULT_ACCEPTABLE_LICENSES+= vera-ttf-license
+# DFSG, not evaluated by OSI/FSF
+DEFAULT_ACCEPTABLE_LICENSES+= happy
+
##### Variant spellings
.if defined(ACCEPTABLE_LICENCES) && !defined(ACCEPTABLE_LICENSES)
Home |
Main Index |
Thread Index |
Old Index