add license information in the readme

This commit is contained in:
Nils Norman Haukås 2022-03-20 13:40:39 +01:00
parent 79c065b27c
commit c410f4b456
2 changed files with 5 additions and 0 deletions

View file

@ -2,6 +2,7 @@
"scripts": {
"start": "browser-sync src --watch --extensions html,css,mjs,js --no-inject-changes"
},
"license": "CC-BY-SA-4.0",
"devDependencies": {
"browser-sync": "^2.27.7",
"prettier": "^2.5.1"

View file

@ -14,3 +14,7 @@ Just copy the `src/` folder to any static-file capable hosting provider.
You can also create a free account and deploy to Netlify.
[![Deploy to Netlify button](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/nilsnh/web-components-workshop)
## License
Except where otherwise noted, this repository is copyright Nils Norman Haukås 2022, and licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).