From daa89fdeccc46e1ae871651eeedde47808ac03d1 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 31 May 2022 21:20:35 -0600 Subject: Add license info to readme, delete unnecessary stuff --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'README.md') 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`. -- cgit v1.2.3