From a8b4c7057025a428f370249fb0623f2843e918ef Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Sat, 10 Aug 2019 22:45:12 +0200
Subject: [PATCH] copyright: axiom teamassociation

---
 README.md                                                     | 2 +-
 bin/dunitrust-server/Cargo.toml                               | 4 ++--
 bin/dunitrust-server/src/cli.rs                               | 2 +-
 bin/dunitrust-server/src/main.rs                              | 2 +-
 lib/core/conf/src/constants.rs                                | 2 +-
 lib/core/conf/src/keys.rs                                     | 2 +-
 lib/core/conf/src/lib.rs                                      | 2 +-
 lib/core/core/src/change_conf.rs                              | 2 +-
 lib/core/core/src/commands/dbex.rs                            | 2 +-
 lib/core/core/src/commands/keys.rs                            | 2 +-
 lib/core/core/src/commands/mod.rs                             | 2 +-
 lib/core/core/src/commands/modules.rs                         | 2 +-
 lib/core/core/src/commands/reset.rs                           | 2 +-
 lib/core/core/src/commands/start.rs                           | 2 +-
 lib/core/core/src/constants.rs                                | 2 +-
 lib/core/core/src/errors.rs                                   | 2 +-
 lib/core/core/src/lib.rs                                      | 2 +-
 lib/core/core/src/logger.rs                                   | 2 +-
 lib/core/core/src/router.rs                                   | 2 +-
 lib/core/message/src/events.rs                                | 2 +-
 lib/core/message/src/lib.rs                                   | 2 +-
 lib/core/message/src/requests.rs                              | 2 +-
 lib/core/message/src/responses.rs                             | 2 +-
 lib/core/module/src/lib.rs                                    | 2 +-
 lib/core/network/cli/mod.rs                                   | 2 +-
 lib/core/network/cli/sync.rs                                  | 2 +-
 lib/core/network/events.rs                                    | 2 +-
 lib/core/network/lib.rs                                       | 2 +-
 lib/core/network/requests.rs                                  | 2 +-
 lib/modules/blockchain/blockchain-dal/src/constants.rs        | 2 +-
 lib/modules/blockchain/blockchain-dal/src/entities/block.rs   | 2 +-
 .../blockchain/blockchain-dal/src/entities/fork_tree.rs       | 2 +-
 .../blockchain/blockchain-dal/src/entities/identity.rs        | 2 +-
 lib/modules/blockchain/blockchain-dal/src/entities/mod.rs     | 2 +-
 lib/modules/blockchain/blockchain-dal/src/entities/sources.rs | 2 +-
 .../blockchain/blockchain-dal/src/filters/identities.rs       | 2 +-
 lib/modules/blockchain/blockchain-dal/src/filters/mod.rs      | 2 +-
 lib/modules/blockchain/blockchain-dal/src/lib.rs              | 2 +-
 lib/modules/blockchain/blockchain-dal/src/readers/balance.rs  | 2 +-
 lib/modules/blockchain/blockchain-dal/src/readers/block.rs    | 2 +-
 lib/modules/blockchain/blockchain-dal/src/readers/certs.rs    | 2 +-
 .../blockchain/blockchain-dal/src/readers/currency_params.rs  | 2 +-
 .../blockchain/blockchain-dal/src/readers/fork_tree.rs        | 2 +-
 lib/modules/blockchain/blockchain-dal/src/readers/identity.rs | 2 +-
 lib/modules/blockchain/blockchain-dal/src/readers/mod.rs      | 2 +-
 lib/modules/blockchain/blockchain-dal/src/tools.rs            | 2 +-
 lib/modules/blockchain/blockchain-dal/src/writers/block.rs    | 2 +-
 .../blockchain/blockchain-dal/src/writers/certification.rs    | 2 +-
 lib/modules/blockchain/blockchain-dal/src/writers/dividend.rs | 2 +-
 .../blockchain/blockchain-dal/src/writers/fork_tree.rs        | 2 +-
 lib/modules/blockchain/blockchain-dal/src/writers/identity.rs | 2 +-
 lib/modules/blockchain/blockchain-dal/src/writers/mod.rs      | 2 +-
 lib/modules/blockchain/blockchain-dal/src/writers/requests.rs | 2 +-
 .../blockchain/blockchain-dal/src/writers/transaction.rs      | 2 +-
 lib/modules/blockchain/blockchain/src/constants.rs            | 2 +-
 lib/modules/blockchain/blockchain/src/dbex.rs                 | 2 +-
 lib/modules/blockchain/blockchain/src/dubp/apply/mod.rs       | 2 +-
 lib/modules/blockchain/blockchain/src/dubp/check/hashs.rs     | 2 +-
 lib/modules/blockchain/blockchain/src/dubp/check/mod.rs       | 2 +-
 lib/modules/blockchain/blockchain/src/dubp/mod.rs             | 2 +-
 lib/modules/blockchain/blockchain/src/dunp/mod.rs             | 2 +-
 lib/modules/blockchain/blockchain/src/dunp/queries.rs         | 2 +-
 lib/modules/blockchain/blockchain/src/dunp/receiver.rs        | 2 +-
 lib/modules/blockchain/blockchain/src/events/mod.rs           | 2 +-
 lib/modules/blockchain/blockchain/src/events/received.rs      | 2 +-
 lib/modules/blockchain/blockchain/src/events/sent.rs          | 2 +-
 lib/modules/blockchain/blockchain/src/fork/fork_algo.rs       | 2 +-
 lib/modules/blockchain/blockchain/src/fork/mod.rs             | 2 +-
 lib/modules/blockchain/blockchain/src/fork/revert_block.rs    | 2 +-
 lib/modules/blockchain/blockchain/src/fork/rollback.rs        | 2 +-
 .../blockchain/blockchain/src/fork/stackable_blocks.rs        | 2 +-
 lib/modules/blockchain/blockchain/src/lib.rs                  | 2 +-
 lib/modules/blockchain/blockchain/src/requests/mod.rs         | 2 +-
 lib/modules/blockchain/blockchain/src/requests/received.rs    | 2 +-
 lib/modules/blockchain/blockchain/src/requests/sent.rs        | 2 +-
 lib/modules/blockchain/blockchain/src/responses/mod.rs        | 2 +-
 lib/modules/blockchain/blockchain/src/responses/received.rs   | 2 +-
 lib/modules/blockchain/blockchain/src/responses/sent.rs       | 2 +-
 .../blockchain/blockchain/src/sync/apply/blocks_worker.rs     | 2 +-
 lib/modules/blockchain/blockchain/src/sync/apply/mod.rs       | 2 +-
 .../blockchain/blockchain/src/sync/apply/txs_worker.rs        | 2 +-
 .../blockchain/blockchain/src/sync/apply/wot_worker.rs        | 2 +-
 .../blockchain/src/sync/download/json_reader_worker.rs        | 2 +-
 lib/modules/blockchain/blockchain/src/sync/download/mod.rs    | 2 +-
 lib/modules/blockchain/blockchain/src/sync/mod.rs             | 2 +-
 lib/modules/skeleton/lib.rs                                   | 2 +-
 lib/modules/tui/lib.rs                                        | 2 +-
 lib/modules/ws2p-v1-legacy/src/constants.rs                   | 2 +-
 lib/modules/ws2p-v1-legacy/src/events/mod.rs                  | 2 +-
 lib/modules/ws2p-v1-legacy/src/events/received.rs             | 2 +-
 lib/modules/ws2p-v1-legacy/src/events/sent.rs                 | 2 +-
 lib/modules/ws2p-v1-legacy/src/heads.rs                       | 2 +-
 lib/modules/ws2p-v1-legacy/src/lib.rs                         | 2 +-
 lib/modules/ws2p-v1-legacy/src/requests/mod.rs                | 2 +-
 lib/modules/ws2p-v1-legacy/src/requests/received.rs           | 2 +-
 lib/modules/ws2p-v1-legacy/src/requests/sent.rs               | 2 +-
 lib/modules/ws2p-v1-legacy/src/responses/mod.rs               | 2 +-
 lib/modules/ws2p-v1-legacy/src/responses/received.rs          | 2 +-
 lib/modules/ws2p-v1-legacy/src/responses/sent.rs              | 2 +-
 lib/modules/ws2p-v1-legacy/src/serializers/block.rs           | 2 +-
 lib/modules/ws2p-v1-legacy/src/serializers/certification.rs   | 2 +-
 lib/modules/ws2p-v1-legacy/src/serializers/head.rs            | 2 +-
 lib/modules/ws2p-v1-legacy/src/serializers/identity.rs        | 2 +-
 lib/modules/ws2p-v1-legacy/src/serializers/membership.rs      | 2 +-
 lib/modules/ws2p-v1-legacy/src/serializers/mod.rs             | 2 +-
 lib/modules/ws2p-v1-legacy/src/serializers/revoked.rs         | 2 +-
 lib/modules/ws2p-v1-legacy/src/serializers/transaction.rs     | 2 +-
 lib/modules/ws2p-v1-legacy/src/subcommands/mod.rs             | 2 +-
 lib/modules/ws2p-v1-legacy/src/subcommands/prefered.rs        | 2 +-
 lib/modules/ws2p-v1-legacy/src/ws2p_db.rs                     | 2 +-
 lib/modules/ws2p-v1-legacy/src/ws_connections/handler.rs      | 2 +-
 lib/modules/ws2p-v1-legacy/src/ws_connections/messages.rs     | 2 +-
 lib/modules/ws2p-v1-legacy/src/ws_connections/meta_datas.rs   | 2 +-
 lib/modules/ws2p-v1-legacy/src/ws_connections/mod.rs          | 2 +-
 lib/modules/ws2p-v1-legacy/src/ws_connections/requests/mod.rs | 2 +-
 .../ws2p-v1-legacy/src/ws_connections/requests/received.rs    | 2 +-
 .../ws2p-v1-legacy/src/ws_connections/requests/sent.rs        | 2 +-
 .../ws2p-v1-legacy/src/ws_connections/responses/mod.rs        | 2 +-
 .../ws2p-v1-legacy/src/ws_connections/responses/received.rs   | 2 +-
 .../ws2p-v1-legacy/src/ws_connections/responses/sent.rs       | 2 +-
 lib/modules/ws2p-v1-legacy/src/ws_connections/states.rs       | 2 +-
 lib/modules/ws2p/ws2p-messages/lib.rs                         | 2 +-
 lib/modules/ws2p/ws2p-messages/v2/api_features.rs             | 2 +-
 lib/modules/ws2p/ws2p-messages/v2/connect.rs                  | 2 +-
 lib/modules/ws2p/ws2p-messages/v2/mod.rs                      | 2 +-
 lib/modules/ws2p/ws2p-messages/v2/ok.rs                       | 2 +-
 lib/modules/ws2p/ws2p-messages/v2/payload_container.rs        | 2 +-
 lib/modules/ws2p/ws2p-messages/v2/req_responses.rs            | 2 +-
 lib/modules/ws2p/ws2p-messages/v2/requests.rs                 | 2 +-
 lib/modules/ws2p/ws2p-messages/v2/secret_flags.rs             | 2 +-
 lib/modules/ws2p/ws2p-protocol/src/connection_state.rs        | 2 +-
 lib/modules/ws2p/ws2p-protocol/src/constants.rs               | 2 +-
 lib/modules/ws2p/ws2p-protocol/src/controller.rs              | 2 +-
 lib/modules/ws2p/ws2p-protocol/src/controller/meta_datas.rs   | 2 +-
 lib/modules/ws2p/ws2p-protocol/src/controller/on_message.rs   | 2 +-
 .../ws2p/ws2p-protocol/src/controller/on_message/ack_msg.rs   | 2 +-
 .../ws2p-protocol/src/controller/on_message/connect_msg.rs    | 2 +-
 .../ws2p/ws2p-protocol/src/controller/on_message/ok_msg.rs    | 2 +-
 .../ws2p-protocol/src/controller/on_message/secret_flags.rs   | 2 +-
 lib/modules/ws2p/ws2p-protocol/src/controller/on_open.rs      | 2 +-
 lib/modules/ws2p/ws2p-protocol/src/lib.rs                     | 2 +-
 lib/modules/ws2p/ws2p-protocol/src/orchestrator.rs            | 2 +-
 lib/modules/ws2p/ws2p-protocol/src/websocket.rs               | 2 +-
 lib/modules/ws2p/ws2p/src/constants.rs                        | 2 +-
 lib/modules/ws2p/ws2p/src/controllers/handler.rs              | 2 +-
 lib/modules/ws2p/ws2p/src/controllers/incoming_connections.rs | 2 +-
 lib/modules/ws2p/ws2p/src/controllers/mod.rs                  | 2 +-
 lib/modules/ws2p/ws2p/src/controllers/outgoing_connections.rs | 2 +-
 lib/modules/ws2p/ws2p/src/errors.rs                           | 2 +-
 lib/modules/ws2p/ws2p/src/generate_peer.rs                    | 2 +-
 lib/modules/ws2p/ws2p/src/lib.rs                              | 2 +-
 lib/modules/ws2p/ws2p/src/services/mod.rs                     | 2 +-
 lib/modules/ws2p/ws2p/src/services/outgoing.rs                | 2 +-
 lib/modules/ws2p/ws2p/tests/connection_negociation.rs         | 2 +-
 lib/tests-tools/common-tests-tools/src/collections/mod.rs     | 2 +-
 lib/tests-tools/common-tests-tools/src/lib.rs                 | 2 +-
 lib/tests-tools/common-tests-tools/src/logger.rs              | 2 +-
 lib/tools/crypto/src/bases/b16.rs                             | 2 +-
 lib/tools/crypto/src/bases/b58.rs                             | 2 +-
 lib/tools/crypto/src/bases/b64.rs                             | 2 +-
 lib/tools/crypto/src/bases/mod.rs                             | 2 +-
 lib/tools/crypto/src/hashs/mod.rs                             | 2 +-
 lib/tools/crypto/src/keys/bin_signable.rs                     | 2 +-
 lib/tools/crypto/src/keys/ed25519.rs                          | 2 +-
 lib/tools/crypto/src/keys/mod.rs                              | 2 +-
 lib/tools/crypto/src/keys/text_signable.rs                    | 2 +-
 lib/tools/crypto/src/lib.rs                                   | 2 +-
 lib/tools/currency-params/src/constants.rs                    | 2 +-
 lib/tools/currency-params/src/currencies_codes.rs             | 2 +-
 lib/tools/currency-params/src/db.rs                           | 2 +-
 lib/tools/currency-params/src/genesis_block_params.rs         | 2 +-
 lib/tools/currency-params/src/genesis_block_params/v10.rs     | 2 +-
 lib/tools/currency-params/src/lib.rs                          | 2 +-
 lib/tools/documents/src/blockstamp.rs                         | 2 +-
 lib/tools/documents/src/documents/block.rs                    | 2 +-
 lib/tools/documents/src/documents/block/v10.rs                | 2 +-
 lib/tools/documents/src/documents/certification.rs            | 2 +-
 lib/tools/documents/src/documents/certification/v10.rs        | 2 +-
 lib/tools/documents/src/documents/identity.rs                 | 2 +-
 lib/tools/documents/src/documents/identity/v10.rs             | 2 +-
 lib/tools/documents/src/documents/membership.rs               | 2 +-
 lib/tools/documents/src/documents/membership/v10.rs           | 2 +-
 lib/tools/documents/src/documents/mod.rs                      | 2 +-
 lib/tools/documents/src/documents/revocation.rs               | 2 +-
 lib/tools/documents/src/documents/revocation/v10.rs           | 4 ++--
 lib/tools/documents/src/documents/transaction.rs              | 2 +-
 lib/tools/documents/src/lib.rs                                | 2 +-
 lib/tools/documents/src/parsers/blocks.rs                     | 2 +-
 lib/tools/documents/src/parsers/certifications.rs             | 2 +-
 lib/tools/documents/src/parsers/identities.rs                 | 2 +-
 lib/tools/documents/src/parsers/memberships.rs                | 2 +-
 lib/tools/documents/src/parsers/mod.rs                        | 2 +-
 lib/tools/documents/src/parsers/revoked.rs                    | 2 +-
 lib/tools/documents/src/parsers/transactions.rs               | 2 +-
 lib/tools/documents/src/text_document_traits.rs               | 2 +-
 lib/tools/network-documents/src/host.rs                       | 2 +-
 lib/tools/network-documents/src/lib.rs                        | 2 +-
 lib/tools/network-documents/src/network_endpoint.rs           | 2 +-
 lib/tools/network-documents/src/network_head.rs               | 2 +-
 lib/tools/network-documents/src/network_head_v2.rs            | 2 +-
 lib/tools/network-documents/src/network_head_v3.rs            | 2 +-
 lib/tools/network-documents/src/network_peer.rs               | 2 +-
 lib/tools/network-documents/src/url.rs                        | 2 +-
 lib/tools/wot/data/mod.rs                                     | 2 +-
 lib/tools/wot/data/rusty.rs                                   | 2 +-
 lib/tools/wot/lib.rs                                          | 2 +-
 lib/tools/wot/operations/centrality.rs                        | 2 +-
 lib/tools/wot/operations/distance.rs                          | 2 +-
 lib/tools/wot/operations/file.rs                              | 2 +-
 lib/tools/wot/operations/mod.rs                               | 2 +-
 lib/tools/wot/operations/path.rs                              | 2 +-
 211 files changed, 213 insertions(+), 213 deletions(-)

