From 5c7375fa644e9b95e9d1082c27e880e0f52b5535 Mon Sep 17 00:00:00 2001
From: Sydney Anne Erickson <sydney@elixxir.io>
Date: Thu, 1 Sep 2022 15:59:56 -0700
Subject: [PATCH] Update copyright headers

---
 cmd/root.go |  7 +++++++
 main.go     | 12 ++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/cmd/root.go b/cmd/root.go
index 75848e8..d072529 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 9a9c3fc..9d36d56 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
 
-- 
GitLab