Hello,
Is there any way to prevent the `license.txt` file from being generated when creating items, both manually through DSpace and via SWORDv2?
I have tried modifying in 'dspace.cfg':
`cc.submit.addbitstream = false
and changing in swordv2-server.cfg:
swordv2-server.statement.bundles = ORIGINAL, SWORD, LICENSE
to:
swordv2-server.statement.bundles = ORIGINAL, SWORD
However, after restarting Tomcat and creating/depositing items using both methods, the `license.txt` file continues to be generated automatically.
Thank you very much and best regards.