From f0ea020f26d1aa5a7bf772907e8b8bb385ab9d32 Mon Sep 17 00:00:00 2001 From: gutteridge Date: Sat, 7 Dec 2019 04:47:32 +0000 Subject: licenses & mk/license.mk: add license for Enlightenment 16 Enlightenment 16 uses a modified (non-standard) MIT license that includes an advertising clause. (This makes it incompatible with the GPL.) I've named it enlightenment16 to differentiate that Enlightenment >=17 releases use the 2-Clause BSD. (Enlightenment 16 continues to be developed independently, and is of current interest to pkgsrc users.) In some places, this is referred to as the "MIT With Advertising" license, but I'm not aware of other projects using this variant. If it becomes more broadly relevant to pkgsrc, we could rename it such. (This should have been added a long time ago, the wm/enlightenment package simply has never had a LICENSE variable set. Better late than never.) --- mk/license.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mk') diff --git a/mk/license.mk b/mk/license.mk index fcd49a657f3..afb3b8d8f08 100644 --- a/mk/license.mk +++ b/mk/license.mk @@ -1,4 +1,4 @@ -# $NetBSD: license.mk,v 1.102 2019/09/02 02:23:02 rillig Exp $ +# $NetBSD: license.mk,v 1.103 2019/12/07 04:47:32 gutteridge Exp $ # # This file handles everything about the LICENSE variable. It is # included automatically by bsd.pkg.mk. @@ -182,6 +182,9 @@ DEFAULT_ACCEPTABLE_LICENSES+= purdue # # derived from BSD DEFAULT_ACCEPTABLE_LICENSES+= info-zip +# Derived from MIT, with an advertising clause added (and previously +# included in Debian main as such). +DEFAULT_ACCEPTABLE_LICENSES+= enlightenment16 # The following licenses do not currently meet our standards for # inclusion. -- cgit v1.2.3