================================================================================
              DRITTANBIETER-LIZENZEN UND COPYRIGHT-HINWEISE
                        für BraveTubeList
================================================================================

BraveTubeList verwendet verschiedene Drittanbieter-Bibliotheken und -Komponenten.
Dieses Dokument listet alle verwendeten Komponenten und deren Lizenzbedingungen auf.

Datum: 26. Oktober 2025
Version: 1.0


INHALTSVERZEICHNIS
==================

1. OpenSSL (libeay32.dll, ssleay32.dll)
2. Indy (Internet Direct) Components
3. Embarcadero Delphi Runtime
4. TMS Software Components (optional)
5. Verwendete Internet-Dienste


================================================================================
1. OPENSSL - KRYPTOGRAPHIE-BIBLIOTHEK
================================================================================

BraveTubeList verwendet OpenSSL für sichere HTTPS-Verbindungen.

VERWENDETE DATEIEN:
-------------------
* libeay32.dll (OpenSSL Crypto Library)
* ssleay32.dll (OpenSSL SSL/TLS Library)

VERSION: 1.0.2q
VERÖFFENTLICHT: November 2018

COPYRIGHT:
----------
Copyright (c) 1998-2018 The OpenSSL Project
Copyright (c) 1995-1998 Eric Young (eay@cryptsoft.com)

WEBSITE: https://www.openssl.org/

LIZENZ: Dual License (OpenSSL License + SSLeay License)


--------------------------------------------------------------------------------
OPENSSL LICENSE
--------------------------------------------------------------------------------

