diff options
-rw-r--r-- | Documentation/Makefile | 1 | ||||
-rw-r--r-- | Documentation/Makefile.sphinx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index b4fe8df0ab..836b6e5f87 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -1,3 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only # # Makefile for coreboot paper. # hacked together by Stefan Reinauer <stepan@openbios.org> diff --git a/Documentation/Makefile.sphinx b/Documentation/Makefile.sphinx index 6930130cb5..289c45bec7 100644 --- a/Documentation/Makefile.sphinx +++ b/Documentation/Makefile.sphinx @@ -1,3 +1,4 @@ +## SPDX-License-Identifier: GPL-2.0-only # Makefile for Sphinx documentation # |