From 0533bee22259adf504aba0f4971a760500efc84a Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Tue, 16 Mar 2021 16:35:43 +0800 Subject: [PATCH] packaging: add missing SPDX headers Otherwise static checker complains and fails. Signed-off-by: Peng Tao --- tools/packaging/kata-deploy/Dockerfile | 6 ++++++ tools/packaging/static-build/qemu-virtiofs/Makefile | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/tools/packaging/kata-deploy/Dockerfile b/tools/packaging/kata-deploy/Dockerfile index 5db3a0bca0..3c64305465 100644 --- a/tools/packaging/kata-deploy/Dockerfile +++ b/tools/packaging/kata-deploy/Dockerfile @@ -1,3 +1,9 @@ +#!/usr/bin/env bash +# Copyright (c) 2021 Intel Corporation +# +# SPDX-License-Identifier: Apache-2.0 +# + FROM centos/systemd ARG KUBE_ARCH=amd64 ARG KATA_ARTIFACTS=./kata-static.tar.xz diff --git a/tools/packaging/static-build/qemu-virtiofs/Makefile b/tools/packaging/static-build/qemu-virtiofs/Makefile index ab25f369d5..a91e651cf1 100644 --- a/tools/packaging/static-build/qemu-virtiofs/Makefile +++ b/tools/packaging/static-build/qemu-virtiofs/Makefile @@ -1,3 +1,8 @@ +#!/usr/bin/env bash +# Copyright (c) 2021 Intel Corporation +# +# SPDX-License-Identifier: Apache-2.0 +# MK_DIR :=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) CONFIG_DIR := $(MK_DIR)/../../scripts/