Skip to content

Commit 1699c01

Browse files
committed
use same language for rightsIdentifier as name #11521
1 parent e2ae1d7 commit 1699c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/sphinx-guides/source/installation/config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2170,7 +2170,7 @@ If you do not find the license JSON you need above, you are encouraged to contri
21702170
- For the ``uri`` field, use the same resource that DataCite uses, which is often the same as the first "Other web pages for this license" on the SPDX page for the license. Look at the ``seeAlso`` array for the license at https://github.com/datacite/bracco/blob/main/app/spdx.js to be sure. When these differ, or there are other concerns about the URI DataCite uses, please reach out to the community to see if a consensus can be reached. See :ref:`support`.
21712171
- For the ``active`` field, put ``true``.
21722172
- For the ``sortOrder`` field, put the next sequential number after checking previous files with ``grep sortOrder scripts/api/data/licenses/*``.
2173-
- For the ``rightsIdentifier`` field, use the identifier from SPDX (e.g. ``Apache-2.0``).
2173+
- For the ``rightsIdentifier`` field, use the "short identifier" from the SPDX landing page (e.g. ``Apache-2.0``).
21742174
- For the ``rightsIdentifierScheme`` field, use "SPDX".
21752175
- For the ``schemeUri`` field, use "https://spdx.org/licenses/".
21762176
- For the ``languageCode`` field, use "en".

0 commit comments

Comments
 (0)