From 67f305aeb8179a6d4ba558a67b4eecac619e81e7 Mon Sep 17 00:00:00 2001
From: "Gomez Goiri, Aitor" <aitor.gomez@tecnalia.com>
Date: Mon, 7 Mar 2022 21:38:15 +0100
Subject: [PATCH] Fixing license notices

---
 chaincode/controller/bid/acl.go                | 9 +++++----
 chaincode/controller/bid/bid_decision_input.go | 9 +++++----
 chaincode/controller/bid/bid_input.go          | 9 +++++----
 chaincode/middleware/acl.go                    | 9 +++++----
 chaincode/middleware/selector.go               | 9 +++++----
 chaincode/middleware/stats.go                  | 2 +-
 chaincode/middleware/units.go                  | 2 +-
 7 files changed, 27 insertions(+), 22 deletions(-)

diff --git a/chaincode/controller/bid/acl.go b/chaincode/controller/bid/acl.go
index 9cfcb5d..d04764d 100644
--- a/chaincode/controller/bid/acl.go
+++ b/chaincode/controller/bid/acl.go
@@ -1,7 +1,8 @@
-// acl.go
-// COPYRIGHT: FUNDACIÓN TECNALIA RESEARCH & INNOVATION, 2021.
-// acl.go is part of the Computer file TRACEBLOCK. Copyrighted under U.S. Copyright Office Registration Number TXu002105160, registered on 2018-06-25 by FUNDACIÓN TECNALIA RESEARCH & INNOVATION.
-// This license is effective worldwide.
+/**
+ * acl.go
+ *
+ * COPYRIGHT: FUNDACIÓN TECNALIA RESEARCH & INNOVATION, 2021.
+ */
 
 package bid
 
diff --git a/chaincode/controller/bid/bid_decision_input.go b/chaincode/controller/bid/bid_decision_input.go
index bb918fd..f57bd3b 100644
--- a/chaincode/controller/bid/bid_decision_input.go
+++ b/chaincode/controller/bid/bid_decision_input.go
@@ -1,7 +1,8 @@
-// input.go
-// COPYRIGHT: FUNDACIÓN TECNALIA RESEARCH & INNOVATION, 2018.
-// input.go is part of the Computer file TRACEBLOCK. Copyrighted under U.S. Copyright Office Registration Number TXu002105160, registered on 2018-06-25 by FUNDACIÓN TECNALIA RESEARCH & INNOVATION.
-// This license is effective worldwide.
+/**
+ * bid_decision_input.go
+ *
+ * COPYRIGHT: FUNDACIÓN TECNALIA RESEARCH & INNOVATION, 2021.
+ */
 
 package bid
 
diff --git a/chaincode/controller/bid/bid_input.go b/chaincode/controller/bid/bid_input.go
index 167c621..bbbcc5e 100644
--- a/chaincode/controller/bid/bid_input.go
+++ b/chaincode/controller/bid/bid_input.go
@@ -1,7 +1,8 @@
-// input.go
-// COPYRIGHT: FUNDACIÓN TECNALIA RESEARCH & INNOVATION, 2018.
-// input.go is part of the Computer file TRACEBLOCK. Copyrighted under U.S. Copyright Office Registration Number TXu002105160, registered on 2018-06-25 by FUNDACIÓN TECNALIA RESEARCH & INNOVATION.
-// This license is effective worldwide.
+/**
+ * bid_input.go
+ *
+ * COPYRIGHT: FUNDACIÓN TECNALIA RESEARCH & INNOVATION, 2021.
+ */
 
 package bid
 
diff --git a/chaincode/middleware/acl.go b/chaincode/middleware/acl.go
index 6101957..5a3390e 100644
--- a/chaincode/middleware/acl.go
+++ b/chaincode/middleware/acl.go
@@ -1,7 +1,8 @@
-// selector.go
-// COPYRIGHT: FUNDACIÓN TECNALIA RESEARCH & INNOVATION, 2021.
-// selector.go is part of the Computer file TRACEBLOCK. Copyrighted under U.S. Copyright Office Registration Number TXu002105160, registered on 2018-06-25 by FUNDACIÓN TECNALIA RESEARCH & INNOVATION.
-// This license is effective worldwide.
+/**
+ * acl.go
+ *
+ * COPYRIGHT: FUNDACIÓN TECNALIA RESEARCH & INNOVATION, 2021.
+ */
 
 package middleware
 
diff --git a/chaincode/middleware/selector.go b/chaincode/middleware/selector.go
index 7de4773..b1423db 100644
--- a/chaincode/middleware/selector.go
+++ b/chaincode/middleware/selector.go
@@ -1,7 +1,8 @@
-// selector.go
-// COPYRIGHT: FUNDACIÓN TECNALIA RESEARCH & INNOVATION, 2021.
-// selector.go is part of the Computer file TRACEBLOCK. Copyrighted under U.S. Copyright Office Registration Number TXu002105160, registered on 2018-06-25 by FUNDACIÓN TECNALIA RESEARCH & INNOVATION.
-// This license is effective worldwide.
+/**
+ * selector.go
+ *
+ * COPYRIGHT: FUNDACIÓN TECNALIA RESEARCH & INNOVATION, 2021.
+ */
 
 package middleware
 
diff --git a/chaincode/middleware/stats.go b/chaincode/middleware/stats.go
index 71dd771..74a06e8 100644
--- a/chaincode/middleware/stats.go
+++ b/chaincode/middleware/stats.go
@@ -1,5 +1,5 @@
 /**
- * type.go
+ * stats.go
  *
  * COPYRIGHT: FUNDACIÓN TECNALIA RESEARCH & INNOVATION, 2022.
  */
diff --git a/chaincode/middleware/units.go b/chaincode/middleware/units.go
index 1c19d75..888c8d7 100644
--- a/chaincode/middleware/units.go
+++ b/chaincode/middleware/units.go
@@ -1,5 +1,5 @@
 /**
- * type.go
+ * units.go
  *
  * COPYRIGHT: FUNDACIÓN TECNALIA RESEARCH & INNOVATION, 2022.
  */
-- 
GitLab