Skip to content

Commit

Permalink
Merge pull request #61 from jacob-willden/2025-01-16-add-cc-by-sa
Browse files Browse the repository at this point in the history
Add CC-BY-SA (3 & 4) to selectable licenses
  • Loading branch information
lehors authored Jan 24, 2025
2 parents d7f3f97 + 49f2629 commit 6edf0bd
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions web/modules/mof/mof-licenses.json
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,33 @@
"isFsfLibre":true,
"ContentType":"document"
},
{
"reference":"https://spdx.org/licenses/CC-BY-SA-3.0.html",
"isDeprecatedLicenseId":false,
"detailsUrl":"https://spdx.org/licenses/CC-BY-SA-3.0.json",
"referenceNumber":621,
"name":"Creative Commons Attribution Share Alike 3.0 Unported",
"licenseId":"CC-BY-SA-3.0",
"seeAlso": [
"https://creativecommons.org/licenses/by-sa/3.0/legalcode"
],
"isOsiApproved": false,
"ContentType":"document"
},
{
"reference":"https://spdx.org/licenses/CC-BY-SA-4.0.html",
"isDeprecatedLicenseId":false,
"detailsUrl":"https://spdx.org/licenses/CC-BY-SA-4.0.json",
"referenceNumber":155,
"name":"Creative Commons Attribution Share Alike 4.0 International",
"licenseId":"CC-BY-SA-4.0",
"seeAlso":[
"https://creativecommons.org/licenses/by-sa/4.0/legalcode"
],
"isOsiApproved":false,
"isFsfLibre":true,
"ContentType":"document"
},
{
"reference":"https://spdx.org/licenses/FreeBSD-DOC.html",
"isDeprecatedLicenseId":false,
Expand Down

0 comments on commit 6edf0bd

Please sign in to comment.