diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e95020b4c76969c0ae5e926a45a9c3a505a2a675..f0b8787980a9604e7307e94ed3dfaac220455f89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -103,7 +103,7 @@ tests:linux64:stable:
   tags:
     - redshift-docker-runner
   script: 
-    - cd bin/durs-server
+    - cd bin/dunitrust-server
     - RUSTFLAGS="-D warnings" cargo build --features=ssl
     - cargo test --all
     - cargo test --all -- --ignored
@@ -120,7 +120,7 @@ tests:arm-v7-:stable:
     refs:
       - tags
   script: 
-    - cd bin/durs-server
+    - cd bin/dunitrust-server
     - RUSTFLAGS="-D warnings" cargo build --target=armv7-unknown-linux-gnueabihf --features=ssl
     - cargo test --all --target=armv7-unknown-linux-gnueabihf
 
@@ -130,7 +130,7 @@ tests:arm-v7:stable:
   only:
     - tags
   script: 
-    - cd bin/durs-server
+    - cd bin/dunitrust-server
     - RUSTFLAGS="-D warnings" cargo build --target=armv7-unknown-linux-gnueabihf --features=ssl
     - cargo test --all --target=armv7-unknown-linux-gnueabihf
 
@@ -138,7 +138,7 @@ tests:win64:stable:
   <<: *rust_stable_win64
   stage: tests
   script: 
-    - cd bin/durs-server
+    - cd bin/dunitrust-server
     - RUSTFLAGS="-D warnings" cargo build --target=x86_64-pc-windows-gnu
     - cargo test --package dunitrust --target=x86_64-pc-windows-gnu
     - cargo test --package durs-conf --target=x86_64-pc-windows-gnu
diff --git a/Cargo.lock b/Cargo.lock
index a4dbb0cdb18e5fe3e7a27a208afbf0f8947c87ab..da995d2b756195a376b8751f981ac16347b8eb45 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -318,6 +318,21 @@ dependencies = [
  "dup-currency-params 0.1.0",
 ]
 
