From 80972f7d142540b886068d67a49794aaa7232fb5 Mon Sep 17 00:00:00 2001 From: lixiang Date: Fri, 6 Sep 2019 15:16:21 +0800 Subject: [PATCH] containerd: add copyright reason: add copyright Change-Id: I93ef565c6bf10d6f8cb66d956dddbfbd14477138 Signed-off-by: lixiang --- events/exit.go | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/events/exit.go b/events/exit.go index 772dc24..d3b3027 100644 --- a/events/exit.go +++ b/events/exit.go @@ -1,3 +1,12 @@ +/* +Copyright (c) Huawei Technologies Co., Ltd. 2019. All rights reserved. +Use of this source code is governed by Apache-2.0 +license that can be found in the LICENSE file +Description: common functions +Author: jingrui +Create: 2019-02-12 +*/ + package events import ( @@ -97,4 +106,3 @@ func InitExitExist(bundle string) bool { } return false } - -- 1.8.3.1