mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-23 18:03:11 +00:00
[DS-1027] - Add a tiny bit more documentation to dspace.cfg for Creative Commons
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6789 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -776,8 +776,13 @@ cc.submit.setname = true
|
|||||||
cc.submit.addbitstream = true
|
cc.submit.addbitstream = true
|
||||||
|
|
||||||
# A list of license classes that should be excluded from selection process
|
# A list of license classes that should be excluded from selection process
|
||||||
# class names - comma separated list - must exactly match what service returns
|
# class names - comma separated list - must exactly match what service returns.
|
||||||
# at time of implementation, these are: publicdomain, standard, recombo, zero, mark
|
# At time of implementation, these are:
|
||||||
|
# publicdomain - "Public Domain"
|
||||||
|
# standard - "Creative Commons"
|
||||||
|
# recombo - "Sampling"
|
||||||
|
# zero - "CC0"
|
||||||
|
# mark - "Public Domain Mark"
|
||||||
cc.license.classfilter = recombo, mark
|
cc.license.classfilter = recombo, mark
|
||||||
|
|
||||||
# Jurisdiction of the creative commons license -- is it ported or not?
|
# Jurisdiction of the creative commons license -- is it ported or not?
|
||||||
|
Reference in New Issue
Block a user