readme: move License section to bottom, restore GPL badge
This commit is contained in:
parent
2d53e1d600
commit
8dd80385cc
1 changed files with 12 additions and 8 deletions
20
README.md
20
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-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).
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue