From 7ac0390d5e4423a506e482fa11f2b8c668eb60c7 Mon Sep 17 00:00:00 2001 From: Johannes Ewald Date: Fri, 3 Sep 2021 13:11:32 +0200 Subject: [PATCH] feat: Switch to MIT license --- LICENSE | 37 +++++++++++++++++-------------------- README.md | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 21 insertions(+), 24 deletions(-) diff --git a/LICENSE b/LICENSE index fdddb29..ffc87dc 100644 --- a/LICENSE +++ b/LICENSE @@ -1,24 +1,21 @@ -This is free and unencumbered software released into the public domain. +MIT License -Anyone is free to copy, modify, publish, use, compile, sell, or -distribute this software, either in source code form or as a compiled -binary, for any purpose, commercial or non-commercial, and by any -means. +Copyright (c) 2021 Peerigon GmbH -In jurisdictions that recognize copyright laws, the author or authors -of this software dedicate any and all copyright interest in the -software to the public domain. We make this dedication for the benefit -of the public at large and to the detriment of our heirs and -successors. We intend this dedication to be an overt act of -relinquishment in perpetuity of all present and future rights to this -software under copyright law. +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 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 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. +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. -For more information, please refer to +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/README.md b/README.md index e4ee87d..a0baad4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![Known Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/npm/@peerigon/sevdesk?style=for-the-badge)](https://snyk.io/test/github/peerigon/@peerigon/sevdesk)
![Written in TypeScript](https://img.shields.io/npm/types/@peerigon/sevdesk?style=for-the-badge) [![Coverage Status](https://img.shields.io/coveralls/github/peerigon/@peerigon/sevdesk?style=for-the-badge)](https://coveralls.io/github/peerigon/@peerigon/sevdesk?branch=main) -[![License](https://img.shields.io/npm/l/@peerigon/sevdesk?style=for-the-badge)](https://unlicense.org/) +[![License](https://img.shields.io/npm/l/parse-domain?style=for-the-badge)](./LICENSE)
@@ -35,7 +35,7 @@ const sevDeskClient = new SevDeskClient({ ## License -Unlicense +MIT ## Sponsors diff --git a/package-lock.json b/package-lock.json index 0af2a3b..4c948a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "@peerigon/sevdesk", "version": "0.0.0-semantically-released", - "license": "Unlicense", + "license": "MIT", "dependencies": { "form-data": "^3.0.1", "node-fetch": "^2.6.1" diff --git a/package.json b/package.json index 9a4a92c..347dbc9 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "sdk" ], "author": "Peerigon GmbH", - "license": "Unlicense", + "license": "MIT", "bugs": { "url": "https://github.com/peerigon/sevdesk/issues" },