summaryrefslogtreecommitdiff
path: root/util/intelmetool/rcba.c
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2019-02-23 12:38:15 +1100
committerPatrick Georgi <pgeorgi@google.com>2019-02-25 11:19:37 +0000
commitf0a9128424f2c610756b97ef77f8fcd49a98f563 (patch)
tree70b69ed4f9c89c543c47c5de61c35b6a49ee5b18 /util/intelmetool/rcba.c
parentb94ecc4e696cc63e2772657c915670c3fe057f5c (diff)
downloadcoreboot-f0a9128424f2c610756b97ef77f8fcd49a98f563.tar.xz
intelmetool: Use GPLv2+ where possible
Upstream intelmetool is out of date; I suggest I archive it instead of trying to merge coreboot's changes into it. However I would like to preserve the licensing of files in the tool as GPLv2+ where possible instead of GPLv2-only. Change-Id: I47b1ff2734f54c65f4214b39244bd868ef44b83c Signed-off-by: Damien Zammit <damien@zamaudio.com> Reviewed-on: https://review.coreboot.org/c/31587 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'util/intelmetool/rcba.c')
-rw-r--r--util/intelmetool/rcba.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/util/intelmetool/rcba.c b/util/intelmetool/rcba.c
index 6a09af687c..ebc2d9ca48 100644
--- a/util/intelmetool/rcba.c
+++ b/util/intelmetool/rcba.c
@@ -2,9 +2,10 @@
* Copyright (C) 2014 Damien Zammit <damien@zamaudio.com>
* Copyright (C) 2017 Patrick Rudolph <siro@das-labor.org>
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of
+ * the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of