Nico Huber has uploaded this change for review. ( https://review.coreboot.org/c/flashrom/+/35584 )
Change subject: meson: Correct license to GPL-2.0 ......................................................................
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 --- M meson.build 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/84/35584/1
diff --git a/meson.build b/meson.build index b475f64..4be68e2 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('flashromutils', 'c', version : run_command('util/getversion.sh', '-v').stdout().strip(), - license : 'GPL-2.0+', + license : 'GPL-2.0', meson_version : '>=0.47.0', default_options : ['warning_level=2', 'c_std=c99'], )
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/35584 )
Change subject: meson: Correct license to GPL-2.0 ......................................................................
Patch Set 1: Code-Review+1
Patrick Georgi has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/35584 )
Change subject: meson: Correct license to GPL-2.0 ......................................................................
Patch Set 1: Code-Review+2
Hello Paul Menzel, build bot (Jenkins), Patrick Georgi,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/flashrom/+/35584
to look at the new patch set (#2).
Change subject: meson: Correct license to GPL-2.0 ......................................................................
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 --- M meson.build 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/84/35584/2
David Hendricks has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/35584 )
Change subject: meson: Correct license to GPL-2.0 ......................................................................
Patch Set 2: Code-Review+2
Nico Huber has submitted this change. ( https://review.coreboot.org/c/flashrom/+/35584 )
Change subject: meson: Correct license to GPL-2.0 ......................................................................
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 --- M meson.build 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified David Hendricks: Looks good to me, approved
diff --git a/meson.build b/meson.build index 0696ce4..fda1ab8 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'], )