From 2abb4ed63a9da91bbc5d100224e756fb14931ca5 Mon Sep 17 00:00:00 2001 From: Mark Matyas Date: Fri, 4 Oct 2024 12:17:44 -0700 Subject: [PATCH] ci: Add license/copy to shell script Signed-off-by: Mark Matyas --- ci/yocto-check-layer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/yocto-check-layer.sh b/ci/yocto-check-layer.sh index c7185b73..80a2a6e8 100755 --- a/ci/yocto-check-layer.sh +++ b/ci/yocto-check-layer.sh @@ -1,4 +1,6 @@ #!/bin/sh -e +# Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. +# SPDX-License-Identifier: MIT TOPDIR=$(realpath $(dirname $(readlink -f $0))/..)