mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-14 06:06:12 +00:00
tools: fix missing SPDX license header
As reported by the static checker. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
parent
50aa89fa05
commit
dfe5ef36b4
@ -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/
|
||||
|
||||
|
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user