Difference between revisions of "SUNScholar/Licences"
Jump to navigation
Jump to search
m |
m (→Introduction) |
||
| Line 3: | Line 3: | ||
</center> | </center> | ||
==Introduction== | ==Introduction== | ||
| − | During the submission of items a licence can be assigned using the configurable submission system. | + | During the submission of items a licence can be assigned using the configurable [[SUNScholar/Submission_System|submission system]]. |
The repository can be configured to require the assignment of a default and/or creative commons licence. | The repository can be configured to require the assignment of a default and/or creative commons licence. | ||
| + | |||
==Step 1 - Default Licence== | ==Step 1 - Default Licence== | ||
Edit the following file: | Edit the following file: | ||
Revision as of 22:46, 2 June 2015
Back to Customisation
Introduction
During the submission of items a licence can be assigned using the configurable submission system.
The repository can be configured to require the assignment of a default and/or creative commons licence.
Step 1 - Default Licence
Edit the following file:
nano $HOME/source/dspace/config/default.license
Please note: The license file only obeys "ASCII" characters, you cannot use any sort of markup since it is a legal artifact.
An example default submission licence can be viewd at:
http://wiki.lib.sun.ac.za/index.php/SUNScholar/Copyright
Step 2 - Creative Commons Licences
- 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
- https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/license/CreativeCommons.java