diff --git a/README.md b/README.md index 0ed99b1910901534ac7725b97e9cf1fee7a7dfc6..1fb6c3b90fc00d8163cf02a694a9e3b72e4e3610 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">