diff --git a/scripts/downloadCommons.ts b/scripts/downloadCommons.ts index 22391f7f9..dad3013e6 100644 --- a/scripts/downloadCommons.ts +++ b/scripts/downloadCommons.ts @@ -120,6 +120,7 @@ const licenseMapping = {} // Map template names to license names const templateMapping = { "Template:PD": "Public Domain", + "Template:CC0": "CC0 1.0", } async function main(args: string[]) {