summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2019-09-24 22:12:40 +0200
committerNico Huber <nico.h@gmx.de>2019-10-05 22:45:20 +0000
commitb417c0c2d2616feff30cc87316a278055da8c64a (patch)
tree9143a7e9b1b9b25e1d1e172cb1ee2fd5076d14ce
parent349b5d24345c5a550c0e38cf26452c6338cc1c12 (diff)
downloadflashrom-b417c0c2d2616feff30cc87316a278055da8c64a.tar.gz
flashrom-b417c0c2d2616feff30cc87316a278055da8c64a.tar.bz2
flashrom-b417c0c2d2616feff30cc87316a278055da8c64a.zip
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 <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/35584 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Hendricks <david.hendricks@gmail.com>
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
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'],
)