summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-12-27 14:01:07 +0000
committerLeah Rowe <leah@libreboot.org>2024-12-27 14:01:07 +0000
commitccc2b4d589fb3315f43443e74c861c47fa2d5ff4 (patch)
treef4f78d6158457ed4c528aa73c4f3d60af06efad5 /config
parenta3969701e6b6072111757a84a58a67538bd53b05 (diff)
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>
Diffstat (limited to 'config')
-rw-r--r--config/dependencies/arch2
-rwxr-xr-xconfig/dependencies/debian2
-rwxr-xr-xconfig/dependencies/fedora382
-rwxr-xr-xconfig/dependencies/fedora402
-rwxr-xr-xconfig/dependencies/fedora412
-rw-r--r--config/dependencies/parabola2
-rwxr-xr-xconfig/dependencies/trisquel2
-rwxr-xr-xconfig/dependencies/ubuntu20042
-rwxr-xr-xconfig/dependencies/ubuntu24042
-rw-r--r--config/dependencies/void2
10 files changed, 20 insertions, 0 deletions
diff --git a/config/dependencies/arch b/config/dependencies/arch
index 4d624860..ec75425a 100644
--- a/config/dependencies/arch
+++ b/config/dependencies/arch
@@ -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 \
diff --git a/config/dependencies/debian b/config/dependencies/debian
index 819f3196..d147673c 100755
--- a/config/dependencies/debian
+++ b/config/dependencies/debian
@@ -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 \
diff --git a/config/dependencies/fedora38 b/config/dependencies/fedora38
index 8f672205..2e192e6f 100755
--- a/config/dependencies/fedora38
+++ b/config/dependencies/fedora38
@@ -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 \
diff --git a/config/dependencies/fedora40 b/config/dependencies/fedora40
index 6836b57b..297c0266 100755
--- a/config/dependencies/fedora40
+++ b/config/dependencies/fedora40
@@ -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 \
diff --git a/config/dependencies/fedora41 b/config/dependencies/fedora41
index 0650ba8e..5ba6f552 100755
--- a/config/dependencies/fedora41
+++ b/config/dependencies/fedora41
@@ -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++ \
diff --git a/config/dependencies/parabola b/config/dependencies/parabola
index f598e491..17aca3ae 100644
--- a/config/dependencies/parabola
+++ b/config/dependencies/parabola
@@ -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 \
diff --git a/config/dependencies/trisquel b/config/dependencies/trisquel
index 027c7ef1..a6d5e3ca 100755
--- a/config/dependencies/trisquel
+++ b/config/dependencies/trisquel
@@ -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 \
diff --git a/config/dependencies/ubuntu2004 b/config/dependencies/ubuntu2004
index c9d8a550..a328b999 100755
--- a/config/dependencies/ubuntu2004
+++ b/config/dependencies/ubuntu2004
@@ -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 \
diff --git a/config/dependencies/ubuntu2404 b/config/dependencies/ubuntu2404
index 9f33964a..f1a1aff1 100755
--- a/config/dependencies/ubuntu2404
+++ b/config/dependencies/ubuntu2404
@@ -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 \
diff --git a/config/dependencies/void b/config/dependencies/void
index 5eb65d14..9060b7c1 100644
--- a/config/dependencies/void
+++ b/config/dependencies/void
@@ -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 \