Rewrite license CC 0 to CC0

This commit is contained in:
Joshua Ramon Enslin 2022-11-06 21:35:52 +01:00
parent a29804bf1d
commit 00e7f571f3
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -12,6 +12,8 @@ declare(strict_types = 1);
final class MDConcLicenses {
const LICENSES_LIST = [
"CC 0" => "CC0",
"CC_0" => "CC0",
"https://creativecommons.org/publicdomain/zero/1.0/deed.de" => "CC0",
"CC_BY" => "CC BY",
@ -49,6 +51,7 @@ final class MDConcLicenses {
"Alle Rechte vorbehalten" => "RR-F",
"Alle Rechte vorbehalten - Urhebererechtlich geschütztes Werk" => "RR-F",
"IN COPYRIGHT" => "RR-P",
"Rechtsstatus unbekannt" => "RR-P",
];
}