Extend list of mapped license and event type names
This commit is contained in:
parent
2223eefabb
commit
069ccf43c3
|
@ -85,6 +85,7 @@ final class MDConcEventTypes implements MDImporterConcordanceListInterface {
|
|||
// 5: Displayed actor
|
||||
'Was displayed (actor)' => 5,
|
||||
'Displayed actor' => 5,
|
||||
'Darstellung' => 5,
|
||||
|
||||
// 6: Was used
|
||||
'Aufführung' => 6,
|
||||
|
|
|
@ -134,6 +134,7 @@ final class MDConcLicenses implements MDImporterConcordanceListInterface {
|
|||
'https://creativecommons.org/publicdomain/mark/1.0/' => 'Public Domain Mark',
|
||||
'https://creativecommons.org/publicdomain/mark/1.0/deed.de' => 'Public Domain Mark',
|
||||
'https://creativecommons.org/publicdomain/mark/1.0/deed.de/' => 'Public Domain Mark',
|
||||
'Public Domain Mark 1.0 - Weltweit frei von bekannten urheberrechtlichen Einschränkungen' => 'Public Domain Mark',
|
||||
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user