mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 23:10:29 +03:00
Recognise MIT license on Google Code in importer
This commit is contained in:
parent
1d62f6ec85
commit
7a47c26fd5
1 changed files with 2 additions and 0 deletions
|
|
@ -160,6 +160,8 @@ def main():
|
|||
license = 'GPLv2'
|
||||
elif ltext == 'Apache License 2.0':
|
||||
license = 'Apache2'
|
||||
elif ltext == 'MIT License':
|
||||
license = 'MIT'
|
||||
else:
|
||||
print "License " + ltext + " is not recognised"
|
||||
sys.exit(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue