From 6ef270ddd2fa285719933bdd44c6961a25b27da1 Mon Sep 17 00:00:00 2001 From: beltrancaliz Date: Mon, 3 Aug 2020 12:56:25 -0500 Subject: [PATCH] Added cc license --- LICENSE.MD | 10 ++++++++++ package.json | 4 ++-- readme.md | 13 +++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 LICENSE.MD diff --git a/LICENSE.MD b/LICENSE.MD new file mode 100644 index 0000000..db31a04 --- /dev/null +++ b/LICENSE.MD @@ -0,0 +1,10 @@ +Shield: [![CC BY-NC-ND 4.0][cc-by-shield]][cc-by-nc-nd] + +This work is licensed under a +[Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License][cc-by-nc-nd]. + +[![CC BY-NC-ND 4.0][cc-by-image]][cc-by-nc-nd] + +[cc-by-nc-nd]: https://creativecommons.org/licenses/by-nc-nd/4.0/ +[cc-by-image]: https://licensebuttons.net/l/by-nc-nd/3.0/88x31.png +[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg \ No newline at end of file diff --git a/package.json b/package.json index 411d4b2..b14bcbc 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "2.1.10", "description": "CSS Grid Framework with Bootstrap-like conventions", "author": "Brent Miller", - "license": "ISC", + "license": "CC-BY-NC-ND-4.0", "main": "scss/index.scss", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -15,7 +15,7 @@ }, "publishConfig": { "registry": "https://npm.pkg.github.com/", - "access": "restricted" + "access": "public" }, "repository": { "type": "git", diff --git a/readme.md b/readme.md index ec38b51..a32e229 100644 --- a/readme.md +++ b/readme.md @@ -47,3 +47,16 @@ the following commands: `npx lerna clean` and then `npx lerna bootstrap` ### Deploy to Arc Learning Center News theme CSS automatically deploys to ALC. You can find the live version [here](https://staging.arcpublishing.com/alc/docs/styleguides/news-theme-css) + +## License + +Shield: [![CC BY-NC-ND 4.0][cc-by-shield]][cc-by-nc-nd] + +This work is licensed under a +[Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License][cc-by-nc-nd]. + +[![CC BY-NC-ND 4.0][cc-by-image]][cc-by-nc-nd] + +[cc-by-nc-nd]: https://creativecommons.org/licenses/by-nc-nd/4.0/ +[cc-by-image]: https://licensebuttons.net/l/by-nc-nd/3.0/88x31.png +[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY--NC--ND%204.0-lightgrey.svg