pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc licenses & mk/license.mk: add license for Enlightenmen...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2650702a7b1
branches:  trunk
changeset: 405750:e2650702a7b1
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Sat Dec 07 04:47:32 2019 +0000

description:
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:

 licenses/enlightenment16 |  21 +++++++++++++++++++++
 mk/license.mk            |   5 ++++-
 2 files changed, 25 insertions(+), 1 deletions(-)

diffs (44 lines):

diff -r 75e3c347704d -r e2650702a7b1 licenses/enlightenment16
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/licenses/enlightenment16  Sat Dec 07 04:47:32 2019 +0000
@@ -0,0 +1,21 @@
+Copyright (C) 2000-2008 Carsten Haitzler, Geoff Harrison and various contributors 
+Copyright (C) 2004-2019 Kim Woelders
+ 
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to
+deal in the Software without restriction, including without limitation the
+rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+sell copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+  
+The above copyright notice and this permission notice shall be included in
+all copies of the Software, its documentation and marketing & publicity 
+materials, and acknowledgment shall be given in the documentation, materials
+and software packages that this Software was used.
+   
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER 
+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff -r 75e3c347704d -r e2650702a7b1 mk/license.mk
--- a/mk/license.mk     Fri Dec 06 21:29:53 2019 +0000
+++ b/mk/license.mk     Sat Dec 07 04:47:32 2019 +0000
@@ -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 @@
 #
 # 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.



Home | Main Index | Thread Index | Old Index