Skip to content

Commit

Permalink
Fix value-pair for CC license uri in submission form
Browse files Browse the repository at this point in the history
  • Loading branch information
abelgomez committed May 16, 2024
1 parent e0df04a commit cb5ba38
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dspace/config/submission-forms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2369,11 +2369,10 @@
</value-pairs>
<value-pairs value-pairs-name="sistedes_license_uri" dc-term="license_uri">
<pair>
<displayed-value>Atribución-NoComercial-SinDerivadas 4.0 Internacional (CC BY-NC-ND 4.0)</displayed-value>
<stored-value>CC BY-NC-ND 4.0</stored-value>
<displayed-value>https://creativecommons.org/licenses/by-nc-nd/4.0/</displayed-value>
<stored-value>https://creativecommons.org/licenses/by-nc-nd/4.0/</stored-value>
</pair>
</value-pairs>

<!-- END: Sistedes -->
</form-value-pairs>

Expand Down

0 comments on commit cb5ba38

Please sign in to comment.