# IVZERA Connect Third-Party Notices

Stand: Version 0.1.06, 30. Juli 2026

IVZERA Connect enthält eigene Anwendungslogik und verwendet zusätzlich die folgenden
Open-Source-Komponenten. Diese Komponenten sind keine IVZERA Connect-Produkte und
unterliegen ihren jeweiligen Lizenzen.

| Komponente | Version | Verwendung | Lizenz |
| --- | ---: | --- | --- |
| .NET / ASP.NET Core | 10.0 | Laufzeit und Webserver | MIT |
| NAudio (einschließlich Core, Wasapi, WinMM, ASIO, MIDI und WinForms) | 2.3.0 | Windows-Audio | MIT |
| MySqlConnector | 2.6.1 | MariaDB/MySQL-Anbindung des Brokers | MIT |
| Avalonia (Desktop, Fluent, Skia, X11, Win32, Native, FreeDesktop, Remote Protocol, HarfBuzz) | 12.1.0 | Linux- und macOS-Oberfläche | MIT |
| Avalonia BuildServices | 11.3.2 | Build-Unterstützung | MIT |
| SkiaSharp einschließlich NativeAssets | 3.119.4 | plattformübergreifende Darstellung | MIT |
| HarfBuzzSharp einschließlich NativeAssets | 8.3.1.3 | Textdarstellung | MIT |
| MicroCom.Runtime | 0.11.6 | native Avalonia-Interop | MIT |
| Tmds.DBus.Protocol | 0.94.1 | Linux-Desktop-Integration | MIT |
| System.ServiceProcess.ServiceController | 10.0.0 | Windows-Hintergrunddienst | MIT |
| System.Diagnostics.EventLog | 10.0.0 | Windows-Ereignisprotokoll | MIT |
| ANGLE Windows Natives | 2.1.27548.20260419 | Grafik-Backend unter Windows | BSD-3-Clause-artig |
| Inter Typeface | über Avalonia.Fonts.Inter 12.1.0 | Schrift der plattformübergreifenden App | SIL Open Font License 1.1 |

Projekt- und Lizenzquellen:

- NAudio: https://github.com/naudio/NAudio
- MySqlConnector: https://github.com/mysql-net/MySqlConnector
- Avalonia: https://github.com/AvaloniaUI/Avalonia
- SkiaSharp und HarfBuzzSharp: https://github.com/mono/SkiaSharp
- Tmds.DBus: https://github.com/tmds/Tmds.DBus
- Inter: https://github.com/rsms/inter
- .NET: https://github.com/dotnet/runtime

## MIT License

Copyright (c) the respective component authors and 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.

NAudio copyright: Copyright 2020 Mark Heath.

Weitere Copyright-Vermerke der MIT-Komponenten befinden sich in den jeweiligen
NuGet-Paketen und Projektquellen. Die mit dem Produkt ausgelieferten
Lizenztexte und komponentenspezifischen Hinweise liegen zusätzlich im Ordner
`licenses`.

## ANGLE License

Copyright 2018 The ANGLE Project Authors. All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice,
   this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.
3. Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. Ltd., nor the
   names of their contributors may be used to endorse or promote products
   derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

## Inter Typeface - SIL Open Font License 1.1

Copyright (c) 2016 The Inter Project Authors
(https://github.com/rsms/inter).

The Inter Font Software is licensed under the SIL Open Font License, Version
1.1. The license permits use, embedding and redistribution with software,
provided the copyright notice and license remain available and the font is not
sold by itself. The complete license text is included as
`licenses/INTER-OFL-1.1.txt`.
