From f9dcff98ade5f192e1bfc9d4c5218cebb6fd5f01 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Pascal=20Eng=C3=A9libert?= <tuxmain@zettascript.org>
Date: Fri, 8 Jan 2021 15:27:59 +0100
Subject: [PATCH] Change license to AGPLv3 exactly

---
 src/client.rs                 | 3 +--
 src/commands.rs               | 3 +--
 src/commands/balance.rs       | 3 +--
 src/commands/current_ud.rs    | 3 +--
 src/commands/members_count.rs | 3 +--
 src/main.rs                   | 3 +--
 6 files changed, 6 insertions(+), 12 deletions(-)

diff --git a/src/client.rs b/src/client.rs
index c6926f7..e0f6b13 100644
--- a/src/client.rs
+++ b/src/client.rs
@@ -2,8 +2,7 @@
 //
 // This program 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, or (at your option) any later version.
+// published by the Free Software Foundation, version 3 of the License.
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/commands.rs b/src/commands.rs
index f59775c..956cb9e 100644
--- a/src/commands.rs
+++ b/src/commands.rs
@@ -2,8 +2,7 @@
 //
 // This program 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, or (at your option) any later version.
+// published by the Free Software Foundation, version 3 of the License.
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/commands/balance.rs b/src/commands/balance.rs
index 37e15b9..c422470 100644
--- a/src/commands/balance.rs
+++ b/src/commands/balance.rs
@@ -2,8 +2,7 @@
 //
 // This program 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, or (at your option) any later version.
+// published by the Free Software Foundation, version 3 of the License.
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/commands/current_ud.rs b/src/commands/current_ud.rs
index 401431e..cecc533 100644
--- a/src/commands/current_ud.rs
+++ b/src/commands/current_ud.rs
@@ -2,8 +2,7 @@
 //
 // This program 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, or (at your option) any later version.
+// published by the Free Software Foundation, version 3 of the License.
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/commands/members_count.rs b/src/commands/members_count.rs
index 462597c..7984f24 100644
--- a/src/commands/members_count.rs
+++ b/src/commands/members_count.rs
@@ -2,8 +2,7 @@
 //
 // This program 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, or (at your option) any later version.
+// published by the Free Software Foundation, version 3 of the License.
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/src/main.rs b/src/main.rs
index 9958830..5968514 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -2,8 +2,7 @@
 //
 // This program 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, or (at your option) any later version.
+// published by the Free Software Foundation, version 3 of the License.
 //
 // This program is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
-- 
GitLab