From: Thomas Petazzoni Date: Mon, 9 Apr 2018 19:42:53 +0000 (+0200) Subject: package/flare-engine: fix license X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4316cad63dc971535160388f040d551536cabd17;p=buildroot.git package/flare-engine: fix license The license is GPL-3.0+, not GPL-3.0. Indeed all source files have the mention: "either version 3 of the License, or (at your option) any later version" Signed-off-by: Thomas Petazzoni --- diff --git a/package/flare-engine/flare-engine.mk b/package/flare-engine/flare-engine.mk index 394ddcfa5d..0aac3bd33c 100644 --- a/package/flare-engine/flare-engine.mk +++ b/package/flare-engine/flare-engine.mk @@ -6,7 +6,7 @@ FLARE_ENGINE_VERSION = v1.0 FLARE_ENGINE_SITE = $(call github,clintbellanger,flare-engine,$(FLARE_ENGINE_VERSION)) -FLARE_ENGINE_LICENSE = GPL-3.0 +FLARE_ENGINE_LICENSE = GPL-3.0+ FLARE_ENGINE_LICENSE_FILES = COPYING FLARE_ENGINE_DEPENDENCIES += sdl2 sdl2_image sdl2_mixer sdl2_ttf