UNPKG

539 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = {
7 MIT: "https://opensource.org/licenses/MIT",
8 "EPL-1.0": "https://opensource.org/licenses/EPL-1.0",
9 "CDDL-1.0": "https://opensource.org/licenses/CDDL-1.0",
10 "MPL-2.0": "https://opensource.org/licenses/MPL-2.0",
11 LGPL: "https://opensource.org/licenses/lgpl-license",
12 GPLv2: "https://opensource.org/licenses/GPL-2.0",
13 GPLv3: "https://opensource.org/licenses/GPL-3.0",
14 "Apache-2.0": "https://opensource.org/licenses/Apache-2.0"
15};
\No newline at end of file