Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 4.03 KB

CREDITS.md

File metadata and controls

46 lines (37 loc) · 4.03 KB

Licenses

We use REUSE software API in the form of SPDX tags in most of the files to explicitly declare Copyright and License. However, we do not do it for every single file and hence are REUSE status

This software is licensed under the GNU General Public License v3.0 and is built on top of (depends on) other open-source software. We are thankful to the developers of those software packages.

It directly uses:

Software License
tkinter Python Software Foundation License
argparse Python Software Foundation License
logging Python Software Foundation License
typing Python Software Foundation License
json Python Software Foundation License
os Python Software Foundation License
re Python Software Foundation License
webbrowser Python Software Foundation License
pymavlink GNU Lesser General Public License v3.0
ArduPilot tempcal_IMU.py GNU General Public License v3.0
platformdirs MIT
pyserial BSD License
Scrollable TK frame by Mark Pointing Mozilla Public License, v. 2.0
Python Tkinter ComboBox by geraldew Mozilla Public License, v. 2.0
Argparse check limits by Dmitriy Kovalev Apache 2.0 License

It indirectly uses:

Software License
certifi Mozilla Public License 2.0
charset-normalizer MIT License
future MIT License
urllib3 MIT License
lxml BSD License
idna BSD License

Their licenses are linked above and are available in this directory.