diff --git a/cmd/root.go b/cmd/root.go index 75848e852717d7d3669faded03e149cdbe66c75a..d072529278eb05953752aed0b1c2dfd457cfcc88 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,3 +1,10 @@ +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// + package cmd import ( diff --git a/main.go b/main.go index 9a9c3fc88ba6d5ed2168a1c294a170e5e37808a1..9d36d566c8b8ecc1824e22ef239a4ff7e3cd9cfa 100644 --- a/main.go +++ b/main.go @@ -1,9 +1,9 @@ -/////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 xx network SEZC // -// // -// Use of this source code is governed by a license that can be found in the // -// LICENSE file // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// +// Copyright © 2022 xx foundation // +// // +// Use of this source code is governed by a license that can be found in the // +// LICENSE file. // +//////////////////////////////////////////////////////////////////////////////// package main