From 661f2a5b856721338e789bdda9591d41ce525557 Mon Sep 17 00:00:00 2001 From: Garrett Brown Date: Sun, 11 Dec 2016 18:58:48 -0800 Subject: [PATCH] Update 2048 license License is public domain: https://github.com/libretro/libretro-2048/blob/master/COPYING --- dist/info/2048_libretro.info | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/info/2048_libretro.info b/dist/info/2048_libretro.info index 39e3d0c4..de5f33b5 100644 --- a/dist/info/2048_libretro.info +++ b/dist/info/2048_libretro.info @@ -4,7 +4,7 @@ supported_extensions = "" corename = "2048" categories = "Game" systemname = "2048 Game Clone" -license = "GPLv3" +license = "Public Domain" permissions = "" display_version = "1.0" supports_no_game = "true"