From d6db4b08260c2d9d426a8a83d997131f6449115d Mon Sep 17 00:00:00 2001 From: Tom Kirchner Date: Wed, 8 Jan 2025 16:58:36 -0800 Subject: Add missing copyright/license headers --- tools/collate/mkcollator.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tools/collate') 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 +# +# SPDX-License-Identifier: GPL-3.0-only + set -eu if [ -z "${2:-}" ]; then -- cgit v1.2.3