diff options
author | Leah Rowe <leah@libreboot.org> | 2024-12-27 14:01:07 +0000 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-12-27 14:01:07 +0000 |
commit | ccc2b4d589fb3315f43443e74c861c47fa2d5ff4 (patch) | |
tree | f4f78d6158457ed4c528aa73c4f3d60af06efad5 /config/dependencies/trisquel | |
parent | a3969701e6b6072111757a84a58a67538bd53b05 (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/dependencies/trisquel')
-rwxr-xr-x | config/dependencies/trisquel | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |