From 8dd80385cc6c431d21cf793179c93510790a61e9 Mon Sep 17 00:00:00 2001 From: s8n-ru <279801990+s8n-ru@users.noreply.github.com> Date: Tue, 5 May 2026 04:45:31 +0100 Subject: [PATCH] readme: move License section to bottom, restore GPL badge --- README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) 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). + +---