Difference between revisions of "SUNScholar/Licences"

From Libopedia
Jump to navigation Jump to search
m
m
Line 2: Line 2:
 
  '''[[SUNScholar/Customisation|Back to Customisation]]'''
 
  '''[[SUNScholar/Customisation|Back to Customisation]]'''
 
</center>
 
</center>
;Customisation
+
==Customisation==
 
The default license can be modified by updating the following file:
 
The default license can be modified by updating the following file:
 
  $HOME/source/dspace/config/default.license
 
  $HOME/source/dspace/config/default.license
Line 8: Line 8:
  
 
''Please note: The license file only obeys "[https://en.wikipedia.org/wiki/ASCII ASCII]" characters, you cannot use any sort of markup since it is a legal artifact.''
 
''Please note: The license file only obeys "[https://en.wikipedia.org/wiki/ASCII ASCII]" characters, you cannot use any sort of markup since it is a legal artifact.''
;Example default submission licence
+
==Example default submission licence==
 
*http://wiki.lib.sun.ac.za/index.php/SUNScholar/Copyright
 
*http://wiki.lib.sun.ac.za/index.php/SUNScholar/Copyright
  
;Creative Commons
+
==Creative Commons==
 
*Anything licensed [https://creativecommons.org/licenses/by-nc-sa/4.0 CC-BY-NC-SA] is open public access with attribution and no commercial use and share alike.
 
*Anything licensed [https://creativecommons.org/licenses/by-nc-sa/4.0 CC-BY-NC-SA] is open public access with attribution and no commercial use and share alike.
 
*Anything licensed [https://creativecommons.org/licenses/by-nc/4.0 CC-BY-NC] is open public access with attribution and no commercial use.
 
*Anything licensed [https://creativecommons.org/licenses/by-nc/4.0 CC-BY-NC] is open public access with attribution and no commercial use.
Line 20: Line 20:
 
[[File:Cc-layers.jpeg]]
 
[[File:Cc-layers.jpeg]]
  
;DSpace Documentation
+
==DSpace Documentation==
 
*https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/license/CreativeCommons.java
 
*https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/license/CreativeCommons.java
 
*https://wiki.duraspace.org/display/DSDOC4x/Configuration+Reference#ConfigurationReference-ConfiguringCreativeCommonsLicense
 
*https://wiki.duraspace.org/display/DSDOC4x/Configuration+Reference#ConfigurationReference-ConfiguringCreativeCommonsLicense
Line 27: Line 27:
 
*https://wiki.duraspace.org/display/DSPACE/LocaliseCreativeCommons
 
*https://wiki.duraspace.org/display/DSPACE/LocaliseCreativeCommons
  
;Creative Commons Discussion
+
==Creative Commons Discussion==
 
*http://poeticeconomics.blogspot.ca/2012/10/critique-of-cc-by-series.html
 
*http://poeticeconomics.blogspot.ca/2012/10/critique-of-cc-by-series.html
 
*https://meta.wikimedia.org/wiki/Open_Content_-_A_Practical_Guide_to_Using_Creative_Commons_Licences/Guide
 
*https://meta.wikimedia.org/wiki/Open_Content_-_A_Practical_Guide_to_Using_Creative_Commons_Licences/Guide
  
 
[[File:How-open-is-it.png|center|border]]
 
[[File:How-open-is-it.png|center|border]]

Revision as of 14:37, 9 April 2015

Back to Customisation

Customisation

The default license can be modified by updating the following file:

$HOME/source/dspace/config/default.license

And then rebuilding DSpace.

Please note: The license file only obeys "ASCII" characters, you cannot use any sort of markup since it is a legal artifact.

Example default submission licence

Creative Commons

  • Anything licensed CC-BY-NC-SA is open public access with attribution and no commercial use and share alike.
  • Anything licensed CC-BY-NC is open public access with attribution and no commercial use.
  • Anything licensed CC-BY-SA is open public access with attribution and share alike.
  • Anything licensed CC-BY is open public access with attribution.
  • Anything licensed CC-0 is open public access.

Cc-layers.jpeg

DSpace Documentation

Creative Commons Discussion

How-open-is-it.png