diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-04-05 13:22:54 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-04-06 13:55:08 +0000 |
commit | 2e8a4b04982b27e5fd5066342d65340579b3cba6 (patch) | |
tree | 6c2bab4330ac666f31d8a09b696dc93857d9bfa2 /src/mainboard/google/stout/gpio.c | |
parent | d9d1d20c9705d5baf0d33393f1278a439b0cd493 (diff) |
mb/google/stout: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now.
Change-Id: Ic3314eb6137a6fc9fa1f90685f37223ca1580cb9
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40197
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/stout/gpio.c')
-rw-r--r-- | src/mainboard/google/stout/gpio.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/mainboard/google/stout/gpio.c b/src/mainboard/google/stout/gpio.c index 9849fdf4e9..5e7261c835 100644 --- a/src/mainboard/google/stout/gpio.c +++ b/src/mainboard/google/stout/gpio.c @@ -1,16 +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. */ #ifndef STOUT_GPIO_H #define STOUT_GPIO_H |