[Buildroot] [git commit] package/flare-engine: fix license

Thomas Petazzoni thomas.petazzoni at bootlin.com
Mon Apr 9 19:42:53 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=4316cad63dc971535160388f040d551536cabd17
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <thomas.petazzoni at bootlin.com>
---
 package/flare-engine/flare-engine.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the buildroot mailing list