From 3923fb01bad979d5d2672840d6d01d0dc4e98ef2 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Thu, 20 Apr 2023 17:18:25 +0200 Subject: [PATCH] Extend license concordance list --- src/MDConcLicenses.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/MDConcLicenses.php b/src/MDConcLicenses.php index 20834e2..9278d70 100644 --- a/src/MDConcLicenses.php +++ b/src/MDConcLicenses.php @@ -14,6 +14,9 @@ final class MDConcLicenses { const LICENSES_LIST = [ "CC 0" => "CC0", "CC_0" => "CC0", + "CC0 1.0" => "CC0", + "CC 0 1.0" => "CC0", + "CC_0 1.0" => "CC0", "https://creativecommons.org/publicdomain/zero/1.0/deed.de" => "CC0", "CC_BY" => "CC BY",