astro-ghostcms/.pnpm-store/v3/files/87/97603b0b52cebe71c66d52fa971...

82 lines
1.4 KiB
Plaintext

'use strict';
const licensesData = {
"Apache-2.0": {
attribution: false,
commercial: true
},
"MIT": {
attribution: false,
commercial: true
},
"CC0-1.0": {
attribution: false,
commercial: true
},
"MPL-2.0": {
attribution: false,
commercial: true
},
"CC-BY-3.0": {
attribution: true,
commercial: true
},
"CC-BY-SA-3.0": {
attribution: true,
commercial: true,
sameLicense: true
},
"CC-BY-4.0": {
attribution: true,
commercial: true
},
"CC-BY-SA-4.0": {
attribution: true,
commercial: true,
sameLicense: true
},
"CC-BY-NC-4.0": {
attribution: true,
commercial: false
},
"CC-BY-NC-SA-4.0": {
attribution: true,
commercial: false,
sameLicense: true
},
"ISC": {
attribution: false,
commercial: true
},
"OFL-1.1": {
attribution: false,
commercial: true
},
"GPL-2.0-only": {
attribution: false,
commercial: true,
sameLicense: true
},
"GPL-2.0-or-later": {
attribution: false,
commercial: true,
sameLicense: true
},
"GPL-3.0": {
attribution: false,
commercial: true,
sameLicense: true
},
"GPL-3.0-or-later": {
attribution: false,
commercial: true,
sameLicense: true
},
"Unlicense": {
attribution: false,
commercial: true
}
};
exports.licensesData = licensesData;