diff options
author | Patrick Georgi <pgeorgi@google.com> | 2020-05-28 12:30:45 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-28 12:29:19 +0000 |
commit | 7f21ad0cba0d45fdd4cd1059780345ec055b5a35 (patch) | |
tree | 760b92d71000c4453ac3f2e91951a3a32e2bf19c /src/mainboard | |
parent | 7a6f27ce1ed8ad535aaff13cc36af30b228556cc (diff) |
mb/google/zork/berknip: Replace full GPL header with SPDX line
Change-Id: I858f870db0babcb51c594570e8136436ecbb0d1d
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41823
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/zork/variants/berknip/romstage.c | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/mainboard/google/zork/variants/berknip/romstage.c b/src/mainboard/google/zork/variants/berknip/romstage.c index 6d93b5e91e..67ad31c6d8 100644 --- a/src/mainboard/google/zork/variants/berknip/romstage.c +++ b/src/mainboard/google/zork/variants/berknip/romstage.c @@ -1,15 +1,4 @@ -/* - * 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 */ #include <stddef.h> #include <soc/romstage.h> |