mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-15 22:53:43 +00:00
packaging: add missing SPDX headers
Otherwise static checker complains and fails. Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
parent
2114576be5
commit
0533bee222
@ -1,3 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
# Copyright (c) 2021 Intel Corporation
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
#
|
||||||
|
|
||||||
FROM centos/systemd
|
FROM centos/systemd
|
||||||
ARG KUBE_ARCH=amd64
|
ARG KUBE_ARCH=amd64
|
||||||
ARG KATA_ARTIFACTS=./kata-static.tar.xz
|
ARG KATA_ARTIFACTS=./kata-static.tar.xz
|
||||||
|
@ -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))))
|
MK_DIR :=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||||
CONFIG_DIR := $(MK_DIR)/../../scripts/
|
CONFIG_DIR := $(MK_DIR)/../../scripts/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user