Extend license and length lists
This commit is contained in:
@ -14,6 +14,7 @@ final class MDConcLicenses implements MDImporterConcordanceListInterface {
|
||||
private const LICENSES_LIST = [
|
||||
"CC 0" => "CC0",
|
||||
"CC_0" => "CC0",
|
||||
"CC O" => "CC",
|
||||
"CC0 1.0" => "CC0",
|
||||
"CC 0 1.0" => "CC0",
|
||||
"CC_0 1.0" => "CC0",
|
||||
|
Reference in New Issue
Block a user