Approval.
This commit is contained in:
@ -1,13 +1,18 @@
|
||||
<?PHP
|
||||
$license_explica['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.';
|
||||
$license_explica['CC BY-NC-ND'] = 'For non commercial purposes the material might be used freely if the attribution is given. It may not be altered.';
|
||||
$license_explica['CC BY-NC'] = 'For non commercial purposes the material might be used freely if the attribution is given.';
|
||||
$license_explica['CC BY-ND'] = 'The material might be used freely if the attribution is given. It may not be altered.';
|
||||
$license_explica['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.';
|
||||
$license_explica['CC BY'] = 'The material might be used freely (and even altered) if the attribution is given.';
|
||||
$license_explica['CC0'] = 'No Rights Reserved. You only should use CC0 if you have the right to waive all rights.';
|
||||
$license_explica['RR-F'] = 'Free access - no reuse.';
|
||||
$license_explica['RR-P'] = 'Paid access - no reuse. Previews might be freely accessible.';
|
||||
$license_explica['RR-R'] = 'Restricted access. Reserved rights.';
|
||||
$license_explica['Orphan Work'] = 'The rightsholder could not be determined. The work is listed at the EU list of orphan works.';
|
||||
$license_explica['Public Domain Mark'] = 'This work has been identified as being free of known restrictions under copyright law, including all related and neighboring rights.';
|
||||
$license_explica['CC BY-NC-SA'] = 'Per scopi non commerciali, il materiale può essere utilizzato (anche modificato) liberamente previa attribuzione. In caso di trasferimento, lo stato dei diritti deve essere mantenuto.
|
||||
|
||||
';
|
||||
$license_explica['CC BY-NC-ND'] = 'Il materiale può essere utilizzato liberamente per scopi non commerciali a condizione che venga citato l\'autore. Non deve essere cambiato.';
|
||||
$license_explica['CC BY-NC'] = 'l materiale può essere utilizzato liberamente per scopi non commerciali a condizione che venga nominato l\'autore.';
|
||||
$license_explica['CC BY-ND'] = 'TIl materiale può essere utilizzato liberamente a condizione che ne venga indicato il nome. Non deve essere cambiato.';
|
||||
$license_explica['CC BY-SA'] = 'Il materiale può essere liberamente utilizzato (anche modificato) purché ne venga citata la fonte. In caso di trasferimento, lo stato dei diritti deve essere mantenuto.
|
||||
|
||||
|
||||
';
|
||||
$license_explica['CC BY'] = 'Il materiale può essere utilizzato liberamente a condizione che ne venga indicato il nome.';
|
||||
$license_explica['CC0'] = 'Rinunci a tutti i diritti. Dovrebbe essere scelto solo se esiste un diritto di rinuncia.';
|
||||
$license_explica['RR-F'] = 'Accesso gratuito - nessun ulteriore utilizzo.';
|
||||
$license_explica['RR-P'] = 'Accesso solo dopo il pagamento - nessun ulteriore utilizzo. Le anteprime possono essere liberamente accessibili.';
|
||||
$license_explica['RR-R'] = 'Accesso limitato. Diritti riservati.';
|
||||
$license_explica['Orphan Work'] = 'Anche dopo un esame approfondito, il titolare dei diritti non può più essere determinato.';
|
||||
$license_explica['Public Domain Mark'] = 'Quest\'opera è stata identificata come esente da restrizioni note ai sensi della legge sul copyright, inclusi tutti i diritti correlati e correlati.';
|
||||
|
Reference in New Issue
Block a user