From 667ce7f9a6d9beaa6b6163f511ff918b38b980a8 Mon Sep 17 00:00:00 2001 From: Tixie Date: Fri, 22 Mar 2019 17:51:20 +0100 Subject: [PATCH] docs: Add license --- README.md | 4 ++++ package.json | 1 + 2 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 7758431..a7ea47e 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,7 @@ npm run lint ``` npm run lint-fix ``` + +### License + +The project is under Copyleft diff --git a/package.json b/package.json index 1e2215e..5452b04 100644 --- a/package.json +++ b/package.json @@ -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",