From dfe5ef36b43ec84fc09e5dd6bd29753fa65bcc7a Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Fri, 26 Mar 2021 15:08:40 +0800 Subject: [PATCH] tools: fix missing SPDX license header As reported by the static checker. Signed-off-by: Peng Tao --- tools/packaging/static-build/firecracker/Makefile | 5 +++++ tools/packaging/static-build/qemu/Makefile | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/tools/packaging/static-build/firecracker/Makefile b/tools/packaging/static-build/firecracker/Makefile index 2978ac1bc6..1add636c91 100644 --- a/tools/packaging/static-build/firecracker/Makefile +++ b/tools/packaging/static-build/firecracker/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/ diff --git a/tools/packaging/static-build/qemu/Makefile b/tools/packaging/static-build/qemu/Makefile index 00ab89e462..0a078bd68d 100644 --- a/tools/packaging/static-build/qemu/Makefile +++ b/tools/packaging/static-build/qemu/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/