mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
Added three new licences
I am not completely sure about the permissiveness of Apache, I must admit.
This commit is contained in:
parent
b86b368b0f
commit
dbfb35a756
1 changed files with 22 additions and 1 deletions
|
|
@ -117,5 +117,26 @@
|
|||
"name": "ISC",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 18,
|
||||
"descriptionUrl": "https://www.apache.org/licenses/LICENSE-2.0",
|
||||
"name": "Apache 2.0",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 19,
|
||||
"descriptionUrl": "https://www.gnu.org/licenses/old-licenses/gpl-2.0.html",
|
||||
"name": "GPLv2",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
},
|
||||
{
|
||||
"id": 20,
|
||||
"descriptionUrl": null,
|
||||
"name": "Public Domain",
|
||||
"permissiveAdaptation": true,
|
||||
"permissiveCommercial": true
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue