mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-26 18:44:47 +01:00
Many cli and arch files were using the 'older style' fairly full Apache license text. The project standard is the shorter SPDX style. Convert them over. Fixes: #225 Signed-off-by: Graham whaley <graham.whaley@intel.com>
13 lines
192 B
Makefile
13 lines
192 B
Makefile
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# ARM 64 settings
|
|
|
|
MACHINETYPE := virt
|
|
KERNELPARAMS :=
|
|
MACHINEACCELERATORS :=
|
|
|
|
QEMUCMD := qemu-system-aarch64
|