Skip to content
5 changes: 5 additions & 0 deletions doc/release-notes/9302-add-Etalab-License.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 5 additions & 0 deletions doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down
8 changes: 8 additions & 0 deletions scripts/api/data/licenses/licenseEtalab-2.0.json
Original file line number Diff line number Diff line change
@@ -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
}