Skip to content

Latest commit

 

History

History
123 lines (88 loc) · 5.45 KB

File metadata and controls

123 lines (88 loc) · 5.45 KB

Third-Party Licenses

This GDExtension links against and/or bundles the following third-party libraries. Each is distributed under its own license, reproduced or referenced below.


godot-cpp

MIT License

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
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.

Beckhoff ADS

The MIT License (MIT)
Copyright (c) 2015 Beckhoff Automation GmbH & Co. KG

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.

libplctag

Full license texts at the pinned commit:

Per MPL 2.0 §3.2, source code for the libplctag files is available at the upstream commit linked above. Per LGPL 2.1, the library is dynamically linked, and recipients may relink against a modified version by replacing plctag.dll in the distribution.


open62541

Full license text at the pinned commit:

Per MPL 2.0 §3.2, source code for the open62541 files is available at the upstream commit linked above.


Eclipse Paho MQTT C

  • Upstream: https://github.com/eclipse-paho/paho.mqtt.c
  • Pinned release: v1.3.13
  • Used as: git submodule (paho/), compiled from source on all platforms; statically linked into OIP-COMMS.dll
  • License: dual-licensed, EPL 2.0 OR EDL 1.0 (recipient's choice)
  • SPDX: EPL-2.0 OR BSD-3-Clause

Full license texts at the pinned release:

Per EPL 2.0 §3.2, source code for the Paho files is available at the upstream release linked above (and vendored as a git submodule).


TcAdsDll.dll (Beckhoff TwinCAT)

  • Source: Beckhoff TwinCAT installation (proprietary)
  • Used as: runtime delay-loaded DLL on Windows; resolved from the local TwinCAT install via the Windows registry (see src/tcads_loader.cpp)
  • License: Beckhoff proprietary — covered by the user's TwinCAT EULA

This DLL is not redistributed with this project. It must be present on the end-user's machine via a TwinCAT installation, and is loaded at runtime from the install path discovered in the registry.