From 96c3c3732cd1fb2eb2bee7c067f6fbf9fec801c6 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Fri, 6 Jan 2023 09:27:41 -0800 Subject: [PATCH] Set license properly to MIT MIT most closely matches the statement that was included previously in the README about an extremely permissive license. --- LICENSE | 7 +++++++ NDecrypt/NDecrypt.csproj | 3 ++- README.md | 2 -- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ff55f85 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +Copyright (c) 2018-2023 Matt Nadareski + +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 (including the next paragraph) 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. \ No newline at end of file diff --git a/NDecrypt/NDecrypt.csproj b/NDecrypt/NDecrypt.csproj index 51ce772..5a76a97 100644 --- a/NDecrypt/NDecrypt.csproj +++ b/NDecrypt/NDecrypt.csproj @@ -9,7 +9,8 @@ DS/3DS Encryption Tool Matt Nadareski NDecrypt - Copyright (c)2018-2022 Matt Nadareski + Copyright (c)2018-2023 Matt Nadareski + MIT https://github.com/SabreTools/NDecrypt 0.2.4 $(Version) diff --git a/README.md b/README.md index 0b877b4..f8f7438 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,6 @@ Please note the above numbers are based on the current, documented values. The n I'd like to thank the developers of the original programs for doing the actual hard work to figure things out. I'd also like to thank everyone who helped to test this against the original programs and made code suggestions. -Unofficially, this is entirely, 100% FOSS, no strings attached. I keep forgetting what license that is. - ## Disclaimer This program is **ONLY** for use with personally dumped files and keys and is not meant for enabling illegal activity. I do not condone using this program for anything other than personal use and research. If this program is used for anything other than that, I cannot be held liable for anything that happens. \ No newline at end of file