summaryrefslogtreecommitdiff
path: root/tools/collate/mkcollator.sh
diff options
context:
space:
mode:
authorTom Kirchner <git@halffull.org>2025-01-08 16:58:36 -0800
committerTom Kirchner <git@halffull.org>2025-01-08 16:58:36 -0800
commitd6db4b08260c2d9d426a8a83d997131f6449115d (patch)
tree47a449c614665a5ab3ddd05fc4569c081f3f91d5 /tools/collate/mkcollator.sh
parent88d2bbe067ac15b9224ec12a1b3ef3286f83fa2c (diff)
downloadtangara-fw-d6db4b08260c2d9d426a8a83d997131f6449115d.tar.gz
Add missing copyright/license headers
Diffstat (limited to 'tools/collate/mkcollator.sh')
-rwxr-xr-xtools/collate/mkcollator.sh5
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