From e1a308280bc83e8a9d04f2fd4e1622d8f9cfb492 Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Tue, 18 Feb 2020 22:50:19 +0100
Subject: [PATCH] [doc] update copyright

---
 Cargo.toml                | 2 +-
 src/bases/b16.rs          | 2 +-
 src/bases/b58.rs          | 2 +-
 src/bases/b64.rs          | 2 +-
 src/bases/mod.rs          | 2 +-
 src/hashs/mod.rs          | 2 +-
 src/keys/bin_signable.rs  | 2 +-
 src/keys/ed25519.rs       | 2 +-
 src/keys/mod.rs           | 2 +-
 src/keys/text_signable.rs | 2 +-
 src/lib.rs                | 2 +-
 src/rand.rs               | 2 +-
 src/seeds.rs              | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index c79644f..fdad2fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "dup-crypto"
 version = "0.8.0"
-authors = ["nanocryk <nanocryk@duniter.org>", "elois <elois@duniter.org>"]
+authors = ["elois <c@elo.tf>"]
 description = "Manage cryptographic operations for DUPs (DUniter Protocols)."
 repository = "https://git.duniter.org/libs/dup-crypto-rs"
 readme = "README.md"
diff --git a/src/bases/b16.rs b/src/bases/b16.rs
index 91e3634..c80248d 100644
--- a/src/bases/b16.rs
+++ b/src/bases/b16.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
+//  Copyright (C) 2020 Éloïs SANCHEZ.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
diff --git a/src/bases/b58.rs b/src/bases/b58.rs
index fea202c..de34d7c 100644
--- a/src/bases/b58.rs
+++ b/src/bases/b58.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
+//  Copyright (C) 2020 Éloïs SANCHEZ.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
diff --git a/src/bases/b64.rs b/src/bases/b64.rs
index 4cec338..2ca23ee 100644
--- a/src/bases/b64.rs
+++ b/src/bases/b64.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
+//  Copyright (C) 2020 Éloïs SANCHEZ.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
diff --git a/src/bases/mod.rs b/src/bases/mod.rs
index 9610064..82888c1 100644
--- a/src/bases/mod.rs
+++ b/src/bases/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
+//  Copyright (C) 2020 Éloïs SANCHEZ.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
diff --git a/src/hashs/mod.rs b/src/hashs/mod.rs
index 3203de2..8b06d9e 100644
--- a/src/hashs/mod.rs
+++ b/src/hashs/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
+//  Copyright (C) 2020 Éloïs SANCHEZ.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
diff --git a/src/keys/bin_signable.rs b/src/keys/bin_signable.rs
index 2a82c90..85b1cd3 100644
--- a/src/keys/bin_signable.rs
+++ b/src/keys/bin_signable.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
+//  Copyright (C) 2020 Éloïs SANCHEZ.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
diff --git a/src/keys/ed25519.rs b/src/keys/ed25519.rs
index c912631..f5018fb 100644
--- a/src/keys/ed25519.rs
+++ b/src/keys/ed25519.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
+//  Copyright (C) 2020 Éloïs SANCHEZ.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
diff --git a/src/keys/mod.rs b/src/keys/mod.rs
index d62d7a1..ebb663a 100644
--- a/src/keys/mod.rs
+++ b/src/keys/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
+//  Copyright (C) 2020 Éloïs SANCHEZ.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
diff --git a/src/keys/text_signable.rs b/src/keys/text_signable.rs
index 133c537..1c8a96c 100644
--- a/src/keys/text_signable.rs
+++ b/src/keys/text_signable.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
+//  Copyright (C) 2020 Éloïs SANCHEZ.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
diff --git a/src/lib.rs b/src/lib.rs
index e8a5ed6..6bed05f 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
+//  Copyright (C) 2020  Éloïs SANCHEZ.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
diff --git a/src/rand.rs b/src/rand.rs
index 1b6f102..c30c712 100644
--- a/src/rand.rs
+++ b/src/rand.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
+//  Copyright (C) 2020 Éloïs SANCHEZ.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
diff --git a/src/seeds.rs b/src/seeds.rs
index 5114c91..923054f 100644
--- a/src/seeds.rs
+++ b/src/seeds.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
+//  Copyright (C) 2020 Éloïs SANCHEZ.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
-- 
GitLab