aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/compulab/intense_pc/gpio.c
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-03 01:21:31 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-04 15:08:13 +0000
commit1731d46ddc91748514233029d9e8a91944b2ab4d (patch)
tree20f9716ccc65fda508a65c46c4ad4629e25745b0 /src/mainboard/compulab/intense_pc/gpio.c
parente4cce3fb36ea95259b765a9940599c1160d5de40 (diff)
mainboard/compulab: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: Iab4fb613bd33bc29630126a487525087c0fe7177 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40071 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/compulab/intense_pc/gpio.c')
-rw-r--r--src/mainboard/compulab/intense_pc/gpio.c16
1 files changed, 2 insertions, 14 deletions
diff --git a/src/mainboard/compulab/intense_pc/gpio.c b/src/mainboard/compulab/intense_pc/gpio.c
index cd7e6b7926..859b8b3924 100644
--- a/src/mainboard/compulab/intense_pc/gpio.c
+++ b/src/mainboard/compulab/intense_pc/gpio.c
@@ -1,17 +1,5 @@
-/*
- * This file is part of the coreboot project.
- *
- *
- * 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 */
+/* This file is part of the coreboot project. */
#include <southbridge/intel/common/gpio.h>