mirror of
https://github.com/skoelle/m5stack-dashboard.git
synced 2026-09-17 16:50:23 +00:00
LICENSE
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user