pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Append happy to the DEFAULT_ACCEPTABLE_LICENSES list



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a78b6f83438
branches:  trunk
changeset: 375128:0a78b6f83438
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Sat Feb 03 17:38:13 2018 +0000

description:
Append happy to the DEFAULT_ACCEPTABLE_LICENSES list

happy is DFSG, not evaluated by OSI/FSF

No objections from <Greg Troxel>

diffstat:

 mk/license.mk |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r c713adf6ca8a -r 0a78b6f83438 mk/license.mk
--- a/mk/license.mk     Sat Feb 03 17:32:32 2018 +0000
+++ b/mk/license.mk     Sat Feb 03 17:38:13 2018 +0000
@@ -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 @@
 # 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