Align license references with LICENSE.md (CC BY-SA 4.0) (#973)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: thomasnordquist <7721625+thomasnordquist@users.noreply.github.com>
This commit is contained in:
Copilot
2025-12-23 13:30:15 +01:00
committed by GitHub
parent fe6ccc8e16
commit a36a630466
4 changed files with 8 additions and 6 deletions

View File

@@ -223,7 +223,9 @@ The readme will be generated from the docs.
## License ## License
![CC-BY-Nc 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-blue.svg) ![CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-blue.svg)
[CC-BY-Nc 4.0](https://creativecommons.org/licenses/by-nC/4.0/) [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)
The license allows for anyone to adapt, share, and redistribute the material, as long as it is non-commercial. **Special requirement:** When distributing, the attribution and donation page may not be altered or made less accessible without explicit approval.
The license allows for anyone to adapt, share, and redistribute the material, as long as they give appropriate credit and distribute any derivative works under the same license.

View File

@@ -13,7 +13,7 @@
"node": ">=20" "node": ">=20"
}, },
"author": "", "author": "",
"license": "CC-BY-ND-4.0", "license": "CC-BY-SA-4.0",
"dependencies": { "dependencies": {
"@emotion/react": "^11.14.0", "@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1", "@emotion/styled": "^11.14.1",

View File

@@ -14,7 +14,7 @@
"node": ">=20" "node": ">=20"
}, },
"author": "", "author": "",
"license": "CC-BY-ND-4.0", "license": "CC-BY-SA-4.0",
"dependencies": { "dependencies": {
"@types/sha1": "^1.1.5", "@types/sha1": "^1.1.5",
"builder-util-runtime": "^9.3.1", "builder-util-runtime": "^9.3.1",

View File

@@ -90,7 +90,7 @@
"author": "Thomas Nordquist", "author": "Thomas Nordquist",
"email": "xxnerowingerxx@gmail.com", "email": "xxnerowingerxx@gmail.com",
"homepage": "https://github.com", "homepage": "https://github.com",
"license": "CC-BY-ND-4.0", "license": "CC-BY-SA-4.0",
"devDependencies": { "devDependencies": {
"@babel/runtime": "^7.28.4", "@babel/runtime": "^7.28.4",
"@cspell/dict-typescript": "^3.2.3", "@cspell/dict-typescript": "^3.2.3",