From 9023e9f6b23c1af72b4f2703ea2e4c2201d3b772 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))/..)