mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-12 14:45:32 +02:00
chore: update license info
This commit is contained in:
parent
6c8be30e7f
commit
6384f41837
8 changed files with 108 additions and 133 deletions
|
@ -3,47 +3,20 @@ THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
|
|||
The GodotXterm project incorporates components from the projects listed below.
|
||||
The original copyright notices and the licenses under which GodotXterm received such components are set forth below.
|
||||
|
||||
1. godot
|
||||
2. godot-cpp
|
||||
3. godot-headers
|
||||
4. htable
|
||||
5. libtsm
|
||||
6. libuv
|
||||
7. node-pty
|
||||
8. tmux
|
||||
9. wcwidth
|
||||
1. godot-cpp
|
||||
2. htable
|
||||
3. libtsm
|
||||
4. libuv
|
||||
5. node-pty
|
||||
6. tmux
|
||||
7. wcwidth
|
||||
|
||||
|
||||
%% godot NOTICES AND INFORMATION BEGIN HERE
|
||||
=========================================
|
||||
Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur.
|
||||
Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md).
|
||||
|
||||
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.
|
||||
=========================================
|
||||
END OF godot NOTICES AND INFORMATION
|
||||
|
||||
%% godot-cpp NOTICES AND INFORMATION BEGIN HERE
|
||||
=========================================
|
||||
# MIT License
|
||||
|
||||
Copyright (c) 2017-2021 Godot Engine contributors.
|
||||
Copyright (c) 2017-present Godot Engine contributors.
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -65,32 +38,6 @@ SOFTWARE.
|
|||
=========================================
|
||||
END OF godot-cpp NOTICES AND INFORMATION
|
||||
|
||||
%% godot-headers NOTICES AND INFORMATION BEGIN HERE
|
||||
=========================================
|
||||
# MIT License
|
||||
|
||||
Copyright (c) 2017-2021 Godot Engine contributors.
|
||||
|
||||
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.
|
||||
=========================================
|
||||
END OF godot-headers NOTICES AND INFORMATION
|
||||
|
||||
%% htable NOTICES AND INFORMATION BEGIN HERE
|
||||
=========================================
|
||||
|
||||
|
@ -648,9 +595,6 @@ apply:
|
|||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
== Third-Party Source ==
|
||||
Various cmake find modules in cmake/modules/gnome-cmake is from
|
||||
https://github.com/nemequ/gnome-cmake, see cmake/modules/gnome-cmake/COPYING
|
||||
|
||||
The hash-table implementation in src/shared/shl-htable.* uses internally the
|
||||
htable from CCAN, see LICENSE_htable.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue