mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-07-06 05:35:32 +02:00
611 B
611 B
The code in pty_unix.cpp
and pty_unix.h
is taken from the node-pty project, which in turn contains code from the Tmux project.
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 as the rest of the GodotXterm project.
The text of the node-pty license can be found in LICENSE_node-pty The text of the tmux license can be found in LICENSE_tmux