From 4c04cec4e66b7551147b48ec1b759e1286510b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Giosu=C3=A8=20Delgado?= <11545723+giosueDelgado@users.noreply.github.com> Date: Sat, 13 Jan 2024 19:40:19 +0100 Subject: [PATCH] Update LICENSE --- LICENSE | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/LICENSE b/LICENSE index f7fb8bf..dae6093 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,21 @@ -Copyright (c) 2021, Relybytes Srl. - -All rights reserved. - -DEFINITIONS: -"Software" refers to the provided software and any associated documentation, data, files, libraries, and any updates or upgrades that replace or supplement the original software provided by Relybytes Srl. - -USAGE RESTRICTIONS: -1. The Software may not be replicated, cloned, copied, modified, sold, leased, rented, sublicensed, or distributed in any form or by any means, without express written permission from Relybytes Srl. -2. Any use of the Software, including but not limited to derivative works, in whole or in part, is strictly prohibited unless authorized in writing by Relybytes Srl. -3. No reverse engineering, decompilation, or disassembly of the Software is permitted. - -DISCLAIMER OF WARRANTIES: -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 non-infringement. In no event shall Relybytes Srl, its directors, employees, agents, or affiliates 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. - -INFRINGEMENT ACTIONS: -Any unauthorized use, distribution, or replication of the Software will be considered a direct infringement of Relybytes Srl's intellectual property rights. Relybytes Srl reserves the right to take any and all actions, legal or otherwise, against individuals or entities found to be in violation of this license agreement. This may include seeking monetary damages, injunctions, or other legal remedies available by law. - -By downloading, installing, or using the Software, you acknowledge that you have read, understood, and agree to be bound by the terms and conditions of this license agreement. If you do not agree to the terms of this license, you are strictly prohibited from using the Software and must delete any copies in your possession or control immediately. - - +MIT License + +Copyright (c) 2023 Relybytes Srl + +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.