UNPKG

458 BJavaScriptView Raw
1export default {
2 MIT: "https://opensource.org/licenses/MIT",
3 "EPL-1.0": "https://opensource.org/licenses/EPL-1.0",
4 "CDDL-1.0": "https://opensource.org/licenses/CDDL-1.0",
5 "MPL-2.0": "https://opensource.org/licenses/MPL-2.0",
6 LGPL: "https://opensource.org/licenses/lgpl-license",
7 GPLv2: "https://opensource.org/licenses/GPL-2.0",
8 GPLv3: "https://opensource.org/licenses/GPL-3.0",
9 "Apache-2.0": "https://opensource.org/licenses/Apache-2.0",
10};