summaryrefslogtreecommitdiffstats
path: root/src/security/memory/memory.h
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-04-02 23:48:53 +0200
committerFelix Held <felix-coreboot@felixheld.de>2020-04-04 16:33:38 +0000
commit986d50ea47ed9fc6f0177c1ab904ebfd7f39ec02 (patch)
treede7758e05e9428eb67e3c182b15b0fe74ce6744a /src/security/memory/memory.h
parentd32b6dee6bfd609ce44c195abd0410d5f56c8f5f (diff)
downloadcoreboot-986d50ea47ed9fc6f0177c1ab904ebfd7f39ec02.tar.gz
coreboot-986d50ea47ed9fc6f0177c1ab904ebfd7f39ec02.tar.bz2
coreboot-986d50ea47ed9fc6f0177c1ab904ebfd7f39ec02.zip
src/security: Use SPDX for GPL-2.0-only files
Done with sed and God Lines. Only done for C-like code for now. Change-Id: I51f5764b57fb8b62e3a4b3d41bd32e5330a2983c Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/40057 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/security/memory/memory.h')
-rw-r--r--src/security/memory/memory.h15
1 files changed, 2 insertions, 13 deletions
diff --git a/src/security/memory/memory.h b/src/security/memory/memory.h
index 91638f4cc1c9..73066e9f35c2 100644
--- a/src/security/memory/memory.h
+++ b/src/security/memory/memory.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. */
#include <stdint.h>