From f3a6bead139b66caf218f341d7222c7eb176df42 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Fri, 28 Jul 2023 21:54:36 +0100 Subject: [PATCH] Actually update the gbafix licence --- agb-gbafix/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agb-gbafix/Cargo.toml b/agb-gbafix/Cargo.toml index 99eb7c96..1cda4a7d 100644 --- a/agb-gbafix/Cargo.toml +++ b/agb-gbafix/Cargo.toml @@ -3,7 +3,7 @@ name = "agb-gbafix" version = "0.16.0" edition = "2021" authors = ["Gwilym Inzani "] -license = "GPL-3.0" +license = "MPL-2.0" description = "CLI utility to convert ELF file to valid GBA ROM" repository = "https://github.com/agbrs/agb"