From cc1642096e32f2f71a30ca6adc7fed882786966e Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 25 Sep 2023 02:19:30 +0100 Subject: Use SPDX license headers on all scripts This results in much cleaner copyright and license declarations. SPDX headers are legally recognised and make auditing easier. Also, remove descriptions of each script, from each script. Libreboot documentation at docs/maintain/ describes them. Signed-off-by: Leah Rowe --- script/build/command/options | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'script/build/command') diff --git a/script/build/command/options b/script/build/command/options index dd22078f..1757b0b4 100755 --- a/script/build/command/options +++ b/script/build/command/options @@ -1,7 +1,6 @@ #!/usr/bin/env sh - -# Copyright (c) 2023 Leah Rowe # SPDX-License-Identifier: MIT +# SPDX-FileCopyrightText: 2023 Leah Rowe . "include/err.sh" -- cgit v1.2.1