Add Jed's license file

Jed switched to the MIT license for v1.1.1.
This commit is contained in:
Oliver Hamlet
2016-08-24 07:48:32 +01:00
parent 009702ce0c
commit c28d771cde
2 changed files with 20 additions and 1 deletions
+1 -1
View File
@@ -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.
+19
View File
@@ -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.