From e61cf203c7f8370ed29fb1810c0b4dd823acff2c Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Mon, 19 Feb 2024 20:07:59 +0100 Subject: [PATCH] Add cc0 license to commons downloader --- scripts/downloadCommons.ts | 1 + 1 file changed, 1 insertion(+) 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[]) {