Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add custom license for France to the Dataverse Doc #9302

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

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)
4 changes: 4 additions & 0 deletions doc/sphinx-guides/source/installation/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
+++++++++++++++++

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
}