diff options
Diffstat (limited to 'script/update/blobs/extract')
-rwxr-xr-x | script/update/blobs/extract | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/script/update/blobs/extract b/script/update/blobs/extract index 4404f9e2..8a78a20f 100755 --- a/script/update/blobs/extract +++ b/script/update/blobs/extract @@ -1,9 +1,7 @@ #!/usr/bin/env sh -# script to automate extracting blobs from an existing vendor bios - +# SPDX-License-Identifier: GPL-3.0-only # SPDX-FileCopyrightText: 2022 Caleb La Grange <thonkpeasant@protonmail.com> # SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org> -# SPDX-License-Identifier: GPL-3.0-only . "include/err.sh" . "include/defconfig.sh" |