From b4ff4cabaf10d4ac53a5687b105080da7370ee2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Nied=C5=BAwiedzi=C5=84ski?= Date: Sat, 22 Feb 2020 19:34:29 +0100 Subject: [PATCH] Add license --- LICENSE | 4 ++-- package.json | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index f96ac77..f06e695 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License ----------- -Copyright (c) 2020 +Copyright (c) 2020 zsk-poznan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without @@ -21,4 +21,4 @@ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file +OTHER DEALINGS IN THE SOFTWARE. diff --git a/package.json b/package.json index 1d6b779..06982bd 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "@zsk-poznan/ui", "version": "0.2.1", "main": "build/index.js", + "license": "MIT", "files": [ "build" ],