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..9ad10dd992f --- /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. + +This license, which is compatible with the Creative Commons license, is recommended by the French government for open documents. + +For more information, see pull request [#9302](https://github.com/IQSS/dataverse/pull/9302) diff --git a/doc/sphinx-guides/source/installation/config.rst b/doc/sphinx-guides/source/installation/config.rst index 05a17992acf..bfc2372a548 100644 --- a/doc/sphinx-guides/source/installation/config.rst +++ b/doc/sphinx-guides/source/installation/config.rst @@ -2056,6 +2056,10 @@ Adding Custom Licenses If you are interested in adding a custom license, you will need to create your own JSON file as explained in see :ref:`standardizing-custom-licenses`. +Other licenses used worldwide: + +- :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). + Removing Licenses +++++++++++++++++ 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 +}