add spdx headers to dependencies configs

these used to be separate scripts under gpl 3+, so it makes
sense to clarify the licensing situation

Signed-off-by: Leah Rowe <leah@libreboot.org>
20241206_branch
Leah Rowe 2024-12-27 14:01:07 +00:00
parent a3969701e6
commit ccc2b4d589
10 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
pkg_add="pacman -S --needed --noconfirm"
pkglist=" \
acpica arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib \

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
pkg_add="apt-get -y install"
pkglist=" \
acpica-tools autoconf autogen automake autopoint autotools-dev bc \

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
pkg_add="dnf -y install"
pkglist=" \
acpica-tools arm-none-eabi-binutils arm-none-eabi-gcc \

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
pkg_add="dnf -y install"
pkglist=" \
acpica-tools arm-none-eabi-binutils arm-none-eabi-gcc \

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
pkg_add="dnf -y install"
pkglist=" \
acpica-tools arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-gcc-cs-c++ \

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
pkg_add="pacman -S --needed --noconfirm"
pkglist=" \
acpica arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib \

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
pkg_add="apt-get -y install"
pkglist=" \
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
pkg_add="apt-get -y install"
pkglist=" \
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
pkg_add="apt-get -y install"
pkglist=" \
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \

View File

@ -1,3 +1,5 @@
# SPDX-License-Identifier: GPL-3.0-or-later
pkg_add="xbps-install -y"
pkglist=" \
acpica-utils autogen base-devel bison cmake \