diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2019-12-07 04:47:32 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2019-12-07 04:47:32 +0000 |
commit | f0ea020f26d1aa5a7bf772907e8b8bb385ab9d32 (patch) | |
tree | 7c2d456116e15970d4833be54abf05c5d0de8fe2 /mk | |
parent | 470733c0790bec05c94e0cb9f0da893d7541f9f1 (diff) | |
download | pkgsrc-f0ea020f26d1aa5a7bf772907e8b8bb385ab9d32.tar.gz |
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.)
Diffstat (limited to 'mk')
-rw-r--r-- | mk/license.mk | 5 |
1 files changed, 4 insertions, 1 deletions
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. |