Aaron Durbin has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/33367
Change subject: commonlib: reliicense to for > GPL-2 ......................................................................
commonlib: reliicense to for > GPL-2
Allow compatibility with > GPL-2 code bases such that the current implementations of:
- iobuf - mem_pol - region
can be utilitized in other projects.
Change-Id: If4d947d87bf04313a956e2bece9399c3dc770f19 Signed-off-by: Aaron Durbin adurbin@chromium.org --- M src/commonlib/include/commonlib/iobuf.h M src/commonlib/include/commonlib/mem_pool.h M src/commonlib/include/commonlib/region.h M src/commonlib/iobuf.c M src/commonlib/mem_pool.c M src/commonlib/region.c 6 files changed, 6 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/33367/1
diff --git a/src/commonlib/include/commonlib/iobuf.h b/src/commonlib/include/commonlib/iobuf.h index c5a0f4c..fee789e 100644 --- a/src/commonlib/include/commonlib/iobuf.h +++ b/src/commonlib/include/commonlib/iobuf.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; version 2 of the License. + * the Free Software Foundation; version 2 or later of the License. * * 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/src/commonlib/include/commonlib/mem_pool.h b/src/commonlib/include/commonlib/mem_pool.h index c21fa0e..0b6f08c 100644 --- a/src/commonlib/include/commonlib/mem_pool.h +++ b/src/commonlib/include/commonlib/mem_pool.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; version 2 of the License. + * the Free Software Foundation; version 2 or later of the License. * * 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/src/commonlib/include/commonlib/region.h b/src/commonlib/include/commonlib/region.h index 45484dd..efb7931 100644 --- a/src/commonlib/include/commonlib/region.h +++ b/src/commonlib/include/commonlib/region.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; version 2 of the License. + * the Free Software Foundation; version 2 or later of the License. * * 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/src/commonlib/iobuf.c b/src/commonlib/iobuf.c index b73ee19..219d692 100644 --- a/src/commonlib/iobuf.c +++ b/src/commonlib/iobuf.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; version 2 of the License. + * the Free Software Foundation; version 2 or later of the License. * * 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/src/commonlib/mem_pool.c b/src/commonlib/mem_pool.c index cb3e726..69b1160 100644 --- a/src/commonlib/mem_pool.c +++ b/src/commonlib/mem_pool.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; version 2 of the License. + * the Free Software Foundation; version 2 or later of the License. * * 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/src/commonlib/region.c b/src/commonlib/region.c index 541a125..8840ecd 100644 --- a/src/commonlib/region.c +++ b/src/commonlib/region.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; version 2 of the License. + * the Free Software Foundation; version 2 or later of the License. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33367 )
Change subject: commonlib: reliicense to for > GPL-2 ......................................................................
Patch Set 1:
(2 comments)
https://review.coreboot.org/#/c/33367/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/#/c/33367/1//COMMIT_MSG@7 PS1, Line 7: ii double 'i'
https://review.coreboot.org/#/c/33367/1//COMMIT_MSG@9 PS1, Line 9: GPL-2 Usually GPLv2
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33367 )
Change subject: commonlib: reliicense to for > GPL-2 ......................................................................
Patch Set 1: Code-Review-2
-2 until we figured out who has copyright here.
Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33367 )
Change subject: commonlib: reliicense to for > GPL-2 ......................................................................
Patch Set 1: Code-Review-2
Need to track down this commit author: Antonello Dettori dev@dettori.io e5f48d20e7d66471f182afe305fe073177722224 https://review.coreboot.org/15318
Hello Antonello Dettori, Nico Huber,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/33367
to look at the new patch set (#2).
Change subject: commonlib: relicense to for > GPLv2 ......................................................................
commonlib: relicense to for > GPLv2
Allow compatibility with > GPLv2 code bases such that the current implementations of:
- iobuf - mem_pol - region
can be utilitized in other projects.
Change-Id: If4d947d87bf04313a956e2bece9399c3dc770f19 Signed-off-by: Aaron Durbin adurbin@chromium.org --- M src/commonlib/include/commonlib/iobuf.h M src/commonlib/include/commonlib/mem_pool.h M src/commonlib/include/commonlib/region.h M src/commonlib/iobuf.c M src/commonlib/mem_pool.c M src/commonlib/region.c 6 files changed, 6 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/33367/2
Aaron Durbin has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33367 )
Change subject: commonlib: relicense to for > GPLv2 ......................................................................
Patch Set 2:
(2 comments)
https://review.coreboot.org/#/c/33367/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/#/c/33367/1//COMMIT_MSG@7 PS1, Line 7: ii
double 'i'
Ack
https://review.coreboot.org/#/c/33367/1//COMMIT_MSG@9 PS1, Line 9: GPL-2
Usually GPLv2
Ack
Attention is currently required from: Aaron Durbin. Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/33367 )
Change subject: commonlib: relicense to for > GPLv2 ......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2: By the way, were you able to track the author down?
Martin L Roth has abandoned this change. ( https://review.coreboot.org/c/coreboot/+/33367?usp=email )
Change subject: commonlib: relicense to for > GPLv2 ......................................................................
Abandoned
This patch has not been touched in over 12 months. Anyone who wants to take over work on this patch, please feel free to restore it and do any work needed to get it merged. If you create a new patch based on this work, please credit the original author.