Approval.

This commit is contained in:
2020-09-07 15:02:32 +02:00
committed by Stefan Rohde-Enslin
parent 9d3453e4c1
commit 87882b8524
7 changed files with 43 additions and 43 deletions

View File

@@ -1,13 +1,13 @@
<?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['CC BY-NC-SA'] = 'Atribusi-NonKomersial-BerbagiSerupa';
$license_full_names['CC BY-NC'] = 'Atribusi-NonKomersial';
$license_full_names['CC BY-ND'] = 'Atribusi-TanpaTurunan';
$license_full_names['CC BY-SA'] = 'Atribusi-BerbagiSerupa';
$license_full_names['CC BY'] = 'Atribusi';
$license_full_names['CC0'] = ' Dedikasi Domain Publik ';
$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';
$license_full_names['Public Domain Mark'] = ' Domain Publik ';
$license_full_names['CC BY-NC-ND'] = 'Atribusi-NonKomersial-TanpaTurunan';