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:
Leroy Hopson 2021-07-07 21:32:56 +07:00
parent 5838b7fe7e
commit c95049c407
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
11 changed files with 2027 additions and 102 deletions

2
.gitmodules vendored
View file

@ -10,3 +10,5 @@
[submodule "addons/godot_xterm/native/thirdparty/libuv"]
path = addons/godot_xterm/native/thirdparty/libuv
url = https://github.com/libuv/libuv
[submodule "libuv/"]
url = https://github.com/lihop/libuv