From 3617736e058e5d36e0309a7670dc3a460dda4572 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Sun, 21 Aug 2022 15:02:50 +0100 Subject: [PATCH] Update README --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 0ed99b1..1fb6c3b 100644 --- a/README.md +++ b/README.md @@ -45,15 +45,3 @@ browser. The web version requires `trunk` to be installed (`cargo install trunk` Building the game for desktop will use a docker container to manage dependancies, but will mount your workspace to perform the build. `make build-linux` and `make build-windows` can be run on any platform with docker installed, perfect for cross-compilation without juggling dependencies. `make build-web` - -## License - -This template (and the code it contains) uses the GPL-3.0 license. This is unlikely to be changed in future on -a template-wide basis, but if you would like to discuss having this template licensed differently for a specific -project, please email [louis@microhacks.co.uk](mailto:louis@microhacks.co.uk). - -The logo found in `assets/splash.png` is licensed under the following license for use only within the context of this template. -For clarity: Changing this splash screen asset is recommended, and a changed asset won't be subject to any licensing - -<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><span property="dct:title">Microhacks Logo</span> by <span property="cc:attributionName">Microhacks Ltd</span> is licensed under <a href="http://creativecommons.org/licenses/by-nc-nd/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-NC-ND 4.0</a></p> -<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1"><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nd.svg?ref=chooser-v1"> -- GitLab