From d79268ac6519088b21011772a61337bcc9930699 Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Tue, 21 Dec 2021 09:59:18 -0500 Subject: [PATCH] tools/packaging: add copyright to kata-monitor's Dockerfile The kata-monitor's Dockerfile was added by Eric Ernst on commit 2f1cb7995ffe8089ea3c01 but for some reason the static checker did not catch the file misses the copyright statement at the time it was added. But it is now complaining about it. So this assign the copyright to him to make the static-checker happy. Fixes #3329 Signed-off-by: Wainer dos Santos Moschetta --- tools/packaging/kata-monitor/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/packaging/kata-monitor/Dockerfile b/tools/packaging/kata-monitor/Dockerfile index 9b964891f9..513f666bb8 100644 --- a/tools/packaging/kata-monitor/Dockerfile +++ b/tools/packaging/kata-monitor/Dockerfile @@ -1,3 +1,4 @@ +# Copyright (c) 2020 Eric Ernst # SPDX-License-Identifier: Apache-2.0 FROM golang:1.15-alpine AS builder