From 1475c363ad7d3c7eae3a280e5f7d150164a4bb3b Mon Sep 17 00:00:00 2001 From: liuxinfeng Date: Thu, 28 Apr 2022 11:08:37 +0800 Subject: [PATCH] chore: add Copyright --- v210/common/gas.go | 7 +++++++ v210/common/result.go | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/v210/common/gas.go b/v210/common/gas.go index 611bcdc..16d860f 100644 --- a/v210/common/gas.go +++ b/v210/common/gas.go @@ -1,3 +1,10 @@ +/* + * Copyright (C) BABEC. All rights reserved. + * Copyright (C) THL A29 Limited, a Tencent company. All rights reserved. + * + * SPDX-License-Identifier: Apache-2.0 + */ + package common210 import "chainmaker.org/chainmaker/pb-go/v2/syscontract" diff --git a/v210/common/result.go b/v210/common/result.go index 740fc5f..69c0864 100644 --- a/v210/common/result.go +++ b/v210/common/result.go @@ -1,3 +1,10 @@ +/* + * Copyright (C) BABEC. All rights reserved. + * Copyright (C) THL A29 Limited, a Tencent company. All rights reserved. + * + * SPDX-License-Identifier: Apache-2.0 + */ + package common210 import ( -- GitLab