From b417c0c2d2616feff30cc87316a278055da8c64a Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Tue, 24 Sep 2019 22:12:40 +0200 Subject: meson: Correct license to GPL-2.0 Parts of flashrom are 2.0+ but some are not. As Meson's purpose is to link these together, it should advertise only GPL-2.0 for the whole. Change-Id: Iab99c74f5f9d54dac56085ecc7475b14be00a310 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/flashrom/+/35584 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 0696ce42b..fda1ab8fa 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('flashromutils', 'c', version : '1.0', - license : 'GPL-2.0+', + license : 'GPL-2.0', meson_version : '>=0.47.0', default_options : ['warning_level=2', 'c_std=c99'], ) -- cgit v1.2.3