mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 06:50:29 +03:00
lint: allow Beerware and XSkat licenses
These licenses were already in our repo. The are not FSF- or OSI-approved, but they are included in Debian. So for now at least, we should maintain them in our list until we have a clearer picture of how we should make the list of licenses we support. * fdroidserver!682 * https://github.com/spdx/license-list-XML/issues/876 * Beerware in Debian: https://metadata.ftp-master.debian.org/changelogs//main/libm/libmd/libmd_1.0.1-3_copyright * XSkat in Debian: https://metadata.ftp-master.debian.org/changelogs//main/x/xskat/xskat_4.0-7_copyright
This commit is contained in:
parent
f8c954d89e
commit
a72904ee23
1 changed files with 2 additions and 0 deletions
|
|
@ -657,6 +657,7 @@ APPROVED_LICENSES = [
|
|||
'Artistic-1.0-Perl',
|
||||
'Artistic-1.0-cl8',
|
||||
'Artistic-2.0',
|
||||
'Beerware',
|
||||
'BSD-2-Clause',
|
||||
'BSD-2-Clause-FreeBSD',
|
||||
'BSD-2-Clause-Patent',
|
||||
|
|
@ -788,6 +789,7 @@ APPROVED_LICENSES = [
|
|||
'X11',
|
||||
'XFree86-1.1',
|
||||
'Xnet',
|
||||
'XSkat',
|
||||
'YPL-1.1',
|
||||
'ZPL-2.0',
|
||||
'ZPL-2.1',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue