diff options
author | Martin Roth <gaumless@gmail.com> | 2022-10-28 22:25:02 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2022-11-20 15:24:32 +0000 |
commit | bfdb489032702f9e3ec8eab1c4a0998ad06c9a3f (patch) | |
tree | 2bbdddca5493ab9bc5e2c12705cada9adbffd4a0 /Documentation/Makefile | |
parent | 97afddf36a9cbcff284da3a4a67e6f93a2aa281a (diff) |
Docs: Add SPDX headers to Makefiles
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: Id229fb22d20c489db3dd7a59f29e7ac10174fd85
Reviewed-on: https://review.coreboot.org/c/coreboot/+/68957
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Matt DeVillier <matt.devillier@amd.corp-partner.google.com>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 1 |
1 files changed, 1 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> |