Skip to content

Commit

Permalink
updated creative commons licenses version from 3.0 to 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoodward committed Jul 8, 2024
1 parent d47c00a commit 2cb8204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* Example: <code>
* curl -X PATCH http://${dspace.server.url}/api/submission/workspaceitems/31599 -H "Content-Type:
* application/json" -d '[{ "op": "add", "path": "/sections/cclicense/uri",
* "value":"https://creativecommons.org/licenses/by-nc-sa/3.0/us/"}]'
* "value":"https://creativecommons.org/licenses/by-nc-sa/4.0/us/"}]'
* </code>
*/
public class CCLicenseAddPatchOperation extends AddPatchOperation<String> {
Expand Down

0 comments on commit 2cb8204

Please sign in to comment.