summaryrefslogtreecommitdiff
path: root/payloads/coreinfo/ramdump_module.c
diff options
context:
space:
mode:
authorJacob Garber <jgarber1@ualberta.ca>2020-09-08 12:25:44 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-09-14 07:05:27 +0000
commit07201d7a0fa078af264d846eaa366d72479bbabf (patch)
tree4239262f874b88b337bb6701322ef12d2005499d /payloads/coreinfo/ramdump_module.c
parent3b616e4bde7ac35a3a4babb2c4ac407c270024d9 (diff)
downloadcoreboot-07201d7a0fa078af264d846eaa366d72479bbabf.tar.xz
coreinfo: Use SPDX license identifiers
- Remove copyright notices and add authors to AUTHORS - Use SPDX license identifiers for all files - Add coreinfo to the license header lint Signed-off-by: Jacob Garber <jgarber1@ualberta.ca> Change-Id: Ib0c5328a4027849b1eda4f57141a898335230726 Reviewed-on: https://review.coreboot.org/c/coreboot/+/45178 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'payloads/coreinfo/ramdump_module.c')
-rw-r--r--payloads/coreinfo/ramdump_module.c14
1 files changed, 1 insertions, 13 deletions
diff --git a/payloads/coreinfo/ramdump_module.c b/payloads/coreinfo/ramdump_module.c
index abb8472ff5..762707f5e5 100644
--- a/payloads/coreinfo/ramdump_module.c
+++ b/payloads/coreinfo/ramdump_module.c
@@ -1,16 +1,4 @@
-/*
- *
- * Copyright (C) 2008 Uwe Hermann <uwe@hermann-uwe.de>
- *
- * 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 "coreinfo.h"