diff --git a/Readme.md b/Readme.md index 33c4aa7..59218d4 100644 --- a/Readme.md +++ b/Readme.md @@ -223,7 +223,9 @@ The readme will be generated from the docs. ## License -![CC-BY-Nc 4.0](https://img.shields.io/badge/License-CC%20BY--NC%204.0-blue.svg) -[CC-BY-Nc 4.0](https://creativecommons.org/licenses/by-nC/4.0/) +![CC BY-SA 4.0](https://img.shields.io/badge/License-CC%20BY--SA%204.0-blue.svg) +[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. diff --git a/app/package.json b/app/package.json index 400ae9f..a63a877 100644 --- a/app/package.json +++ b/app/package.json @@ -13,7 +13,7 @@ "node": ">=20" }, "author": "", - "license": "CC-BY-ND-4.0", + "license": "CC-BY-SA-4.0", "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", diff --git a/backend/package.json b/backend/package.json index e100fc0..e3e84c2 100644 --- a/backend/package.json +++ b/backend/package.json @@ -14,7 +14,7 @@ "node": ">=20" }, "author": "", - "license": "CC-BY-ND-4.0", + "license": "CC-BY-SA-4.0", "dependencies": { "@types/sha1": "^1.1.5", "builder-util-runtime": "^9.3.1", diff --git a/package.json b/package.json index e0245ed..f04c9e6 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "author": "Thomas Nordquist", "email": "xxnerowingerxx@gmail.com", "homepage": "https://github.com", - "license": "CC-BY-ND-4.0", + "license": "CC-BY-SA-4.0", "devDependencies": { "@babel/runtime": "^7.28.4", "@cspell/dict-typescript": "^3.2.3",