Difference between revisions of "SUNScholar/Licences"
Jump to navigation
Jump to search
m (→Customisation) |
|||
| Line 4: | Line 4: | ||
==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/ | + | $HOME/{{Source}}/dspace/config/default.license |
And then [[SUNScholar/Rebuild DSpace|rebuilding DSpace]]. | And then [[SUNScholar/Rebuild DSpace|rebuilding DSpace]]. | ||
''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 | ||
Revision as of 21:58, 29 May 2015
Back to Customisation
Contents
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.
DSpace Documentation
- https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/license/CreativeCommons.java
- https://wiki.duraspace.org/display/DSDOC5x/Configuration+Reference#ConfigurationReference-ConfiguringCreativeCommonsLicense
- https://wiki.duraspace.org/display/DSDOC4x/Configuration+Reference#ConfigurationReference-ConfiguringCreativeCommonsLicense
- https://wiki.duraspace.org/display/DSDOC3X/Configuration#Configuration-ConfiguringCreativeCommonsLicense
- https://wiki.duraspace.org/display/DSDOC18/Configuration#Configuration-ConfiguringCreativeCommonsLicense
- https://wiki.duraspace.org/display/DSPACE/LocaliseCreativeCommons
