mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03:00
BSD license disambiguation
This commit is contained in:
parent
55e38dbe1c
commit
2ed55dc233
3 changed files with 11 additions and 3 deletions
|
@ -120,8 +120,10 @@ class FDroid
|
|||
switch($license) {
|
||||
case 'MIT':
|
||||
return 'http://www.gnu.org/licenses/license-list.html#X11License';
|
||||
case 'BSD':
|
||||
case 'NewBSD':
|
||||
return 'http://www.gnu.org/licenses/license-list.html#ModifiedBSD';
|
||||
case 'BSD':
|
||||
return 'http://www.gnu.org/licenses/license-list.html#OriginalBSD';
|
||||
case 'GPLv3':
|
||||
case 'GPLv3+':
|
||||
return 'http://www.gnu.org/licenses/license-list.html#GNUGPL';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue