Added three new licences

I am not completely sure about the permissiveness of Apache, I must admit.
This commit is contained in:
Imre Kristoffer Eilertsen 2018-06-28 18:32:32 +02:00 committed by GitHub
parent b86b368b0f
commit dbfb35a756

View file

@ -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
}
]
]