diff --git a/README.md b/README.md
index 26e49c92..e2f4ca81 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ It's in active developpement but is not usable yet.
 
 ## License
 
-Copyright (C) 2017  The Dunitrust Project Developers.
+Copyright (C) 2017-2019  The AXIOM TEAM Association.
 
 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/dunitrust-server/Cargo.toml b/bin/dunitrust-server/Cargo.toml
index faff1b34..13a96089 100644
--- a/bin/dunitrust-server/Cargo.toml
+++ b/bin/dunitrust-server/Cargo.toml
@@ -30,7 +30,7 @@ ssl = ["durs-ws2p-v1-legacy/ssl"]
 
 [package.metadata.deb]
 maintainer = "librelois <contact@dunitrust.org>"
-copyright = "2019, AXIOM TEAM Association <contact@axiom-team.fr>"
+copyright = "2017-2019, AXIOM TEAM Association <contact@axiom-team.fr>"
 license-file = ["LICENSE", "4"]
 depends = "$auto"
 section = "misc"
@@ -43,7 +43,7 @@ features = ["ssl"]
 
 [package.metadata.deb.variants.arm]
 maintainer = "librelois <contact@dunitrust.org>"
-copyright = "2019, AXIOM TEAM Association <contact@axiom-team.fr>"
+copyright = "2017-2019, AXIOM TEAM Association <contact@axiom-team.fr>"
 license-file = ["LICENSE", "4"]
 section = "misc"
 priority = "optional"
