summaryrefslogtreecommitdiff
path: root/poky/scripts/yocto-check-layer-wrapper
diff options
context:
space:
mode:
Diffstat (limited to 'poky/scripts/yocto-check-layer-wrapper')
-rwxr-xr-xpoky/scripts/yocto-check-layer-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/poky/scripts/yocto-check-layer-wrapper b/poky/scripts/yocto-check-layer-wrapper
index b5df9ce98..2e3b69903 100755
--- a/poky/scripts/yocto-check-layer-wrapper
+++ b/poky/scripts/yocto-check-layer-wrapper
@@ -6,7 +6,9 @@
# script to avoid a contaminated environment.
#
# Copyright (C) 2017 Intel Corporation
-# Released under the MIT license (see COPYING.MIT)
+#
+# SPDX-License-Identifier: MIT
+#
if [ -z "$BUILDDIR" ]; then
echo "Please source oe-init-build-env before run this script."