From c27d87e02d8edb60c6e082d8dd0d87dbcc2c9e7d Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Sat, 13 Jun 2020 15:33:54 -0600 Subject: [PATCH] scripts: Update coreboot generated headers - Replace license block with SPDX id - Remove copyright notice, which coreboot tracks in AUTHORS --- scripts/coreboot-gpio.sh | 15 +-------------- scripts/coreboot-hda.sh | 15 +-------------- 2 files changed, 2 insertions(+), 28 deletions(-) diff --git a/scripts/coreboot-gpio.sh b/scripts/coreboot-gpio.sh index 3fb3863..8fc287a 100755 --- a/scripts/coreboot-gpio.sh +++ b/scripts/coreboot-gpio.sh @@ -9,20 +9,7 @@ then fi cat <<"EOF" -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2019 System76 - * - * 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-only */ #ifndef MAINBOARD_GPIO_H #define MAINBOARD_GPIO_H diff --git a/scripts/coreboot-hda.sh b/scripts/coreboot-hda.sh index d8f3201..b11e9d3 100755 --- a/scripts/coreboot-hda.sh +++ b/scripts/coreboot-hda.sh @@ -9,20 +9,7 @@ then fi cat <<"EOF" -/* - * This file is part of the coreboot project. - * - * Copyright (C) 2019 System76 - * - * 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-only */ #ifndef HDA_VERB_H #define HDA_VERB_H