mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-06 21:45:33 +02:00
chore: update license info
This commit is contained in:
parent
6c8be30e7f
commit
6384f41837
8 changed files with 108 additions and 133 deletions
6
addons/godot_xterm/native/src/LICENSE.md
Normal file
6
addons/godot_xterm/native/src/LICENSE.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
The code in `pty_unix.cpp` and `pty_unix.h` is taken from the [node-pty project](https://github.com/microsoft/node-pty), which in turn contains code from the [Tmux project](http://tmux.sourceforge.net/).
|
||||
|
||||
The code has been modified to remove references to node/V8 and make it compatible with GDExtension. Any copyrightable modifications are released under the [same license](/addons/godot_xterm/LICENSE.md) as the rest of the GodotXterm project.
|
||||
|
||||
The text of the node-pty license can be found in [LICENSE_node-pty](./LICENSE_node-pty)
|
||||
The text of the tmux license can be found in [LICENSE_tmux](./LICENSE_tmux)
|
Loading…
Add table
Add a link
Reference in a new issue