From 1ef4f74affb5d24038d5643000c3741a1115328a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Fri, 4 Oct 2019 11:26:52 +0200 Subject: [PATCH] lint: include MIT-CMU, it is so close to FSF/OSI-free MIT fdroidserver!682 https://github.com/spdx/license-list-data/issues/53 * FSF lists two closely related variants as X11 or Expat, search for "MIT license" in https://www.gnu.org/licenses/license-list.html * X11 is considered free: https://directory.fsf.org/wiki/License:X11 * Expat is considered free: https://directory.fsf.org/wiki/License:Expat * It is included in Debian, so it is DFSG-free: https://metadata.ftp-master.debian.org/changelogs//main/f/flite/flite_2.1-release-3_copyright * Fedora considers it free https://fedoraproject.org/wiki/Licensing:MIT#CMU_Style --- fdroidserver/lint.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fdroidserver/lint.py b/fdroidserver/lint.py index bc3a2388..1dfc00fa 100644 --- a/fdroidserver/lint.py +++ b/fdroidserver/lint.py @@ -728,6 +728,7 @@ APPROVED_LICENSES = [ 'LiLiQ-Rplus-1.1', 'MIT', 'MIT-0', + 'MIT-CMU', 'MPL-1.0', 'MPL-1.1', 'MPL-2.0',