mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-18 04:22:15 +02:00
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>
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
pkg_add="pacman -S --needed --noconfirm"
|
pkg_add="pacman -S --needed --noconfirm"
|
||||||
pkglist=" \
|
pkglist=" \
|
||||||
acpica arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib \
|
acpica arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib \
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
pkg_add="apt-get -y install"
|
pkg_add="apt-get -y install"
|
||||||
pkglist=" \
|
pkglist=" \
|
||||||
acpica-tools autoconf autogen automake autopoint autotools-dev bc \
|
acpica-tools autoconf autogen automake autopoint autotools-dev bc \
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
pkg_add="dnf -y install"
|
pkg_add="dnf -y install"
|
||||||
pkglist=" \
|
pkglist=" \
|
||||||
acpica-tools arm-none-eabi-binutils arm-none-eabi-gcc \
|
acpica-tools arm-none-eabi-binutils arm-none-eabi-gcc \
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
pkg_add="dnf -y install"
|
pkg_add="dnf -y install"
|
||||||
pkglist=" \
|
pkglist=" \
|
||||||
acpica-tools arm-none-eabi-binutils arm-none-eabi-gcc \
|
acpica-tools arm-none-eabi-binutils arm-none-eabi-gcc \
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
pkg_add="dnf -y install"
|
pkg_add="dnf -y install"
|
||||||
pkglist=" \
|
pkglist=" \
|
||||||
acpica-tools arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-gcc-cs-c++ \
|
acpica-tools arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-gcc-cs-c++ \
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
pkg_add="pacman -S --needed --noconfirm"
|
pkg_add="pacman -S --needed --noconfirm"
|
||||||
pkglist=" \
|
pkglist=" \
|
||||||
acpica arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib \
|
acpica arm-none-eabi-binutils arm-none-eabi-gcc arm-none-eabi-newlib \
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
pkg_add="apt-get -y install"
|
pkg_add="apt-get -y install"
|
||||||
pkglist=" \
|
pkglist=" \
|
||||||
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \
|
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
pkg_add="apt-get -y install"
|
pkg_add="apt-get -y install"
|
||||||
pkglist=" \
|
pkglist=" \
|
||||||
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \
|
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
pkg_add="apt-get -y install"
|
pkg_add="apt-get -y install"
|
||||||
pkglist=" \
|
pkglist=" \
|
||||||
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \
|
autoconf autogen automake autopoint autotools-dev bc binutils-arm-none-eabi \
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
pkg_add="xbps-install -y"
|
pkg_add="xbps-install -y"
|
||||||
pkglist=" \
|
pkglist=" \
|
||||||
acpica-utils autogen base-devel bison cmake \
|
acpica-utils autogen base-devel bison cmake \
|
||||||
|
|||||||
Reference in New Issue
Block a user