mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 20:24:23 +02:00
Update license information
- Renamed LICENSE -> LICENSE.md as it contains markdown, and added contact address. - Adds THIRDPARTY_NOTICES.txt and THIRDPARTY_NOTICES_nopty.txt which bundles licenses of all third-party components for versions of GodotXterm compiled with and without PTY node support. - Adds misc/gen_3rdparty_licenses.sh file to generate the above mentioned text files. - Seperated node_pty and tmux licenses. - Updated libuv submodule to use version that contains additional license information. - Updated README to reflect these changes.
This commit is contained in:
parent
5838b7fe7e
commit
c95049c407
11 changed files with 2027 additions and 102 deletions
15
addons/godot_xterm/native/src/node_pty/LICENSE_tmux
Normal file
15
addons/godot_xterm/native/src/node_pty/LICENSE_tmux
Normal file
|
@ -0,0 +1,15 @@
|
|||
Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
Copyright (c) 2009 Joshua Elsasser <josh@elsasser.org>
|
||||
Copyright (c) 2009 Todd Carson <toc@daybefore.net>
|
||||
|
||||
Permission to use, copy, modify, and distribute this software for any
|
||||
purpose with or without fee is hereby granted, provided that the above
|
||||
copyright notice and this permission notice appear in all copies.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
||||
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
||||
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
||||
WHATSOEVER RESULTING FROM LOSS OF MIND, USE, DATA OR PROFITS, WHETHER
|
||||
IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
|
||||
OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
Loading…
Add table
Add a link
Reference in a new issue