diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-05-09 12:58:48 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-10 13:12:15 +0000 |
commit | 7a0bcb7fb4b4c120031b6f63299c46d432d1f85a (patch) | |
tree | 7fd144dfa73ff1660553536d986d40f5dd0e5e5a /src/cpu/intel/model_67x | |
parent | 8dd1b21a8891a9b6509565f39e8eae9e10955c5c (diff) |
src/cpu: Replace GPLv2 long form headers with SPDX header
Change-Id: I160617babdc189d842ea84b0b68938d45fbe978f
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41186
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/cpu/intel/model_67x')
-rw-r--r-- | src/cpu/intel/model_67x/Makefile.inc | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/cpu/intel/model_67x/Makefile.inc b/src/cpu/intel/model_67x/Makefile.inc index 131c7faf47..54fc9052a2 100644 --- a/src/cpu/intel/model_67x/Makefile.inc +++ b/src/cpu/intel/model_67x/Makefile.inc @@ -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; either version 2 of the License, or -## (at your option) any later version. -## -## 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 ramstage-y += model_67x_init.c |