Angel Pons has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/43855 )
Change subject: */mb/google/volteer/**/gpio.h: Fix up license header ......................................................................
*/mb/google/volteer/**/gpio.h: Fix up license header
There's a `GPL-2.0-or-later` version of this file in volteer2, so use it in place of these weirdly-licensed files.
Change-Id: Icde2f6539d9c726d6967350f74e7bc015e01e7b5 Signed-off-by: Angel Pons th3fanbus@gmail.com --- M src/mainboard/google/volteer/variants/delbin/include/variant/gpio.h M util/mainboard/google/volteer/template/include/variant/gpio.h 2 files changed, 2 insertions(+), 24 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/43855/1
diff --git a/src/mainboard/google/volteer/variants/delbin/include/variant/gpio.h b/src/mainboard/google/volteer/variants/delbin/include/variant/gpio.h index 5839395..b5fa8c5 100644 --- a/src/mainboard/google/volteer/variants/delbin/include/variant/gpio.h +++ b/src/mainboard/google/volteer/variants/delbin/include/variant/gpio.h @@ -1,15 +1,4 @@ -/* - * 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 distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the - * GNU General Public License for more details. - * - * SPDX-License-Identifier: GPL-2.0-or-later - */ +/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef VARIANT_GPIO_H #define VARIANT_GPIO_H diff --git a/util/mainboard/google/volteer/template/include/variant/gpio.h b/util/mainboard/google/volteer/template/include/variant/gpio.h index 5839395..b5fa8c5 100644 --- a/util/mainboard/google/volteer/template/include/variant/gpio.h +++ b/util/mainboard/google/volteer/template/include/variant/gpio.h @@ -1,15 +1,4 @@ -/* - * 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 distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the - * GNU General Public License for more details. - * - * SPDX-License-Identifier: GPL-2.0-or-later - */ +/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef VARIANT_GPIO_H #define VARIANT_GPIO_H
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43855 )
Change subject: */mb/google/volteer/**/gpio.h: Fix up license header ......................................................................
Patch Set 1: Code-Review+2
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43855 )
Change subject: */mb/google/volteer/**/gpio.h: Fix up license header ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/43855/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/43855/1//COMMIT_MSG@7 PS1, Line 7: */ Remove?
Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43855 )
Change subject: */mb/google/volteer/**/gpio.h: Fix up license header ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/43855/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/43855/1//COMMIT_MSG@7 PS1, Line 7: */
Remove?
It's because I do it in both src/ and util/
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/43855 )
Change subject: */mb/google/volteer/**/gpio.h: Fix up license header ......................................................................
Patch Set 1: Code-Review+1
(1 comment)
https://review.coreboot.org/c/coreboot/+/43855/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/43855/1//COMMIT_MSG@7 PS1, Line 7: */
It's because I do it in both src/ and util/
Ack
Angel Pons has submitted this change. ( https://review.coreboot.org/c/coreboot/+/43855 )
Change subject: */mb/google/volteer/**/gpio.h: Fix up license header ......................................................................
*/mb/google/volteer/**/gpio.h: Fix up license header
There's a `GPL-2.0-or-later` version of this file in volteer2, so use it in place of these weirdly-licensed files.
Change-Id: Icde2f6539d9c726d6967350f74e7bc015e01e7b5 Signed-off-by: Angel Pons th3fanbus@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/43855 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: HAOUAS Elyes ehaouas@noos.fr Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net --- M src/mainboard/google/volteer/variants/delbin/include/variant/gpio.h M util/mainboard/google/volteer/template/include/variant/gpio.h 2 files changed, 2 insertions(+), 24 deletions(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve HAOUAS Elyes: Looks good to me, approved
diff --git a/src/mainboard/google/volteer/variants/delbin/include/variant/gpio.h b/src/mainboard/google/volteer/variants/delbin/include/variant/gpio.h index 5839395..b5fa8c5 100644 --- a/src/mainboard/google/volteer/variants/delbin/include/variant/gpio.h +++ b/src/mainboard/google/volteer/variants/delbin/include/variant/gpio.h @@ -1,15 +1,4 @@ -/* - * 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 distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the - * GNU General Public License for more details. - * - * SPDX-License-Identifier: GPL-2.0-or-later - */ +/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef VARIANT_GPIO_H #define VARIANT_GPIO_H diff --git a/util/mainboard/google/volteer/template/include/variant/gpio.h b/util/mainboard/google/volteer/template/include/variant/gpio.h index 5839395..b5fa8c5 100644 --- a/util/mainboard/google/volteer/template/include/variant/gpio.h +++ b/util/mainboard/google/volteer/template/include/variant/gpio.h @@ -1,15 +1,4 @@ -/* - * 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 distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the - * GNU General Public License for more details. - * - * SPDX-License-Identifier: GPL-2.0-or-later - */ +/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef VARIANT_GPIO_H #define VARIANT_GPIO_H