fix(LICENSE): Add license information

This commit is contained in:
sinavir 2025-01-30 00:22:50 +01:00
parent 1a06074607
commit b21712efb4
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

View file

@ -1,6 +1,10 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p ubootTools
# SPDX-FileCopyrightText: 2024 Ryan Lahfa <ryan.lahfa@dgnum.eu>
#
# SPDX-License-Identifier: EUPL-1.2
usage() {
echo "extract the firmware part to write it manually from a Zyxel NWA FIT image"
echo "$0 <zyxel_nwa_fit_image_path> <firmware_output_file>"

View file

@ -1,4 +1,9 @@
#!/usr/bin/env bash
# SPDX-FileCopyrightText: 2024 Daniel Barlow <dan@telent.net>
#
# SPDX-License-Identifier: MIT
# TODO: support automatic levitation when the rebuild counts does not fit in the target.
# TODO: support preflight checks where we detect the environment we are booted in (this requires the levitation to write a special file).
# TODO: use colmena to know the target host and focus on the node name.