diff --git a/README.md b/README.md index 6ff001d..118185b 100644 --- a/README.md +++ b/README.md @@ -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). + +---