diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-31 14:37:51 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-31 14:37:51 +0800 |
commit | 5b5055beea9c081869cc89ee6f07d9defe202dcc (patch) | |
tree | e9e563014ff9da2af16f7b2f2a242ee4dd04e837 | |
parent | Add an auto-indent script (diff) | |
download | forge-5b5055beea9c081869cc89ee6f07d9defe202dcc.tar.gz forge-5b5055beea9c081869cc89ee6f07d9defe202dcc.tar.zst forge-5b5055beea9c081869cc89ee6f07d9defe202dcc.zip |
Fix shell script license headers
-rwxr-xr-x | scripts/indent | 3 | ||||
-rwxr-xr-x | scripts/update_deps | 2 |
2 files changed, 4 insertions, 1 deletions
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 <https://runxiyu.org> 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 <https://runxiyu.org> |