diff options
| author | Leah Rowe <leah@libreboot.org> | 2024-12-27 02:23:13 +0000 | 
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2024-12-27 02:24:38 +0000 | 
| commit | 8f370cb60d9386bf584036245a8e5c273e8d393c (patch) | |
| tree | 08f60b4e12d44823ffb5a49814c817fb66c9a4a3 /config/data/grub | |
| parent | d591ea4c5dc90cfea96b780278fb36eafae03f0a (diff) | |
add spdx headers to various config files
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/data/grub')
| -rw-r--r-- | config/data/grub/mkhelper.cfg | 2 | ||||
| -rwxr-xr-x | config/data/grub/module/default | 2 | ||||
| -rwxr-xr-x | config/data/grub/module/nvme | 2 | ||||
| -rwxr-xr-x | config/data/grub/module/xhci | 2 | 
4 files changed, 8 insertions, 0 deletions
| diff --git a/config/data/grub/mkhelper.cfg b/config/data/grub/mkhelper.cfg index b75cf9d7..5d66f42f 100644 --- a/config/data/grub/mkhelper.cfg +++ b/config/data/grub/mkhelper.cfg @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later +  . "include/rom.sh"  bootstrapargs="--gnulib-srcdir=gnulib/ --no-git" diff --git a/config/data/grub/module/default b/config/data/grub/module/default index 3555ad11..1ee5327f 100755 --- a/config/data/grub/module/default +++ b/config/data/grub/module/default @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later +  # Install modules (installed, but not automatically loaded)  grub_install_modules=" \  hexdump \ diff --git a/config/data/grub/module/nvme b/config/data/grub/module/nvme index 503c61c8..a3a2847c 100755 --- a/config/data/grub/module/nvme +++ b/config/data/grub/module/nvme @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later +  # Install modules (installed, but not automatically loaded)  grub_install_modules=" \  hexdump \ diff --git a/config/data/grub/module/xhci b/config/data/grub/module/xhci index 6235bbad..ee4d10f7 100755 --- a/config/data/grub/module/xhci +++ b/config/data/grub/module/xhci @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: GPL-3.0-or-later +  # Install modules (installed, but not automatically loaded)  grub_install_modules=" \  hexdump \ | 
