From c28d771cdeaea89161360ddd7eb25492e070d08a Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 14 Aug 2016 08:39:53 +0100 Subject: [PATCH] Add Jed's license file Jed switched to the MIT license for v1.1.1. --- docs/licenses/Licenses.txt | 2 +- docs/licenses/MIT License (Jed).txt | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 docs/licenses/MIT License (Jed).txt diff --git a/docs/licenses/Licenses.txt b/docs/licenses/Licenses.txt index 024e6c0b..1c14364d 100644 --- a/docs/licenses/Licenses.txt +++ b/docs/licenses/Licenses.txt @@ -4,7 +4,7 @@ LOOT uses a number of libraries, and their licenses are listed in this file. * Boost - Boost Software License v1.0; see "Boost Software License v1.0.txt" for the text. * Chromium Embedded Framework - BSD license; see "BSD License (Chromium Embedded Framework).txt" for the text. -* Jed - WTFPL; the text is not included as allowed by the license. +* Jed - MIT License; see "MIT License (Jed).txt" for the text. * Jed Gettext Parser - MIT License; see "MIT License (Jed Gettext Parser).txt" for the text. * Libespm - GNU GPL v3; see "GNU GPL v3.txt" for the text. * Libgit2 - GNU GPL v2; see "GNU GPL v2 (libgit2).txt" for the text. diff --git a/docs/licenses/MIT License (Jed).txt b/docs/licenses/MIT License (Jed).txt new file mode 100644 index 00000000..284f09cd --- /dev/null +++ b/docs/licenses/MIT License (Jed).txt @@ -0,0 +1,19 @@ +Copyright jQuery Foundation and other contributors, https://jquery.org/ + +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.