SUNScholar/Copyright/Creative Commons/3.X
Jump to navigation
Jump to search
BACK TO CREATIVE COMMONS
Edit the following file;
nano $HOME/source/dspace/config/submission.xml
Then enable "Step 6" by removing the comment characters around the following;
<!--Step 6 will be to select a Creative Commons License-->
<!-- Uncomment this step to allow the user to select a Creative Commons license -->
<!--
<step>
<heading>submit.progressbar.CClicense</heading>
<processing-class>org.dspace.submit.step.CCLicenseStep</processing-class>
<jspui-binding>org.dspace.app.webui.submit.step.JSPCCLicenseStep</jspui-binding>
<xmlui-binding>org.dspace.app.xmlui.aspect.submission.submit.CCLicenseStep</xmlui-binding>
<workflow-editable>false</workflow-editable>
</step>
-->
References
- 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