docs: Add license

This commit is contained in:
Tixie 2019-03-22 17:51:20 +01:00
parent 4b4c3bac1b
commit 667ce7f9a6
2 changed files with 5 additions and 0 deletions

View file

@ -32,3 +32,7 @@ npm run lint
```
npm run lint-fix
```
### License
The project is under Copyleft

View file

@ -2,6 +2,7 @@
"name": "souvenir",
"version": "0.1.0",
"private": true,
"license": "Copyleft",
"scripts": {
"serve": "parcel src/index.html",
"build": "parcel build src/index.html",