mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Made possible by EIREXE, xsellier and the SDL team. This commit includes statically linked SDL3 for Windows, Linux and macOS. The vendored copy of SDL3 was setup to only build the required subsystems for gamepad/joystick support, with some patches to be able to make it as minimal as possible and reduce the impact on binary size and code size. Co-authored-by: Álex Román Núñez <eirexe123@gmail.com> Co-authored-by: Xavier Sellier <xsellier@gmail.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
13 lines
530 B
Text
13 lines
530 B
Text
HIDAPI can be used under one of three licenses.
|
|
|
|
1. The GNU General Public License, version 3.0, in LICENSE-gpl3.txt
|
|
2. A BSD-Style License, in LICENSE-bsd.txt.
|
|
3. The more liberal original HIDAPI license. LICENSE-orig.txt
|
|
|
|
The license chosen is at the discretion of the user of HIDAPI. For example:
|
|
1. An author of GPL software would likely use HIDAPI under the terms of the
|
|
GPL.
|
|
|
|
2. An author of commercial closed-source software would likely use HIDAPI
|
|
under the terms of the BSD-style license or the original HIDAPI license.
|
|
|