Approval.

This commit is contained in:
2023-01-23 21:37:48 +00:00
committed by md translation bot
parent 08aa8753aa
commit 6922772f3e
860 changed files with 11842 additions and 6622 deletions

View File

@ -1,13 +1,19 @@
<?PHP
$license_full_names['CC BY-NC-SA'] = 'Attribution - Non Commercial - Share Alike';
$license_full_names['CC BY-NC'] = 'Attribution - Non Commercial';
$license_full_names['CC BY-ND'] = 'Attribution - No Derivates';
$license_full_names['CC BY-SA'] = 'Attribution - Share Alike';
$license_full_names['CC BY'] = 'Attribution';
$license_full_names['CC0'] = 'No Rights Reserved';
$license_full_names['RR-F'] = 'Rights Reserved - Free Access';
$license_full_names['RR-P'] = 'Rights Reserved - Paid Access';
$license_full_names['RR-R'] = 'Rights Reserved - Restricted Access';
$license_full_names['Orphan Work'] = 'Orphan Work';
$license_full_names['Public Domain Mark'] = 'Public Domain Mark';
$license_full_names['CC BY-NC-ND'] = 'Attribution - Non Commercial - No Derivates';
declare(strict_types = 1);
array (
'license_full_names' =>
array (
'CC BY-NC-SA' => 'Attribution - Non Commercial - Share Alike',
'CC BY-NC' => 'Attribution - Non Commercial',
'CC BY-ND' => 'Attribution - No Derivates',
'CC BY-SA' => 'Attribution - Share Alike',
'CC BY' => 'Attribution',
'CC0' => 'No Rights Reserved',
'RR-F' => 'Rights Reserved - Free Access',
'RR-P' => 'Rights Reserved - Paid Access',
'RR-R' => 'Rights Reserved - Restricted Access',
'Orphan Work' => 'Orphan Work',
'Public Domain Mark' => 'Public Domain Mark',
'CC BY-NC-ND' => 'Attribution - Non Commercial - No Derivates',
),
)