summaryrefslogtreecommitdiff
path: root/src/security/memory
diff options
context:
space:
mode:
Diffstat (limited to 'src/security/memory')
-rw-r--r--src/security/memory/memory.c15
-rw-r--r--src/security/memory/memory.h15
-rw-r--r--src/security/memory/memory_clear.c15
3 files changed, 6 insertions, 39 deletions
diff --git a/src/security/memory/memory.c b/src/security/memory/memory.c
index f2c35c0431..416a6c9590 100644
--- a/src/security/memory/memory.c
+++ b/src/security/memory/memory.c
@@ -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 <types.h>
#include "memory.h"
diff --git a/src/security/memory/memory.h b/src/security/memory/memory.h
index 91638f4cc1..73066e9f35 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>
diff --git a/src/security/memory/memory_clear.c b/src/security/memory/memory_clear.c
index d9d053d4b6..75c31abace 100644
--- a/src/security/memory/memory_clear.c
+++ b/src/security/memory/memory_clear.c
@@ -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. */
#if CONFIG(ARCH_X86)
#include <cpu/x86/pae.h>