diff --git a/Cargo.toml b/Cargo.toml index c79644f8f5a46ec91a0c43d567ddd86b9af64094..fdad2fef16838d265192b173e9ada262992df257 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 91e36345beb6d639deabe38bf89838aefaf4aede..c80248db0d0920576cf96b18fd1efe17daaeee9d 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 fea202ca5ebea468c46cefecea6866d2f52edcfc..de34d7c95c10eadee29b5aba80b9c7ab54286e45 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 4cec3382262222b1d96c0ff85100f40c4860e222..2ca23ee3515fbd7f26fe1d99b939086d5571c869 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 961006443ab75d3e6fe3b6980f12ff4d2fa4070f..82888c1093a9ebab8084e8fce126e2b3e2f4b78d 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 3203de2c1613b5298d5b88d3b16954f9bd064596..8b06d9efc439008a850404f2877a8a4656d5e82a 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 2a82c909d606d82a405bfd95404f9e4cf8e10f71..85b1cd35c61b6d2d1a2eb91d0e0d32819bd03c96 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 c9126314158f1f971f0a4bead0b69f8883b7bc44..f5018fbaa2d3499bea703de69466bc8f1487b5b9 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 d62d7a18c9f6a491fcdd7c8405973fae789405a7..ebb663a0e79c3b9ff89737ff1b98b4fa8669faa0 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 133c537d7a779c186f607814fcb382c0cfd02cdf..1c8a96cb538792b5e6d18f7c0e920ea1d5b8f358 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 e8a5ed6390c88c01280b2a63eee5f022202b85a8..6bed05f234db5e19fbc16b4f78b37aaa0c5fed49 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 1b6f1024d61691b53377082b0843b7ace12ea232..c30c712e9da3fd3bfb2c1667df6deb4e79788f4d 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 5114c9145ad1c07deae5a32e09562348e4652708..923054f56eb30f6191569a4a4f238de1d307aef0 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