mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-08 16:30:28 +03:00
Merge branch 'lint-allow-beerware-xskat' into 'master'
lint: allow Beerware and XSkat licenses See merge request fdroid/fdroidserver!684
This commit is contained in:
commit
797003f9c6
1 changed files with 2 additions and 0 deletions
|
|
@ -657,6 +657,7 @@ APPROVED_LICENSES = [
|
||||||
'Artistic-1.0-Perl',
|
'Artistic-1.0-Perl',
|
||||||
'Artistic-1.0-cl8',
|
'Artistic-1.0-cl8',
|
||||||
'Artistic-2.0',
|
'Artistic-2.0',
|
||||||
|
'Beerware',
|
||||||
'BSD-2-Clause',
|
'BSD-2-Clause',
|
||||||
'BSD-2-Clause-FreeBSD',
|
'BSD-2-Clause-FreeBSD',
|
||||||
'BSD-2-Clause-Patent',
|
'BSD-2-Clause-Patent',
|
||||||
|
|
@ -788,6 +789,7 @@ APPROVED_LICENSES = [
|
||||||
'X11',
|
'X11',
|
||||||
'XFree86-1.1',
|
'XFree86-1.1',
|
||||||
'Xnet',
|
'Xnet',
|
||||||
|
'XSkat',
|
||||||
'YPL-1.1',
|
'YPL-1.1',
|
||||||
'ZPL-2.0',
|
'ZPL-2.0',
|
||||||
'ZPL-2.1',
|
'ZPL-2.1',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue