diff options
Diffstat (limited to 'tools/collate')
| -rwxr-xr-x | tools/collate/mkcollator.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/collate/mkcollator.sh b/tools/collate/mkcollator.sh index e5962429..fc17d93d 100755 --- a/tools/collate/mkcollator.sh +++ b/tools/collate/mkcollator.sh @@ -1,4 +1,9 @@ #!/bin/bash + +# SPDX-FileCopyrightText: 2023 jacqueline <me@jacqueline.id.au> +# +# SPDX-License-Identifier: GPL-3.0-only + set -eu if [ -z "${2:-}" ]; then |
