LICENSE.txt  
=============

Project License
===============

This project (“htra”) is licensed under the MIT License.

Copyright (c) 2025 htra

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.

------------------------------------------------------------
Third-party Components
------------------------------------------------------------

1. libliquid.dll  
Library: Liquid-DSP  
Author: Joseph Gaeddert  
License: MIT License  
URL: https://github.com/jgaeddert/liquid-dsp  
Full license text: https://github.com/jgaeddert/liquid-dsp/blob/master/LICENSE

2. libmkl.dll  
Library: Intel Math Kernel Library (MKL)  
Copyright: Intel Corporation  
License: Intel Simplified Software License or Community License  
URL: https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl.html  
Note: Please refer to Intel’s license FAQ for detailed redistribution terms.

3. libiomp5md.dll  
Library: Intel OpenMP Runtime  
Copyright: Intel Corporation  
License: Intel Simplified Software License  
URL: https://www.intel.com/content/www/us/en/developer/articles/license/openmp-runtime-library.html

4. MSVC Runtime  
Library: Microsoft Visual C++ Redistributable  
Copyright: Microsoft Corporation  
License: Microsoft Software License Terms  
URL: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist  
Note: Users should install the Visual C++ Redistributable from Microsoft’s official site; DLLs are not redistributed in this package.

5. ONC RPC  
Library: ONC RPC (e.g., libtirpc or Sun RPC)  
Source: Various implementations  
License: BSD 3-Clause License (for libtirpc) or similar  
URL: https://github.com/libtirpc/libtirpc

6. lxi-tools  
Tool: lxi-tools  
Author: Sigrok Project contributors  
License: GNU General Public License v3.0 (GPLv3)  
URL: https://github.com/lxi-tools/lxi-tools  
Note: This project is not affiliated with, endorsed by, or sponsored by lxi-tools or the Sigrok Project.

7. PyVISA  
Library: PyVISA  
Author: PyVISA Authors  
License: MIT License  
URL: https://pyvisa.readthedocs.io/  
Full license text: https://github.com/pyvisa/pyvisa/blob/main/LICENSE

------------------------------------------------------------
All trademarks are the property of their respective owners.  
This software may not be redistributed or used independently outside the terms  
of each included component’s license.  
