grub.cfg: add spdx header

it has always been gpl 3 or later, but it helps to have
the license declaration within the file

there's a copying file anyway. put spdx in the config

Signed-off-by: Leah Rowe <leah@libreboot.org>
20240612_branch
Leah Rowe 2024-05-27 22:40:35 +01:00
parent 3998a3ba48
commit b11e4c9f3e
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
set prefix=(memdisk)/boot/grub
insmod at_keyboard

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
set prefix=(memdisk)/boot/grub
if [ -f (cbfsdisk)/grub.cfg ]; then