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:
19
README.md
19
README.md
@@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user