From 24b9167560a59b2f60bf289f0ebcb955ba75674c Mon Sep 17 00:00:00 2001 From: Scott Lowe Date: Fri, 3 May 2024 16:57:06 +0100 Subject: [PATCH] REL: Release under MIT license --- LICENSE | 22 ++++++++++++++++++++-- squidle_downloader/__meta__.py | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index a6a4995..0ca5b95 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,21 @@ -Copyright (c) 2021, Scott Lowe +The MIT License (MIT) -All right reserved. +Copyright (c) 2024 Scott Lowe + +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/squidle_downloader/__meta__.py b/squidle_downloader/__meta__.py index 4468c57..236e58e 100644 --- a/squidle_downloader/__meta__.py +++ b/squidle_downloader/__meta__.py @@ -5,4 +5,4 @@ author_email = "scott.code.lowe@gmail.com" description = "" url = "https://github.com/DalhousieAI/squidle-downloader" -license = "closed" +license = "MIT"