From 25a7353feb054fd925b7ad95778b88fb42b8ffaf Mon Sep 17 00:00:00 2001
From: tuxmain <tuxmain@zettascript.org>
Date: Mon, 19 Jul 2021 17:53:04 +0200
Subject: [PATCH] fix: GPL license notice

---
 pallets/certification/src/lib.rs               | 2 +-
 pallets/certification/src/mock.rs              | 2 +-
 pallets/certification/src/tests.rs             | 2 +-
 pallets/certification/src/traits.rs            | 2 +-
 pallets/identity/src/lib.rs                    | 2 +-
 pallets/identity/src/mock.rs                   | 2 +-
 pallets/identity/src/tests.rs                  | 2 +-
 pallets/identity/src/traits.rs                 | 2 +-
 pallets/template/src/benchmarking.rs           | 2 +-
 pallets/template/src/lib.rs                    | 2 +-
 pallets/template/src/mock.rs                   | 2 +-
 pallets/template/src/tests.rs                  | 2 +-
 pallets/ud-accounts-storage/src/lib.rs         | 2 +-
 pallets/universal-dividend/src/benchmarking.rs | 2 +-
 pallets/universal-dividend/src/lib.rs          | 2 +-
 pallets/universal-dividend/src/mock.rs         | 2 +-
 pallets/universal-dividend/src/tests.rs        | 2 +-
 runtime/build.rs                               | 2 +-
 runtime/src/authorizations.rs                  | 2 +-
 runtime/src/entities.rs                        | 2 +-
 runtime/src/handlers.rs                        | 2 +-
 runtime/src/lib.rs                             | 2 +-
 22 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/pallets/certification/src/lib.rs b/pallets/certification/src/lib.rs
index cf9f85c0c..e9f965e66 100644
--- a/pallets/certification/src/lib.rs
+++ b/pallets/certification/src/lib.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/certification/src/mock.rs b/pallets/certification/src/mock.rs
index 948ee9200..6b1af1a06 100644
--- a/pallets/certification/src/mock.rs
+++ b/pallets/certification/src/mock.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/certification/src/tests.rs b/pallets/certification/src/tests.rs
index 08fa4783b..72017eebb 100644
--- a/pallets/certification/src/tests.rs
+++ b/pallets/certification/src/tests.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/certification/src/traits.rs b/pallets/certification/src/traits.rs
index 329ba1b07..38c4fa37d 100644
--- a/pallets/certification/src/traits.rs
+++ b/pallets/certification/src/traits.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/identity/src/lib.rs b/pallets/identity/src/lib.rs
index d1e9f52a3..a5ac4e31d 100644
--- a/pallets/identity/src/lib.rs
+++ b/pallets/identity/src/lib.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/identity/src/mock.rs b/pallets/identity/src/mock.rs
index 47310db1e..7bc9ec475 100644
--- a/pallets/identity/src/mock.rs
+++ b/pallets/identity/src/mock.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/identity/src/tests.rs b/pallets/identity/src/tests.rs
index 92e93246b..ba173f31c 100644
--- a/pallets/identity/src/tests.rs
+++ b/pallets/identity/src/tests.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/identity/src/traits.rs b/pallets/identity/src/traits.rs
index a61a475e2..441d4b05c 100644
--- a/pallets/identity/src/traits.rs
+++ b/pallets/identity/src/traits.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/template/src/benchmarking.rs b/pallets/template/src/benchmarking.rs
index 3936d6d5a..244c3bf6e 100644
--- a/pallets/template/src/benchmarking.rs
+++ b/pallets/template/src/benchmarking.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/template/src/lib.rs b/pallets/template/src/lib.rs
index c6e4001c0..038151685 100644
--- a/pallets/template/src/lib.rs
+++ b/pallets/template/src/lib.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/template/src/mock.rs b/pallets/template/src/mock.rs
index e0f21ee12..893c7c7b4 100644
--- a/pallets/template/src/mock.rs
+++ b/pallets/template/src/mock.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/template/src/tests.rs b/pallets/template/src/tests.rs
index de01cafec..bc4c99d9b 100644
--- a/pallets/template/src/tests.rs
+++ b/pallets/template/src/tests.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/ud-accounts-storage/src/lib.rs b/pallets/ud-accounts-storage/src/lib.rs
index d9795d349..baa99bdf0 100644
--- a/pallets/ud-accounts-storage/src/lib.rs
+++ b/pallets/ud-accounts-storage/src/lib.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/universal-dividend/src/benchmarking.rs b/pallets/universal-dividend/src/benchmarking.rs
index 47d070dea..76a3c5905 100644
--- a/pallets/universal-dividend/src/benchmarking.rs
+++ b/pallets/universal-dividend/src/benchmarking.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/universal-dividend/src/lib.rs b/pallets/universal-dividend/src/lib.rs
index a5e2eb470..0e1015c41 100644
--- a/pallets/universal-dividend/src/lib.rs
+++ b/pallets/universal-dividend/src/lib.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/universal-dividend/src/mock.rs b/pallets/universal-dividend/src/mock.rs
index 2866933ac..e82ea28f1 100644
--- a/pallets/universal-dividend/src/mock.rs
+++ b/pallets/universal-dividend/src/mock.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/pallets/universal-dividend/src/tests.rs b/pallets/universal-dividend/src/tests.rs
index 45b77703e..b073f4707 100644
--- a/pallets/universal-dividend/src/tests.rs
+++ b/pallets/universal-dividend/src/tests.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/runtime/build.rs b/runtime/build.rs
index e1a9234c5..83edf9ee8 100644
--- a/runtime/build.rs
+++ b/runtime/build.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/runtime/src/authorizations.rs b/runtime/src/authorizations.rs
index b8c04d959..61dbac0aa 100644
--- a/runtime/src/authorizations.rs
+++ b/runtime/src/authorizations.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/runtime/src/entities.rs b/runtime/src/entities.rs
index ba9b8f91f..d0442983d 100644
--- a/runtime/src/entities.rs
+++ b/runtime/src/entities.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/runtime/src/handlers.rs b/runtime/src/handlers.rs
index 04ad4d9f5..ea618f102 100644
--- a/runtime/src/handlers.rs
+++ b/runtime/src/handlers.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs
index 5f5e8bcc1..335a7af90 100644
--- a/runtime/src/lib.rs
+++ b/runtime/src/lib.rs
@@ -4,7 +4,7 @@
 //
 // Substrate-Libre-Currency is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as published by
-// the Free Software Foundation, either version 3 of the License.
+// the Free Software Foundation, version 3 of the License.
 //
 // Substrate-Libre-Currency is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
-- 
GitLab