Damien Zammit has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/31587
Change subject: intelmetool: Use GPLv2+ where possible ......................................................................
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 --- M util/intelmetool/Makefile M util/intelmetool/intelmetool.c M util/intelmetool/mmap.c M util/intelmetool/mmap.h M util/intelmetool/msr.c M util/intelmetool/msr.h M util/intelmetool/rcba.c M util/intelmetool/rcba.h 8 files changed, 15 insertions(+), 12 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/87/31587/1
diff --git a/util/intelmetool/Makefile b/util/intelmetool/Makefile index 128c1fe..45a87c7 100644 --- a/util/intelmetool/Makefile +++ b/util/intelmetool/Makefile @@ -5,7 +5,7 @@ # 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 any later version. +# 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 diff --git a/util/intelmetool/intelmetool.c b/util/intelmetool/intelmetool.c index 5981e9d..5a00025 100644 --- a/util/intelmetool/intelmetool.c +++ b/util/intelmetool/intelmetool.c @@ -3,7 +3,8 @@ * * 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. + * 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 diff --git a/util/intelmetool/mmap.c b/util/intelmetool/mmap.c index 0b6c9e1..e3075a8 100644 --- a/util/intelmetool/mmap.c +++ b/util/intelmetool/mmap.c @@ -5,7 +5,7 @@ * 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 any later version. + * 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 diff --git a/util/intelmetool/mmap.h b/util/intelmetool/mmap.h index 2a7fa05..31d8313 100644 --- a/util/intelmetool/mmap.h +++ b/util/intelmetool/mmap.h @@ -5,7 +5,7 @@ * 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 any later version. + * 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 diff --git a/util/intelmetool/msr.c b/util/intelmetool/msr.c index d1e510f..5c84f2b 100644 --- a/util/intelmetool/msr.c +++ b/util/intelmetool/msr.c @@ -6,7 +6,7 @@ * 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 any later version. + * 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 diff --git a/util/intelmetool/msr.h b/util/intelmetool/msr.h index 60e07b2..1f6a117 100644 --- a/util/intelmetool/msr.h +++ b/util/intelmetool/msr.h @@ -6,7 +6,7 @@ * 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 any later version. + * 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 diff --git a/util/intelmetool/rcba.c b/util/intelmetool/rcba.c index 6a09af6..ebc2d9c 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 diff --git a/util/intelmetool/rcba.h b/util/intelmetool/rcba.h index e349d3d..d40dcb9 100644 --- a/util/intelmetool/rcba.h +++ b/util/intelmetool/rcba.h @@ -1,9 +1,10 @@ /* * 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
Philipp Deppenwiese has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/31587 )
Change subject: intelmetool: Use GPLv2+ where possible ......................................................................
Patch Set 1: Code-Review+2
Fine for me
Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/31587 )
Change subject: intelmetool: Use GPLv2+ where possible ......................................................................
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 --- M util/intelmetool/Makefile M util/intelmetool/intelmetool.c M util/intelmetool/mmap.c M util/intelmetool/mmap.h M util/intelmetool/msr.c M util/intelmetool/msr.h M util/intelmetool/rcba.c M util/intelmetool/rcba.h 8 files changed, 15 insertions(+), 12 deletions(-)
Approvals: build bot (Jenkins): Verified Philipp Deppenwiese: Looks good to me, approved
diff --git a/util/intelmetool/Makefile b/util/intelmetool/Makefile index 128c1fe..45a87c7 100644 --- a/util/intelmetool/Makefile +++ b/util/intelmetool/Makefile @@ -5,7 +5,7 @@ # 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 any later version. +# 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 diff --git a/util/intelmetool/intelmetool.c b/util/intelmetool/intelmetool.c index 5981e9d..5a00025 100644 --- a/util/intelmetool/intelmetool.c +++ b/util/intelmetool/intelmetool.c @@ -3,7 +3,8 @@ * * 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. + * 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 diff --git a/util/intelmetool/mmap.c b/util/intelmetool/mmap.c index 0b6c9e1..e3075a8 100644 --- a/util/intelmetool/mmap.c +++ b/util/intelmetool/mmap.c @@ -5,7 +5,7 @@ * 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 any later version. + * 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 diff --git a/util/intelmetool/mmap.h b/util/intelmetool/mmap.h index 2a7fa05..31d8313 100644 --- a/util/intelmetool/mmap.h +++ b/util/intelmetool/mmap.h @@ -5,7 +5,7 @@ * 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 any later version. + * 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 diff --git a/util/intelmetool/msr.c b/util/intelmetool/msr.c index d1e510f..5c84f2b 100644 --- a/util/intelmetool/msr.c +++ b/util/intelmetool/msr.c @@ -6,7 +6,7 @@ * 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 any later version. + * 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 diff --git a/util/intelmetool/msr.h b/util/intelmetool/msr.h index 60e07b2..1f6a117 100644 --- a/util/intelmetool/msr.h +++ b/util/intelmetool/msr.h @@ -6,7 +6,7 @@ * 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 any later version. + * 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 diff --git a/util/intelmetool/rcba.c b/util/intelmetool/rcba.c index 6a09af6..ebc2d9c 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 diff --git a/util/intelmetool/rcba.h b/util/intelmetool/rcba.h index e349d3d..d40dcb9 100644 --- a/util/intelmetool/rcba.h +++ b/util/intelmetool/rcba.h @@ -1,9 +1,10 @@ /* * 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