diff --git a/doc/release-notes/9302-add-Etalab-License.md b/doc/release-notes/9302-add-Etalab-License.md new file mode 100644 index 00000000000..8eed5eff04f --- /dev/null +++ b/doc/release-notes/9302-add-Etalab-License.md @@ -0,0 +1,5 @@ +A new file has been added to import the French Open License to Dataverse: licenseEtalab-2.0.json. You can download it from [the guides](https://dataverse-guide--9302.org.readthedocs.build/en/9302/installation/config.html#adding-licenses). + +This license, which is compatible with the Creative Commons license, is recommended by the French government for open documents. + +For more information, see #9301 and #9302. diff --git a/doc/sphinx-guides/source/installation/config.rst b/doc/sphinx-guides/source/installation/config.rst index 3c2b475e1cc..0f5aec8c942 100644 --- a/doc/sphinx-guides/source/installation/config.rst +++ b/doc/sphinx-guides/source/installation/config.rst @@ -2034,6 +2034,11 @@ JSON files for software licenses are provided below. - :download:`licenseMIT.json <../../../../scripts/api/data/licenses/licenseMIT.json>` - :download:`licenseApache-2.0.json <../../../../scripts/api/data/licenses/licenseApache-2.0.json>` +Adding Country-Specific Licenses +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- :download:`licenseEtalab-2.0.json <../../../../scripts/api/data/licenses/licenseEtalab-2.0.json>` used in France (Etalab Open License 2.0, CC-BY 2.0 compliant). + Contributing to the Collection of Standard Licenses Above ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ diff --git a/scripts/api/data/licenses/licenseEtalab-2.0.json b/scripts/api/data/licenses/licenseEtalab-2.0.json new file mode 100644 index 00000000000..811029890d8 --- /dev/null +++ b/scripts/api/data/licenses/licenseEtalab-2.0.json @@ -0,0 +1,8 @@ +{ + "name": "etalab 2.0", + "uri": "https://spdx.org/licenses/etalab-2.0.html", + "shortDescription": "Etalab Open License 2.0, compatible CC-BY 2.0", + "iconUrl": "https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/Logo-licence-ouverte2.svg/25px-Logo-licence-ouverte2.svg.png", + "active": true, + "sortOrder": 10 +}