readme: move License section to bottom, restore GPL badge

This commit is contained in:
s8n-ru 2026-05-05 04:45:31 +01:00
parent 2d53e1d600
commit 8dd80385cc

View file

@ -59,14 +59,6 @@ platforms on every tag.
---
## License
GPL-3.0-only. Per-file copyright headers preserved.
Based on [PrismLauncher](https://github.com/PrismLauncher/PrismLauncher)
(GPL-3.0), itself a fork of [PolyMC](https://github.com/PolyMC/PolyMC)
and [MultiMC](https://github.com/MultiMC/Launcher).
## Build from source
```bash
@ -88,3 +80,15 @@ cmake --build build -j$(nproc)
./build/prismlauncher
---
## License
[![License: GPL-3.0](https://img.shields.io/badge/License-GPL_3.0-black?style=flat-square)](LICENSE)
GPL-3.0-only. Per-file copyright headers preserved.
Based on [PrismLauncher](https://github.com/PrismLauncher/PrismLauncher)
(GPL-3.0), itself a fork of [PolyMC](https://github.com/PolyMC/PolyMC)
and [MultiMC](https://github.com/MultiMC/Launcher).
---