From 2c100f497bad46981d2a1c28a8c0230cfd3f864d Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Thu, 23 May 2024 03:23:10 +0200 Subject: [PATCH] Add license concordance for CC BY / 4.0 --- src/MDConcLicenses.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/MDConcLicenses.php b/src/MDConcLicenses.php index 58a60fb..e8ff978 100644 --- a/src/MDConcLicenses.php +++ b/src/MDConcLicenses.php @@ -31,6 +31,10 @@ final class MDConcLicenses implements MDImporterConcordanceListInterface { "CC_BY" => "CC BY", "CC-BY" => "CC BY", "CC.BY" => "CC BY", + "CC BY 4.0" => "CC BY", + "CC_BY 4.0" => "CC BY", + "CC-BY 4.0" => "CC BY", + "CC.BY 4.0" => "CC BY", "http://creativecommons.org/licenses/by/4.0" => "CC BY", "http://creativecommons.org/licenses/by/4.0/" => "CC BY", "http://creativecommons.org/licenses/by/4.0/de" => "CC BY",