From 008bc588dda6b7768c7257a26094a44c4b5da950 Mon Sep 17 00:00:00 2001 From: Jose Carlos Venegas Munoz Date: Tue, 16 Apr 2019 14:17:06 -0500 Subject: [PATCH] license: add license header Systemd files has not license header, this properly add it. Fixes: #531 Signed-off-by: Jose Carlos Venegas Munoz --- kata-agent.service.in | 6 ++++++ kata-containers.target | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/kata-agent.service.in b/kata-agent.service.in index 861757d029..2befdf6ba1 100644 --- a/kata-agent.service.in +++ b/kata-agent.service.in @@ -1,3 +1,9 @@ +# +# Copyright (c) 2018-2019 Intel Corporation +# +# SPDX-License-Identifier: Apache-2.0 +# + [Unit] Description=Kata Containers Agent Documentation=https://github.com/kata-containers/agent diff --git a/kata-containers.target b/kata-containers.target index bf78f01cd1..7eddea9517 100644 --- a/kata-containers.target +++ b/kata-containers.target @@ -1,3 +1,9 @@ +# +# Copyright (c) 2018-2019 Intel Corporation +# +# SPDX-License-Identifier: Apache-2.0 +# + [Unit] Description=Kata Containers Agent Target Requires=basic.target