Approval.
This commit is contained in:
@ -1,16 +1,16 @@
|
||||
<?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.',
|
||||
'CC BY-NC-SA' => 'వాణిజ్యేతర ప్రయోజనాల కోసం, ఆపాదింపు ఇవ్వబడితే, ఆ విషయాన్ని స్వేచ్ఛగా ఉపయోగించవచ్చు (మార్పు చేసినప్పటికీ). పంపిణీ విషయంలో హక్కుల స్థితిని అలాగే ఉంచాలి.',
|
||||
'CC BY-NC-ND' => 'వాణిజ్యేతర ప్రయోజనాల కోసం, ఆపాదింపు ఇవ్వబడితే, ఆ విషయాన్ని స్వేచ్ఛగా ఉపయోగించవచ్చు. దానిని మార్చకూడదు.',
|
||||
'CC BY-NC' => 'ఆపాదింపు ఇవ్వబడితే, వాణిజ్యేతర ప్రయోజనాల కోసం ఈ విషయాన్ని ఉచితంగా ఉపయోగించవచ్చు.',
|
||||
'CC BY-ND' => 'ఆపాదింపు ఇవ్వబడితే ఆ విషయాన్ని స్వేచ్ఛగా ఉపయోగించవచ్చు. దానిని మార్చకూడదు.',
|
||||
'CC BY-SA' => 'ఆపాదింపు ఇస్తే ఆ విషయాన్ని స్వేచ్ఛగా ఉపయోగించవచ్చు (మరియు మార్చవచ్చు కూడా). పంపిణీ విషయంలో హక్కుల స్థితిని అలాగే ఉంచాలి.',
|
||||
'CC BY' => 'ఆపాదింపు ఇవ్వబడితే ఆ విషయాన్ని స్వేచ్ఛగా ఉపయోగించవచ్చు (మరియు మార్చవచ్చు కూడా).',
|
||||
'CC0' => 'ఎటువంటి హక్కులు ప్రత్యేకించబడలేదు. మీకు అన్ని హక్కులను వదులుకునే హక్కు ఉంటేనే మీరు CC0ని ఉపయోగించాలి.',
|
||||
'RR-F' => 'ఉచిత యాక్సెస్ - పునర్వినియోగం లేదు.',
|
||||
'RR-P' => 'చెల్లింపు యాక్సెస్ - పునర్వినియోగం లేదు. ప్రివ్యూలను ఉచితంగా యాక్సెస్ చేయవచ్చు.',
|
||||
'RR-R' => 'పరిమితం చేయబడిన యాక్సెస్. ప్రత్యేకించబడిన హక్కులు.',
|
||||
'Orphan Work' => 'హక్కుదారుడిని నిర్ణయించడం సాధ్యం కాలేదు. ఈ పని EU అనాథ పనుల జాబితాలో ఉంది.',
|
||||
'Public Domain Mark' => 'ఈ పని కాపీరైట్ చట్టం క్రింద తెలిసిన పరిమితులు లేకుండా ఉందని గుర్తించబడింది, వీటిలో అన్ని సంబంధిత మరియు పొరుగు హక్కులు ఉన్నాయి.',
|
||||
);
|
||||
|
Reference in New Issue
Block a user