From 029ddda7f648d3b5fe60cd802f0a266b0be69220 Mon Sep 17 00:00:00 2001 From: Mykhailo Aleksiuk Date: Tue, 29 Oct 2024 17:21:58 +0200 Subject: [PATCH] Add MIT license disclaimer. --- CHANGELOG.md | 4 ++++ LICENSE | 21 +++++++++++++++++++++ package-lock.json | 2 +- package.json | 4 ++-- 4 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 LICENSE diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ec1a71..b540553 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.2 + +- add MIT license disclaimer + ## 1.2.1 - update `bowser` to 2.11.0 version diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..88a96af --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Yola + +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 restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND 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. diff --git a/package-lock.json b/package-lock.json index 1f1685a..6b45c38 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "yola-bowser", - "version": "1.2.1", + "version": "1.2.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6475575..c42ba06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yola-bowser", - "version": "1.2.1", + "version": "1.2.2", "description": "Wrapper for bowser library with a custom API", "main": "dist/index.js", "scripts": { @@ -17,7 +17,7 @@ "url": "git+https://github.com/yola/yola-bowser.git" }, "author": "Yola Engineering ", - "license": "UNLICENSED", + "license": "MIT", "homepage": "https://https://github.com/yola/yola-bowser#readme", "dependencies": { "bowser": "^2.11.0"