====================================================================
Copyright (c) 1998-2018 The OpenSSL Project. 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. All advertising materials mentioning features or use of this
   software must display the following acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit. (http://www.openssl.org/)"

4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
   endorse or promote products derived from this software without
   prior written permission. For written permission, please contact
   openssl-core@openssl.org.

5. Products derived from this software may not be called "OpenSSL"
   nor may "OpenSSL" appear in their names without prior written
   permission of the OpenSSL Project.

6. Redistributions of any form whatsoever must retain the following
   acknowledgment:
   "This product includes software developed by the OpenSSL Project
   for use in the OpenSSL Toolkit (http://www.openssl.org/)"

THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
EXPRESSED 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 OpenSSL PROJECT OR
ITS 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.
====================================================================

This product includes cryptographic software written by Eric Young
(eay@cryptsoft.com). This product includes software written by Tim
Hudson (tjh@cryptsoft.com).


--------------------------------------------------------------------------------
SSLEAY LICENSE (Original License)
--------------------------------------------------------------------------------

Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
All rights reserved.

This package is an SSL implementation written by Eric Young (eay@cryptsoft.com).
The implementation was written so as to conform with Netscapes SSL.

This library is free for commercial and non-commercial use as long as
the following conditions are aheared to. The following conditions
apply to all code found in this distribution, be it the RC4, RSA,
lhash, DES, etc., code; not just the SSL code. The SSL documentation
included with this distribution is covered by the same copyright terms
except that the holder is Tim Hudson (tjh@cryptsoft.com).

Copyright remains Eric Young's, and as such any Copyright notices in
the code are not to be removed.

If this package is used in a product, Eric Young should be given attribution
as the author of the parts of the library used.
This can be in the form of a textual message at program startup or
in documentation (online or textual) provided with the package.

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 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. All advertising materials mentioning features or use of this software
   must display the following acknowledgement:
   "This product includes cryptographic software written by
    Eric Young (eay@cryptsoft.com)"
   The word 'cryptographic' can be left out if the rouines from the library
   being used are not cryptographic related :-).

4. If you include any Windows specific code (or a derivative thereof) from
   the apps directory (application code) you must include an acknowledgement:
   "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"

THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``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 AUTHOR 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.

The licence and distribution terms for any publically available version or
derivative of this code cannot be changed. i.e. this code cannot simply be
copied and put under another distribution licence
[including the GNU Public Licence.]


DANKSAGUNG FÜR OPENSSL:
-----------------------
Dieses Produkt enthält Software, die vom OpenSSL Project zur Verwendung
im OpenSSL Toolkit entwickelt wurde (http://www.openssl.org/).

Dieses Produkt enthält kryptografische Software von Eric Young 
(eay@cryptsoft.com).


================================================================================
2. INDY (INTERNET DIRECT) COMPONENTS
================================================================================

BraveTubeList verwendet Indy-Komponenten für Internet-Kommunikation.

VERWENDETE KOMPONENTEN:
-----------------------
* IdHTTP (HTTP Client)
* IdSSLOpenSSL (SSL Handler)
* IdTCPClient (TCP Connection)
* IdComponent, IdBaseComponent (Basis-Komponenten)
* IdTCPConnection (TCP-Verbindungsmanagement)

VERSION: 10.6.x
WEBSITE: https://www.indyproject.org/

COPYRIGHT:
----------
Copyright (c) 1993-2024, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew
All rights reserved.

LIZENZ: Dual License (BSD-Style / Mozilla Public License 1.1)


--------------------------------------------------------------------------------
INDY BSD-STYLE LICENSE
--------------------------------------------------------------------------------

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, 
   about box and/or other materials provided with the distribution.

3. No personal names or organizations names of the copyright holders may be 
   used to endorse or promote products derived from this software without 
   specific prior written permission of the specific copyright holder(s).

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


ALTERNATIVE LIZENZ:
-------------------
Indy ist auch unter der Mozilla Public License Version 1.1 verfügbar.
Vollständiger Text: https://www.mozilla.org/MPL/1.1/


================================================================================
3. EMBARCADERO DELPHI RUNTIME
================================================================================

BraveTubeList wurde mit Embarcadero Delphi entwickelt und verwendet 
Delphi Runtime Libraries.

COPYRIGHT:
----------
Copyright (c) 1983-2024 Embarcadero Technologies, Inc.
All rights reserved.

VERWENDETE KOMPONENTEN:
-----------------------
* VCL (Visual Component Library)
* Runtime Library (RTL)
* System Units

LIZENZ:
-------
Die Verteilung von Runtime-Dateien erfolgt gemäß den Bestimmungen der
Embarcadero Software License and Services Agreement.

Weitere Informationen: https://www.embarcadero.com/


================================================================================
4. TMS SOFTWARE COMPONENTS (OPTIONAL)
================================================================================

HINWEIS: Diese Komponenten sind optional und nur in bestimmten Versionen 
von BraveTubeList enthalten.

VERWENDETE KOMPONENTEN:
-----------------------
* AdvGlowButton (Erweiterte Buttons mit Glow-Effekt)
* AdvGlassButton (Glass-Style Buttons)

COPYRIGHT:
----------
Copyright (c) 1998-2024 TMS Software
All rights reserved.

WEBSITE: https://www.tmssoftware.com/

LIZENZ:
-------
TMS Software Components sind kommerzielle Komponenten und unterliegen
den Lizenzbedingungen von TMS Software.

Eine separate Lizenz ist erforderlich für:
- Entwicklung
- Verteilung
- Kommerzielle Nutzung

Weitere Informationen: https://www.tmssoftware.com/site/purchase.asp

HINWEIS: Die Verwendung dieser Komponenten in BraveTubeList erfolgt
unter einer gültigen kommerziellen Lizenz des Entwicklers.


================================================================================
5. VERWENDETE INTERNET-DIENSTE
================================================================================

BraveTubeList interagiert mit verschiedenen Internet-Diensten. Diese Dienste
haben eigene Nutzungsbedingungen und Datenschutzrichtlinien.


YOUTUBE (www.youtube.com)
-------------------------
BraveTubeList verwaltet Links zu YouTube-Videos und kann optional 
Thumbnail-Bilder laden.

* BraveTubeList ist KEIN offizielles YouTube-Produkt
* YouTube™ ist eine Marke von Google LLC
* Keine Nutzung von YouTube-APIs
* Keine direkte Interaktion mit YouTube-Servern (außer Thumbnails)
* YouTube-Nutzungsbedingungen: https://www.youtube.com/t/terms
* YouTube-Datenschutz: https://policies.google.com/privacy

Haftungsausschluss: Der Entwickler von BraveTubeList übernimmt keine
Verantwortung für YouTube-Inhalte oder deren Verfügbarkeit.


BRAVE BROWSER (brave.com)
--------------------------
BraveTubeList kann Links im Brave Browser öffnen, falls dieser installiert ist.

* BraveTubeList ist KEIN offizielles Brave-Produkt
* Brave® ist eine Marke von Brave Software, Inc.
* Keine Modifikation des Browsers
* Keine Nutzung proprietärer APIs
* Brave-Nutzungsbedingungen: https://brave.com/terms-of-use/
* Brave-Datenschutz: https://brave.com/privacy/

Haftungsausschluss: Der Entwickler von BraveTubeList übernimmt keine
Verantwortung für die Funktionsweise oder Sicherheit des Brave Browsers.


BRAVE SOFTWARE DOWNLOAD (laptop-updates.brave.com)
---------------------------------------------------
BraveTubeList kann optional den Brave-Installer herunterladen.

* Download-URL: https://laptop-updates.brave.com/latest/winx64
* Offizieller Brave-Download-Server
* Keine Veränderung der Installer-Datei
* Installation erfolgt durch den Benutzer

Haftungsausschluss: Der Entwickler übernimmt keine Verantwortung für
Download-Probleme oder Installationsfehler.


YOUTUBE THUMBNAIL-BILDER
------------------------
BraveTubeList kann optional Thumbnail-Bilder von YouTube laden:

* URL-Format: https://img.youtube.com/vi/{VIDEO_ID}/mqdefault.jpg
* Öffentlich zugängliche Vorschaubilder
* Keine Authentifizierung erforderlich
* Direkter Zugriff durch den Benutzer-Computer

Hinweis: Thumbnail-Bilder unterliegen den YouTube-Nutzungsbedingungen.


================================================================================
ZUSAMMENFASSUNG DER LIZENZEN
================================================================================

OpenSSL:
--------
✓ Open Source (OpenSSL License / SSLeay License)
✓ Kostenlos nutzbar für kommerzielle und nicht-kommerzielle Zwecke
✓ Weitergabe erlaubt unter Beibehaltung der Copyright-Hinweise
✓ Namensnennung erforderlich

Indy Components:
----------------
✓ Open Source (BSD-Style / MPL 1.1)
✓ Kostenlos nutzbar
✓ Weitergabe in binärer Form erlaubt
✓ Keine Namensnennung der Entwickler in Produktwerbung

Delphi Runtime:
---------------
✓ Runtime-Verteilung erlaubt gemäß Embarcadero-Lizenz
✓ Keine zusätzlichen Lizenzen für Endbenutzer erforderlich

TMS Software (optional):
------------------------
⚠ Kommerzielle Komponenten
⚠ Separate Lizenz erforderlich
⚠ Nur in lizenzierten Versionen enthalten


================================================================================
HAFTUNGSAUSSCHLUSS
================================================================================

Der Entwickler von BraveTubeList übernimmt KEINE Haftung für die
Drittanbieter-Komponenten und deren Verwendung.

Alle Drittanbieter-Bibliotheken werden "WIE BESEHEN" (AS IS) ohne
Gewährleistung jeglicher Art verwendet.

Für Probleme mit Drittanbieter-Komponenten kontaktieren Sie bitte
die jeweiligen Urheber:

* OpenSSL: https://www.openssl.org/support/
* Indy: https://www.indyproject.org/
* Embarcadero: https://www.embarcadero.com/support
* TMS Software: https://www.tmssoftware.com/support/


================================================================================
VOLLSTÄNDIGE LIZENZTEXTE
================================================================================

Die vollständigen Lizenztexte sind unter folgenden URLs verfügbar:

OpenSSL License:
https://www.openssl.org/source/license-openssl-ssleay.txt

Mozilla Public License 1.1:
https://www.mozilla.org/MPL/1.1/

Embarcadero License Agreement:
https://www.embarcadero.com/products/rad-studio/rad-studio-eula

TMS Software License:
https://www.tmssoftware.com/site/license.asp


================================================================================
KONTAKT
================================================================================

Bei Fragen zu den Lizenzen oder zur Verwendung von Drittanbieter-Komponenten:

HMF-IT UG (Haftungsbeschränkt)
Website: https://www.hmf-it.de/bravetubelist/
E-Mail: support@hmf-it.de


================================================================================

PFLICHTANGABEN GEMÄSS OPENSSL LICENSE:

This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit (http://www.openssl.org/)

This product includes cryptographic software written by Eric Young
(eay@cryptsoft.com)

================================================================================

Stand: 26. Oktober 2025
Version: 1.0

© 2025 HMF-IT UG (Haftungsbeschränkt). Alle Rechte vorbehalten.
Alle genannten Marken und Produktnamen sind Eigentum ihrer jeweiligen Inhaber.

================================================================================
