Files
ar
de
dsb
en
es
fr
hsb
hu
id
it
iw
nl
pl
pt
qu
ro
ru
tl
tr
uk
zh
actor_variant_types_set.php
appointment_attendance_modes.php
appointment_cancellation_status_set.php
appointment_contributor_roles.php
appointment_status.php
attendance_status_set.php
closer_location_types_set.php
colors_set.php
conservation_report_type_set.php
currencies_set.php
custom_report_targets_set.php
disposal_method_set.php
entry_types.php
eventtype_groups.php
eventtype_name.php
eventtype_persinst.php
eventtype_place.php
eventtype_time.php
exhibition_contributor_roles.php
gender_set.php
institution_basic_category_set.php
institution_collection_area_set.php
institution_external_id_repositories.php
institution_musdb_use_case_set.php
institution_public_private_category_set.php
license_explica.php
license_full_names.php
license_url.php
loan_types.php
marking_types.php
object_check_types_set.php
object_damage_status_set.php
object_damage_types_set.php
object_document_type_set.php
object_form_set.php
object_publication_background.php
object_record_status.php
object_record_status_explica.php
object_status.php
phone_types.php
placetypes.php
podcast_contributor_roles.php
position_set.php
process_types.php
recording_types_set.php
research_status.php
series_contributor_role.php
shipment_method_set.php
source_type_set.php
space_access_status.php
space_types.php
syndication_repos.php
tag_relation_type.php
timing_intervals_set.php
title_types_set.php
todo_status.php
units_length_set.php
units_weight_set.php
translation-value-sets/zh/license_explica.php
2023-01-23 21:41:01 +00:00

17 lines
1.4 KiB
PHP

<?PHP
declare(strict_types = 1);
$license_explica = array (
'CC BY-NC-SA' => 'For non commercial purposes the material might be used (even changed) freely if the attribution is given. Rights status has to be kept as it is in case of distribution.',
'CC BY-NC-ND' => 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.',
'CC BY-NC' => 'For non commercial purposes the material might be used freely if the attribution is given.',
'CC BY-ND' => 'The material might be used freely if the attribution is given. It may not be altered.',
'CC BY-SA' => 'The material might be used freely (and even altered) if the attribution is given. Rights status has to be kept as it is in case of distribution.',
'CC BY' => 'The material might be used freely (and even altered) if the attribution is given.',
'CC0' => 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.',
'RR-F' => 'Free access - no reuse.',
'RR-P' => 'Paid access - no reuse. Previews might be freely accessible.',
'RR-R' => 'Restricted access. Reserved rights.',
'Orphan Work' => 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.',
'Public Domain Mark' => 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.',
);