From 5b5055beea9c081869cc89ee6f07d9defe202dcc Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 31 Mar 2025 14:37:51 +0800 Subject: Fix shell script license headers --- scripts/indent | 3 +++ scripts/update_deps | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/indent b/scripts/indent index 1693aff..120685f 100755 --- a/scripts/indent +++ b/scripts/indent @@ -1,4 +1,7 @@ #!/bin/sh +# +# SPDX-License-Identifier: AGPL-3.0-only +# SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu set -eu diff --git a/scripts/update_deps b/scripts/update_deps index e39ae69..d4e2dd5 100755 --- a/scripts/update_deps +++ b/scripts/update_deps @@ -1,5 +1,5 @@ #!/bin/sh - +# # SPDX-License-Identifier: AGPL-3.0-only # SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu -- cgit v1.2.3