mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-22 22:49:30 +02:00
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>
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
set prefix=(memdisk)/boot/grub
|
set prefix=(memdisk)/boot/grub
|
||||||
|
|
||||||
insmod at_keyboard
|
insmod at_keyboard
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
set prefix=(memdisk)/boot/grub
|
set prefix=(memdisk)/boot/grub
|
||||||
|
|
||||||
if [ -f (cbfsdisk)/grub.cfg ]; then
|
if [ -f (cbfsdisk)/grub.cfg ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user