mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
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
This commit is contained in:
parent
3801db064a
commit
1ef4f74aff
1 changed files with 1 additions and 0 deletions
|
@ -728,6 +728,7 @@ APPROVED_LICENSES = [
|
|||
'LiLiQ-Rplus-1.1',
|
||||
'MIT',
|
||||
'MIT-0',
|
||||
'MIT-CMU',
|
||||
'MPL-1.0',
|
||||
'MPL-1.1',
|
||||
'MPL-2.0',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue