#################################################################
#                                                                 #
#                          MIT LICENSE                            #
#                                                                 #
#################################################################

PROJECT: Time.Tracker.SingleFile
DATE:    2025-11-27
AUTHOR:  TechNova-App-Team (Sven Kunz)

---

THIS FILE CONTAINS THE MIT LICENSE, PRESENTED IN A CLEAR, MODERN,
HUMAN-FRIENDLY LAYOUT. IT ALSO PROVIDES GUIDANCE HOW TO USE AND
APPLY THIS LICENSE IN YOUR GITHUB REPOSITORY.

---

MIT License

Copyright (c) 2025 Time.Tracker.SingleFile 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.

---

## ⚠️ WICHTIGE ZUSATZBEDINGUNGEN (Supplementary Clause)

Obwohl die MIT-Lizenz sehr permissiv ist, gibt es folgende **EXPLIZITE AUSNAHMEN**:

### ❌ NICHT unter dieser Lizenz (NOT included):

1. **Website Design & UI/UX**
   - Das komplette Design dieser Website
   - Brand Colors, Typography, Layout
   - Visual Components & Design System
   - → Kopieren der Website ist NICHT erlaubt

2. **Website Content & Branding**
   - All descriptive text & marketing content
   - MyWorkLog Brand Name & Logo
   - Trademarks & Corporate Identity
   - → Kommerzielle Verbreitung NICHT erlaubt

3. **Asset Files (wenn nicht explizit als Code)**
   - Images, Graphics, Videos in /Grafiken
   - Icons, Icons Bundles
   - Proprietary Documentation

### ✅ WAS erlaubt ist:

- ✓ Quellcode (JavaScript, HTML, CSS) frei nutzen, modifizieren, weitergeben
- ✓ Individual Code-Module extrahieren und in eigene Projekte einbinden
- ✓ Kommerzielle Produkte mit diesem Code entwickeln
- ✓ Verbessern des Codes via Pull Requests

### Attribution Requirement:

Wenn du den Code nutzt, muss folgende Nennung erfolgen:
```
MyWorkLog © 2025 TechNova App Team. Licensed under MIT License.
Original Project: https://myworklog.de/
```

---

## Violations & Enforcement

Folgende Handlungen sind VERBOTEN und werden rechtlich verfolgt:

- 🚫 Klonen & Neuveröffentlichen dieser Website als eigenes Produkt
- 🚫 Verwenden des Brandnamens "MyWorkLog" ohne Genehmigung
- 🚫 Kopieren von Design/UI ohne Attribution
- 🚫 Claiming authorship des Original-Designs oder der Marke

**Bei Verstößen:** Kontakt unter [DSGVO.html](../../DSGVO.html) oder [Impressum.html](../../Impressum.html)

---

HOW THIS FILE IS STRUCTURED (QUICK GUIDE)

- Header: Project meta (project name, date, author). Replace if needed.
- Official MIT text: Unmodified license body required for legal clarity.
- Usage guidance: Short instructions for GitHub usage and committing.

RECOMMENDED: Keep the "Official MIT text" block untouched to ensure
legal clarity. You may edit the small header metadata at the top
(`PROJECT`, `DATE`, `AUTHOR`) to reflect your repo.

---

HOW TO APPLY / ADD TO YOUR REPOSITORY

1) If you want GitHub to detect the license automatically, create a file
   named `LICENSE` or `LICENSE.md` in the repository root containing the
   exact MIT text above.

2) Example commands (PowerShell / Windows):

```powershell
# Add the license file to the repository, stage & commit
cd "c:\Users\SvenK\Downloads\Zeit_Rechner"
git add LICENSE.md
git commit -m "chore: add MIT license"
git push origin main
```

3) Replace copyright notice if you prefer a different year or owner:
   - Find the line `Copyright (c) 2025 Time.Tracker.SingleFile Contributors`
   - Replace `2025` with your year or range (e.g., `2022-2025`)
   - Replace owner text with your name or organization.

EXAMPLE (editable line):
```
Copyright (c) [YEAR] [OWNER NAME]
```

---

SHORT FAQ

Q: Can I add a project description above the MIT text?
A: Yes. Keep the license body intact. Any header/notes above are fine for
   humans, but the legal text must remain unchanged for correct license
   detection and legal clarity.

Q: Is the MIT license permissive?
A: Yes. MIT is a permissive license that allows broad reuse, including
   commercial, as long as the original copyright and license text are
   included in copies or substantial portions of the software.

Q: Do I need to include a `LICENSE` and `LICENSE.md`?
A: No. One file in the repository root is sufficient. GitHub recognizes
   either `LICENSE` or `LICENSE.md`.

---

SUGGESTED COMMIT MESSAGE EXAMPLES

- "chore: add MIT license"
- "docs: add license (MIT)"
- "chore(license): apply MIT license to project"

---

FINAL NOTES

- This `LICENSE.md` is intentionally verbose and includes human-friendly
  guidance. Keep the legal MIT text unchanged to avoid ambiguity.
- If you want a minimal license file, replace the top header and notes
  with only the official MIT text block.

Thank you for using TimeTracker PRO. If you want, I can also create a
machine-readable `LICENSE` file (plain text) without header extras, or
update the copyright line to your name/year.
