This commit is contained in:
2026-08-04 19:35:05 +02:00
parent 9b4c956eb6
commit 41089a5b17
+15
View File
@@ -5,3 +5,18 @@
```sh ```sh
.venv-platformio/bin/pio run .venv-platformio/bin/pio run
``` ```
## Lizenz
MIT License, Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de)
- `LICENSE` — vollständiger Lizenztext im Projektroot
- Jede `.cpp`/`.h`-Datei beginnt mit:
```
// Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de) - MIT License
```
- Jede `.sh`-Datei beginnt mit:
```
# Copyright (c) 2026 Stefan Koelle (https://stefankoelle.de) - MIT License
```
- `README.md` — Copyright-Verweis am Ende der Datei