[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:
Robin Taylor
2011-10-06 13:08:53 +00:00
parent f3e349d0b1
commit f610a3eec9

View File

@@ -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?