-
Notifications
You must be signed in to change notification settings - Fork 539
standardize license configuration #9262
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
Changes from all commits
16599aa
9a30cb9
1f510f5
beada4f
b93327a
83ea0bf
662719a
4c8774e
40225d3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "AGPL 3.0 or later", | ||
| "rightsURI": "https://www.gnu.org/licenses/agpl.txt", | ||
| "rightsIdentifier": "AGPL-3.0-or-later", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "GNU Affero General Public License v3.0 or later.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 20 | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "Apache 2.0", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In the docs, we should add all these new licenses to the list at https://github.com/philippconzett/dataverse/blob/8512-standardize-license-configuration/doc/sphinx-guides/source/installation/config.rst#adding-licenses so they are easily downloadable to installations that would like to use them. |
||
| "rightsURI": "https://www.apache.org/licenses/LICENSE-2.0", | ||
| "rightsIdentifier": "Apache-2.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Apache License 2.0.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 8 | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "BSD 2-Clause", | ||
| "rightsURI": "https://spdx.org/licenses/BSD-2-Clause.html", | ||
| "rightsIdentifier": "BSD-2-Clause", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "BSD 2-Clause "Simplified" License.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 9 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "BSD 3-Clause", | ||
| "rightsURI": "https://spdx.org/licenses/BSD-3-Clause.html", | ||
| "rightsIdentifier": "BSD-3-Clause", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "BSD 3-Clause "New" or "Revised" License.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 10 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "rightsName": "CC BY 3.0", | ||
| "rightsURI": "https://creativecommons.org/licenses/by/3.0/", | ||
| "rightsIdentifier": "CC-BY-3.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Creative Commons Attribution 3.0 Unported.", | ||
| "rightsIconUrl": "https://licensebuttons.net/l/by/3.0/88x31.png", | ||
| "rightsActive": "true", | ||
| "sortOrder": 21 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,11 @@ | ||
| { | ||
| "name": "CC BY 4.0", | ||
| "uri": "http://creativecommons.org/licenses/by/4.0", | ||
| "shortDescription": "Creative Commons Attribution 4.0 International License.", | ||
| "iconUrl": "https://licensebuttons.net/l/by/4.0/88x31.png", | ||
| "active": true, | ||
| "rightsName": "CC BY 4.0", | ||
| "rightsURI": "https://creativecommons.org/licenses/by/4.0/", | ||
| "rightsIdentifier": "CC-BY-4.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Creative Commons Attribution 4.0 International.", | ||
| "rightsIconUrl": "https://licensebuttons.net/l/by/4.0/88x31.png", | ||
| "rightsActive": "true", | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not surprisingly This pull request is great for showing a future direction, but the code needs to be adjust to add new fields to the database and we'd need to write SQL upgrade scripts to migrate the old licenses into the new fields. |
||
| "sortOrder": 2 | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "rightsName": "CC BY NC 3.0", | ||
| "rightsURI": "https://creativecommons.org/licenses/by-nc/3.0/", | ||
| "rightsIdentifier": "CC-BY-NC-3.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Creative Commons Attribution Non Commercial 3.0 Unported.", | ||
| "rightsIconUrl": "https://licensebuttons.net/l/by-nc/3.0/88x31.png", | ||
| "rightsActive": "true", | ||
| "sortOrder": 22 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,11 @@ | ||
| { | ||
| "name": "CC BY-NC 4.0", | ||
| "uri": "http://creativecommons.org/licenses/by-nc/4.0", | ||
| "shortDescription": "Creative Commons Attribution-NonCommercial 4.0 International License.", | ||
| "iconUrl": "https://licensebuttons.net/l/by-nc/4.0/88x31.png", | ||
| "active": true, | ||
| "sortOrder": 4 | ||
| "rightsName": "CC BY-NC 4.0", | ||
| "rightsURI": "https://creativecommons.org/licenses/by-nc/4.0/", | ||
| "rightsIdentifier": "CC-BY-NC-4.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Creative Commons Attribution Non Commercial 4.0 International.", | ||
| "rightsIconUrl": "https://licensebuttons.net/l/by-nc/4.0/88x31.png", | ||
| "rightsActive": "true", | ||
| "sortOrder": 3 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,11 @@ | ||
| { | ||
| "name": "CC BY-NC-ND 4.0", | ||
| "uri": "http://creativecommons.org/licenses/by-nc-nd/4.0", | ||
| "shortDescription": "Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.", | ||
| "iconUrl": "https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png", | ||
| "active": true, | ||
| "sortOrder": 7 | ||
| "rightsName": "CC BY-NC-ND 4.0", | ||
| "rightsURI": "https://creativecommons.org/licenses/by-nc-nd/4.0/", | ||
| "rightsIdentifier": "CC-BY-NC-ND-4.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Creative Commons Attribution Non Commercial No Derivatives 4.0 International.", | ||
| "rightsIconUrl": "https://licensebuttons.net/l/by-nc-nd/4.0/88x31.png", | ||
| "rightsActive": "true", | ||
| "sortOrder": 4 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "rightsName": "CC BY NC SA 3.0", | ||
| "rightsURI": "https://creativecommons.org/licenses/by-nc-sa/3.0/", | ||
| "rightsIdentifier": "CC-BY-NC-SA-3.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Creative Commons Attribution Non Commercial Share Alike 3.0 Unported.", | ||
| "rightsIconUrl": "https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png", | ||
| "rightsActive": "true", | ||
| "sortOrder": 23 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,11 @@ | ||
| { | ||
| "name": "CC BY-NC-SA 4.0", | ||
| "uri": "http://creativecommons.org/licenses/by-nc-sa/4.0", | ||
| "shortDescription": "Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.", | ||
| "iconUrl": "https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png", | ||
| "active": true, | ||
| "sortOrder": 3 | ||
| "rightsName": "CC BY-NC-SA 4.0", | ||
| "rightsURI": "https://creativecommons.org/licenses/by-nc-sa/4.0/", | ||
| "rightsIdentifier": "CC-BY-NC-SA-4.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Creative Commons Attribution Non Commercial Share Alike 4.0 International.", | ||
| "rightsIconUrl": "https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png", | ||
| "rightsActive": "true", | ||
| "sortOrder": 5 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,11 @@ | ||
| { | ||
| "name": "CC BY-ND 4.0", | ||
| "uri": "http://creativecommons.org/licenses/by-nd/4.0", | ||
| "shortDescription": "Creative Commons Attribution-NoDerivatives 4.0 International License.", | ||
| "iconUrl": "https://licensebuttons.net/l/by-nd/4.0/88x31.png", | ||
| "active": true, | ||
| "rightsName": "CC BY-ND 4.0", | ||
| "rightsURI": "https://creativecommons.org/licenses/by-nd/4.0/", | ||
| "rightsIdentifier": "CC-BY-ND-4.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Creative Commons Attribution No Derivatives 4.0 International.", | ||
| "rightsIconUrl": "https://licensebuttons.net/l/by-sa/4.0/88x31.png", | ||
| "rightsActive": "true", | ||
| "sortOrder": 6 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "rightsName": "CC BY SA 3.0", | ||
| "rightsURI": "https://creativecommons.org/licenses/by-sa/3.0/", | ||
| "rightsIdentifier": "CC-BY-SA-3.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Creative Commons Attribution Share Alike 3.0 Unported.", | ||
| "rightsIconUrl": "https://licensebuttons.net/l/by-sa/3.0/88x31.png", | ||
| "rightsActive": "true", | ||
| "sortOrder": 24 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,11 @@ | ||
| { | ||
| "name": "CC BY-SA 4.0", | ||
| "uri": "http://creativecommons.org/licenses/by-sa/4.0", | ||
| "shortDescription": "Creative Commons Attribution-ShareAlike 4.0 International License.", | ||
| "iconUrl": "https://licensebuttons.net/l/by-sa/4.0/88x31.png", | ||
| "active": true, | ||
| "sortOrder": 5 | ||
| "rightsName": "CC BY-SA 4.0", | ||
| "rightsURI": "https://creativecommons.org/licenses/by-sa/4.0/", | ||
| "rightsIdentifier": "CC-BY-SA-4.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Creative Commons Attribution Share Alike 4.0 International.", | ||
| "rightsIconUrl": "https://licensebuttons.net/l/by/4.0/88x31.png", | ||
| "rightsActive": "true", | ||
| "sortOrder": 7 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,11 @@ | ||
| { | ||
| "name": "CC0 1.0", | ||
| "uri": "http://creativecommons.org/publicdomain/zero/1.0", | ||
| "shortDescription": "Creative Commons CC0 1.0 Universal Public Domain Dedication.", | ||
| "iconUrl": "https://licensebuttons.net/p/zero/1.0/88x31.png", | ||
| "active": true, | ||
| "rightsName": "CC0 1.0", | ||
| "rightsURI": "https://creativecommons.org/publicdomain/zero/1.0/", | ||
| "rightsIdentifier": "CC0-1.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Creative Commons Zero v1.0 Universal.", | ||
| "rightsIconUrl": "https://licensebuttons.net/p/zero/1.0/88x31.png", | ||
| "rightsActive": "true", | ||
| "sortOrder": 1 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "CECILL 2.0", | ||
| "rightsURI": "http://www.cecill.info/licences/Licence_CeCILL_V2-en.html", | ||
| "rightsIdentifier": "CECILL-2.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "CeCILL Free Software License Agreement v2.0.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 25 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "CECILL B", | ||
| "rightsURI": "http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html", | ||
| "rightsIdentifier": "CECILL-B", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "CeCILL-B Free Software License Agreement.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 26 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "CERN OHL 1.1", | ||
| "rightsURI": "https://spdx.org/licenses/CERN-OHL-1.1.html", | ||
| "rightsIdentifier": "CERN-OHL-1.1", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "CERN Open Hardware Licence v1.1.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 27 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "CERN OHL 1.2", | ||
| "rightsURI": "https://spdx.org/licenses/CERN-OHL-1.2.html", | ||
| "rightsIdentifier": "CERN-OHL-1.2", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "CERN Open Hardware Licence v1.2.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 28 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "rightsName": "GPL 2.0 only", | ||
| "rightsURI": "https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html", | ||
| "rightsIdentifier": "GPL-2.0-only", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "GNU General Public License v2.0 only.", | ||
| "rightsIconUrl": "https://licensebuttons.net/l/GPL/2.0/88x62.png", | ||
| "rightsActive": "true", | ||
| "sortOrder": 11 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "GPL 3.0 only", | ||
| "rightsURI": "https://www.gnu.org/licenses/gpl-3.0-standalone.html", | ||
| "rightsIdentifier": "GPL-3.0-only", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "GNU General Public License v3.0 only.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 12 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "GPL 3.0 or later", | ||
| "rightsURI": "https://www.gnu.org/licenses/gpl-3.0-standalone.html", | ||
| "rightsIdentifier": "GPL-3.0-or-later", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "GNU General Public License v3.0 or later.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 13 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "LGPL 3.0 only", | ||
| "rightsURI": "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", | ||
| "rightsIdentifier": "LGPL-3.0-only", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "GNU Lesser General Public License v3.0 only.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 14 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "LGPL 3.0 or later", | ||
| "rightsURI": "https://www.gnu.org/licenses/lgpl-3.0-standalone.html", | ||
| "rightsIdentifier": "LGPL-3.0-or-later", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "GNU Lesser General Public License v3.0 or later.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 15 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "MIT License", | ||
| "rightsURI": "https://spdx.org/licenses/MIT.html", | ||
| "rightsIdentifier": "MIT", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "MIT License.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 16 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "MPL 2.0", | ||
| "rightsURI": "https://www.mozilla.org/en-US/MPL/2.0/", | ||
| "rightsIdentifier": "MPL-2.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Mozilla Public License 2.0.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 17 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "ODC-By 1.0", | ||
| "rightsURI": "https://opendatacommons.org/licenses/by/1.0/", | ||
| "rightsIdentifier": "ODC-By-1.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Open Data Commons Attribution License v1.0.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 19 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "ODbL 1.0", | ||
| "rightsURI": "https://opendatacommons.org/licenses/odbl/1-0/", | ||
| "rightsIdentifier": "ODbL-1.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Open Data Commons Open Database License v1.0.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 18 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "TAPR OHL 1.0", | ||
| "rightsURI": "https://spdx.org/licenses/TAPR-OHL-1.0.html", | ||
| "rightsIdentifier": "TAPR-OHL-1.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "TAPR Open Hardware License v1.0.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 30 | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "rightsName": "Etalab 2.0", | ||
| "rightsURI": "https://spdx.org/licenses/etalab-2.0.html", | ||
| "rightsIdentifier": "etalab-2.0", | ||
| "rightsIdentifierScheme": "SPDX", | ||
| "schemeURI": "https://spdx.org/licenses/", | ||
| "rightsShortDescription": "Etalab Open License 2.0.", | ||
| "rightsActive": "true", | ||
| "sortOrder": 29 | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@philippconzett can you please add a release note for this PR? (I'm just adding a comment here because it's the first line under "files changed".