chore: Update license from LGPL-2.1 to Business Source License 1.1

- Replaced the existing LGPL-2.1 license text with the Business Source License 1.1.
- Updated README to reflect the new licensing terms and conditions.
- Added details about allowed and prohibited uses under the new license.
This commit is contained in:
TheOnlyMace
2026-01-16 20:25:03 +01:00
parent 8bfc81fb12
commit 84e7b1656c
2 changed files with 65 additions and 487 deletions

View File

@@ -22,7 +22,7 @@ HexaHost-Backend/
│ ├── header.php # HTML-Header-Template
│ ├── footer.php # HTML-Footer-Template
│ └── functions.php # PHP-Hilfsfunktionen
├── LICENSE # LGPL-2.1 Lizenz
├── LICENSE # BSL-1.1 Lizenz
└── README.md # Diese Datei
```
@@ -345,7 +345,22 @@ dist/
## 📄 Lizenz
GNU Lesser General Public License v2.1 (LGPL-2.1)
Dieses Projekt ist unter der **Business Source License 1.1 (BSL)** lizenziert.
### Was bedeutet das?
| Erlaubt | Nicht erlaubt (ohne kommerzielle Lizenz) |
|---------|------------------------------------------|
| ✅ Code ansehen & lernen | ❌ Kommerzieller Einsatz |
| ✅ Privater, nicht-kommerzieller Gebrauch | ❌ Nutzung für SaaS/Hosting-Dienste |
| ✅ Modifikationen für persönliche Zwecke | ❌ Unternehmensnutzung |
| ✅ Akademische/Bildungszwecke | ❌ Weiterverkauf oder Sublizenzierung |
**Änderungsdatum:** Am 16. Januar 2030 wird der Code automatisch unter der **GPL v3** verfügbar.
**Kommerzielle Lizenz:** Für kommerzielle Nutzung kontaktieren Sie bitte kontakt@hexahost.de
Siehe [LICENSE](LICENSE) für den vollständigen Lizenztext.
---