diff --git a/bin/dunitrust-server/src/cli.rs b/bin/dunitrust-server/src/cli.rs
index b55fc6fd..2bc96306 100644
--- a/bin/dunitrust-server/src/cli.rs
+++ b/bin/dunitrust-server/src/cli.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/dunitrust-server/src/main.rs b/bin/dunitrust-server/src/main.rs
index 0d3cf1a6..b0f123bf 100644
--- a/bin/dunitrust-server/src/main.rs
+++ b/bin/dunitrust-server/src/main.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/conf/src/constants.rs b/lib/core/conf/src/constants.rs
index 24d1f56b..58fe0897 100644
--- a/lib/core/conf/src/constants.rs
+++ b/lib/core/conf/src/constants.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/conf/src/keys.rs b/lib/core/conf/src/keys.rs
index 929c1438..cdc98fcd 100644
--- a/lib/core/conf/src/keys.rs
+++ b/lib/core/conf/src/keys.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/conf/src/lib.rs b/lib/core/conf/src/lib.rs
index 756f3057..b043e451 100644
--- a/lib/core/conf/src/lib.rs
+++ b/lib/core/conf/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/change_conf.rs b/lib/core/core/src/change_conf.rs
index 037fe7de..9e6c9d64 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 b1b7b033..18cb710d 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 9302b691..b950aeb6 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 f11fd979..bfe86cc7 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/modules.rs b/lib/core/core/src/commands/modules.rs
index 0d4a1390..7f94cddb 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 ea452066..35ece2f5 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 4feb41eb..d5101178 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 8e8910b7..c4fb0b58 100644
--- a/lib/core/core/src/constants.rs
+++ b/lib/core/core/src/constants.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/errors.rs b/lib/core/core/src/errors.rs
index a5f7e26b..fac90040 100644
--- a/lib/core/core/src/errors.rs
+++ b/lib/core/core/src/errors.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/lib.rs b/lib/core/core/src/lib.rs
index 2fd73b0d..58337d23 100644
--- a/lib/core/core/src/lib.rs
+++ b/lib/core/core/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/logger.rs b/lib/core/core/src/logger.rs
index 62400817..050200cc 100644
--- a/lib/core/core/src/logger.rs
+++ b/lib/core/core/src/logger.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/router.rs b/lib/core/core/src/router.rs
index 7e3a267d..0d8b0878 100644
--- a/lib/core/core/src/router.rs
+++ b/lib/core/core/src/router.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/events.rs b/lib/core/message/src/events.rs
index 9d77b905..632872b0 100644
--- a/lib/core/message/src/events.rs
+++ b/lib/core/message/src/events.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 973c4ffb..35340e3a 100644
--- a/lib/core/message/src/lib.rs
+++ b/lib/core/message/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/requests.rs b/lib/core/message/src/requests.rs
index 7c2252ed..e6a49ed1 100644
--- a/lib/core/message/src/requests.rs
+++ b/lib/core/message/src/requests.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 26fde36e..eb5db0ca 100644
--- a/lib/core/message/src/responses.rs
+++ b/lib/core/message/src/responses.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/module/src/lib.rs b/lib/core/module/src/lib.rs
index aa1047e2..2259fdcd 100644
--- a/lib/core/module/src/lib.rs
+++ b/lib/core/module/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/cli/mod.rs b/lib/core/network/cli/mod.rs
index 14c3620c..79c795de 100644
--- a/lib/core/network/cli/mod.rs
+++ b/lib/core/network/cli/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/cli/sync.rs b/lib/core/network/cli/sync.rs
index 74db6ad1..f91ad73d 100644
--- a/lib/core/network/cli/sync.rs
+++ b/lib/core/network/cli/sync.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/events.rs b/lib/core/network/events.rs
index 55e9b7ea..f917cf39 100644
--- a/lib/core/network/events.rs
+++ b/lib/core/network/events.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 932f99ee..f3eb42c6 100644
--- a/lib/core/network/lib.rs
+++ b/lib/core/network/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 c2ac011d..f9b00059 100644
--- a/lib/core/network/requests.rs
+++ b/lib/core/network/requests.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/constants.rs b/lib/modules/blockchain/blockchain-dal/src/constants.rs
index 31dd43cf..77e47509 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 8eb79d20..f360d1cd 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 f2b772ea..409e4cfc 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 ed2d29e9..f52baa07 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 34a2653f..3b96d4d9 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 06f93b0c..c9401e0b 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 73a434bd..42f01512 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 cd7915e7..8f60a2a4 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 bfb1b451..7fa796ea 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 ddd40205..2709ac8e 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 14c6ba71..48bf4fbd 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 ed0eaa34..ea8eaca2 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 fa545619..df471f6b 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 93b1dbdd..8e8ad800 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 119cbf74..485e37b6 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 c145bebb..b53bf67d 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 74c869db..14cfa3a4 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 2ec76497..0abdab82 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 05590be0..28ce1234 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 89792f27..d49aa41b 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 f90f3b85..8deb8469 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 6a2e0d0a..dabc089d 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 11d109e7..7c96d4d4 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 1cfbc499..43d7b4e9 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 fb6ec794..4890c21b 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/constants.rs b/lib/modules/blockchain/blockchain/src/constants.rs
index 8af6e737..f1b946a4 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 55eeeea6..17acea74 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 da41785f..da929784 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 babceb61..5df9dca1 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 ba7e0276..874deecf 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 47ddae88..199b2a90 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 c9c05aa8..8ab3112d 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 b20a2724..75253f76 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 d469403f..a378db29 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 614a6402..d775272f 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 0568ec6f..dafc4df7 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 c50cd1f7..50c52a9c 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 04183faa..98ac6d99 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 fc95dac9..28055364 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 6790ccf6..29795f5f 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 53b9735a..39d0d10f 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 923349bb..f165eb55 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 965298bd..d8e5b943 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 5bd38cb2..955f922d 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 ff1b27a4..350d320c 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 99031326..946c1182 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 7f53f3a2..6ff02749 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 71346b4a..c847eb8b 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 ad4290ac..3b322e3a 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 aefd1fc6..bdf091a8 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 c53de602..f30356cd 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 25f79bf3..09a0dcb2 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 efe67b84..546b143f 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 76f7a48b..69d4b661 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 1ae0ae0e..547ba29a 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 d3af2b41..e0496e5a 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/lib.rs b/lib/modules/skeleton/lib.rs
index 4ee9c512..f1467b61 100644
--- a/lib/modules/skeleton/lib.rs
+++ b/lib/modules/skeleton/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/tui/lib.rs b/lib/modules/tui/lib.rs
index 59851866..83f11d56 100644
--- a/lib/modules/tui/lib.rs
+++ b/lib/modules/tui/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/constants.rs b/lib/modules/ws2p-v1-legacy/src/constants.rs
index b2213175..5b7b287a 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 614a6402..d775272f 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 d908ebca..6ecdfae4 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 22770387..6711e7ec 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 8d1e6a98..219977be 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 317ba984..3b1dcd9d 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/mod.rs b/lib/modules/ws2p-v1-legacy/src/requests/mod.rs
index 5bd38cb2..955f922d 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 c4ca6cb1..69adb631 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 ee90ae16..e88ca4ee 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 7f53f3a2..6ff02749 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 a21dc45d..cb3df65e 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 7dbeb34c..fc2f9144 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 d65e26fb..90f4ba8f 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 c312a4b8..76f3d0a4 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 5507a683..e5251d20 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 7157e431..43b9da80 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 c7cb5bc9..014e4008 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 bd04cc8a..80cc6bb0 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 8000e8b1..74f294fd 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 631a01c6..5663e574 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 ae842a3f..82294605 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 42dba1f3..acf09d35 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 b2d9c347..d447363c 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 dbcc4e32..1c6987be 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 416e9e64..00d6b811 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 33a7bd61..bb6a692e 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 3cc6206f..b2c27b8a 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 51e2fde0..200a8ee3 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 167b2ea8..45659cd0 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 d0fb73fd..74a975d7 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 66abac80..5acc620e 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 7f72a3e6..138d6847 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 1443eba1..15da0681 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 acb6df90..a9ca1ad5 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 121029f7..f7aa31ac 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 7ad082e5..5a704aee 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 0f60892e..a9d28c54 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 56db3c0c..56a7a56a 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 5a73d09d..358c59e7 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 5bf89864..42f19c9a 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 311c3d75..bbb1d4f2 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 bbec87b7..136a9050 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 82af1ee4..514eacfe 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 f3fa7c2c..4be23d65 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 8465e9fa..02682c54 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 8bbb61ab..23d13235 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 3d819e81..49a28e9d 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 bdb98348..e89760f7 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 0935e66d..b7780e6d 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 8e62395f..ca48f635 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 4149b28c..6dd2ee4a 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 43eefaf9..a85b5dc8 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 5a88f707..aa78bd89 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 23ed6f9b..2f0a9399 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 8b7234e3..0c084c0b 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 4ab46e20..164d808a 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 eb953373..0f9e7e50 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 ad5ed63c..4a5170f4 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 7ddc2316..fd65fd49 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 11184b5c..a23bc927 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 ed1d5f91..7622dc2b 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 0c4a12c6..a0f957af 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 40569ae5..748d7839 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 a484e853..0355f04f 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/mod.rs b/lib/modules/ws2p/ws2p/src/services/mod.rs
index 6a791fe2..cbd379be 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 dd0c3fef..7615a583 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 36d30f81..75141f64 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/collections/mod.rs b/lib/tests-tools/common-tests-tools/src/collections/mod.rs
index 8d8ed1a5..d37c57fe 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 7d984df4..2e45ef3f 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 71dcd11a..29c43aea 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 f715cb91..91e36345 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 c5bc0707..8c28ba88 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 1a13b580..4cec3382 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 80ba0dfd..62dc0e8d 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 9e6260f1..595f0f1a 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 5fe8c2e6..b67c10e2 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 f67da8ae..11862fc1 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 9f4b5756..80e77ec8 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 925047ea..3cd3ceb2 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 0518f820..4329aff3 100644
--- a/lib/tools/crypto/src/lib.rs
+++ b/lib/tools/crypto/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 da2844e2..79f3899d 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 6b09b60a..84294f20 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 fe418418..5b8baa07 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 40521b9c..6525cf0b 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 6626839d..fc0cf9b5 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 32163448..b8a3dde5 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 de27cd7e..83123615 100644
--- a/lib/tools/documents/src/blockstamp.rs
+++ b/lib/tools/documents/src/blockstamp.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 d985a2a1..90e6fdb5 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 0249a761..3ea05dbf 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 75ade7e0..e50e3ffe 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 13c65d97..a6bc9383 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 a2e9d093..032c0a00 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 d0b0af65..d506d397 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 e8168ce3..cf58aa8e 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 649b14e5..19c23654 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 fc5caf47..da869953 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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.rs b/lib/tools/documents/src/documents/revocation.rs
index 6eafa6a4..992bce71 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 d8a35f94..9d37cb2b 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 Dunitrust Project Developers.
+//! Wrappers around Revocation documents V//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 239f688d..6ef80a71 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 97088a6c..3c8f9856 100644
--- a/lib/tools/documents/src/lib.rs
+++ b/lib/tools/documents/src/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/blocks.rs b/lib/tools/documents/src/parsers/blocks.rs
index 38dc95e7..83e114b0 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 9ef4f5c8..6cafaf7a 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 fd7d6914..28106cda 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 91f2d8d7..9540bfe5 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 c26285c5..8b75c402 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 37fcf27d..edc82aa0 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 efbebcdf..bdda03b0 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 ccf8c227..40529680 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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/host.rs b/lib/tools/network-documents/src/host.rs
index 905702e2..cd660f87 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 7ee768fc..a1435843 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 25c2eab6..e55194d8 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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.rs b/lib/tools/network-documents/src/network_head.rs
index 8d28e5ad..44ef68ef 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 8ed6de01..bfba1bd0 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 e8bcb3bc..e517cdf1 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 0635cbd0..cf2a6150 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 b7c0a692..6d5d5900 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 Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 e3e13d01..f574e5a2 100644
--- a/lib/tools/wot/data/mod.rs
+++ b/lib/tools/wot/data/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 becc5fc9..1928bce6 100644
--- a/lib/tools/wot/data/rusty.rs
+++ b/lib/tools/wot/data/rusty.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 49a3fea1..86eeff90 100644
--- a/lib/tools/wot/lib.rs
+++ b/lib/tools/wot/lib.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 953398ea..d15d63de 100644
--- a/lib/tools/wot/operations/centrality.rs
+++ b/lib/tools/wot/operations/centrality.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 3343f506..6e7c4b23 100644
--- a/lib/tools/wot/operations/distance.rs
+++ b/lib/tools/wot/operations/distance.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 daea104f..2f4a87de 100644
--- a/lib/tools/wot/operations/file.rs
+++ b/lib/tools/wot/operations/file.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 df06aeed..4a122046 100644
--- a/lib/tools/wot/operations/mod.rs
+++ b/lib/tools/wot/operations/mod.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // 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 da181381..75e22f0a 100644
--- a/lib/tools/wot/operations/path.rs
+++ b/lib/tools/wot/operations/path.rs
@@ -1,4 +1,4 @@
-//  Copyright (C) 2017-2018  The Dunitrust Project Developers.
+//  Copyright (C) 2017-2019  The AXIOM TEAM Association.
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Affero General Public License as
-- 
GitLab