From 919aabb3457b2631c9ca69c74843318b95138c59 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 27 Aug 2026 08:01:10 +0300 Subject: [PATCH] allegro: Mark license as giftware Signed-off-by: Marko Lindqvist --- recipes-gamelib/allegro4/allegro4_4.4.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-gamelib/allegro4/allegro4_4.4.3.1.bb b/recipes-gamelib/allegro4/allegro4_4.4.3.1.bb index 8f58c44..7e81198 100644 --- a/recipes-gamelib/allegro4/allegro4_4.4.3.1.bb +++ b/recipes-gamelib/allegro4/allegro4_4.4.3.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Allegro4 is cross-platform, open source, game programming library HOMEPAGE = "https://liballeg.org/" SECTION = "libs" -LICENSE = "Allegro4" +LICENSE = "Giftware" LIC_FILES_CHKSUM = "file://docs/txt/license.txt;md5=55ec083de776f786d0da79bbbb887c50" DEPENDS = "virtual/libgl libglu libx11 libxcursor physfs openal-soft jpeg"