diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-04-05 13:22:44 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-04-06 13:55:32 +0000 |
commit | d28443e5c63c128f0247149f2219b82725283880 (patch) | |
tree | 4cfbb17030fb48af47b786e1eefd8f16c2f3df6c /src/mainboard/google/slippy/ec.h | |
parent | 08b5280c9fc59a77357a746de714a6e872a664e9 (diff) | |
download | coreboot-d28443e5c63c128f0247149f2219b82725283880.tar.xz |
mb/google/slippy: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now.
Change-Id: I74fd273aff05e6635d4964f3614c2f1dd5562b4b
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40194
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/slippy/ec.h')
-rw-r--r-- | src/mainboard/google/slippy/ec.h | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/src/mainboard/google/slippy/ec.h b/src/mainboard/google/slippy/ec.h index 8653c8ad82..f8745fcf21 100644 --- a/src/mainboard/google/slippy/ec.h +++ b/src/mainboard/google/slippy/ec.h @@ -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 MAINBOARD_EC_H #define MAINBOARD_EC_H |