80 lines
2.2 KiB
Diff
80 lines
2.2 KiB
Diff
From 24c82a1f5e930d34f28843478e03e877ede0ab11 Mon Sep 17 00:00:00 2001
|
|
From: xiadanni <xiadanni1@huawei.com>
|
|
Date: Fri, 30 Aug 2019 02:19:15 +0800
|
|
Subject: [PATCH] docker: add copyright
|
|
|
|
reason: add copyright
|
|
|
|
Change-Id: I26a1a140e2223646154c0980bc9ec4f0b212f764
|
|
Signed-off-by: xiadanni <xiadanni1@huawei.com>
|
|
---
|
|
components/cli/opts/hugetlb.go | 7 +++++++
|
|
components/engine/pkg/sysinfo/utils_linux.go | 7 ++++++-
|
|
components/engine/pkg/trylock/mutex.go | 7 +++++++
|
|
components/engine/utils/utils.go | 7 +++++++
|
|
4 files changed, 27 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/components/cli/opts/hugetlb.go b/components/cli/opts/hugetlb.go
|
|
index 48cfeff..c90a00b 100644
|
|
--- a/components/cli/opts/hugetlb.go
|
|
+++ b/components/cli/opts/hugetlb.go
|
|
@@ -1,3 +1,10 @@
|
|
+/*
|
|
+Copyright (c) Huawei Technologies Co., Ltd. 2017-2019. All rights reserved.
|
|
+Description: hugetlb related common functions
|
|
+Author: zhaolongquan
|
|
+Create: 2019-06-12
|
|
+*/
|
|
+
|
|
package opts
|
|
|
|
import (
|
|
diff --git a/components/engine/pkg/sysinfo/utils_linux.go b/components/engine/pkg/sysinfo/utils_linux.go
|
|
index 905d0b7..e380f7a 100644
|
|
--- a/components/engine/pkg/sysinfo/utils_linux.go
|
|
+++ b/components/engine/pkg/sysinfo/utils_linux.go
|
|
@@ -1,4 +1,9 @@
|
|
-// +build linux
|
|
+/*
|
|
+Copyright (c) Huawei Technologies Co., Ltd. 2017-2019. All rights reserved.
|
|
+Description: hugetlb related common functions
|
|
+Author: zhaolongquan
|
|
+Create: 2019-06-12
|
|
+*/
|
|
|
|
package sysinfo
|
|
|
|
diff --git a/components/engine/pkg/trylock/mutex.go b/components/engine/pkg/trylock/mutex.go
|
|
index 39fb888..63fba74 100644
|
|
--- a/components/engine/pkg/trylock/mutex.go
|
|
+++ b/components/engine/pkg/trylock/mutex.go
|
|
@@ -1,3 +1,10 @@
|
|
+/*
|
|
+Copyright (c) Huawei Technologies Co., Ltd. 2017-2019. All rights reserved.
|
|
+Description: mutex related common functions
|
|
+Author: lujingxiao
|
|
+Create: 2019-01-19
|
|
+*/
|
|
+
|
|
package trylock
|
|
|
|
import (
|
|
diff --git a/components/engine/utils/utils.go b/components/engine/utils/utils.go
|
|
index 75fd409..5363a76 100644
|
|
--- a/components/engine/utils/utils.go
|
|
+++ b/components/engine/utils/utils.go
|
|
@@ -1,3 +1,10 @@
|
|
+/*
|
|
+Copyright (c) Huawei Technologies Co., Ltd. 2017-2019. All rights reserved.
|
|
+Description: common functions
|
|
+Author: lujingxiao
|
|
+Create: 2019-01-19
|
|
+*/
|
|
+
|
|
package utils
|
|
|
|
/*
|
|
--
|
|
1.8.3.1
|
|
|