summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2022-05-31 21:20:35 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2022-05-31 21:20:35 -0600
commitdaa89fdeccc46e1ae871651eeedde47808ac03d1 (patch)
tree238f0be207fe070a6564f278a49bf941051fc7b4 /README.md
parent227095a4f710ac6afd43f0a7e8b296f188cf20be (diff)
Add license info to readme, delete unnecessary stuff
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 47a5fee..6f90c81 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,11 @@ Entry for the [Go Godot Jam 3](https://itch.io/jam/go-godot-jam-3).
## License
-This game uses Godot Engine, available under the following license: [Godot License](https://godotengine.org/license). Also found as `LICENSE.Godot`
+This game uses:
+
+- Godot Engine, available under the MIT License: [Godot License](https://godotengine.org/license). Can be found as `LICENSE.Godot`.
+- [GifMaker](https://github.com/bram-dingelstad/godot-gifmaker), a Godot Engine plugin available under the MIT License. Can be found as `LICENSE.GifMaker`.
+ - GifMaker itself uses [GDGifExporter](https://github.com/jegor377/godot-gdgifexporter) as a base, which is available under the MIT License. Can be found as `LICENSE.gdgifexporter`.
+
The game itself is under the MIT License, found as `LICENSE`.