+[[package]]
+name = "dunitrust"
+version = "0.2.0-a"
+dependencies = [
+ "durs-core 0.2.0-a",
+ "durs-module 0.2.0-a",
+ "durs-network 0.2.0-a",
+ "durs-tui 0.2.0-a",
+ "durs-ws2p 0.2.0-a",
+ "durs-ws2p-v1-legacy 0.2.0-a",
+ "human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
+ "structopt 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
 [[package]]
 name = "dup-crypto"
 version = "0.6.0"
@@ -352,21 +367,6 @@ dependencies = [
  "serde 1.0.86 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
-[[package]]
-name = "durs"
-version = "0.2.0-a"
-dependencies = [
- "durs-core 0.2.0-a",
- "durs-module 0.2.0-a",
- "durs-network 0.2.0-a",
- "durs-tui 0.2.0-a",
- "durs-ws2p 0.2.0-a",
- "durs-ws2p-v1-legacy 0.2.0-a",
- "human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "structopt 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
 [[package]]
 name = "durs-blockchain"
 version = "0.2.0-a"
diff --git a/Cargo.toml b/Cargo.toml
index fbb0f4d6c4e03893ac547bd9dd95d00b0e2c1274..20d45440577d2d093c0b32ae5c7f3c74f02b1e62 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [workspace]
 members = [
-    "bin/durs-server",
+    "bin/dunitrust-server",
     "lib/core/conf",
     "lib/core/core",
     "lib/core/message",
diff --git a/README.md b/README.md
index c8e3b43c7384f05cf3ad58069b4e9be200d89cd8..1c5eae85136984b6770dfd518f8f1d11e855872d 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
 # Duniter Rust (durs)
 
 [![Latest Version](https://img.shields.io/badge/latest-v0.1.1--a1-orange.svg)](https://git.duniter.org/nodes/rust/duniter-rs/tags/v0.1.1-a1)
-[![docs](https://librelois.fr/img/docs-read%20now-green.svg)](https://nodes.duniter.io/rust/duniter-rs/durs/)
+[![docs](https://librelois.fr/img/docs-read%20now-green.svg)](https://nodes.duniter.io/rust/duniter-rs/dunitrust/)
 [![build status](https://git.duniter.org/nodes/rust/duniter-rs/badges/dev/build.svg)](https://git.duniter.org/nodes/rust/duniter-rs/commits/dev)
 [![Minimum rustc version](https://img.shields.io/badge/rustc-1.35.0+-yellow.svg)](https://github.com/rust-lang/rust/blob/master/RELEASES.md)
 
@@ -25,7 +25,7 @@ It's in active developpement but is not usable yet.
 
 ## License
 
-Copyright (C) 2017  The Duniter Project Developers.
+Copyright (C) 2017  The Dunitrust Project Developers.
 
 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/bin/durs-server/Cargo.toml b/bin/dunitrust-server/Cargo.toml
similarity index 69%
rename from bin/durs-server/Cargo.toml
rename to bin/dunitrust-server/Cargo.toml
index 4229077e035b377f28295f478ca08cc9c2895c68..41f788a3eb4e1f92a7f433bfcd6caf5d89032ddd 100644
--- a/bin/durs-server/Cargo.toml
+++ b/bin/dunitrust-server/Cargo.toml
@@ -1,8 +1,8 @@
 [package]
-name = "durs"
+name = "dunitrust"
 version = "0.2.0-a"
 authors = ["librelois <elois@duniter.org>","nanocryk <nanocryk@duniter.org>","inso <inso@tuta.io>"]
-description = "DURS (Dividende Universel RuSt) is a new implementation of Duniter protocol and software in Rust, a safe, concurrent, practical language"
+description = "Dunitrust (Dividende Universel Rust) is a new implementation of Duniter protocol and software in Rust, a safe, concurrent, practical language"
 license = "AGPL-3.0"
 repository = "https://git.duniter.org/nodes/rust/duniter-rs"
 homepage = "https://git.duniter.org/nodes/rust/duniter-rs"
@@ -34,14 +34,14 @@ depends = "$auto"
 section = "misc"
 priority = "optional"
 assets = [
-    ["../../target/release/durs", "usr/bin/", "755"],
-    ["../../images/duniter-rs.png", "usr/share/durs/", "644"],
+    ["../../target/release/dunitrust", "usr/bin/", "755"],
+    ["../../images/duniter-rs.png", "usr/share/dunitrust/", "644"],
 ]
 features = ["ssl"]
 
 [package.metadata.deb.variants.arm]
 assets = [
-    ["../../target/armv7-unknown-linux-gnueabihf/release/durs", "usr/bin/", "755"],
-    ["../../images/duniter-rs.png", "usr/share/durs/", "644"],
+    ["../../target/armv7-unknown-linux-gnueabihf/release/dunitrust", "usr/bin/", "755"],
+    ["../../images/duniter-rs.png", "usr/share/dunitrust/", "644"],
 ]
 features = ["ssl"]
\ No newline at end of file
diff --git a/bin/durs-server/README.md b/bin/dunitrust-server/README.md
similarity index 73%
rename from bin/durs-server/README.md
rename to bin/dunitrust-server/README.md
index 1d9c4dd9b96c154e4ec0aefe21390824ea36202c..e0f1791b074314e4342e418fdbda3ce6ad7283fe 100644
--- a/bin/durs-server/README.md
+++ b/bin/dunitrust-server/README.md
@@ -1,7 +1,7 @@
 ![Duniter-Rust logo](https://git.duniter.org/nodes/rust/duniter-rs/raw/dev/images/duniter-rs.png)
 
-# Durs-Server
+# Dunitrust-Server
 
-Command line variant for Durs project.
+Command line variant for Dunitrust project.
 
 For more informations, see [README at root of project](../../README.md).
diff --git a/bin/durs-server/src/cli.rs b/bin/dunitrust-server/src/cli.rs
similarity index 95%
rename from bin/durs-server/src/cli.rs
rename to bin/dunitrust-server/src/cli.rs
index 606d4bc9fa3aa06c788d34b397cf13cea0f1919e..b55fc6fd9438a8814450935c8bf3caed6a282149 100644
--- a/bin/durs-server/src/cli.rs
+++ b/bin/dunitrust-server/src/cli.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! Command line options for classic Durs nodes (no specialization).
+//! Command line options for classic Dunitrust nodes (no specialization).
 
 use durs_core::commands::dbex::DbExOpt;
 use durs_core::commands::keys::KeysOpt;
@@ -36,9 +36,9 @@ use structopt::StructOpt;
     name = "durs",
     raw(setting = "structopt::clap::AppSettings::ColoredHelp")
 )]
-/// Durs command line options
+/// Dunitrust command line options
 pub struct DursCliOpt {
-    /// Durs subcommand
+    /// Dunitrust subcommand
     #[structopt(subcommand)]
     cmd: DursCliSubCommand,
     /// Path where user profiles are persisted
@@ -77,7 +77,7 @@ impl ExecutableModuleCommand for DursCliOpt {
 }
 
 impl DursCliOpt {
-    /// Into Durs command
+    /// Into Dunitrust command
     pub fn into_durs_command(self) -> DursCommand<DursCliOpt> {
         let options = DursCoreOptions {
             keypairs_file: self.keypairs_file.clone(),
@@ -129,7 +129,7 @@ impl DursCliOpt {
 }
 
 #[derive(StructOpt, Debug, Clone)]
-/// Classic Durs nodes subcommand
+/// Classic Dunitrust nodes subcommand
 pub enum DursCliSubCommand {
     /// Database explorer
     #[structopt(
diff --git a/bin/durs-server/src/init.rs b/bin/dunitrust-server/src/init.rs
similarity index 100%
rename from bin/durs-server/src/init.rs
rename to bin/dunitrust-server/src/init.rs
diff --git a/bin/durs-server/src/main.rs b/bin/dunitrust-server/src/main.rs
similarity index 90%
rename from bin/durs-server/src/main.rs
rename to bin/dunitrust-server/src/main.rs
index 7d77e6356928d0ca6d1a10e5ae979c5b110e34f0..0d3cf1a676e6751933877db70a17d6b871046d88 100644
--- a/bin/durs-server/src/main.rs
+++ b/bin/dunitrust-server/src/main.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! Main function for classic Durs nodes (no specialization).
+//! Main function for classic Dunitrust nodes (no specialization).
 
 #![deny(
     missing_docs,
@@ -42,7 +42,7 @@ pub use durs_tui::TuiModule;
 pub use durs_ws2p::WS2PModule;
 pub use durs_ws2p_v1_legacy::WS2Pv1Module;
 
-/// Durs cli main macro
+/// Dunitrust cli main macro
 macro_rules! durs_cli_main {
     ( $closure_plug:expr ) => {{
         init();
@@ -57,7 +57,7 @@ macro_rules! durs_cli_main {
     }};
 }
 
-/// Durs command line edition, main function
+/// Dunitrust command line edition, main function
 #[cfg(unix)]
 #[cfg(not(target_arch = "arm"))]
 fn main() {
diff --git a/doc/en/dev/developing-a-durs-module.md b/doc/en/dev/developing-a-durs-module.md
index 18c89fc0b4513a155324eb09c51525e0cb6c11aa..aeb6365755b607f95c8e286eae248c290ae35af5 100644
--- a/doc/en/dev/developing-a-durs-module.md
+++ b/doc/en/dev/developing-a-durs-module.md
@@ -1,27 +1,27 @@
-# How to write your Durs module
+# How to write your Dunitrust module
 
 Date: 2018-11-20
 Authors: elois
 
-In this tutorial we'll see how to develop a new module for Durs, the Rust implementation of [Duniter](https://duniter.org).
+In this tutorial we'll see how to develop a new module for Dunitrust, the Rust implementation of [Duniter](https://duniter.org).
 
 You are expected to have [setup your development environment](setup-your-dev-environment.md).
 
 ## General architecture
 
-The Durs repository is composed of two types of crates: binaries and libraries.
+The Dunitrust repository is composed of two types of crates: binaries and libraries.
 
 There are two binary crates in the `bin/` directory:
 
-* `durs-server`: builds an executable for the command line, targetting a server install,
+* `dunitrust-server`: builds an executable for the command line, targetting a server install,
 * `durs-desktop`: builds a Graphical User Interface (GUI), for the desktop, also in the form of one executable. This one doesn't exist yet.
 
-A Durs module is a library crate. You must then create your crate in the `lib/` directory.
+A Dunitrust module is a library crate. You must then create your crate in the `lib/` directory.
 
 The `lib/` directory has 4 sub-directories which correspond to 4 types of libraries:
 
 1. `tools`: utilities that could be useful to all crates.
-2. `modules`: libraries forming a Durs module.
+2. `modules`: libraries forming a Dunitrust module.
 3. `modules-lib`: libraries dedicated to a subset of modules.
 4. `core`: libraries structuring the architecture, linking modules between them.
 
@@ -251,7 +251,7 @@ If it is `false`, you must run your module, and this is done in the following st
 5. run the main loop, in which you'll listen to the incoming messages to your channel
 
 If the router doesn't receive all the modules' registration in less than 20 seconds, it stops the program. You must then register it before any intensive action.
-If you think 20 seconds is large anyway, keep in mind that Durs is aimed to run on low-performance micro-computers, that could even busy with other tasks. It is possible to not include your module into the arm build.
+If you think 20 seconds is large anyway, keep in mind that Dunitrust is aimed to run on low-performance micro-computers, that could even busy with other tasks. It is possible to not include your module into the arm build.
 
 In short: if your module takes more than 3 seconds to register on your pc, it's already too much.
 
@@ -259,13 +259,13 @@ In short: if your module takes more than 3 seconds to register on your pc, it's
 
 First, you must add your module to the binary crates' dependencies. They are declared in the `Cargo.toml`.
 
-To add `toto`, add the following line to `bin/durs-server/Cargo.toml`:
+To add `toto`, add the following line to `bin/dunitrust-server/Cargo.toml`:
 
     durs-toto = { path = "../../lib/modules/toto" }
 
-## Injecting your module into `durs-server`
+## Injecting your module into `dunitrust-server`
 
-Once you added your module in `durs-server` dependencies as shown above, you'll want to use it from the main.rs:
+Once you added your module in `dunitrust-server` dependencies as shown above, you'll want to use it from the main.rs:
 
 1. use the struct that implements `DursModule`:
 
diff --git a/doc/en/dev/setup-your-dev-environment.md b/doc/en/dev/setup-your-dev-environment.md
index 655d42081839f4250812cfe46036a769f3a32778..4afba6baeb900b5588dbbcd5b724bd1017701783 100644
--- a/doc/en/dev/setup-your-dev-environment.md
+++ b/doc/en/dev/setup-your-dev-environment.md
@@ -117,7 +117,7 @@ To setup and start the debugger, refer to [the vscode doc](https://code.visualst
             "name": "Debug",
             "type": "lldb",
             "request": "launch",
-            "program": "${workspaceFolder}/target/debug/durs",
+            "program": "${workspaceFolder}/target/debug/dunitrust",
             "cwd": "${workspaceRoot}",
             "terminal": "integrated",
             "args": ["start"],
diff --git a/doc/en/user/install-durs.md b/doc/en/user/install-durs.md
index 21c9f9a4d4f7c8e15976c998300583e37d302c98..e02fcf8758db6f68d9df7c933957c465a8f2d5d1 100644
--- a/doc/en/user/install-durs.md
+++ b/doc/en/user/install-durs.md
@@ -8,21 +8,21 @@ In any case, you will have to:
 2. which version number you want
 3. select the release corresponding to your operating system and processor architecture
 
-### `durs-server` or `durs-desktop`
+### `dunitrust-server` or `durs-desktop`
 
 `durs-desktop` comes with a graphic user interface and is made for people who want to install it in their desktop computer
 
-`durs-server` is much lighter but only has a terminal user interface. It's recommended for:
+`dunitrust-server` is much lighter but only has a terminal user interface. It's recommended for:
 
 * Installing on a remote server
 * Installing on a low performance computer
 * For users who are confortable with command line interfaces
 
-Note: it's possible to remotely control `durs-server` via a graphic user interface (see [durs remote admin]).
+Note: it's possible to remotely control `dunitrust-server` via a graphic user interface (see [durs remote admin]).
 
 ## Choose the durs version to install
 
-<s>You can get the last stable version on [the official Durs website](durs.info)</s>
+<s>You can get the last stable version on [the official Dunitrust website](dunitrust.org)</s>
 
 If you have any question about which version to install, ask it on the [duniter forum](https://forum.duniter.org/).
 
@@ -43,24 +43,24 @@ If no release has been made for you, fall back to the manual installation below.
 
 ## Manual installation
 
-To install Durs manually, you must first [install Rust](https://www.rust-lang.org/tools/install).
+To install Dunitrust manually, you must first [install Rust](https://www.rust-lang.org/tools/install).
 
-Then install Durs dependencies. Here is how to do on Debian based systems:
+Then install Dunitrust dependencies. Here is how to do on Debian based systems:
 
     apt-get install pkg-config libssl-dev # install required packages
-    git clone https://git.duniter.org/nodes/rust/duniter-rs.git # clone the Durs repository
+    git clone https://git.duniter.org/nodes/rust/duniter-rs.git # clone the Dunitrust repository
 
 Change your current directory to the folder correspondig to the variant you want to build:
 
-* For `durs-server`, go into `bin/durs-server`
+* For `dunitrust-server`, go into `bin/dunitrust-server`
 
-    cd bin/durs-server
+    cd bin/dunitrust-server
 
-* For `durs-desktop`, go into `bin/durs-desktop`
+* For `durs-desktop`, go into `bin/dunitrust-desktop`
 
-    cd bin/durs-desktop
+    cd bin/dunitrust-desktop
 
-Then build Durs with the command:
+Then build Dunitrust with the command:
 
     cargo build --release --features ssl
 
diff --git a/doc/en/user/synchronise-durs-node.md b/doc/en/user/synchronise-durs-node.md
index 1e13d83a35c94cf4bafc57ab6429bde270f41b65..e103c90fad6e9e9ab257164053235201d4b7778d 100644
--- a/doc/en/user/synchronise-durs-node.md
+++ b/doc/en/user/synchronise-durs-node.md
@@ -1,14 +1,14 @@
-# Synchronise your Durs node
+# Synchronise your Dunitrust node
 
 ## Synchronise from the network
 
-This feature is not yet available in Durs.
+This feature is not yet available in Dunitrust.
 
 ## Synchronise from a local Duniter node
 
 Make sure you have a Duniter node (duniter-ts) syncronised on the same computer.
 
-You must tell Durs the path of the raw blockchain in JSON format.
+You must tell Dunitrust the path of the raw blockchain in JSON format.
 It is usually located in  `~/.config/duniter/<profile>/<currency>`.
 
 Example:
diff --git a/doc/fr/developpeurs/developper-un-module-durs.md b/doc/fr/developpeurs/developper-un-module-durs.md
index 5a2b0fd983f78a5f34a04d29fa8fa4aab87290e7..0a22d94693febe51fe7dc39bf48456b0ca4bec7d 100644
--- a/doc/fr/developpeurs/developper-un-module-durs.md
+++ b/doc/fr/developpeurs/developper-un-module-durs.md
@@ -1,9 +1,9 @@
-# Développer votre module Durs
+# Développer votre module Dunitrust
 
 Date: 2018-11-20
 Authors: elois
 
-Dans ce tutoriel nous allons voir comment développer un module pour [Durs](https://forum.duniter.org/t/etat-davancement-de-durs-dividende-universel-rust/4777), l'implémentation [Rust](https://www.rust-lang.org) de [Duniter](https://duniter.org).
+Dans ce tutoriel nous allons voir comment développer un module pour [Dunitrust](https://forum.duniter.org/t/etat-davancement-de-durs-dividende-universel-rust/4777), l'implémentation [Rust](https://www.rust-lang.org) de [Duniter](https://duniter.org).
 
 Si ce n'est pas déjà fait, vous devez au préalable [préparer votre environnement de développement](installer-son-environnement-de-dev.md).
 
@@ -13,7 +13,7 @@ Le dépôt durs est constitué de deux types de crates : les binaires et les bib
 
 Les crates binaires sont regroupés dans le dossier `bin` et sont au nombre de deux :
 
-* durs-server : produit un exécutable de durs en ligne de commande, donc installable sur un serveur.
+* dunitrust-server : produit un exécutable de durs en ligne de commande, donc installable sur un serveur.
 * durs-desktop : produit un exécutable de durs en application graphique de bureau (n'existe pas encore).
 
 Les modules durs sont des crates de type bibliothèques, vous devez donc placer la crate de votre module dans le dossier `lib`.
@@ -267,7 +267,7 @@ En revanche, si `load_conf_only` vaut `false` c'est qu'il vous faut réellement
 
 Si jamais le router n'a pas reçu l'enregistrement de tous les modules au bout de 20 secondes, il interrompt le programme.
 Le plus important est donc d'enregistrer votre module auprès du router AVANT tout traitement lourd ou coûteux.
-20 secondes peut vous sembler énorme, mais gardez en tête que Durs peut être amené à s'exécuter dans n'importe quel contexte, y compris sur un micro-pc aux performances très très réduites. De plus, Durs n'est pas seul sur la machine de l'utilisateur final, le délai de 20 secondes doit être respecté même dans le pire des scénarios (micro-pc déjà très occupé à d'autres taches).
+20 secondes peut vous sembler énorme, mais gardez en tête que Dunitrust peut être amené à s'exécuter dans n'importe quel contexte, y compris sur un micro-pc aux performances très très réduites. De plus, Dunitrust n'est pas seul sur la machine de l'utilisateur final, le délai de 20 secondes doit être respecté même dans le pire des scénarios (micro-pc déjà très occupé à d'autres taches).
 
 Si vous prévoyez de réaliser des traitements lourds ou/et coûteux dans votre module, il peut être pertinent de ne pas l'inclure dans la release pour micro-pc (architecture arm), n'hésitez pas à poser la question aux développeurs principaux du projet en cas de doute.
 En gros, lorsque votre poste de développement ne fait rien de coûteux en même temps, votre module doit s'être enregistré en moins de 3 secondes, si ça dépasse c'est que vous faites trop de choses à l'initialisation.
@@ -276,15 +276,15 @@ En gros, lorsque votre poste de développement ne fait rien de coûteux en même
 
 Tout d'abord, il faut ajouter votre module aux dépendances des crates binaires. Les dépendances d'une crate sont déclarées dans son fichier `Cargo.toml`.
 
-Par exemple, pour ajouter le module `toto` à la crate binaire `durs-server` il faut ajouter la ligne suivante dans la section `[dependencies]` du fichier `bin/durs-server/Cargo.toml` :
+Par exemple, pour ajouter le module `toto` à la crate binaire `dunitrust-server` il faut ajouter la ligne suivante dans la section `[dependencies]` du fichier `bin/dunitrust-server/Cargo.toml` :
 
     durs-toto = { path = "../../lib/modules/toto" }
 
 Vous pouvez modifier une copie de la ligne du module skeleton pour être sûr de ne pas vous tromper.
 
-### Injecter votre module dans `durs-server`
+### Injecter votre module dans `dunitrust-server`
 
-Une fois que vous avez ajouté votre module en dépendance dans le Cargo.toml de `durs-server`, il va falloir utiliser votre module dans le main.rs :
+Une fois que vous avez ajouté votre module en dépendance dans le Cargo.toml de `dunitrust-server`, il va falloir utiliser votre module dans le main.rs :
 
 1. Utilisez votre structure implémentant le trait DursModule :
 
diff --git a/doc/fr/developpeurs/installer-son-environnement-de-dev.md b/doc/fr/developpeurs/installer-son-environnement-de-dev.md
index 0d319fd972a1c85cb77110758c0feef6be2b5054..c64f275c22f7cf6b687dedb7f5f23689131d29ef 100644
--- a/doc/fr/developpeurs/installer-son-environnement-de-dev.md
+++ b/doc/fr/developpeurs/installer-son-environnement-de-dev.md
@@ -141,7 +141,7 @@ Pour paramétrer et démarrer le débugger, consultez [la doc vscode](https://co
             "name": "Debug",
             "type": "lldb",
             "request": "launch",
-            "program": "${workspaceFolder}/target/debug/durs",
+            "program": "${workspaceFolder}/target/debug/dunitrust",
             "cwd": "${workspaceRoot}",
             "terminal": "integrated",
             "args": ["start"],
@@ -190,9 +190,9 @@ Bien que cela soit de plus en plus rare, certaines crates rust dépendent encore
 
 En Rust, les "features" sont des options de compilation.
 
-Durs peut être compilé avec la feature `ssl`, cela lui permet de contacter les endpoints WS2P en ws**s**://.
+Dunitrust peut être compilé avec la feature `ssl`, cela lui permet de contacter les endpoints WS2P en ws**s**://.
 Par défaut les endpoints WS2P sont accesible en ws://, mais certains utilisateurs choississent de placer un reverse proxy avec une couche TLS devant leur endpoint.
-Pour compiler Durs avec la feature `ssl`, vous aurez besoin du paquet supplémentaire suivant :
+Pour compiler Dunitrust avec la feature `ssl`, vous aurez besoin du paquet supplémentaire suivant :
 
     sudo apt-get install libssl-dev
 
@@ -280,12 +280,12 @@ Personnellement j'utilise les alias suivants :
     alias cc="cargo fmt && cargo check"
     alias cddr="cd ~/dev/duniter/nodes/rust/duniter-rs"
     alias clip="cargo clippy"
-    alias cbrf="cargo fmt && cargo build --release --manifest-path bin/durs-server/Cargo.toml --features ssl"
+    alias cbrf="cargo fmt && cargo build --release --manifest-path bin/dunitrust-server/Cargo.toml --features ssl"
     alias fmt="cargo fmt"
     alias tc="cargo fmt && cargo test --package"
     alias ta="cargo fmt && cargo test --all"
     alias rsup="rustup update && cargo install-update -a"
-    alias dursd="./target/release/durs"
+    alias dursd="./target/release/dunitrust"
 
 Si vous utilisez bash ses alias sont a placer dans votre fichier `~/.bash_aliases` il vous faudra également décomenter la ligne incluant ce fichier dans votre `~/.bashrc`. Si vous utilisez un autre sheel, référez vous a la documentation de votre shell.
 
@@ -307,9 +307,9 @@ Attention clippy ne vas pas rechecker les crates déjà parcourues par cargo che
 Lancez toujours clippy avant de pusher et corrigez tout les warning, en cas de souci avec un warning contactez un lead dev, dans certains cas très exceptionnels le lead dev pourra décider de skipper explicitement le warning en question, mais la plupart du temps il faudra le résoudre.
 Rassurez vous, la CI (Continious integration) de Gitlab passera clippy sur tout le projet dans tout les cas, donc en cas d'oubli vous vous en rendrez compte.
 
-### cbrf="cargo fmt && cargo build --release --manifest-path bin/durs-server/Cargo.toml --features ssl"
+### cbrf="cargo fmt && cargo build --release --manifest-path bin/dunitrust-server/Cargo.toml --features ssl"
 
-Commande pour builder `durs-server`. Le dépot contiendra plusieurs binaires a terme (nottament la variante durs-desktop mais pas que). Il faut donc indiquer a cargo quel binaire builder avec l'option `--manifest-path`.
+Commande pour builder `dunitrust-server`. Le dépot contiendra plusieurs binaires a terme (nottament la variante durs-desktop mais pas que). Il faut donc indiquer a cargo quel binaire builder avec l'option `--manifest-path`.
 
 De plus, pour utiliser durs vous aurez besoin de compiler en mode release, c'est long donc ne le fait que lorsqu'un `cargo check` ne vous retourne plus aucune erreur. Théoriquemetn il devrait etre possible d'utiliser durs en mode debug, c'est un probleme connu et qui sera réglé a terme ([#136](https://git.duniter.org/nodes/rust/duniter-rs/issues/136)).
 
@@ -335,8 +335,8 @@ Exécute tout les tests de toutes les crates, attention c'est long !
 Permet de mettre a jours toutes vos toolchains rust ainsi que tout les binaires que vous avez installer via `cargo install`.
 Nécessite d'avoir installé au préalable [cargo-update](https://github.com/nabijaczleweli/cargo-update).
 
-### dursd="./target/release/durs"
+### dursd="./target/release/dunitrust"
 
-Lorsque vous avez compilé `durs-server` avec l'alias `cbrf`, le binaire final est un fichier exécutable qui se nomme `durs` et il se trouve dans le dossier `target/release`. Plutot que de volus déplacer dans ce dossier a chaque fois que vous souhaitez faire des tests manuels, cet alias vous permet de lancer durs en restant a la racine du dépot.
+Lorsque vous avez compilé `dunitrust-server` avec l'alias `cbrf`, le binaire final est un fichier exécutable qui se nomme `durs` et il se trouve dans le dossier `target/release`. Plutot que de volus déplacer dans ce dossier a chaque fois que vous souhaitez faire des tests manuels, cet alias vous permet de lancer durs en restant a la racine du dépot.
 
 Vous pouvez évidemment renommer ces alias comme bon vous semble tant que vous vous y retrouvez.
diff --git a/doc/fr/developpeurs/tests-auto.md b/doc/fr/developpeurs/tests-auto.md
index 799b03156e9c1784eebbb6dc5cda68cc671cbceb..c5f8b86a850fb18151ff714eaab2e40d38a24cbb 100644
--- a/doc/fr/developpeurs/tests-auto.md
+++ b/doc/fr/developpeurs/tests-auto.md
@@ -50,4 +50,4 @@ De plus, le Gitlab est configuré de tel façon a ce qu'il soit impossible d'acc
 Afin d'éviter les regressions, les tests doivent couvrir le plus de cas possible (idéalement tous mais il est impossible de penser a tout les cas).
 Pour vérifier la couverture des tests d'une crate, **(en cours de rédaction)**.
 
-L'intégration d'un outils de coverage au projets est un chantier en cours, les outils Rust dédiés au coverage arrivent tout juste a maturité et devrait donc etre intégrés au projet Durs dans les prochains mois.
+L'intégration d'un outils de coverage au projets est un chantier en cours, les outils Rust dédiés au coverage arrivent tout juste a maturité et devrait donc etre intégrés au projet Dunitrust dans les prochains mois.
diff --git a/doc/fr/utilisateurs/installer-durs.md b/doc/fr/utilisateurs/installer-durs.md
index c581209f3f5aef51064619c090a335d8c3eb0db7..eee00fba78b3d12e8411956f7abe1242e736d6fd 100644
--- a/doc/fr/utilisateurs/installer-durs.md
+++ b/doc/fr/utilisateurs/installer-durs.md
@@ -4,27 +4,27 @@
 
 Dans tout les cas vous aurez 3 choix a faire :
 
-1. Choisir entre durs-server ou durs-desktop
-2. Choisir la version de Durs que vous souhaitez installer
+1. Choisir entre dunitrust-server ou dunitrust-desktop
+2. Choisir la version de Dunitrust que vous souhaitez installer
 3. Choisir le livrable correspondant votre système d'exploitation et votre processeur.
 
-### `durs-server` ou `durs-desktop`
+### `dunitrust-server` ou `dunitrust-desktop`
 
-`durs-desktop` est destiné aux utilisateurs souhaitant installer Durs sur leur ordinateur personnel et administrer leur noeud Durs via une interface graphique.
+`dunitrust-desktop` est destiné aux utilisateurs souhaitant installer Dunitrust sur leur ordinateur personnel et administrer leur noeud Dunitrust via une interface graphique.
 
-`durs-server` est beaucoup plus léger et se manipule via la ligne de commande. Il est notamment utile dans les cas suivants :
+`dunitrust-server` est beaucoup plus léger et se manipule via la ligne de commande. Il est notamment utile dans les cas suivants :
 
 * Installation de durs sur serveur dédié
 * Installation de durs sur micro pc (raspberry pi, brique internet, etc)
 * Pour les utilisateurs avancé qui préfèrent la ligne de commande.
 
-Notez bien : il est possible d'administrer `durs-server` a distance via une interface graphique (voir [administrer un noeud durs a distance]).
+Notez bien : il est possible d'administrer `dunitrust-server` a distance via une interface graphique (voir [administrer un noeud durs a distance]).
 
-### Choisir la version de Durs a installer
+### Choisir la version de Dunitrust a installer
 
-<s>Rendez vous sur [le site officiel de Durs](durs.info), vous y trouverez un lien direct vers la dernière version stable.</s>
+<s>Rendez vous sur [le site officiel de Dunitrust](dunitrust.org), vous y trouverez un lien direct vers la dernière version stable.</s>
 
-Le site web de Durs n'existe pas encore, en attendant vous devrez vous renseigenr sur le [forum duniter](https://forum.duniter.org) pour savoir quelle version installer.
+Le site web de Dunitrust n'existe pas encore, en attendant vous devrez vous renseigenr sur le [forum duniter](https://forum.duniter.org) pour savoir quelle version installer.
 
 Vous trouverez toute les versions disponibles au téléchargement sur [cette page du gitlab](https://git.duniter.org/nodes/rust/duniter-rs/tags).
 
@@ -59,23 +59,23 @@ Ensuite configurez votre noeud durs via un fichier de variables d'environnement
 
 Vous devrez nottament définir la variable d'environnement DURS_SYNC_URL qui indiquera a durs sur quel url il devra se synchroniser au démarrage.
 
-Enfin lancez votre conteneur Durs comme suit :
+Enfin lancez votre conteneur Dunitrust comme suit :
 
     docker run -it --env-file path/to/your/env/file --name durs registry.duniter.org/nodes/rust/duniter-rs:TAG
 
 ### Externaliser les données utilisateur (config, bases de données, logs, trousseaux de clés)
 
-Vous pouvez externaliser les données utilisateurs en montant un volume dans /var/lib/durs, via l'option `-v`  de `docker run`.
+Vous pouvez externaliser les données utilisateurs en montant un volume dans /var/lib/dunitrust, via l'option `-v`  de `docker run`.
 
 L'option `-v` de la commande `docker run` indique quel dossier de la machine hôte doit etre monté dans le conteneur et a quel endroint. La syntaxe générale est `-v HOST_PATH:CONTAINER_PATH`.
 
-il faut alors indiquer a durs que vous souhaitez stocker les données dans `/var/lib/durs` via l'option `--profiles-path`
+il faut alors indiquer a durs que vous souhaitez stocker les données dans `/var/lib/dunitrust` via l'option `--profiles-path`
 
-Exemple, pour stocker les donnes dans le dossier `/home/you/durs-datas` de votre machien hôte :
+Exemple, pour stocker les donnes dans le dossier `/home/you/dunitrust-datas` de votre machien hôte :
 
-    docker run -it -v /home/you/durs-datas:/var/lib/durs registry.duniter.org/nodes/rust/duniter-rs:TAG durs --profiles-path /var/lib/durs
+    docker run -it -v /home/you/dunitrust-datas:/var/lib/dunitrust registry.duniter.org/nodes/rust/duniter-rs:TAG durs --profiles-path /var/lib/dunitrust
 
-Astuce : vous pourrez alors injecter un trousseau de clé personnalisé dans `/home/you/durs-datas/default/keypairs.json`.
+Astuce : vous pourrez alors injecter un trousseau de clé personnalisé dans `/home/you/dunitrust-datas/default/keypairs.json`.
 
 ### Docker secrets
 
@@ -97,15 +97,15 @@ Ensuite, clonez le dépot git :
 
 Rendez vous dans le dossier `duniter-rs` ainsi créé puis dans le sous-dossier correspondant à la variante que vous souhaitez installer :
 
-* Pour `durs-server`, rendez-vous dans `bin/durs-server`
+* Pour `dunitrust-server`, rendez-vous dans `bin/dunitrust-server`
 
-    cd bin/durs-server
+    cd bin/dunitrust-server
 
-* Pour `durs-desktop`, rendez-vous dans `bin/durs-desktop`
+* Pour `dunitrust-desktop`, rendez-vous dans `bin/dunitrust-desktop`
 
-    cd bin/durs-desktop
+    cd bin/dunitrust-desktop
 
-Enfin lancez la compilation de Durs avec la commande suivante :
+Enfin lancez la compilation de Dunitrust avec la commande suivante :
 
     cargo build --release --features ssl
 
@@ -116,5 +116,5 @@ Si vous avez des problèmes avec `openssl` lors de la compilation, vous pouvez e
 Cela implique juste que votre noeud ne pourra pas contacter les endpoint WS2P qui sont derrière une couche SSL/TLS.  
 Votre noeud devrait tout de même fonctionner normalement s'il ya suffisamment de endpoint WS2P accesibles en clair.
 
-Si la compilation réussie, votre exécutable se trouve dans `duniter-rs/target/release` et se nomme `durs` ou `durs-desktop`.
+Si la compilation réussie, votre exécutable se trouve dans `duniter-rs/target/release` et se nomme `durs` ou `dunitrust-desktop`.
 Vous pouvez le déplacer ou bon vous semble sur votre disque puis l'exécuter directement.
diff --git a/doc/fr/utilisateurs/synchroniser-noeud-durs.md b/doc/fr/utilisateurs/synchroniser-noeud-durs.md
index 87afeee61ae09e6a34d02226dff79f1f00f2dbf7..72915da3e67b098f29b0f13404c43eceb8a390af 100644
--- a/doc/fr/utilisateurs/synchroniser-noeud-durs.md
+++ b/doc/fr/utilisateurs/synchroniser-noeud-durs.md
@@ -8,7 +8,7 @@ Cette fonctionnalitée n'est pas encore intégrée à Durs.
 
 Assurez vous d'avoir un noeud Duniter synchronisé sur la même machine.
 
-Vous devez indiquer a Durs le chemin vers le répertoire contenant la blockchain brute sous forme de fichiers JSON. Elle se trouve dans `~/.config/duniter/<profile>/<currency>`.
+Vous devez indiquer a Dunitrust le chemin vers le répertoire contenant la blockchain brute sous forme de fichiers JSON. Elle se trouve dans `~/.config/duniter/<profile>/<currency>`.
 
 Exemple:
 
diff --git a/lib/core/conf/src/constants.rs b/lib/core/conf/src/constants.rs
index f414144120a9d1d665b7815bafab4c1a2dda7e05..24d1f56b3696e6aa9abadd505ea25284c41e23c0 100644
--- a/lib/core/conf/src/constants.rs
+++ b/lib/core/conf/src/constants.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! Durs configuration constants
+//! Dunitrust configuration constants
 
 /// User datas folder
 pub static USER_DATAS_FOLDER: &'static str = "durs-dev";
diff --git a/lib/core/conf/src/keys.rs b/lib/core/conf/src/keys.rs
index 77969ad01ee8157cd1aeaa85e72d57ee94799c69..929c14386dbd092543cb77d06cd44b161719ea3e 100644
--- a/lib/core/conf/src/keys.rs
+++ b/lib/core/conf/src/keys.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! Durs keys configuration module
+//! Dunitrust keys configuration module
 
 #![deny(
     missing_docs, missing_debug_implementations, missing_copy_implementations, trivial_casts,
diff --git a/lib/core/conf/src/lib.rs b/lib/core/conf/src/lib.rs
index a7e703f7957e02aebfbdc01fc018ab31187e4b90..756f3057251c08951ae4794d821f55b58d8436c6 100644
--- a/lib/core/conf/src/lib.rs
+++ b/lib/core/conf/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! Durs configuration files properties module
+//! Dunitrust configuration files properties module
 
 #![deny(
     missing_docs,
@@ -199,11 +199,11 @@ impl From<DuRsConfV1> for DuRsConfV2 {
 }
 
 #[derive(Clone, Debug, Deserialize, PartialEq, Serialize)]
-/// Durs node configuration
+/// Dunitrust node configuration
 pub enum DuRsConf {
-    /// Durs node configuration v1
+    /// Dunitrust node configuration v1
     V1(DuRsConfV1),
-    /// Durs node configuration v2
+    /// Dunitrust node configuration v2
     V2 {
         /// Global configuration
         global_conf: DuRsConfV2,
@@ -213,11 +213,11 @@ pub enum DuRsConf {
 }
 
 #[derive(Clone, Debug, Deserialize, PartialEq, Serialize)]
-/// Durs global configuration (without modules configuration)
+/// Dunitrust global configuration (without modules configuration)
 pub enum DuRsGlobalConf {
-    /// Durs global configuration v1
+    /// Dunitrust global configuration v1
     V1(DuRsConfV1),
-    /// Durs global configuration v2
+    /// Dunitrust global configuration v2
     V2(DuRsConfV2),
 }
 
diff --git a/lib/core/core/Cargo.toml b/lib/core/core/Cargo.toml
index 7d4a8b7ba2de88a80f81386ca6b39f404680a55c..0576c5cc25808fec6030e3b4299f73adfdf7f50a 100644
--- a/lib/core/core/Cargo.toml
+++ b/lib/core/core/Cargo.toml
@@ -2,7 +2,7 @@
 name = "durs-core"
 version = "0.2.0-a"
 authors = ["librelois <elois@ifee.fr>"]
-description = "Durs core."
+description = "Dunitrust core."
 license = "AGPL-3.0"
 edition = "2018"
 
diff --git a/lib/core/core/src/change_conf.rs b/lib/core/core/src/change_conf.rs
index 67ecb5803347597851c7ac76c44560818695d5e9..037fe7dea078cc12ce91b3b6ae193b386423d7ed 100644
--- a/lib/core/core/src/change_conf.rs
+++ b/lib/core/core/src/change_conf.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/core/core/src/commands/dbex.rs b/lib/core/core/src/commands/dbex.rs
index c8636552a49564a211205f8dbeecd22a0ea14d70..b1b7b033d61c80669e2cde9db433c94eea2542ef 100644
--- a/lib/core/core/src/commands/dbex.rs
+++ b/lib/core/core/src/commands/dbex.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/core/core/src/commands/keys.rs b/lib/core/core/src/commands/keys.rs
index 7e7665519dfb4c0969622f1263820182a4f755ef..9302b691796edb7a01cc96fb7de235ce7ac33be5 100644
--- a/lib/core/core/src/commands/keys.rs
+++ b/lib/core/core/src/commands/keys.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/core/core/src/commands/mod.rs b/lib/core/core/src/commands/mod.rs
index bea553d7be56134be34c2333da12d554d4708eea..f11fd9794438102b7878a43cea96e26aec49436c 100644
--- a/lib/core/core/src/commands/mod.rs
+++ b/lib/core/core/src/commands/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -33,7 +33,7 @@ pub use reset::*;
 pub use start::*;
 use std::path::PathBuf;
 
-/// Durs core options
+/// Dunitrust core options
 pub struct DursCoreOptions {
     /// Keypairs file path
     pub keypairs_file: Option<PathBuf>,
@@ -47,9 +47,9 @@ pub struct DursCoreOptions {
     pub profiles_path: Option<PathBuf>,
 }
 
-/// Durs executable command
+/// Dunitrust executable command
 pub trait DursExecutableCoreCommand {
-    /// Execute Durs command
+    /// Execute Dunitrust command
     fn execute(self, durs_core: DursCore<DuRsConf>) -> Result<(), DursCoreError>;
 }
 
@@ -59,15 +59,15 @@ pub trait ExecutableModuleCommand {
     fn execute_module_command(self, options: DursCoreOptions) -> Result<(), DursCoreError>;
 }
 
-/// Durs command with options
+/// Dunitrust command with options
 pub struct DursCommand<T: ExecutableModuleCommand> {
-    /// Durs core options
+    /// Dunitrust core options
     pub options: DursCoreOptions,
-    /// Durs command
+    /// Dunitrust command
     pub command: DursCommandEnum<T>,
 }
 
-/// Durs command
+/// Dunitrust command
 pub enum DursCommandEnum<T: ExecutableModuleCommand> {
     /// Core command
     Core(DursCoreCommand),
@@ -76,7 +76,7 @@ pub enum DursCommandEnum<T: ExecutableModuleCommand> {
 }
 
 impl<T: ExecutableModuleCommand> DursCommand<T> {
-    /// Execute Durs command
+    /// Execute Dunitrust command
     pub fn execute<PlugFunc>(
         self,
         soft_name: &'static str,
diff --git a/lib/core/core/src/commands/modules.rs b/lib/core/core/src/commands/modules.rs
index 96da6e6f68eb0d1997db2909794b65d37a0744ae..0d4a1390ea904051b8697c96683a6269501bc396 100644
--- a/lib/core/core/src/commands/modules.rs
+++ b/lib/core/core/src/commands/modules.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/core/core/src/commands/reset.rs b/lib/core/core/src/commands/reset.rs
index d71a449f448a4f8399fefd6905b34929617bd43b..ea4520664e2270532aa15b8a6479d362de03c4a9 100644
--- a/lib/core/core/src/commands/reset.rs
+++ b/lib/core/core/src/commands/reset.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/core/core/src/commands/start.rs b/lib/core/core/src/commands/start.rs
index 148a397d57383e41d89e9841784085d738c01604..4feb41eb8722f1c818b082d59bf4e18111d8bddd 100644
--- a/lib/core/core/src/commands/start.rs
+++ b/lib/core/core/src/commands/start.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/core/core/src/constants.rs b/lib/core/core/src/constants.rs
index 95b0375ffe33e4ae95bc038bb73716ce453d8a21..8e8910b761a514e0d925752905336b14500db191 100644
--- a/lib/core/core/src/constants.rs
+++ b/lib/core/core/src/constants.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! Durs core constants.
+//! Dunitrust core constants.
 
 /// Default user profile
 pub static DEFAULT_USER_PROFILE: &'static str = "default";
diff --git a/lib/core/core/src/errors.rs b/lib/core/core/src/errors.rs
index 5ec513f0bafea063425407590af51a2c65336f29..a5f7e26b3c88c12100c0a8bedbce9ed56352b700 100644
--- a/lib/core/core/src/errors.rs
+++ b/lib/core/core/src/errors.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! Manage Durs core errors.
+//! Manage Dunitrust core errors.
 
 use crate::logger::InitLoggerError;
 use dup_currency_params::db::CurrencyParamsDbError;
@@ -21,7 +21,7 @@ use durs_module::{ModuleStaticName, PlugModuleError};
 use failure::{Error, Fail};
 
 #[derive(Debug, Fail)]
-/// Durs server error
+/// Dunitrust server error
 pub enum DursCoreError {
     /// Error with configuration file
     #[fail(display = "Error with configuration file: {}", _0)]
diff --git a/lib/core/core/src/lib.rs b/lib/core/core/src/lib.rs
index 0949e85a24a2953599f916e9b2116b63b71a6f03..2fd73b0d0f0968f52900e660790330db69b37ef3 100644
--- a/lib/core/core/src/lib.rs
+++ b/lib/core/core/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! Crate containing Durs core.
+//! Crate containing Dunitrust core.
 
 //#![cfg_attr(feature = "cargo-clippy", allow(implicit_hasher))]
 #![deny(
@@ -71,11 +71,11 @@ macro_rules! durs_plug {
     };
 }
 
-/// Durs Core Datas
+/// Dunitrust Core Datas
 pub struct DursCore<DC: DursConfTrait> {
     /// Currency name
     pub currency_name: Option<CurrencyName>,
-    /// Durs core options
+    /// Dunitrust core options
     pub options: DursCoreOptions,
     /// Does the entered command require to launch server ?
     server_command: Option<ServerMode>,
@@ -230,7 +230,7 @@ impl DursCore<DuRsConf> {
             DursCoreCommand::KeysOpt(opts) => opts.execute(durs_core),
         }
     }
-    /// Initialize Durs core
+    /// Initialize Dunitrust core
     fn init(
         soft_name: &'static str,
         soft_version: &'static str,
diff --git a/lib/core/core/src/logger.rs b/lib/core/core/src/logger.rs
index fb8e6a8c0cbd4dfd5c1ac187171b8c0bbd2d0ec5..6240081747737ad7e9be5152cf7bfca46dcb93eb 100644
--- a/lib/core/core/src/logger.rs
+++ b/lib/core/core/src/logger.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! Durs core logger
+//! Dunitrust core logger
 
 use crate::commands::DursCoreOptions;
 use failure::Fail;
diff --git a/lib/core/core/src/router.rs b/lib/core/core/src/router.rs
index abb84f931147e6df77ba646e46ab11ab5374cb3b..7e3a267d22f4dea003b575fd8ead2a35fa23e51a 100644
--- a/lib/core/core/src/router.rs
+++ b/lib/core/core/src/router.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/core/message/Cargo.toml b/lib/core/message/Cargo.toml
index 50109a742972b54e9fcf57cf28c60deaa85244ea..90dc11831c6cc3546fc0cbaaff76ffeab847c549 100644
--- a/lib/core/message/Cargo.toml
+++ b/lib/core/message/Cargo.toml
@@ -2,7 +2,7 @@
 name = "durs-message"
 version = "0.2.0-a"
 authors = ["librelois <elois@ifee.fr>"]
-description = "message model for the Durs project."
+description = "message model for the Dunitrust project."
 license = "AGPL-3.0"
 edition = "2018"
 
diff --git a/lib/core/message/src/events.rs b/lib/core/message/src/events.rs
index fb538736e6772c0ea756167f632509581b294ace..9d77b90508e00432d11f5fa079264e150d15ae17 100644
--- a/lib/core/message/src/events.rs
+++ b/lib/core/message/src/events.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/core/message/src/lib.rs b/lib/core/message/src/lib.rs
index 32fad9250ebe43b2e3d1b87f2584179148cc29e4..973c4ffb0fd3829ec372081abc1765ebcbbf5f7b 100644
--- a/lib/core/message/src/lib.rs
+++ b/lib/core/message/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -44,10 +44,10 @@ use crate::events::*;
 use crate::requests::*;
 use crate::responses::*;
 
-/// Message exchanged between Durs modules
+/// Message exchanged between Dunitrust modules
 #[derive(Debug, Clone)]
 pub enum DursMsg {
-    /// Durs module event
+    /// Dunitrust module event
     Event {
         /// The module that issued the event
         event_from: ModuleStaticName,
@@ -56,7 +56,7 @@ pub enum DursMsg {
         /// Event content
         event_content: DursEvent,
     },
-    /// Durs modules requests
+    /// Dunitrust modules requests
     Request {
         /// The requester
         req_from: ModuleStaticName,
@@ -67,7 +67,7 @@ pub enum DursMsg {
         /// Request content
         req_content: DursReqContent,
     },
-    /// Durs modules request response
+    /// Dunitrust modules request response
     Response {
         /// The module that answers the request
         res_from: ModuleStaticName,
diff --git a/lib/core/message/src/requests.rs b/lib/core/message/src/requests.rs
index 9f670d9a2b633266f2997afc88f37e758c0e7347..7c2252ed755976b77eaf3b94616ebc2f14fa25ff 100644
--- a/lib/core/message/src/requests.rs
+++ b/lib/core/message/src/requests.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/core/message/src/responses.rs b/lib/core/message/src/responses.rs
index 8485c39a5b8f65e4b30e7541bf86efa594897989..26fde36e1753bbb4ec4b2a5c19aefe76235c91a8 100644
--- a/lib/core/message/src/responses.rs
+++ b/lib/core/message/src/responses.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -26,7 +26,7 @@ use durs_module::ModuleReqId;
 use durs_network::requests::NetworkResponse;
 use std::collections::HashMap;
 
-/// Durs request response message
+/// Dunitrust request response message
 #[derive(Debug, Clone)]
 pub enum DursResContent {
     /// BlockchainResponse
diff --git a/lib/core/module/src/lib.rs b/lib/core/module/src/lib.rs
index 74b1cf0f571a9acfb960799babcae8ecc4828d00..aa1047e2c8b20a4697a92aa346019ffa963705a6 100644
--- a/lib/core/module/src/lib.rs
+++ b/lib/core/module/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -103,7 +103,7 @@ impl ToString for ModuleReqFullId {
     }
 }
 
-/// Durs global configuration trait
+/// Dunitrust global configuration trait
 pub trait DursGlobalConfTrait:
     Clone + Debug + PartialEq + Serialize + DeserializeOwned + Send + ToOwned
 {
@@ -113,11 +113,11 @@ pub trait DursGlobalConfTrait:
     fn default_sync_module(&self) -> ModuleName;
 }
 
-/// Durs configuration trait
+/// Dunitrust configuration trait
 pub trait DursConfTrait:
     Clone + Debug + Default + PartialEq + Serialize + DeserializeOwned + Send + ToOwned
 {
-    /// Durs configuration without modules configuration
+    /// Dunitrust configuration without modules configuration
     type GlobalConf: DursGlobalConfTrait;
 
     /// Disable a module
diff --git a/lib/core/network/Cargo.toml b/lib/core/network/Cargo.toml
index 73d59887b5521ef112b4ab01b38c3c7728a8442d..e13596d7739c9da0bf37e9e9fe766930f59c2cfb 100644
--- a/lib/core/network/Cargo.toml
+++ b/lib/core/network/Cargo.toml
@@ -2,7 +2,7 @@
 name = "durs-network"
 version = "0.2.0-a"
 authors = ["librelois <elois@duniter.org>"]
-description = "Network model for the Durs project."
+description = "Network model for the Dunitrust project."
 license = "AGPL-3.0"
 edition = "2018"
 
diff --git a/lib/core/network/cli/mod.rs b/lib/core/network/cli/mod.rs
index 73496ae15a97e87b99b1ed75ee804aee8c690e50..14c3620c76efbf708570c340c5f5633f821597ab 100644
--- a/lib/core/network/cli/mod.rs
+++ b/lib/core/network/cli/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,6 +13,6 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! Durs network cli
+//! Dunitrust network cli
 
 pub mod sync;
diff --git a/lib/core/network/cli/sync.rs b/lib/core/network/cli/sync.rs
index eccd473e57413724152bb436fb5bfeb253ff627a..74db6ad1ad6c24b82030630b7390954291df1b3a 100644
--- a/lib/core/network/cli/sync.rs
+++ b/lib/core/network/cli/sync.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! Durs network cli : sync subcommands.
+//! Dunitrust network cli : sync subcommands.
 
 use durs_network_documents::url::Url;
 use std::path::PathBuf;
diff --git a/lib/core/network/events.rs b/lib/core/network/events.rs
index 793ec6a2d02b51959a89941869267950b0b7c97c..55e9b7ea0064262cb9e854d2e428b9cd8c801166 100644
--- a/lib/core/network/events.rs
+++ b/lib/core/network/events.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/core/network/lib.rs b/lib/core/network/lib.rs
index 977f3bb1e57355be6449ab22afdcbe405c487996..932f99eefa229a51988b26591417e7f2007f704b 100644
--- a/lib/core/network/lib.rs
+++ b/lib/core/network/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/core/network/requests.rs b/lib/core/network/requests.rs
index d36793654768d52ee4d8006ceb27bf199024beca..c2ac011d32c379479cf80ca0e82b644778c39756 100644
--- a/lib/core/network/requests.rs
+++ b/lib/core/network/requests.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/Cargo.toml b/lib/modules/blockchain/blockchain-dal/Cargo.toml
index 41d1aaa19cd50f0dc89ed04fc5fdbe047434c7fe..c6c4de9495a06dab6b02155550e742fa745e179b 100644
--- a/lib/modules/blockchain/blockchain-dal/Cargo.toml
+++ b/lib/modules/blockchain/blockchain-dal/Cargo.toml
@@ -2,7 +2,7 @@
 name = "durs-blockchain-dal"
 version = "0.2.0-a"
 authors = ["librelois <elois@ifee.fr>"]
-description = "Data Access Layer for Durs Blockchain module."
+description = "Data Access Layer for Dunitrust Blockchain module."
 license = "AGPL-3.0"
 edition = "2018"
 
diff --git a/lib/modules/blockchain/blockchain-dal/src/constants.rs b/lib/modules/blockchain/blockchain-dal/src/constants.rs
index 780d8a5499349bbabf4dbe4f4900c2e106e4e065..31dd43cfacd5325137505241512f884d4e68a07c 100644
--- a/lib/modules/blockchain/blockchain-dal/src/constants.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/constants.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/entities/block.rs b/lib/modules/blockchain/blockchain-dal/src/entities/block.rs
index b22ade1daf8031c65e13e5010e327bf3803bea9d..8eb79d20adf405cfd27523e252cee7d8b0bb805f 100644
--- a/lib/modules/blockchain/blockchain-dal/src/entities/block.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/entities/block.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/entities/fork_tree.rs b/lib/modules/blockchain/blockchain-dal/src/entities/fork_tree.rs
index 22c42ad1a182176a1fe977b46ea4ab817c8ef46c..f2b772ea610bda18a652c5da8e9dd7ff49059507 100644
--- a/lib/modules/blockchain/blockchain-dal/src/entities/fork_tree.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/entities/fork_tree.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/entities/identity.rs b/lib/modules/blockchain/blockchain-dal/src/entities/identity.rs
index f5447e2ca5ed58d15f2ed88fd0f8e7549d8a7140..ed2d29e994cbdc2a0055d5647fd67e58ebd15275 100644
--- a/lib/modules/blockchain/blockchain-dal/src/entities/identity.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/entities/identity.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/entities/mod.rs b/lib/modules/blockchain/blockchain-dal/src/entities/mod.rs
index 03cd65cbd11abd52bb8fa92cc677b1aa172c0509..34a2653f8684872ad712d053bf0fa230ec2ddef1 100644
--- a/lib/modules/blockchain/blockchain-dal/src/entities/mod.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/entities/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/entities/sources.rs b/lib/modules/blockchain/blockchain-dal/src/entities/sources.rs
index c53bb1a173ea7ea23c19694a7147320480e13436..06f93b0cc216343938908e7a2314a71b0738101b 100644
--- a/lib/modules/blockchain/blockchain-dal/src/entities/sources.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/entities/sources.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/filters/identities.rs b/lib/modules/blockchain/blockchain-dal/src/filters/identities.rs
index e3e097810b81b501b8e24ddcde9edbd6a0b5e6fd..73a434bdc20359ed5b67ec7a71853568225a9d6b 100644
--- a/lib/modules/blockchain/blockchain-dal/src/filters/identities.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/filters/identities.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/filters/mod.rs b/lib/modules/blockchain/blockchain-dal/src/filters/mod.rs
index b04d540276ef2138d841d1a6cb7ac61f59587be6..cd7915e7627726e73fa91e6a7a72bccb1d6c30b0 100644
--- a/lib/modules/blockchain/blockchain-dal/src/filters/mod.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/filters/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/lib.rs b/lib/modules/blockchain/blockchain-dal/src/lib.rs
index 2ac1a22974181e5c227840f9d5a559aafead2c40..bfb1b4513eaf3701db6e7ce70d375efb5580eef3 100644
--- a/lib/modules/blockchain/blockchain-dal/src/lib.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/readers/balance.rs b/lib/modules/blockchain/blockchain-dal/src/readers/balance.rs
index 3f142a88ac23b525fedbd0f4a3dd50fa47f532bb..ddd40205e1a72acce9b0b23907e84ff2f64fc10e 100644
--- a/lib/modules/blockchain/blockchain-dal/src/readers/balance.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/readers/balance.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/readers/block.rs b/lib/modules/blockchain/blockchain-dal/src/readers/block.rs
index 8df1aa1bb6954bde68076ba2f2752df2876368e6..14c6ba715c69513343ba8b1ef4de19f51bb20f27 100644
--- a/lib/modules/blockchain/blockchain-dal/src/readers/block.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/readers/block.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/readers/certs.rs b/lib/modules/blockchain/blockchain-dal/src/readers/certs.rs
index 33ebdcfd622a466cdc0c4ab36686ecf808966a1e..ed0eaa34467568331daca3b1329bd501800eb8fa 100644
--- a/lib/modules/blockchain/blockchain-dal/src/readers/certs.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/readers/certs.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/readers/currency_params.rs b/lib/modules/blockchain/blockchain-dal/src/readers/currency_params.rs
index 2be4b61dff636d7a413db27956c5fd7c937923e7..fa5456190b2aafe1e5277c23748a300093dce2ef 100644
--- a/lib/modules/blockchain/blockchain-dal/src/readers/currency_params.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/readers/currency_params.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/readers/fork_tree.rs b/lib/modules/blockchain/blockchain-dal/src/readers/fork_tree.rs
index e408d991d5f7a5106be4a844be3dcd433fd3616b..93b1dbdd34f2c775b94907c48287860006d2ab24 100644
--- a/lib/modules/blockchain/blockchain-dal/src/readers/fork_tree.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/readers/fork_tree.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/readers/identity.rs b/lib/modules/blockchain/blockchain-dal/src/readers/identity.rs
index 2ece0d4aa5cbe7bf9d2b552bb9c8797af9bd29ff..119cbf747435dfdb0817e0dd1e037ac4668c5c87 100644
--- a/lib/modules/blockchain/blockchain-dal/src/readers/identity.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/readers/identity.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/readers/mod.rs b/lib/modules/blockchain/blockchain-dal/src/readers/mod.rs
index cbbabe500323a36d96fc6c4cbbb0859cc2778fc3..c145bebb14a7319767c886e9f98b0871cb5f0536 100644
--- a/lib/modules/blockchain/blockchain-dal/src/readers/mod.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/readers/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/tools.rs b/lib/modules/blockchain/blockchain-dal/src/tools.rs
index dc12918b2afc099f838917e4be9a220ed1b09407..74c869db99492385be0514594eb9d49b701258f0 100644
--- a/lib/modules/blockchain/blockchain-dal/src/tools.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/tools.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/writers/block.rs b/lib/modules/blockchain/blockchain-dal/src/writers/block.rs
index 47a27058f9cb376de986c68cacd7b801bffac153..2ec7649746c4f176208a77873c1b520449d97508 100644
--- a/lib/modules/blockchain/blockchain-dal/src/writers/block.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/writers/block.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/writers/certification.rs b/lib/modules/blockchain/blockchain-dal/src/writers/certification.rs
index ae10d828571d58c4f8ba75edfa1bacabd426a6f1..05590be090882ebb93ad844e67e0af7209e00e4c 100644
--- a/lib/modules/blockchain/blockchain-dal/src/writers/certification.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/writers/certification.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/writers/dividend.rs b/lib/modules/blockchain/blockchain-dal/src/writers/dividend.rs
index 0bf89428e7b47fb20b5801414d3536c29d822a4e..89792f272f2965daf59e2711f305382f34978e32 100644
--- a/lib/modules/blockchain/blockchain-dal/src/writers/dividend.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/writers/dividend.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/writers/fork_tree.rs b/lib/modules/blockchain/blockchain-dal/src/writers/fork_tree.rs
index 8885d216d1eaaeaf8b3afb67e2cd44b2fc71a58e..f90f3b8594d3b82f97e2e99bd7af1ff6f1962af5 100644
--- a/lib/modules/blockchain/blockchain-dal/src/writers/fork_tree.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/writers/fork_tree.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/writers/identity.rs b/lib/modules/blockchain/blockchain-dal/src/writers/identity.rs
index 154e8ecd50637cb41be0343b314e6d1e2dfac50b..6a2e0d0aa9503677a25317e6d4403252e6c87105 100644
--- a/lib/modules/blockchain/blockchain-dal/src/writers/identity.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/writers/identity.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/writers/mod.rs b/lib/modules/blockchain/blockchain-dal/src/writers/mod.rs
index 7960d1daa9a398f09c77092087d120c5ed3c1007..11d109e71655aefe444689a4007fa388bf3a5c1a 100644
--- a/lib/modules/blockchain/blockchain-dal/src/writers/mod.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/writers/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/writers/requests.rs b/lib/modules/blockchain/blockchain-dal/src/writers/requests.rs
index 9b227ea31a62196a61e82e640db7987e6aee04c5..1cfbc499d52b3f8ccadaa76309b43ef289ffef21 100644
--- a/lib/modules/blockchain/blockchain-dal/src/writers/requests.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/writers/requests.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain-dal/src/writers/transaction.rs b/lib/modules/blockchain/blockchain-dal/src/writers/transaction.rs
index 74cf76f96f9da1dde7690a226d960260bc65e784..fb6ec794583452fa30f4a0f9e7d32137cf034d0c 100644
--- a/lib/modules/blockchain/blockchain-dal/src/writers/transaction.rs
+++ b/lib/modules/blockchain/blockchain-dal/src/writers/transaction.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/Cargo.toml b/lib/modules/blockchain/blockchain/Cargo.toml
index f4e6184ff309931f5fd7d58e783a765f23e4c2d8..319f9843cf66e497de413fb9753332485bdb821d 100644
--- a/lib/modules/blockchain/blockchain/Cargo.toml
+++ b/lib/modules/blockchain/blockchain/Cargo.toml
@@ -2,7 +2,7 @@
 name = "durs-blockchain"
 version = "0.2.0-a"
 authors = ["librelois <elois@ifee.fr>"]
-description = "Blockchain module for the Durs project."
+description = "Blockchain module for the Dunitrust project."
 license = "AGPL-3.0"
 edition = "2018"
 
diff --git a/lib/modules/blockchain/blockchain/src/constants.rs b/lib/modules/blockchain/blockchain/src/constants.rs
index d62c7d4f15e8bc6f60cd85fded5371771d1c4907..8af6e737e000b09bd0fc3a8f898ad448d5b30cef 100644
--- a/lib/modules/blockchain/blockchain/src/constants.rs
+++ b/lib/modules/blockchain/blockchain/src/constants.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/dbex.rs b/lib/modules/blockchain/blockchain/src/dbex.rs
index ab4767a4e5348b013d2b91ef649ab4c7f5767486..55eeeea60b24c7c6d6b9f76a2e8e7c9ce6a136fb 100644
--- a/lib/modules/blockchain/blockchain/src/dbex.rs
+++ b/lib/modules/blockchain/blockchain/src/dbex.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/dubp/apply/mod.rs b/lib/modules/blockchain/blockchain/src/dubp/apply/mod.rs
index 3cef4d90d013e789be6015cf410b4f30eb081b9b..da41785f3233727322a172524515981519c1199a 100644
--- a/lib/modules/blockchain/blockchain/src/dubp/apply/mod.rs
+++ b/lib/modules/blockchain/blockchain/src/dubp/apply/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/dubp/check/hashs.rs b/lib/modules/blockchain/blockchain/src/dubp/check/hashs.rs
index 81a9d7850b5b4f50a48d4c1370c6ec02610e3342..babceb61d95b7543869d3c3c922a0a6aebfb0bad 100644
--- a/lib/modules/blockchain/blockchain/src/dubp/check/hashs.rs
+++ b/lib/modules/blockchain/blockchain/src/dubp/check/hashs.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/dubp/check/mod.rs b/lib/modules/blockchain/blockchain/src/dubp/check/mod.rs
index b14762ea17a0fb7e373689f5b8495bab3d35ec5d..ba7e02763a30d1c16b1c09ded6dc9083a8af9aa8 100644
--- a/lib/modules/blockchain/blockchain/src/dubp/check/mod.rs
+++ b/lib/modules/blockchain/blockchain/src/dubp/check/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/dubp/mod.rs b/lib/modules/blockchain/blockchain/src/dubp/mod.rs
index 87a588b54666e5fe1817924b327be1535bc700c2..47ddae884397d7560b4cfd397c0c7098cbb53fdc 100644
--- a/lib/modules/blockchain/blockchain/src/dubp/mod.rs
+++ b/lib/modules/blockchain/blockchain/src/dubp/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/dunp/mod.rs b/lib/modules/blockchain/blockchain/src/dunp/mod.rs
index 26baecb6905eef9509bc768d78773db9d0f33bbb..c9c05aa8716b04aa56f8d7c209a9b3e75258192b 100644
--- a/lib/modules/blockchain/blockchain/src/dunp/mod.rs
+++ b/lib/modules/blockchain/blockchain/src/dunp/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/dunp/queries.rs b/lib/modules/blockchain/blockchain/src/dunp/queries.rs
index 9a7bd34bcc14027388339b7098b4e04a1cc39243..b20a2724400ab83730f3f990b1b1860597132eb3 100644
--- a/lib/modules/blockchain/blockchain/src/dunp/queries.rs
+++ b/lib/modules/blockchain/blockchain/src/dunp/queries.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/dunp/receiver.rs b/lib/modules/blockchain/blockchain/src/dunp/receiver.rs
index 28641af040f0c7086a460603ebf05e2272187168..d469403f56bd3c01f7711d8de3db33b1df82c3b4 100644
--- a/lib/modules/blockchain/blockchain/src/dunp/receiver.rs
+++ b/lib/modules/blockchain/blockchain/src/dunp/receiver.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/events/mod.rs b/lib/modules/blockchain/blockchain/src/events/mod.rs
index 0e3731259de36e027add6106ac4b7d949cc746f4..614a6402af10717b6b660cc28c1fd234d288fff7 100644
--- a/lib/modules/blockchain/blockchain/src/events/mod.rs
+++ b/lib/modules/blockchain/blockchain/src/events/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/events/received.rs b/lib/modules/blockchain/blockchain/src/events/received.rs
index 00e79ed4c9303ff0cefd831b8c3aeaa992fce556..0568ec6fbd028cd60fd9cb8482f1ff3892f53d3d 100644
--- a/lib/modules/blockchain/blockchain/src/events/received.rs
+++ b/lib/modules/blockchain/blockchain/src/events/received.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/events/sent.rs b/lib/modules/blockchain/blockchain/src/events/sent.rs
index d165ba6187fb996173986ca58a653a368c7a3287..c50cd1f7c371d7e4af4e7cd657f276a54c22bfca 100644
--- a/lib/modules/blockchain/blockchain/src/events/sent.rs
+++ b/lib/modules/blockchain/blockchain/src/events/sent.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/fork/fork_algo.rs b/lib/modules/blockchain/blockchain/src/fork/fork_algo.rs
index 2784da53c25de61845252bb67a121538bdc5b311..04183faa32a5927acce75e9280d37d756edec1e0 100644
--- a/lib/modules/blockchain/blockchain/src/fork/fork_algo.rs
+++ b/lib/modules/blockchain/blockchain/src/fork/fork_algo.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/fork/mod.rs b/lib/modules/blockchain/blockchain/src/fork/mod.rs
index c1e94b64e505785ee16ae0369ac351d045fb50c4..fc95dac9783432615659a1f979eec17267992ff5 100644
--- a/lib/modules/blockchain/blockchain/src/fork/mod.rs
+++ b/lib/modules/blockchain/blockchain/src/fork/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/fork/revert_block.rs b/lib/modules/blockchain/blockchain/src/fork/revert_block.rs
index 09e0993517d86c89974363d6f1d32048769eb1d3..6790ccf64062a3e63289d7f18e57610f77bb4602 100644
--- a/lib/modules/blockchain/blockchain/src/fork/revert_block.rs
+++ b/lib/modules/blockchain/blockchain/src/fork/revert_block.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/fork/rollback.rs b/lib/modules/blockchain/blockchain/src/fork/rollback.rs
index df2f602f21bbbbd819b219f98817ab97a02d36cd..53b9735a5e09da4aa9fae432a6fb19aa72c7f17f 100644
--- a/lib/modules/blockchain/blockchain/src/fork/rollback.rs
+++ b/lib/modules/blockchain/blockchain/src/fork/rollback.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/fork/stackable_blocks.rs b/lib/modules/blockchain/blockchain/src/fork/stackable_blocks.rs
index 905d059dabf4dd94b4163f9590dd746aebdc400a..923349bb9deed6a11a19aed0f21779774f16ae4b 100644
--- a/lib/modules/blockchain/blockchain/src/fork/stackable_blocks.rs
+++ b/lib/modules/blockchain/blockchain/src/fork/stackable_blocks.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/lib.rs b/lib/modules/blockchain/blockchain/src/lib.rs
index 7af1f493eaf00ace8493a8b416486ea48444fed3..965298bd794f67c5b3a580c9634e9b590b91307f 100644
--- a/lib/modules/blockchain/blockchain/src/lib.rs
+++ b/lib/modules/blockchain/blockchain/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/requests/mod.rs b/lib/modules/blockchain/blockchain/src/requests/mod.rs
index f245617818e5144e6abe8e56576027bdb39bf901..5bd38cb2338f8e2b52a77e9cbd92b2b9396aacc4 100644
--- a/lib/modules/blockchain/blockchain/src/requests/mod.rs
+++ b/lib/modules/blockchain/blockchain/src/requests/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/requests/received.rs b/lib/modules/blockchain/blockchain/src/requests/received.rs
index 0be54d41e5110dc006b434ab0d7b17dbeb5c46bb..ff1b27a40cb2145110a9079b8e83a120c4521ba9 100644
--- a/lib/modules/blockchain/blockchain/src/requests/received.rs
+++ b/lib/modules/blockchain/blockchain/src/requests/received.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/requests/sent.rs b/lib/modules/blockchain/blockchain/src/requests/sent.rs
index 779b22d9e386c2a3e258956fd192e849786a44f4..990313262cf746fad71743725ab6662adbcf8777 100644
--- a/lib/modules/blockchain/blockchain/src/requests/sent.rs
+++ b/lib/modules/blockchain/blockchain/src/requests/sent.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/responses/mod.rs b/lib/modules/blockchain/blockchain/src/responses/mod.rs
index 3429683f66bf747df72250d8db13314864429a76..7f53f3a2f3549005c32315453c98039c508f9b20 100644
--- a/lib/modules/blockchain/blockchain/src/responses/mod.rs
+++ b/lib/modules/blockchain/blockchain/src/responses/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/responses/received.rs b/lib/modules/blockchain/blockchain/src/responses/received.rs
index 709fdd1de4dd5aaca35074219fcfc793d11a9c2d..71346b4a6a54a3d5ee8721e6a3713b567e81f8d6 100644
--- a/lib/modules/blockchain/blockchain/src/responses/received.rs
+++ b/lib/modules/blockchain/blockchain/src/responses/received.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/responses/sent.rs b/lib/modules/blockchain/blockchain/src/responses/sent.rs
index 30ecffe2b82637a5ea4e47e4d0259088c9f093e1..ad4290ac99f920d6784f5e9498ef4a4e2889884d 100644
--- a/lib/modules/blockchain/blockchain/src/responses/sent.rs
+++ b/lib/modules/blockchain/blockchain/src/responses/sent.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/sync/apply/blocks_worker.rs b/lib/modules/blockchain/blockchain/src/sync/apply/blocks_worker.rs
index 049d7ffd99025df7db854ff68214f88af4043e00..aefd1fc69875d147311019c859d0eca754629fb4 100644
--- a/lib/modules/blockchain/blockchain/src/sync/apply/blocks_worker.rs
+++ b/lib/modules/blockchain/blockchain/src/sync/apply/blocks_worker.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/sync/apply/mod.rs b/lib/modules/blockchain/blockchain/src/sync/apply/mod.rs
index a3512fa34f8a13d011bf86c1ba76f50119ce151b..c53de602e52d3b38eae48f1d5d69382636464d02 100644
--- a/lib/modules/blockchain/blockchain/src/sync/apply/mod.rs
+++ b/lib/modules/blockchain/blockchain/src/sync/apply/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/sync/apply/txs_worker.rs b/lib/modules/blockchain/blockchain/src/sync/apply/txs_worker.rs
index 37e73bd42724f33e560fc145ba8472e371f52293..25f79bf37299dfa327e7b39a3a5ba3987ae70a2d 100644
--- a/lib/modules/blockchain/blockchain/src/sync/apply/txs_worker.rs
+++ b/lib/modules/blockchain/blockchain/src/sync/apply/txs_worker.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/sync/apply/wot_worker.rs b/lib/modules/blockchain/blockchain/src/sync/apply/wot_worker.rs
index 2b38b5d07a4c848738c7f65f0b49c61ac770230d..efe67b8457cfe6bdc41cb0a00e2bcf51acf8cd09 100644
--- a/lib/modules/blockchain/blockchain/src/sync/apply/wot_worker.rs
+++ b/lib/modules/blockchain/blockchain/src/sync/apply/wot_worker.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/sync/download/json_reader_worker.rs b/lib/modules/blockchain/blockchain/src/sync/download/json_reader_worker.rs
index 1c038957f4ddabe441c90d1a11d3deda29ee5734..76f7a48b46ec907caff292d4c407595ffbc6f8ad 100644
--- a/lib/modules/blockchain/blockchain/src/sync/download/json_reader_worker.rs
+++ b/lib/modules/blockchain/blockchain/src/sync/download/json_reader_worker.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/sync/download/mod.rs b/lib/modules/blockchain/blockchain/src/sync/download/mod.rs
index f1f3bd4abe321aa2d464459fa0748e7307cc0aab..1ae0ae0e8d67985f16eb0f67efff50a5aa34fec5 100644
--- a/lib/modules/blockchain/blockchain/src/sync/download/mod.rs
+++ b/lib/modules/blockchain/blockchain/src/sync/download/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/blockchain/blockchain/src/sync/mod.rs b/lib/modules/blockchain/blockchain/src/sync/mod.rs
index bf39fb2528c3a59bd8982610bb589f608eae63ba..d3af2b41a940b7fefb35088b45ccc4fef0c3f441 100644
--- a/lib/modules/blockchain/blockchain/src/sync/mod.rs
+++ b/lib/modules/blockchain/blockchain/src/sync/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/skeleton/Cargo.toml b/lib/modules/skeleton/Cargo.toml
index 2317ef47beb2094ce8d8a95aeec77a25adc23a63..019c5245686198a3d80faec592bd3bc8e2241ea4 100644
--- a/lib/modules/skeleton/Cargo.toml
+++ b/lib/modules/skeleton/Cargo.toml
@@ -2,7 +2,7 @@
 name = "durs-skeleton"
 version = "0.1.0"
 authors = ["name <mail@domain.tld>"]
-description = "Module template to copy to create a new Durs module."
+description = "Module template to copy to create a new Dunitrust module."
 license = "AGPL-3.0"
 edition = "2018"
 
diff --git a/lib/modules/skeleton/lib.rs b/lib/modules/skeleton/lib.rs
index 394d5d025ebe0b4c47b9c5d78f4a1a854ba9717e..4ee9c51220c481db7cbcd7013e1081a310621b7b 100644
--- a/lib/modules/skeleton/lib.rs
+++ b/lib/modules/skeleton/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! Module template to copy to create a new Durs module.
+//! Module template to copy to create a new Dunitrust module.
 
 #![deny(
     missing_docs,
diff --git a/lib/modules/tui/lib.rs b/lib/modules/tui/lib.rs
index 3e5f68da6c7d3c9372962c65933e73ad4069f359..598518663b0f29da7791f9899806739ab07d279c 100644
--- a/lib/modules/tui/lib.rs
+++ b/lib/modules/tui/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/Cargo.toml b/lib/modules/ws2p-v1-legacy/Cargo.toml
index 4c7944ef2cd0e2338a12dda3ef4c978347ea2a1f..f295d45a9f4530ef9794b9d8a0d7a0361ddf1f9c 100644
--- a/lib/modules/ws2p-v1-legacy/Cargo.toml
+++ b/lib/modules/ws2p-v1-legacy/Cargo.toml
@@ -2,7 +2,7 @@
 name = "durs-ws2p-v1-legacy"
 version = "0.2.0-a"
 authors = ["librelois <elois@ifee.fr>"]
-description = "WebSocketToPeer API for the Durs project."
+description = "WebSocketToPeer API for the Dunitrust project."
 license = "AGPL-3.0"
 edition = "2018"
 
diff --git a/lib/modules/ws2p-v1-legacy/src/constants.rs b/lib/modules/ws2p-v1-legacy/src/constants.rs
index 1eb189edd3d2103b16a065614c7a42e8404ac388..b2213175d814c07af31fd108b70793718b1590ba 100644
--- a/lib/modules/ws2p-v1-legacy/src/constants.rs
+++ b/lib/modules/ws2p-v1-legacy/src/constants.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/events/mod.rs b/lib/modules/ws2p-v1-legacy/src/events/mod.rs
index 0e3731259de36e027add6106ac4b7d949cc746f4..614a6402af10717b6b660cc28c1fd234d288fff7 100644
--- a/lib/modules/ws2p-v1-legacy/src/events/mod.rs
+++ b/lib/modules/ws2p-v1-legacy/src/events/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/events/received.rs b/lib/modules/ws2p-v1-legacy/src/events/received.rs
index 6b137337702073a1ac26212662508992aed7b9b6..d908ebcac0013a5661bf82037983cd07bab7f9cb 100644
--- a/lib/modules/ws2p-v1-legacy/src/events/received.rs
+++ b/lib/modules/ws2p-v1-legacy/src/events/received.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/events/sent.rs b/lib/modules/ws2p-v1-legacy/src/events/sent.rs
index b7d9f05b9991af8af44edaa5b5cb71a79f38bc58..22770387d7a552bc918ad15d50458ef6a34c6f08 100644
--- a/lib/modules/ws2p-v1-legacy/src/events/sent.rs
+++ b/lib/modules/ws2p-v1-legacy/src/events/sent.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/heads.rs b/lib/modules/ws2p-v1-legacy/src/heads.rs
index 209bf147ba74028f15fb94510fad402dca0487ed..8d1e6a9896d26ae068d32d01e7831cd7594a8fb2 100644
--- a/lib/modules/ws2p-v1-legacy/src/heads.rs
+++ b/lib/modules/ws2p-v1-legacy/src/heads.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/lib.rs b/lib/modules/ws2p-v1-legacy/src/lib.rs
index 821e0e16b74a78e55c22bd2774d2df9334e2a2b6..317ba98422b2f12bb4e5388609de77779166ae58 100644
--- a/lib/modules/ws2p-v1-legacy/src/lib.rs
+++ b/lib/modules/ws2p-v1-legacy/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! WebSocketToPeer API for the Durs project.
+//! WebSocketToPeer API for the Dunitrust project.
 
 #![allow(clippy::large_enum_variant, clippy::identity_conversion)]
 #![deny(
diff --git a/lib/modules/ws2p-v1-legacy/src/requests/mod.rs b/lib/modules/ws2p-v1-legacy/src/requests/mod.rs
index f245617818e5144e6abe8e56576027bdb39bf901..5bd38cb2338f8e2b52a77e9cbd92b2b9396aacc4 100644
--- a/lib/modules/ws2p-v1-legacy/src/requests/mod.rs
+++ b/lib/modules/ws2p-v1-legacy/src/requests/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/requests/received.rs b/lib/modules/ws2p-v1-legacy/src/requests/received.rs
index fca0ebe71ae69b3dea3f20d10e743c61e9f97c34..c4ca6cb19231e3160632c158c86ad0a14eb2d3ef 100644
--- a/lib/modules/ws2p-v1-legacy/src/requests/received.rs
+++ b/lib/modules/ws2p-v1-legacy/src/requests/received.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/requests/sent.rs b/lib/modules/ws2p-v1-legacy/src/requests/sent.rs
index 624c8617f80ebe04aef9cf298ed92b4bb82db44d..ee90ae16a0dcb75507be279f21e2ed629b16bad0 100644
--- a/lib/modules/ws2p-v1-legacy/src/requests/sent.rs
+++ b/lib/modules/ws2p-v1-legacy/src/requests/sent.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/responses/mod.rs b/lib/modules/ws2p-v1-legacy/src/responses/mod.rs
index 516f7af7e549f4127da05b1b019695a6c127e704..7f53f3a2f3549005c32315453c98039c508f9b20 100644
--- a/lib/modules/ws2p-v1-legacy/src/responses/mod.rs
+++ b/lib/modules/ws2p-v1-legacy/src/responses/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/responses/received.rs b/lib/modules/ws2p-v1-legacy/src/responses/received.rs
index 7f64853bea1ae5928f05c2993f17db6940fa4f2a..a21dc45dab0314b1a6fc4c041309bce40bf65ca2 100644
--- a/lib/modules/ws2p-v1-legacy/src/responses/received.rs
+++ b/lib/modules/ws2p-v1-legacy/src/responses/received.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/responses/sent.rs b/lib/modules/ws2p-v1-legacy/src/responses/sent.rs
index 1e576ef5c635944ba122375988ec5a532816330a..7dbeb34ce1aaa95292b90e001aa3f64c3d020bf0 100644
--- a/lib/modules/ws2p-v1-legacy/src/responses/sent.rs
+++ b/lib/modules/ws2p-v1-legacy/src/responses/sent.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/serializers/block.rs b/lib/modules/ws2p-v1-legacy/src/serializers/block.rs
index 95c8afe927b153faab8043127544dec28ce375a8..d65e26fb46526fdbb08225487fd66848602cb2fa 100644
--- a/lib/modules/ws2p-v1-legacy/src/serializers/block.rs
+++ b/lib/modules/ws2p-v1-legacy/src/serializers/block.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/serializers/certification.rs b/lib/modules/ws2p-v1-legacy/src/serializers/certification.rs
index d2017fd60aecea24fbed4c95ce12e4883b77508a..c312a4b87922fa16da8df219a5a423718c1e099d 100644
--- a/lib/modules/ws2p-v1-legacy/src/serializers/certification.rs
+++ b/lib/modules/ws2p-v1-legacy/src/serializers/certification.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/serializers/head.rs b/lib/modules/ws2p-v1-legacy/src/serializers/head.rs
index 4c149c55e3b9ff1f57a484bde36fb1feb8d48eeb..5507a6834050ca36e6fc8274cab06b023a7250c3 100644
--- a/lib/modules/ws2p-v1-legacy/src/serializers/head.rs
+++ b/lib/modules/ws2p-v1-legacy/src/serializers/head.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/serializers/identity.rs b/lib/modules/ws2p-v1-legacy/src/serializers/identity.rs
index 16c057196399f705f90199dd229d052204098932..7157e431237d018cb0e9188c42043ce5bea38af3 100644
--- a/lib/modules/ws2p-v1-legacy/src/serializers/identity.rs
+++ b/lib/modules/ws2p-v1-legacy/src/serializers/identity.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/serializers/membership.rs b/lib/modules/ws2p-v1-legacy/src/serializers/membership.rs
index d2e28cb908ca339bea871e9af7269cbd4e4119b2..c7cb5bc949317017d98ccc20dc905baa51e75d81 100644
--- a/lib/modules/ws2p-v1-legacy/src/serializers/membership.rs
+++ b/lib/modules/ws2p-v1-legacy/src/serializers/membership.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/serializers/mod.rs b/lib/modules/ws2p-v1-legacy/src/serializers/mod.rs
index 19a9d304a6f0ebc005b550846efdbba654dd59aa..bd04cc8a4f49d59211c158b4a50de8cb6c6af692 100644
--- a/lib/modules/ws2p-v1-legacy/src/serializers/mod.rs
+++ b/lib/modules/ws2p-v1-legacy/src/serializers/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/serializers/revoked.rs b/lib/modules/ws2p-v1-legacy/src/serializers/revoked.rs
index ab8753236b47079d4d45fcad52ca6c4945887720..8000e8b16e349269d7d3bb118235328f76a9d211 100644
--- a/lib/modules/ws2p-v1-legacy/src/serializers/revoked.rs
+++ b/lib/modules/ws2p-v1-legacy/src/serializers/revoked.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/serializers/transaction.rs b/lib/modules/ws2p-v1-legacy/src/serializers/transaction.rs
index 72e9f3eb774aba1925e5abcc904910a623127354..631a01c6cd49799f7974d474fc26b3b46434b048 100644
--- a/lib/modules/ws2p-v1-legacy/src/serializers/transaction.rs
+++ b/lib/modules/ws2p-v1-legacy/src/serializers/transaction.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/subcommands/mod.rs b/lib/modules/ws2p-v1-legacy/src/subcommands/mod.rs
index cab62bf96eeec9ec4310244e08433c73d2f6bfd8..ae842a3f55ab4811ba77fe065133cf92bd09f03f 100644
--- a/lib/modules/ws2p-v1-legacy/src/subcommands/mod.rs
+++ b/lib/modules/ws2p-v1-legacy/src/subcommands/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/subcommands/prefered.rs b/lib/modules/ws2p-v1-legacy/src/subcommands/prefered.rs
index a442661cae09acede1d61c523c97c394f15f29ec..42dba1f3c8beee009a4b303f8330449322fa837e 100644
--- a/lib/modules/ws2p-v1-legacy/src/subcommands/prefered.rs
+++ b/lib/modules/ws2p-v1-legacy/src/subcommands/prefered.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/ws2p_db.rs b/lib/modules/ws2p-v1-legacy/src/ws2p_db.rs
index 8746d8fd80916608b63956c8075e587f5583e93d..b2d9c347f2eec902bed9b67c1c402096c1ba028c 100644
--- a/lib/modules/ws2p-v1-legacy/src/ws2p_db.rs
+++ b/lib/modules/ws2p-v1-legacy/src/ws2p_db.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/ws_connections/handler.rs b/lib/modules/ws2p-v1-legacy/src/ws_connections/handler.rs
index 08422feb991c4f80457ecfcd77c5c1a521abebd7..dbcc4e32fe04487f04c066709bf8d3d48d602a80 100644
--- a/lib/modules/ws2p-v1-legacy/src/ws_connections/handler.rs
+++ b/lib/modules/ws2p-v1-legacy/src/ws_connections/handler.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/ws_connections/messages.rs b/lib/modules/ws2p-v1-legacy/src/ws_connections/messages.rs
index 8944123e441c689c2e4f40c1ed717f760296f29f..416e9e64fdab7d5189df7dbaa321730f5110639e 100644
--- a/lib/modules/ws2p-v1-legacy/src/ws_connections/messages.rs
+++ b/lib/modules/ws2p-v1-legacy/src/ws_connections/messages.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/ws_connections/meta_datas.rs b/lib/modules/ws2p-v1-legacy/src/ws_connections/meta_datas.rs
index 8f8537e4e26b2702de1ac5bddfe5579c1d982cdf..33a7bd611c10465cfabd2838f5ed1f54719558b8 100644
--- a/lib/modules/ws2p-v1-legacy/src/ws_connections/meta_datas.rs
+++ b/lib/modules/ws2p-v1-legacy/src/ws_connections/meta_datas.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/ws_connections/mod.rs b/lib/modules/ws2p-v1-legacy/src/ws_connections/mod.rs
index eaaafb9ed143c9aa7960953f21b9cffc57f410e6..3cc6206f12936dda3f9626143a8e5e83ab95977d 100644
--- a/lib/modules/ws2p-v1-legacy/src/ws_connections/mod.rs
+++ b/lib/modules/ws2p-v1-legacy/src/ws_connections/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/ws_connections/requests/mod.rs b/lib/modules/ws2p-v1-legacy/src/ws_connections/requests/mod.rs
index 0daccbb5f4c19ef5e94e13ef68ab237162c8f28b..51e2fde011db945d6c66f418f8e3fd7ae7ab1807 100644
--- a/lib/modules/ws2p-v1-legacy/src/ws_connections/requests/mod.rs
+++ b/lib/modules/ws2p-v1-legacy/src/ws_connections/requests/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/ws_connections/requests/received.rs b/lib/modules/ws2p-v1-legacy/src/ws_connections/requests/received.rs
index dc2294cd7f0af16c7a4a3197e7e20094ec7d1a6d..167b2ea85cb097fb12f9fb6ecc5d993780751b02 100644
--- a/lib/modules/ws2p-v1-legacy/src/ws_connections/requests/received.rs
+++ b/lib/modules/ws2p-v1-legacy/src/ws_connections/requests/received.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/ws_connections/requests/sent.rs b/lib/modules/ws2p-v1-legacy/src/ws_connections/requests/sent.rs
index d208dbb7a28d78c9965937f155f1b5a3d8137dc0..d0fb73fd45f27e4cd007033ea287a706bd2c3f01 100644
--- a/lib/modules/ws2p-v1-legacy/src/ws_connections/requests/sent.rs
+++ b/lib/modules/ws2p-v1-legacy/src/ws_connections/requests/sent.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/ws_connections/responses/mod.rs b/lib/modules/ws2p-v1-legacy/src/ws_connections/responses/mod.rs
index d293c19afb31652c40b8620122345937d0328e0f..66abac80c913d475b2c02b5ca2321e43dda1ea04 100644
--- a/lib/modules/ws2p-v1-legacy/src/ws_connections/responses/mod.rs
+++ b/lib/modules/ws2p-v1-legacy/src/ws_connections/responses/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/ws_connections/responses/received.rs b/lib/modules/ws2p-v1-legacy/src/ws_connections/responses/received.rs
index 6ef36a4281f6b505bb509227d1d34ca9501f684b..7f72a3e683074d17b91c956c22b6173097635470 100644
--- a/lib/modules/ws2p-v1-legacy/src/ws_connections/responses/received.rs
+++ b/lib/modules/ws2p-v1-legacy/src/ws_connections/responses/received.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/ws_connections/responses/sent.rs b/lib/modules/ws2p-v1-legacy/src/ws_connections/responses/sent.rs
index f482341084110e59cf6bf47584445fa46504473c..1443eba1d46e8a2000a1c248e09f60e927f72456 100644
--- a/lib/modules/ws2p-v1-legacy/src/ws_connections/responses/sent.rs
+++ b/lib/modules/ws2p-v1-legacy/src/ws_connections/responses/sent.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p-v1-legacy/src/ws_connections/states.rs b/lib/modules/ws2p-v1-legacy/src/ws_connections/states.rs
index 48e9142536735327af3acb08784ccfa3d91b40bb..acb6df901c7d5aeb23bcfb19435c9d07f5d619b9 100644
--- a/lib/modules/ws2p-v1-legacy/src/ws_connections/states.rs
+++ b/lib/modules/ws2p-v1-legacy/src/ws_connections/states.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-messages/lib.rs b/lib/modules/ws2p/ws2p-messages/lib.rs
index 00aa23b19e1dcb0ad637536f05a1dc2bbf47d5fa..121029f7ac69520a9aa7bffa0f35e4baf522bd2e 100644
--- a/lib/modules/ws2p/ws2p-messages/lib.rs
+++ b/lib/modules/ws2p/ws2p-messages/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-messages/v2/api_features.rs b/lib/modules/ws2p/ws2p-messages/v2/api_features.rs
index f12a71ff5d100155422ae37dfdf1bc7440257006..7ad082e5e7831b666d47f40c04d1c0f6576e1738 100644
--- a/lib/modules/ws2p/ws2p-messages/v2/api_features.rs
+++ b/lib/modules/ws2p/ws2p-messages/v2/api_features.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-messages/v2/connect.rs b/lib/modules/ws2p/ws2p-messages/v2/connect.rs
index aa085fb57ea02b197173a76d26dd2789e977127d..0f60892ed7bed86d2d091694c6a04a9d803dcbfe 100644
--- a/lib/modules/ws2p/ws2p-messages/v2/connect.rs
+++ b/lib/modules/ws2p/ws2p-messages/v2/connect.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-messages/v2/mod.rs b/lib/modules/ws2p/ws2p-messages/v2/mod.rs
index 59e1b69694a9b9e0963f0c323b6846925e104dab..56db3c0cf17e369052dc001b3484208b8a8d9686 100644
--- a/lib/modules/ws2p/ws2p-messages/v2/mod.rs
+++ b/lib/modules/ws2p/ws2p-messages/v2/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-messages/v2/ok.rs b/lib/modules/ws2p/ws2p-messages/v2/ok.rs
index f0d13e2280c2a2254af2fff149a91c1582107f92..5a73d09db0b969f5269fb92e0cc2e9999ba98d5b 100644
--- a/lib/modules/ws2p/ws2p-messages/v2/ok.rs
+++ b/lib/modules/ws2p/ws2p-messages/v2/ok.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-messages/v2/payload_container.rs b/lib/modules/ws2p/ws2p-messages/v2/payload_container.rs
index 678322aadc6488668bdff9b7c9f299019931d649..5bf898649a77adebf75ca6d57afc30abf42d16fd 100644
--- a/lib/modules/ws2p/ws2p-messages/v2/payload_container.rs
+++ b/lib/modules/ws2p/ws2p-messages/v2/payload_container.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-messages/v2/req_responses.rs b/lib/modules/ws2p/ws2p-messages/v2/req_responses.rs
index eaee29746b9b8e8cc955711d29c5b677732f4f6c..311c3d7525174f97f34d0aa33447058a192add83 100644
--- a/lib/modules/ws2p/ws2p-messages/v2/req_responses.rs
+++ b/lib/modules/ws2p/ws2p-messages/v2/req_responses.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-messages/v2/requests.rs b/lib/modules/ws2p/ws2p-messages/v2/requests.rs
index f8d366762620150be84b4169318e608d3166fe99..bbec87b73be09261bb940e95f57422153107a60c 100644
--- a/lib/modules/ws2p/ws2p-messages/v2/requests.rs
+++ b/lib/modules/ws2p/ws2p-messages/v2/requests.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-messages/v2/secret_flags.rs b/lib/modules/ws2p/ws2p-messages/v2/secret_flags.rs
index 68e44fdf43c5d54ba3d333b81250231f81fe44c5..82af1ee4df1202bd7b35bf782c13f3f9f9411937 100644
--- a/lib/modules/ws2p/ws2p-messages/v2/secret_flags.rs
+++ b/lib/modules/ws2p/ws2p-messages/v2/secret_flags.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-protocol/src/connection_state.rs b/lib/modules/ws2p/ws2p-protocol/src/connection_state.rs
index 8f73ee2e606d0a61306018ae20745e223e945ce8..f3fa7c2c3d363903d9c36ced0144b8dba1aac7d7 100644
--- a/lib/modules/ws2p/ws2p-protocol/src/connection_state.rs
+++ b/lib/modules/ws2p/ws2p-protocol/src/connection_state.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-protocol/src/constants.rs b/lib/modules/ws2p/ws2p-protocol/src/constants.rs
index ce200fea0c0b682a72b5f16f5e736b26d20ba440..8465e9fa742633f88613f10bea7184dac88d8b9b 100644
--- a/lib/modules/ws2p/ws2p-protocol/src/constants.rs
+++ b/lib/modules/ws2p/ws2p-protocol/src/constants.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-protocol/src/controller.rs b/lib/modules/ws2p/ws2p-protocol/src/controller.rs
index 82befe1ea99dcbd261761003e58762b713aa4733..8bbb61abefb9efe84ac2f692a2a4c257e03ff67d 100644
--- a/lib/modules/ws2p/ws2p-protocol/src/controller.rs
+++ b/lib/modules/ws2p/ws2p-protocol/src/controller.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-protocol/src/controller/meta_datas.rs b/lib/modules/ws2p/ws2p-protocol/src/controller/meta_datas.rs
index 27f1fca46b19a65e74a7e1e1e29e0a414ab30a00..3d819e81ada88d76e011eafb2aab661e62e88ca4 100644
--- a/lib/modules/ws2p/ws2p-protocol/src/controller/meta_datas.rs
+++ b/lib/modules/ws2p/ws2p-protocol/src/controller/meta_datas.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-protocol/src/controller/on_message.rs b/lib/modules/ws2p/ws2p-protocol/src/controller/on_message.rs
index b0e5fcda5a2efba72c1107356830c0a64dc7fcc2..bdb9834851fa9dd5b1c2b92d4c1a05254ea241db 100644
--- a/lib/modules/ws2p/ws2p-protocol/src/controller/on_message.rs
+++ b/lib/modules/ws2p/ws2p-protocol/src/controller/on_message.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/ack_msg.rs b/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/ack_msg.rs
index cc829e0032a8e05e8170bd33befa827d27a67921..0935e66de1d4509127f505b0d678aa2cb93853c9 100644
--- a/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/ack_msg.rs
+++ b/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/ack_msg.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/connect_msg.rs b/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/connect_msg.rs
index b2bdb7eea0993f6b308552f45d3162e953402a09..8e62395f12a51e1f784a0a39845e37b15342b409 100644
--- a/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/connect_msg.rs
+++ b/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/connect_msg.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/ok_msg.rs b/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/ok_msg.rs
index 37985be741bf129682074ba938db249aa99364fe..4149b28cf4d64a8b9bd28b15960eb12106c9dbbe 100644
--- a/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/ok_msg.rs
+++ b/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/ok_msg.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/secret_flags.rs b/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/secret_flags.rs
index 331e71d793616094598eeb81da354d45b8cf01d7..43eefaf9c96eadb82a23e1eda0177a842434d117 100644
--- a/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/secret_flags.rs
+++ b/lib/modules/ws2p/ws2p-protocol/src/controller/on_message/secret_flags.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-protocol/src/controller/on_open.rs b/lib/modules/ws2p/ws2p-protocol/src/controller/on_open.rs
index c7991ed604bce1597fba27768e35d6e3946e2b8f..5a88f7079f708f21ad560f581b6d83157064f034 100644
--- a/lib/modules/ws2p/ws2p-protocol/src/controller/on_open.rs
+++ b/lib/modules/ws2p/ws2p-protocol/src/controller/on_open.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-protocol/src/lib.rs b/lib/modules/ws2p/ws2p-protocol/src/lib.rs
index 9ce88c506e89bf0d8b68a3e57c1bc5ec35c34041..23ed6f9bf2797116a8c474b5e0097d51d174654c 100644
--- a/lib/modules/ws2p/ws2p-protocol/src/lib.rs
+++ b/lib/modules/ws2p/ws2p-protocol/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-protocol/src/orchestrator.rs b/lib/modules/ws2p/ws2p-protocol/src/orchestrator.rs
index 177a9da802ea0355e1b9661e1bd391de5438460b..8b7234e3ced65cc22396d02777dbb9da55dc4a8a 100644
--- a/lib/modules/ws2p/ws2p-protocol/src/orchestrator.rs
+++ b/lib/modules/ws2p/ws2p-protocol/src/orchestrator.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p-protocol/src/websocket.rs b/lib/modules/ws2p/ws2p-protocol/src/websocket.rs
index e9b641e4e3d7ab46d880e42a34424d8670531eb2..4ab46e20ca501daf263ac48fbbc364f25569a3bb 100644
--- a/lib/modules/ws2p/ws2p-protocol/src/websocket.rs
+++ b/lib/modules/ws2p/ws2p-protocol/src/websocket.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p/src/constants.rs b/lib/modules/ws2p/ws2p/src/constants.rs
index 1ef0e92ce25f5c6adac4a7e8bbcc95c29f5958fa..eb953373463f156ca16e5c92fc12f3d3a9e1a155 100644
--- a/lib/modules/ws2p/ws2p/src/constants.rs
+++ b/lib/modules/ws2p/ws2p/src/constants.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p/src/controllers/handler.rs b/lib/modules/ws2p/ws2p/src/controllers/handler.rs
index 6f7eff7784fb5cc674b2b5f8d9cffa33e967307b..ad5ed63ca4138d9b9590111408f731cbad73174b 100644
--- a/lib/modules/ws2p/ws2p/src/controllers/handler.rs
+++ b/lib/modules/ws2p/ws2p/src/controllers/handler.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p/src/controllers/incoming_connections.rs b/lib/modules/ws2p/ws2p/src/controllers/incoming_connections.rs
index 827bdd01f1942918a2b63588865b4d91ab37f76b..7ddc23166438fe10fd9a9888075b0a435ffb2a40 100644
--- a/lib/modules/ws2p/ws2p/src/controllers/incoming_connections.rs
+++ b/lib/modules/ws2p/ws2p/src/controllers/incoming_connections.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p/src/controllers/mod.rs b/lib/modules/ws2p/ws2p/src/controllers/mod.rs
index 56bd75c6760f8f85f93f92791854719890c4d249..11184b5c65063f6602f4ae39e86bf66d41168cbe 100644
--- a/lib/modules/ws2p/ws2p/src/controllers/mod.rs
+++ b/lib/modules/ws2p/ws2p/src/controllers/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p/src/controllers/outgoing_connections.rs b/lib/modules/ws2p/ws2p/src/controllers/outgoing_connections.rs
index 525a53ef9aefea43abbe3aaf3df0e58d3c546836..ed1d5f91510c7681cf29864758efbdcd2eef7f09 100644
--- a/lib/modules/ws2p/ws2p/src/controllers/outgoing_connections.rs
+++ b/lib/modules/ws2p/ws2p/src/controllers/outgoing_connections.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p/src/errors.rs b/lib/modules/ws2p/ws2p/src/errors.rs
index fd6c4be853a46b0a8278a2299d75089d42716e8e..0c4a12c6006c795fd49061b46431e5cd58684355 100644
--- a/lib/modules/ws2p/ws2p/src/errors.rs
+++ b/lib/modules/ws2p/ws2p/src/errors.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p/src/generate_peer.rs b/lib/modules/ws2p/ws2p/src/generate_peer.rs
index 05d5b3281915c8b2a8127b2eeb7664cc9123e02f..40569ae52589425d75bff93b2e4f1fda5d2adcf9 100644
--- a/lib/modules/ws2p/ws2p/src/generate_peer.rs
+++ b/lib/modules/ws2p/ws2p/src/generate_peer.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p/src/lib.rs b/lib/modules/ws2p/ws2p/src/lib.rs
index 1118c3e6184ed77148ea3e657398a6a0bd169419..a484e853f9b56d4bd377772accac89423ef615f9 100644
--- a/lib/modules/ws2p/ws2p/src/lib.rs
+++ b/lib/modules/ws2p/ws2p/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -84,7 +84,7 @@ impl Default for WS2PConf {
         WS2PConf {
             outcoming_quota: *constants::WS2P_DEFAULT_OUTCOMING_QUOTA,
             sync_endpoints: vec![
-                EndpointV2::parse_from_raw("WS2P 2 g1.durs.info 443 ws2p").unwrap(),
+                EndpointV2::parse_from_raw("WS2P 2 g1.dunitrust.org 443 ws2p").unwrap(),
                 EndpointV2::parse_from_raw("WS2P 2 rs.g1.librelois.fr 443 ws2p").unwrap(),
             ],
         }
diff --git a/lib/modules/ws2p/ws2p/src/services/mod.rs b/lib/modules/ws2p/ws2p/src/services/mod.rs
index 068bf68c20bd1e3668107f939a7c0e262b42d4a9..6a791fe25729e748abd1a42e8d260256106849c0 100644
--- a/lib/modules/ws2p/ws2p/src/services/mod.rs
+++ b/lib/modules/ws2p/ws2p/src/services/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p/src/services/outgoing.rs b/lib/modules/ws2p/ws2p/src/services/outgoing.rs
index abecf71ce08fe33efb1eb1f9129f6f34170b7eab..dd0c3fefaeb8968b7ba6b30318e7c377c3912374 100644
--- a/lib/modules/ws2p/ws2p/src/services/outgoing.rs
+++ b/lib/modules/ws2p/ws2p/src/services/outgoing.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/modules/ws2p/ws2p/tests/connection_negociation.rs b/lib/modules/ws2p/ws2p/tests/connection_negociation.rs
index aa35b27fecc184ba9e5d2b940687bf96c8380adc..36d30f81745dc75a54e623ea8bda96ebd7a1853f 100644
--- a/lib/modules/ws2p/ws2p/tests/connection_negociation.rs
+++ b/lib/modules/ws2p/ws2p/tests/connection_negociation.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tests-tools/common-tests-tools/Cargo.toml b/lib/tests-tools/common-tests-tools/Cargo.toml
index a721418b1e700f29153bb9860295b86ecc75dd8a..e7fe412424e0bdbcac0bd6c03151f1847429cc2f 100644
--- a/lib/tests-tools/common-tests-tools/Cargo.toml
+++ b/lib/tests-tools/common-tests-tools/Cargo.toml
@@ -2,7 +2,7 @@
 name = "durs-common-tests-tools"
 version = "0.1.0"
 authors = ["elois <elois@duniter.org>"]
-description = "Common tests tools for Durs project."
+description = "Common tests tools for Dunitrust project."
 repository = "https://git.duniter.org/nodes/rust/duniter-rs"
 readme = "README.md"
 keywords = ["durs", "test", "tools"]
diff --git a/lib/tests-tools/common-tests-tools/src/collections/mod.rs b/lib/tests-tools/common-tests-tools/src/collections/mod.rs
index 662896d516c5b1f63e1a31c1a3c498efb33dd6f9..8d8ed1a5f324433bd9a35ed22c0a975022466334 100644
--- a/lib/tests-tools/common-tests-tools/src/collections/mod.rs
+++ b/lib/tests-tools/common-tests-tools/src/collections/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tests-tools/common-tests-tools/src/lib.rs b/lib/tests-tools/common-tests-tools/src/lib.rs
index 9449e5c1676da00eabd7524c6b2649279436d81f..7d984df4cd7cbc9ba940e3011df9b86d7a1cb051 100644
--- a/lib/tests-tools/common-tests-tools/src/lib.rs
+++ b/lib/tests-tools/common-tests-tools/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tests-tools/common-tests-tools/src/logger.rs b/lib/tests-tools/common-tests-tools/src/logger.rs
index 201e2722d3f9d4155c1d1f62af1ea7f7389eee3f..71dcd11aaf8c9cb4dbe130a69b2888a3ee7ea426 100644
--- a/lib/tests-tools/common-tests-tools/src/logger.rs
+++ b/lib/tests-tools/common-tests-tools/src/logger.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/crypto/src/bases/b16.rs b/lib/tools/crypto/src/bases/b16.rs
index d4936f7d81e87ff4b518c06af770fd8ac33e187d..f715cb9199778cb3c3c4ca31f6b2700d9e0667d7 100644
--- a/lib/tools/crypto/src/bases/b16.rs
+++ b/lib/tools/crypto/src/bases/b16.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/crypto/src/bases/b58.rs b/lib/tools/crypto/src/bases/b58.rs
index 73d809c0e7e5078ab66500d440ab1cace0102258..c5bc07077433b84ec7d9867c4239ab73a6b5b447 100644
--- a/lib/tools/crypto/src/bases/b58.rs
+++ b/lib/tools/crypto/src/bases/b58.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/crypto/src/bases/b64.rs b/lib/tools/crypto/src/bases/b64.rs
index 31b8e445547c544913801706878a292464188f65..1a13b580fc11f08eb3bbf5c8c4189e25a9f57074 100644
--- a/lib/tools/crypto/src/bases/b64.rs
+++ b/lib/tools/crypto/src/bases/b64.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/crypto/src/bases/mod.rs b/lib/tools/crypto/src/bases/mod.rs
index 4dbcbf8df806a3f6e5ce5e1cece5ecc38cc789f8..80ba0dfd7b9f9c7413f90dd4d530e34c8aaa3de0 100644
--- a/lib/tools/crypto/src/bases/mod.rs
+++ b/lib/tools/crypto/src/bases/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/crypto/src/hashs/mod.rs b/lib/tools/crypto/src/hashs/mod.rs
index c4d32ba061e9a82d0f424f1d5b8a7c410943128e..9e6260f10dae9479a0fd8a140ce46d32b98889c6 100644
--- a/lib/tools/crypto/src/hashs/mod.rs
+++ b/lib/tools/crypto/src/hashs/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/crypto/src/keys/bin_signable.rs b/lib/tools/crypto/src/keys/bin_signable.rs
index 79d2a02f30292ced17c3e1a960c77b46efff2e18..5fe8c2e661cdf3a3429f81999e966d849819db7c 100644
--- a/lib/tools/crypto/src/keys/bin_signable.rs
+++ b/lib/tools/crypto/src/keys/bin_signable.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/crypto/src/keys/ed25519.rs b/lib/tools/crypto/src/keys/ed25519.rs
index 86e98e518878c7e5981cc114311b507860042865..f67da8aee4029dcb51e86c3386164185b86dc3fe 100644
--- a/lib/tools/crypto/src/keys/ed25519.rs
+++ b/lib/tools/crypto/src/keys/ed25519.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017  The Duniter Project Developers.
+//  Copyright (C) 2017  The Dunitrust Project Developers.
 //
 // 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/lib/tools/crypto/src/keys/mod.rs b/lib/tools/crypto/src/keys/mod.rs
index 5f9c9ba91f7e67aff8debd4a7c06db2b62f96784..9f4b5756a6c52fb6a5f96955e7dcdfbcb49de523 100644
--- a/lib/tools/crypto/src/keys/mod.rs
+++ b/lib/tools/crypto/src/keys/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/crypto/src/keys/text_signable.rs b/lib/tools/crypto/src/keys/text_signable.rs
index 6d27da100a8f6c0d62e8e1324d0f5533d5b40b87..925047ea89e41168ac1b482871245f59d856fae0 100644
--- a/lib/tools/crypto/src/keys/text_signable.rs
+++ b/lib/tools/crypto/src/keys/text_signable.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/crypto/src/lib.rs b/lib/tools/crypto/src/lib.rs
index 6ffa8d70da583a1d3781b7c42cc1061e4c0d1b1f..0518f8206a73270f8de82e6df1baf841dfae825e 100644
--- a/lib/tools/crypto/src/lib.rs
+++ b/lib/tools/crypto/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/currency-params/src/constants.rs b/lib/tools/currency-params/src/constants.rs
index 73b106cef3ec944db7d10b56d0b49c690c1ee8b9..da2844e29108cc547db11ad7f25fbbf648e83335 100644
--- a/lib/tools/currency-params/src/constants.rs
+++ b/lib/tools/currency-params/src/constants.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/currency-params/src/currencies_codes.rs b/lib/tools/currency-params/src/currencies_codes.rs
index 19bfaaafe7a7379c347f2c9822c3a4d453e5e1d7..6b09b60a3630da2849058977845ea83f5b76b3c8 100644
--- a/lib/tools/currency-params/src/currencies_codes.rs
+++ b/lib/tools/currency-params/src/currencies_codes.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/currency-params/src/db.rs b/lib/tools/currency-params/src/db.rs
index b2e6a1b249c308e449a914bca6249398b2474145..fe41841858b52fda438d51ea024bb2316bacb627 100644
--- a/lib/tools/currency-params/src/db.rs
+++ b/lib/tools/currency-params/src/db.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/currency-params/src/genesis_block_params.rs b/lib/tools/currency-params/src/genesis_block_params.rs
index c29ef4b2d0a8670630748c7bc5be3f5a98c27d43..40521b9c3ff118df268f323edff17e75c07c4a94 100644
--- a/lib/tools/currency-params/src/genesis_block_params.rs
+++ b/lib/tools/currency-params/src/genesis_block_params.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/currency-params/src/genesis_block_params/v10.rs b/lib/tools/currency-params/src/genesis_block_params/v10.rs
index dbc0bada88e110ba6abf214147a7d232980e2f18..6626839d8f3e8fd0c9f4d50761ba9877ff0c017d 100644
--- a/lib/tools/currency-params/src/genesis_block_params/v10.rs
+++ b/lib/tools/currency-params/src/genesis_block_params/v10.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/currency-params/src/lib.rs b/lib/tools/currency-params/src/lib.rs
index fd20b2e6b27b8f686a1604f5754908b1d36fe83b..32163448bdb939cf43c93e300e5a1b9d5ccd921c 100644
--- a/lib/tools/currency-params/src/lib.rs
+++ b/lib/tools/currency-params/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/blockstamp.rs b/lib/tools/documents/src/blockstamp.rs
index 0a8d76295319e90fd1ce0d90f6d0fcd2741332d0..de27cd7e2965060eda8f11546daadb1f653f2da4 100644
--- a/lib/tools/documents/src/blockstamp.rs
+++ b/lib/tools/documents/src/blockstamp.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/documents/block.rs b/lib/tools/documents/src/documents/block.rs
index f9ded4b747a4a46d9f4106c9f2e1465f8f3c6ec5..d985a2a1267f38bdbe013cfb4bcdd6be2dcb9005 100644
--- a/lib/tools/documents/src/documents/block.rs
+++ b/lib/tools/documents/src/documents/block.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/documents/block/v10.rs b/lib/tools/documents/src/documents/block/v10.rs
index b795a5165657f772544b224c09cc3dbc6a062e13..0249a76193b3f2cf13348bbf6e374295750ea249 100644
--- a/lib/tools/documents/src/documents/block/v10.rs
+++ b/lib/tools/documents/src/documents/block/v10.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/documents/certification.rs b/lib/tools/documents/src/documents/certification.rs
index 1439eb7694dc6bb0b0d49650f0249be15581dcc2..75ade7e0c980449027ca3f1f69e073945b633a7e 100644
--- a/lib/tools/documents/src/documents/certification.rs
+++ b/lib/tools/documents/src/documents/certification.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/documents/certification/v10.rs b/lib/tools/documents/src/documents/certification/v10.rs
index ab22299fa40d9511769ed8f1c25bb2d5e97bca72..13c65d97c59022cc9d669196ad62a2c9db2f089e 100644
--- a/lib/tools/documents/src/documents/certification/v10.rs
+++ b/lib/tools/documents/src/documents/certification/v10.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/documents/identity.rs b/lib/tools/documents/src/documents/identity.rs
index 31ef0d718eef88bd507b7b0b46bcc3697d3f5322..a2e9d093b3988e12bf5091d1cb9daae67aaa0bb4 100644
--- a/lib/tools/documents/src/documents/identity.rs
+++ b/lib/tools/documents/src/documents/identity.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/documents/identity/v10.rs b/lib/tools/documents/src/documents/identity/v10.rs
index 6bed0d30ee60bac222be1c328361951730c42965..d0b0af65dc0eb00da9715ed5bac8d3504cbe01d4 100644
--- a/lib/tools/documents/src/documents/identity/v10.rs
+++ b/lib/tools/documents/src/documents/identity/v10.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/documents/membership.rs b/lib/tools/documents/src/documents/membership.rs
index 9cdda47ae1a1f0aa9cc19a4004e0f6ed8b69f141..e8168ce3e66aa2d43b7648922f9d081e59c1a1de 100644
--- a/lib/tools/documents/src/documents/membership.rs
+++ b/lib/tools/documents/src/documents/membership.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/documents/membership/v10.rs b/lib/tools/documents/src/documents/membership/v10.rs
index ad3ea6297294eecd5575873d1eab08022f1adf37..649b14e5674298e5d6be961bdbce6aad2437465a 100644
--- a/lib/tools/documents/src/documents/membership/v10.rs
+++ b/lib/tools/documents/src/documents/membership/v10.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/documents/mod.rs b/lib/tools/documents/src/documents/mod.rs
index a38f16435748f88cbfb106d1617a726ae6accf8c..fc5caf4748c8ee977cd686e7d86dd1dc85059cff 100644
--- a/lib/tools/documents/src/documents/mod.rs
+++ b/lib/tools/documents/src/documents/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! Implements the Durs blockchain Documents.
+//! Implements the Dunitrust blockchain Documents.
 
 use crate::documents::block::*;
 use crate::documents::certification::*;
diff --git a/lib/tools/documents/src/documents/revocation.rs b/lib/tools/documents/src/documents/revocation.rs
index 933234f87dbf0b9f6e418151f7c5d073942bd376..6eafa6a422760107ebb4f2ecf4b6bda45b1fde41 100644
--- a/lib/tools/documents/src/documents/revocation.rs
+++ b/lib/tools/documents/src/documents/revocation.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/documents/revocation/v10.rs b/lib/tools/documents/src/documents/revocation/v10.rs
index 95b49b36efc2ced456d65e23df4eef282db8ee25..d8a35f945a78dda4b5ec0baa8fdab91e4bae0311 100644
--- a/lib/tools/documents/src/documents/revocation/v10.rs
+++ b/lib/tools/documents/src/documents/revocation/v10.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! Wrappers around Revocation documents V//  Copyright (C) 2018  The Duniter Project Developers.
+//! Wrappers around Revocation documents V//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/documents/transaction.rs b/lib/tools/documents/src/documents/transaction.rs
index 290b5b056ea4fc291f055554dfcf88b403c5e662..239f688ddcf43a94a4b601410374ef86d084bc3c 100644
--- a/lib/tools/documents/src/documents/transaction.rs
+++ b/lib/tools/documents/src/documents/transaction.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/lib.rs b/lib/tools/documents/src/lib.rs
index e31851437d3b1cee829d0de8448342ba4385e7c7..97088a6c80e40e650bfbdd1d119ff4e40ce63561 100644
--- a/lib/tools/documents/src/lib.rs
+++ b/lib/tools/documents/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -13,7 +13,7 @@
 // You should have received a copy of the GNU Affero General Public License
 // along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
-//! Implements the Durs Documents Protocol.
+//! Implements the Dunitrust Documents Protocol.
 
 #![deny(
     missing_debug_implementations,
diff --git a/lib/tools/documents/src/parsers/blocks.rs b/lib/tools/documents/src/parsers/blocks.rs
index 95f38b837e97e699e9ca07ec83ab409c6bda17a0..38dc95e778742f91c1e7aeabe96d4e4193defe2d 100644
--- a/lib/tools/documents/src/parsers/blocks.rs
+++ b/lib/tools/documents/src/parsers/blocks.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/parsers/certifications.rs b/lib/tools/documents/src/parsers/certifications.rs
index becd0ceb8e4246a537c5f95836a551aa46393f1d..9ef4f5c80fa5594283d9eef96512c6a46d662efa 100644
--- a/lib/tools/documents/src/parsers/certifications.rs
+++ b/lib/tools/documents/src/parsers/certifications.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/parsers/identities.rs b/lib/tools/documents/src/parsers/identities.rs
index 988b355d7593fbdfde4012be5648af31365b5c68..fd7d691444ebf85e1b19579f69dc9603c4808e93 100644
--- a/lib/tools/documents/src/parsers/identities.rs
+++ b/lib/tools/documents/src/parsers/identities.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/parsers/memberships.rs b/lib/tools/documents/src/parsers/memberships.rs
index d1a19d5ec22a922e2049989023bdb7cb3b0f31f1..91f2d8d7bfbd6ad9ec195b2d87c7f50da24d11e3 100644
--- a/lib/tools/documents/src/parsers/memberships.rs
+++ b/lib/tools/documents/src/parsers/memberships.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/parsers/mod.rs b/lib/tools/documents/src/parsers/mod.rs
index 37c941d0a1b7fdac45557a6915d0706273b0c96b..c26285c5f6bdeceec199d7c668c55bf816cc2b8a 100644
--- a/lib/tools/documents/src/parsers/mod.rs
+++ b/lib/tools/documents/src/parsers/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/parsers/revoked.rs b/lib/tools/documents/src/parsers/revoked.rs
index 5e85ac985b13a0a387b083a70566bb56e1d00589..37fcf27d8f8d18ab1d7fb19880ffa14b4dd0b2fa 100644
--- a/lib/tools/documents/src/parsers/revoked.rs
+++ b/lib/tools/documents/src/parsers/revoked.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/parsers/transactions.rs b/lib/tools/documents/src/parsers/transactions.rs
index a7e7d95085713395c895b87f3acb1226d61e8f46..efbebcdf11de35e449d1be5f795e05779e58b403 100644
--- a/lib/tools/documents/src/parsers/transactions.rs
+++ b/lib/tools/documents/src/parsers/transactions.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/documents/src/text_document_traits.rs b/lib/tools/documents/src/text_document_traits.rs
index 806ff22a31716404c0887c1cb296ff3cdf045104..ccf8c22774bc24e961936e3fb86b049e18c4faa2 100644
--- a/lib/tools/documents/src/text_document_traits.rs
+++ b/lib/tools/documents/src/text_document_traits.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Durs Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/network-documents/README.md b/lib/tools/network-documents/README.md
index ce8f3b0d587f128838e5f8c267b44326169b9103..7b58531fc8e95236a30c47f939f182ee8377c232 100644
--- a/lib/tools/network-documents/README.md
+++ b/lib/tools/network-documents/README.md
@@ -1,3 +1,3 @@
-# Durs network Documents
+# Dunitrust network Documents
 
 Define documents format for DUNP (DUniter Network Protocol)
\ No newline at end of file
diff --git a/lib/tools/network-documents/src/host.rs b/lib/tools/network-documents/src/host.rs
index 7ac0d63d56141a06026d757cc18aada16f808213..905702e2f28fe88a8a71a247ca1547396d68b4d0 100644
--- a/lib/tools/network-documents/src/host.rs
+++ b/lib/tools/network-documents/src/host.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/network-documents/src/lib.rs b/lib/tools/network-documents/src/lib.rs
index 3ffcb8cd5f1ccb1ebfb221550dd85ec8ff1238cc..7ee768fc137372fcff1d3ea2f74e36ea5703279f 100644
--- a/lib/tools/network-documents/src/lib.rs
+++ b/lib/tools/network-documents/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/network-documents/src/network_endpoint.rs b/lib/tools/network-documents/src/network_endpoint.rs
index 37f213ab296666cd859efd4c32b67528ca885143..25c2eab6872400642b731cdfb3d96002edfdb586 100644
--- a/lib/tools/network-documents/src/network_endpoint.rs
+++ b/lib/tools/network-documents/src/network_endpoint.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017  The Duniter Project Developers.
+//  Copyright (C) 2017  The Dunitrust Project Developers.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
@@ -793,7 +793,7 @@ mod tests {
     #[test]
     fn test_parse_and_read_endpoint_with_all_fields() {
         let str_endpoint =
-            "WS2P V2 S 0x7 5.135.188.170 [2001:41d0:8:c5aa::1] g1.durs.info 443 ws2p";
+            "WS2P V2 S 0x7 5.135.188.170 [2001:41d0:8:c5aa::1] g1.dunitrust.org 443 ws2p";
         let endpoint = EndpointV2 {
             api: ApiName(String::from("WS2P")),
             api_version: 2,
@@ -801,7 +801,7 @@ mod tests {
             api_features: ApiFeatures(vec![7u8]),
             ip_v4: Some(Ipv4Addr::from_str("5.135.188.170").unwrap()),
             ip_v6: Some(Ipv6Addr::from_str("2001:41d0:8:c5aa::1").unwrap()),
-            domain: Some(String::from("g1.durs.info")),
+            domain: Some(String::from("g1.dunitrust.org")),
             port: 443u16,
             path: Some(String::from("ws2p")),
         };
diff --git a/lib/tools/network-documents/src/network_head.rs b/lib/tools/network-documents/src/network_head.rs
index d043e4df402d617ff4d6f1c0dacf4ff7e9574490..8d28e5ad1bd60307e0c81a1ac17926704221b87f 100644
--- a/lib/tools/network-documents/src/network_head.rs
+++ b/lib/tools/network-documents/src/network_head.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017  The Durs Project Developers.
+//  Copyright (C) 2017  The Dunitrust Project Developers.
 //
 // 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/lib/tools/network-documents/src/network_head_v2.rs b/lib/tools/network-documents/src/network_head_v2.rs
index ea18c83c60b3dbda7b9b838000377b56d120aaf3..8ed6de01f08b1f3091dcf91cdbf45b3e7f3c6aca 100644
--- a/lib/tools/network-documents/src/network_head_v2.rs
+++ b/lib/tools/network-documents/src/network_head_v2.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017  The Duniter Project Developers.
+//  Copyright (C) 2017  The Dunitrust Project Developers.
 //
 // 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/lib/tools/network-documents/src/network_head_v3.rs b/lib/tools/network-documents/src/network_head_v3.rs
index 39a3c44c5e9467a70683efa87931c3534aa482ec..e8bcb3bc880ef97b1e58e38d068289c8e79a40e6 100644
--- a/lib/tools/network-documents/src/network_head_v3.rs
+++ b/lib/tools/network-documents/src/network_head_v3.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017  The Durs Project Developers.
+//  Copyright (C) 2017  The Dunitrust Project Developers.
 //
 // 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/lib/tools/network-documents/src/network_peer.rs b/lib/tools/network-documents/src/network_peer.rs
index 665f5a0e80d46de0e39c03952f74e2ef93153866..0635cbd01379fbbbd9400cda54c286affc948588 100644
--- a/lib/tools/network-documents/src/network_peer.rs
+++ b/lib/tools/network-documents/src/network_peer.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017  The Duniter Project Developers.
+//  Copyright (C) 2017  The Dunitrust Project Developers.
 //
 // 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/lib/tools/network-documents/src/url.rs b/lib/tools/network-documents/src/url.rs
index 98745e0bc1ffefb171e63cc7768b86f0688378b4..b7c0a692936f19488130bd08f9032d4323708304 100644
--- a/lib/tools/network-documents/src/url.rs
+++ b/lib/tools/network-documents/src/url.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Duniter Project Developers.
+//  Copyright (C) 2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/wot/data/mod.rs b/lib/tools/wot/data/mod.rs
index d7851b23ca54293c9970c209bc3a0b8d4cce1fc7..e3e13d01c7e88dd4fcce42c69c60e4ab165d0645 100644
--- a/lib/tools/wot/data/mod.rs
+++ b/lib/tools/wot/data/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Duniter Project Developers.
+//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/wot/data/rusty.rs b/lib/tools/wot/data/rusty.rs
index b3bbae06a62162be50e3a3bf86598302ca4caf38..becc5fc9fdae2337b2b162e2f006a7ae8498c8c4 100644
--- a/lib/tools/wot/data/rusty.rs
+++ b/lib/tools/wot/data/rusty.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Duniter Project Developers.
+//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/wot/lib.rs b/lib/tools/wot/lib.rs
index aecbdcc0eed01c46a49d229c364b77b759bc26e5..49a3fea17ad2b56798b14be0ba9ea55660f66802 100644
--- a/lib/tools/wot/lib.rs
+++ b/lib/tools/wot/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Duniter Project Developers.
+//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/wot/operations/centrality.rs b/lib/tools/wot/operations/centrality.rs
index c87b5f77014eca2becfaacf36e5d5159db2a7b67..953398eabddee4400f06a706ef25294393e3db01 100644
--- a/lib/tools/wot/operations/centrality.rs
+++ b/lib/tools/wot/operations/centrality.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Duniter Project Developers.
+//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/wot/operations/distance.rs b/lib/tools/wot/operations/distance.rs
index d7e15768f21cf8a8e57486832d87432cf9f7a57b..3343f5068a6a46f0caffd459e5cc1104915fe9b1 100644
--- a/lib/tools/wot/operations/distance.rs
+++ b/lib/tools/wot/operations/distance.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Duniter Project Developers.
+//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/wot/operations/file.rs b/lib/tools/wot/operations/file.rs
index 9466a488752c90ea1832b68b20ffba9fa1e00989..daea104f0702ac0716e139a60cf6d02d7195e621 100644
--- a/lib/tools/wot/operations/file.rs
+++ b/lib/tools/wot/operations/file.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Duniter Project Developers.
+//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/wot/operations/mod.rs b/lib/tools/wot/operations/mod.rs
index bc9564190043d15cecbbfc8c2ecdecd98dff0857..df06aeed759b616c73f1f7a59213e1969baa4cbc 100644
--- a/lib/tools/wot/operations/mod.rs
+++ b/lib/tools/wot/operations/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Duniter Project Developers.
+//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
 //
 // 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/lib/tools/wot/operations/path.rs b/lib/tools/wot/operations/path.rs
index 231af6889406116e17aac6ff5c1c8dae9bf2e918..da1813814223ad8af8c488e26e21404ef3706a4d 100644
--- a/lib/tools/wot/operations/path.rs
+++ b/lib/tools/wot/operations/path.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Duniter Project Developers.
+//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
 //
 // 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/release/arch/armv7/build-armv7.sh b/release/arch/armv7/build-armv7.sh
index 618511e46eecc24630a51f2ab6478845848f1abf..2b4f3c5fc1148deebd2a067b6ab682f186927eed 100644
--- a/release/arch/armv7/build-armv7.sh
+++ b/release/arch/armv7/build-armv7.sh
@@ -51,7 +51,7 @@ create_desc() {
 # 1. Building directory.
 build_extra_server() {
 	mkdir -p "${1}/lib/systemd/system" || exit 1
-	cp "${ROOT}/release/extra/systemd/durs.service" "${1}/lib/systemd/system" || exit 1
+	cp "${ROOT}/release/extra/systemd/dunitrust.service" "${1}/lib/systemd/system" || exit 1
 }
 
 # Debian package building.
@@ -59,9 +59,9 @@ build_extra_server() {
 # Parameters:
 # 1. Building type (either “desktop” or “server”).
 build_deb_pack() {
-	#cd "bin/durs-${1}"
+	#cd "bin/dunitrust-${1}"
 	#cargo build --release --target=armv7-unknown-linux-gnueabihf --features=ssl
-	cargo deb --manifest-path="bin/durs-${1}/Cargo.toml" --target=${TARGET} --variant=arm --output "${BIN}/duniter-rust-${1}-${DURS_TAG}-armv7.deb"
+	cargo deb --manifest-path="bin/dunitrust-${1}/Cargo.toml" --target=${TARGET} --variant=arm --output "${BIN}/duniter-rust-${1}-${DURS_TAG}-armv7.deb"
 	create_desc "${BIN}/duniter-rust-${1}-${DURS_TAG}-armv7.deb" "${1}" "Linux (Ubuntu/Debian/Raspbian)"
 }
 
@@ -92,8 +92,8 @@ mkdir -p "${RELEASES}/server_" || exit 1
 #mkdir -p "${RELEASES}/desktop_" || exit 1
 
 # Copy binary (build by cargo deb)
-cp "${ROOT}/target/${TARGET}/release/durs" "${RELEASES}/server_/" || exit 1
-#cp "${ROOT}/target/release/durs" "${RELEASES}/desktop_" || exit 1
+cp "${ROOT}/target/${TARGET}/release/dunitrust" "${RELEASES}/server_/" || exit 1
+#cp "${ROOT}/target/release/dunitrust" "${RELEASES}/desktop_" || exit 1
 
 # Copy logo
 cp "${ROOT}/images/duniter-rs.png" "${RELEASES}/server_/" || exit 1
diff --git a/release/arch/linux-x64/build-lin-x64.sh b/release/arch/linux-x64/build-lin-x64.sh
index 15f577294179c5e69cd211bd17b9e52954a6cf6d..85f2bd80e4ad0f09bb8df56e808649ac5838070f 100644
--- a/release/arch/linux-x64/build-lin-x64.sh
+++ b/release/arch/linux-x64/build-lin-x64.sh
@@ -50,7 +50,7 @@ create_desc() {
 # 1. Building directory.
 build_extra_server() {
 	mkdir -p "${1}/lib/systemd/system" || exit 1
-	cp "${ROOT}/release/extra/systemd/durs.service" "${1}/lib/systemd/system" || exit 1
+	cp "${ROOT}/release/extra/systemd/dunitrust.service" "${1}/lib/systemd/system" || exit 1
 }
 
 # Debian package building.
@@ -58,7 +58,7 @@ build_extra_server() {
 # Parameters:
 # 1. Building type (either “desktop” or “server”).
 build_deb_pack() {
-	cd "${ROOT}/bin/durs-${1}"
+	cd "${ROOT}/bin/dunitrust-${1}"
 	cargo deb --output "${BIN}/duniter-rust-${1}-${DURS_TAG}-linux-x64.deb"
 	create_desc "${BIN}/duniter-rust-${1}-${DURS_TAG}-linux-x64.deb" "${1}" "Linux (Ubuntu/Debian)"
 }
@@ -90,8 +90,8 @@ mkdir -p "${RELEASES}/server_" || exit 1
 #mkdir -p "${RELEASES}/desktop_" || exit 1
 
 # Copy binary (build by cargo deb)
-cp "${ROOT}/target/release/durs" "${RELEASES}/server_/" || exit 1
-#cp "${ROOT}/target/release/durs" "${RELEASES}/desktop_" || exit 1
+cp "${ROOT}/target/release/dunitrust" "${RELEASES}/server_/" || exit 1
+#cp "${ROOT}/target/release/dunitrust" "${RELEASES}/desktop_" || exit 1
 
 # Copy logo
 cp "${ROOT}/images/duniter-rs.png" "${RELEASES}/server_/" || exit 1
diff --git a/release/arch/win64/build-win64.sh b/release/arch/win64/build-win64.sh
index c7d50100534e11d36d8949ba197870a95a7e7ac9..770e8dae646f8092d72fc5d14c2ad38a2b9f2a5c 100644
--- a/release/arch/win64/build-win64.sh
+++ b/release/arch/win64/build-win64.sh
@@ -62,19 +62,19 @@ cd "${DOWNLOADS}"
 # -----------
 
 # Prepare sources
-mkdir -p "${RELEASES}/durs" || exit 1
-cp -r $(find "${ROOT}" -mindepth 1 -maxdepth 1 ! -name "${WORK_NAME}") "${RELEASES}/durs" || exit 1
-cd "${RELEASES}/durs"
+mkdir -p "${RELEASES}/dunitrust" || exit 1
+cp -r $(find "${ROOT}" -mindepth 1 -maxdepth 1 ! -name "${WORK_NAME}") "${RELEASES}/dunitrust" || exit 1
+cd "${RELEASES}/dunitrust"
 rm -Rf .gitignore .git || exit 1 # Remove git files
 
 # Build binary
 echo ">> Building binary..."
-cd "${ROOT}/bin/durs-server"
+cd "${ROOT}/bin/dunitrust-server"
 cargo build --release --target=${TARGET} || exit 1
 
 mkdir -p "${RELEASES}/server_" || exit 1
-cp "${ROOT}/target/${TARGET}/release/durs.exe" "${RELEASES}/server_/" || exit 1
-#cp "${ROOT}/target/${TARGET}/release/durs" "${RELEASES}/desktop_" || exit 1
+cp "${ROOT}/target/${TARGET}/release/dunitrust.exe" "${RELEASES}/server_/" || exit 1
+#cp "${ROOT}/target/${TARGET}/release/dunitrust" "${RELEASES}/desktop_" || exit 1
 
 # Copy logo
 #cp "${ROOT}/images/duniter-rs.png" "${RELEASES}/server_/" || exit 1
diff --git a/release/docker/Dockerfile b/release/docker/Dockerfile
index ecb3420996e2c3e2e7bed67f31e7c77e718369b6..889d401afd8c8e1594cb4f86e202a354e0fd50ae 100644
--- a/release/docker/Dockerfile
+++ b/release/docker/Dockerfile
@@ -4,15 +4,15 @@
 
 FROM registry.duniter.org/docker/dunitrust/dunitrust-ci-lin64:latest as build
 
-LABEL maintainer="elois <elois@ifee.fr>"
-LABEL version="0.1.2"
-LABEL description="Durs server (Divende Universel RuSt)"
+LABEL maintainer="elois <elois@duniter.org>>"
+LABEL version="0.1.3"
+LABEL description="Dunitrust server (Divende Universel Rust)"
 
 # copy source tree
 COPY ./ ./
 
-# build durs-server in release with features
-RUN cargo build --release --manifest-path bin/durs-server/Cargo.toml --features ssl
+# build dunitrust-server in release with features
+RUN cargo build --release --manifest-path bin/dunitrust-server/Cargo.toml --features ssl
 
 # ------------------------------------------------------------------------------
 # Final Stage
@@ -27,16 +27,16 @@ RUN apt-get update && \
 
 RUN useradd -s /bin/sh -u 1000 -U user
 
-RUN mkdir -p /home/user/.config /var/lib/durs && chown -R user:user /home/user /var/lib/durs
+RUN mkdir -p /home/user/.config /var/lib/dunitrust && chown -R user:user /home/user /var/lib/dunitrust
 
 # copy the build artifact from the build stage
-COPY --from=build --chown=user:user /target/release/durs /usr/bin/
+COPY --from=build --chown=user:user /target/release/dunitrust /usr/bin/
 
-VOLUME /var/lib/durs
+VOLUME /var/lib/dunitrust
 
 USER user
 WORKDIR /home/user
 
-CMD ["durs", "start"]
+CMD ["dunitrust", "start"]
 
 #run whith `docker run -it IMAGE`
diff --git a/release/extra/systemd/durs.service b/release/extra/systemd/durs.service
index 3e8131caafecc9bee6643179c7bfa37aa03b8b03..64c5ce85701617800e428fb85698d88695a5b0f3 100644
--- a/release/extra/systemd/durs.service
+++ b/release/extra/systemd/durs.service
@@ -3,10 +3,10 @@ Description=Duniter-Rust node
 After=network.target
 
 [Service]
-Environment="DURS_HOME=/var/lib/durs/.config/durs-dev"
+Environment="DURS_HOME=/var/lib/dunitrust/.config/dunitrust-dev"
 Environment="PROFILE=default"
 # If using a key file, DURS_OPTS can be defined like so:
-#Environment="DURS_OPTS=--keyfile /etc/durs/keys.yml"
+#Environment="DURS_OPTS=--keyfile /etc/dunitrust/keys.yml"
 Environment="DURS_OPTS="
 Group=durs
 User=durs