diff options
-rw-r--r-- | src/include/cpu/x86/bist.h | 2 | ||||
-rw-r--r-- | src/include/device/pnp.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/include/cpu/x86/bist.h b/src/include/cpu/x86/bist.h index eb34c97e34..247e78cd19 100644 --- a/src/include/cpu/x86/bist.h +++ b/src/include/cpu/x86/bist.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + #ifndef CPU_X86_BIST_H #define CPU_X86_BIST_H diff --git a/src/include/device/pnp.h b/src/include/device/pnp.h index 770a640963..e2a6dc2395 100644 --- a/src/include/device/pnp.h +++ b/src/include/device/pnp.h @@ -1,3 +1,5 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ + #ifndef DEVICE_PNP_H #define DEVICE_PNP_H |