Skip to the content.

Third-Party Components

AntScopeZ’s own code is a combination of the original AntScope2 codebase (Copyright 2016-2020 Rig Expert Ukraine Ltd. – also mirrored standalone at licenses/AntScope2/, alongside the other component license folders below, since it’s the license of the codebase AntScopeZ was forked from) and everything written or modified by the AntScopeZ project since (Copyright 2026 K4HEZ). Both are licensed under the MIT terms in LICENSE.txt. The AntScopeZ application, as compiled and distributed, is licensed as a whole under the GNU General Public License v3 or later (COPYING) because it statically incorporates GPLv3 components listed below.

This file lists every third-party component that ends up inside the distributed AntScopeZ package – whether its source lives in this repository (QCustomPlot, HIDAPI, the FTDI driver package) or it’s pulled in as prebuilt binaries at packaging time (Qt) – grouped by which platform build actually uses it, so that anyone building AntScopeZ for a platform other than the one the original authors targeted knows which license files must travel with that build.


Qt (bundled on Linux and macOS; Windows mechanism unconfirmed)


Bundled on every platform (Windows, Linux, macOS)

QCustomPlot

HIDAPI


Windows-only

FTDI D2XX driver package


Linux-only

libusb-1.0

FTDI USB-serial support


macOS-only

FTDI USB-serial support


Maintainers: if a future change swaps out any of the above (e.g., dropping QCustomPlot, buying a commercial license for it, or bundling a different FTDI package on another platform), update this file and re-evaluate whether the project’s overall GPLv3 license is still the correct choice.