Add cc0 license to commons downloader

This commit is contained in:
Robin van der Linde 2024-02-19 20:07:59 +01:00
parent 7215702896
commit e61cf203c7
No known key found for this signature in database
GPG key ID: 53956B3252478F0D

View file

@ -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[]) {