diff --git a/LICENSE.mintty b/LICENSE.mintty new file mode 100644 index 0000000..8ee2a9d --- /dev/null +++ b/LICENSE.mintty @@ -0,0 +1,28 @@ +mintty is copyright 2008-13 Andy Koppe, 2015-16 Thomas Wolff. + +Licensed under the terms of the GNU General Public License version 3 or later, +amended with the bundling clause to clarify ambiguous interpretation. + +The bundling clause can be found in the accompanying file LICENSE.bundling. + +The GPL license text can be found in the accompanying file LICENSE.GPL, +at /usr/share/doc/common-licenses/GPL-3.0 on Cygwin installs, +or on the GNU website at http://www.gnu.org/licenses/gpl.html. + +Sources are available from the project page at http://mintty.github.io/. + +Based on PuTTY version 0.60 by Simon Tatham and contributors. +Big thanks to everyone involved for their work on PuTTY. +See LICENSE.PuTTY for PuTTY's copyright notice, contributors, and license. +The sources of PuTTY 0.60 can be downloaded from +ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-0.60. + +Sixel code (sixel.c) is relicensed under GPL like mintty with the +permission of its author (kmiya@culti); Sixel colour conversion code +(sixel_hls.c) is licensed by its author Ross Combs under the license +quoted in the source file. + +The program icon is the apps/utilities-terminal icon from KDE's Oxygen theme, +retrieved from http://websvn.kde.org/trunk/KDE/kdebase/runtime/pics/oxygen. +Thanks to the KDE artists for their sleek design. The Oxygen icons are licensed +under the terms of the LGPLv3; see LICENSE.Oxygen for details. diff --git a/LICENSE.wslbridge b/LICENSE.wslbridge new file mode 100644 index 0000000..2b27652 --- /dev/null +++ b/LICENSE.wslbridge @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 Ryan Prichard + +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.