forked from MapComplete/MapComplete
Add cc0 license to commons downloader
This commit is contained in:
parent
7215702896
commit
e61cf203c7
1 changed files with 1 additions and 0 deletions
|
@ -120,6 +120,7 @@ const licenseMapping = {}
|
||||||
// Map template names to license names
|
// Map template names to license names
|
||||||
const templateMapping = {
|
const templateMapping = {
|
||||||
"Template:PD": "Public Domain",
|
"Template:PD": "Public Domain",
|
||||||
|
"Template:CC0": "CC0 1.0",
|
||||||
}
|
}
|
||||||
|
|
||||||
async function main(args: string[]) {
|
async function main(args: string[]) {
|
||||||
|
|
Loading…
Reference in a new issue