diff --git a/README.md b/README.md index 26e49c9201bb87581bee702eaf7ca7bb7b05028e..e2f4ca81cadb5c782e5d4fb1f68aa2183425098b 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 faff1b348bd618e8bfb06de7e3941ad84e862a40..13a9608941d7276661de7ca5f3f9a8ead663bcce 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 b55fc6fd9438a8814450935c8bf3caed6a282149..2bc963064a44c0537158761b21ae22cbe8a76e48 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 0d3cf1a676e6751933877db70a17d6b871046d88..b0f123bf61d381c11ee851b5a5467a2b880efe79 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 24d1f56b3696e6aa9abadd505ea25284c41e23c0..58fe089732f91eca5d75aa22922fc198cf3a9ee9 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 929c14386dbd092543cb77d06cd44b161719ea3e..cdc98fcd9b6a797b8a33e746b4bc3741a21431e2 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 756f3057251c08951ae4794d821f55b58d8436c6..b043e451e8500006866458cadaf060256cc06010 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 037fe7dea078cc12ce91b3b6ae193b386423d7ed..9e6c9d644b06cd5ae018a8416ddfe9e352ed4539 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 b1b7b033d61c80669e2cde9db433c94eea2542ef..18cb710d9d5fb0de083fc2ce607436daf95fc80e 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 9302b691796edb7a01cc96fb7de235ce7ac33be5..b950aeb60910c529124f191dcf9c6da96836ce7d 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 f11fd9794438102b7878a43cea96e26aec49436c..bfe86cc7b54f4b756fd371129dc544893010ecba 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 0d4a1390ea904051b8697c96683a6269501bc396..7f94cddb3bee5594c500803e7bf4f24584237c96 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 ea4520664e2270532aa15b8a6479d362de03c4a9..35ece2f5057e59fde5b33206b0b1eacde641c75e 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 4feb41eb8722f1c818b082d59bf4e18111d8bddd..d510117849ff18c12b72cb10d2e2b9c4f27d009f 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 8e8910b761a514e0d925752905336b14500db191..c4fb0b58a8b188066990763ee05102d2a5cae675 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 a5f7e26b3c88c12100c0a8bedbce9ed56352b700..fac900408d01adde10051a334a5be501b31620d8 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 2fd73b0d0f0968f52900e660790330db69b37ef3..58337d23e56aa13dfdd15d50c9bd1188138d6532 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 6240081747737ad7e9be5152cf7bfca46dcb93eb..050200cc5efde3a14cb877a8dec9b9b8bc890cca 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 7e3a267d22f4dea003b575fd8ead2a35fa23e51a..0d8b0878865fa02c13baffd93100e4e791548d28 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 9d77b90508e00432d11f5fa079264e150d15ae17..632872b0e02caf46c5794f15383cab53102feb2b 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 973c4ffb0fd3829ec372081abc1765ebcbbf5f7b..35340e3af1ba8aac517edd5b7b9f69260cd34d02 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 7c2252ed755976b77eaf3b94616ebc2f14fa25ff..e6a49ed17e72dcd3c95d4c30d2568f8d7008e26d 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 26fde36e1753bbb4ec4b2a5c19aefe76235c91a8..eb5db0ca1c692f1beaf49517f22e214a7cd367a8 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 aa1047e2c8b20a4697a92aa346019ffa963705a6..2259fdcd45939b2384f6e8fe7ed018f4c95f4ced 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 14c3620c76efbf708570c340c5f5633f821597ab..79c795de40aa15f5b053e86c3d551bf96a29a831 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 74db6ad1ad6c24b82030630b7390954291df1b3a..f91ad73da8314943936c79178d4bf752f9d853dc 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 55e9b7ea0064262cb9e854d2e428b9cd8c801166..f917cf39c90a62d06f7ed926a2a80121fb2e4a7c 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 932f99eefa229a51988b26591417e7f2007f704b..f3eb42c6637a9d2a3548a2d2be04020befc3e4f1 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 c2ac011d32c379479cf80ca0e82b644778c39756..f9b00059ee2f4a1c8e1140f54bf6324bcf70a644 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 31dd43cfacd5325137505241512f884d4e68a07c..77e47509a5430133ee02b81245ccd42d2a80f5ad 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 8eb79d20adf405cfd27523e252cee7d8b0bb805f..f360d1cd3e98391b0e38a4cd4bec90ebd29b6059 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 f2b772ea610bda18a652c5da8e9dd7ff49059507..409e4cfc8568debbe3008eea05435dea52ffe7c2 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 ed2d29e994cbdc2a0055d5647fd67e58ebd15275..f52baa0782cb6e3aa54fcb45a8c477a8994da16e 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 34a2653f8684872ad712d053bf0fa230ec2ddef1..3b96d4d91d8cebddaf55f69046ccfe3f83e44b8e 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 06f93b0cc216343938908e7a2314a71b0738101b..c9401e0b86516ca9d0b7397c338e82f9ea2a7cf0 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 73a434bdc20359ed5b67ec7a71853568225a9d6b..42f01512cbb8b81f7b7b3b6f160c00ee3c3aac82 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 cd7915e7627726e73fa91e6a7a72bccb1d6c30b0..8f60a2a436e62e100b2d3c8381c5a03f82ca8468 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 bfb1b4513eaf3701db6e7ce70d375efb5580eef3..7fa796ea1b51a0a9bfad1b88116909bcb2e1366e 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 ddd40205e1a72acce9b0b23907e84ff2f64fc10e..2709ac8e7708743ecc5b8dd72932773e015f8281 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 14c6ba715c69513343ba8b1ef4de19f51bb20f27..48bf4fbd9d7e70cf84570d2eefbb3dacea65a631 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 ed0eaa34467568331daca3b1329bd501800eb8fa..ea8eaca23d0a14174fd170b62a1cdbfab29281ea 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 fa5456190b2aafe1e5277c23748a300093dce2ef..df471f6bacffd0ff16c57e28e60fa083608329b4 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 93b1dbdd34f2c775b94907c48287860006d2ab24..8e8ad80016734f8fc0443d0ce13b95ee9a28f828 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 119cbf747435dfdb0817e0dd1e037ac4668c5c87..485e37b651b5b2141b1e0f882f8be899f2de8afc 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 c145bebb14a7319767c886e9f98b0871cb5f0536..b53bf67d63640063f5448161d2c9ccb1b65fa623 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 74c869db99492385be0514594eb9d49b701258f0..14cfa3a4c314590c54de7ef3dd8560ab6dfe1618 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 2ec7649746c4f176208a77873c1b520449d97508..0abdab82459f8c70f77ed5e0bfba1b6b06f2d0d4 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 05590be090882ebb93ad844e67e0af7209e00e4c..28ce123470da3421be9b487fabe99aecd7a7b949 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 89792f272f2965daf59e2711f305382f34978e32..d49aa41b0535a9e6564fe860f23a7957b03afaf5 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 f90f3b8594d3b82f97e2e99bd7af1ff6f1962af5..8deb8469fa20f8f70a8671be48f0d015573c8737 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 6a2e0d0aa9503677a25317e6d4403252e6c87105..dabc089d762d0bcd58ecba500a1acd04727d053d 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 11d109e71655aefe444689a4007fa388bf3a5c1a..7c96d4d48048fac648236c5d5faa2ab81b00f46a 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 1cfbc499d52b3f8ccadaa76309b43ef289ffef21..43d7b4e9d44ec4947e72dc3f229887e63e6ddfaf 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 fb6ec794583452fa30f4a0f9e7d32137cf034d0c..4890c21b1f52a7d1db970e21d489e968e8df4ffd 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 8af6e737e000b09bd0fc3a8f898ad448d5b30cef..f1b946a44f6228bf3efb74f2c7949fc2c32aa17a 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 55eeeea60b24c7c6d6b9f76a2e8e7c9ce6a136fb..17acea7445e2c2457afc86ed75dfe5d1a1bd83a7 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 da41785f3233727322a172524515981519c1199a..da92978439cc7ec6b7fc11888c1af1a6401a046e 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 babceb61d95b7543869d3c3c922a0a6aebfb0bad..5df9dca17c6e7131e7a551fab169b586fb0b9274 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 ba7e02763a30d1c16b1c09ded6dc9083a8af9aa8..874deecffccef95c1373a0b669a48e244c0e970f 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 47ddae884397d7560b4cfd397c0c7098cbb53fdc..199b2a90440179c65688371e842d27872277db05 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 c9c05aa8716b04aa56f8d7c209a9b3e75258192b..8ab3112d4ba6856661035160c468552300a3eba7 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 b20a2724400ab83730f3f990b1b1860597132eb3..75253f76e8a737b52ed24bd74ab5a038a85f5fab 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 d469403f56bd3c01f7711d8de3db33b1df82c3b4..a378db29e0945585e2b99ebf7c24a9d1d1e8efc3 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 614a6402af10717b6b660cc28c1fd234d288fff7..d775272f64129c1d0f66b774fed0636956b88895 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 0568ec6fbd028cd60fd9cb8482f1ff3892f53d3d..dafc4df7dac8c3662fbb9c589fc47547d3e204db 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 c50cd1f7c371d7e4af4e7cd657f276a54c22bfca..50c52a9caa98413d0e62f5d59daebeeedd88b6fc 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 04183faa32a5927acce75e9280d37d756edec1e0..98ac6d99272ad309b9419479fabd4639286a8102 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 fc95dac9783432615659a1f979eec17267992ff5..28055364f63cb967249fc0829ffb694c9cf5133b 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 6790ccf64062a3e63289d7f18e57610f77bb4602..29795f5f5d15ab3d9d83709036c95af23787335a 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 53b9735a5e09da4aa9fae432a6fb19aa72c7f17f..39d0d10ffbc89474eb25b867ba55545b8371918f 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 923349bb9deed6a11a19aed0f21779774f16ae4b..f165eb557b1db3fa76dea23b63abd37866bb5a87 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 965298bd794f67c5b3a580c9634e9b590b91307f..d8e5b94380d5e23193a6784919570ebf609e5bfb 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 5bd38cb2338f8e2b52a77e9cbd92b2b9396aacc4..955f922d610b0ccd6ffeedfa2bfd3249fe5a91f6 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 ff1b27a40cb2145110a9079b8e83a120c4521ba9..350d320cc4486425e0c87bb3bcf1a13ecc3e275b 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 990313262cf746fad71743725ab6662adbcf8777..946c1182fdc6a18e51ac538dae873fca6f5da4d6 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 7f53f3a2f3549005c32315453c98039c508f9b20..6ff02749a76911db3a0d21469ed248ab69a2685b 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 71346b4a6a54a3d5ee8721e6a3713b567e81f8d6..c847eb8b9b27b779afd8b820896bbb2a6980825f 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 ad4290ac99f920d6784f5e9498ef4a4e2889884d..3b322e3afb2dbb66be2fdd0602673335a004979a 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 aefd1fc69875d147311019c859d0eca754629fb4..bdf091a89c313369038503fa406274e64905b38f 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 c53de602e52d3b38eae48f1d5d69382636464d02..f30356cd5009d782601921e4b118a74180111b9d 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 25f79bf37299dfa327e7b39a3a5ba3987ae70a2d..09a0dcb20e75fe9c434ff271df045f682cfaaa11 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 efe67b8457cfe6bdc41cb0a00e2bcf51acf8cd09..546b143fc60ca747bfbbca5b38046f335cec9b1f 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 76f7a48b46ec907caff292d4c407595ffbc6f8ad..69d4b661f69d2498bfb8c80723eeb0b9c082b884 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 1ae0ae0e8d67985f16eb0f67efff50a5aa34fec5..547ba29afa54cfcf88637fad035b6225e6e1d8e7 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 d3af2b41a940b7fefb35088b45ccc4fef0c3f441..e0496e5a4c81a88c5377dc49d672af4ab70c5b00 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 4ee9c51220c481db7cbcd7013e1081a310621b7b..f1467b61fe6b968e60ac28919fed79588fcf9635 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 598518663b0f29da7791f9899806739ab07d279c..83f11d56d9e9fe2a022ce948b1b94354ad4e02bf 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 b2213175d814c07af31fd108b70793718b1590ba..5b7b287a19e1b1ec01dd05e20c179aeaf757e38c 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 614a6402af10717b6b660cc28c1fd234d288fff7..d775272f64129c1d0f66b774fed0636956b88895 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 d908ebcac0013a5661bf82037983cd07bab7f9cb..6ecdfae4caa5c3f232bdb38d76c80dbefa0e4a42 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 22770387d7a552bc918ad15d50458ef6a34c6f08..6711e7ecb04387f8df40bf0b00b6b74fe5c4d7d5 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 8d1e6a9896d26ae068d32d01e7831cd7594a8fb2..219977bec352dcc50c92c8d0bb7a82bd072f2d24 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 317ba98422b2f12bb4e5388609de77779166ae58..3b1dcd9deabc0f9e1a9c5c4b75602a73942b8c9f 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 5bd38cb2338f8e2b52a77e9cbd92b2b9396aacc4..955f922d610b0ccd6ffeedfa2bfd3249fe5a91f6 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 c4ca6cb19231e3160632c158c86ad0a14eb2d3ef..69adb63132f3efdc97f58cdaa177e5fca5af3eb6 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 ee90ae16a0dcb75507be279f21e2ed629b16bad0..e88ca4eeab6ceedad9af9956305a36575b8c48d5 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 7f53f3a2f3549005c32315453c98039c508f9b20..6ff02749a76911db3a0d21469ed248ab69a2685b 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 a21dc45dab0314b1a6fc4c041309bce40bf65ca2..cb3df65ea41f653c8d0f2fa3b1796b1063afae06 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 7dbeb34ce1aaa95292b90e001aa3f64c3d020bf0..fc2f9144dc4343858f984ebda3cf619a48c68ee7 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 d65e26fb46526fdbb08225487fd66848602cb2fa..90f4ba8faf6e29be3820aa223045da1574480e1e 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 c312a4b87922fa16da8df219a5a423718c1e099d..76f3d0a4deffe98be4ba0c144f1521274101b2ca 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 5507a6834050ca36e6fc8274cab06b023a7250c3..e5251d20cd0b8501e3ae3b014eb26289dc3fd7f2 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 7157e431237d018cb0e9188c42043ce5bea38af3..43b9da802bd3265cdb51f45c0beece1fc9cab516 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 c7cb5bc949317017d98ccc20dc905baa51e75d81..014e4008e24c240d6532463405172b27f977531f 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 bd04cc8a4f49d59211c158b4a50de8cb6c6af692..80cc6bb0eee1ce07d8ac0480779a9edf29ed2f44 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 8000e8b16e349269d7d3bb118235328f76a9d211..74f294fd22317335c9fb5c3d0cf9b41308e4b026 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 631a01c6cd49799f7974d474fc26b3b46434b048..5663e57473e19cea04ec9171eadb544720f7381d 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 ae842a3f55ab4811ba77fe065133cf92bd09f03f..82294605a48e1193dfaf710502938aed0e011614 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 42dba1f3c8beee009a4b303f8330449322fa837e..acf09d35528ee84e925e493e89539832a2848d7f 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 b2d9c347f2eec902bed9b67c1c402096c1ba028c..d447363c103e96cfadb6fdca32036250e5b681b8 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 dbcc4e32fe04487f04c066709bf8d3d48d602a80..1c6987beb3b00e96f36818b5706ef348128e0b3f 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 416e9e64fdab7d5189df7dbaa321730f5110639e..00d6b811c9f48aa4b92c94ec6423d827d105a076 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 33a7bd611c10465cfabd2838f5ed1f54719558b8..bb6a692e4047cebb3831dbee09f9cce655758e2d 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 3cc6206f12936dda3f9626143a8e5e83ab95977d..b2c27b8a3749f09bf8c667f381649a888ff75f31 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 51e2fde011db945d6c66f418f8e3fd7ae7ab1807..200a8ee34874c7f5b57e020e72a38fa1e845c2c1 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 167b2ea85cb097fb12f9fb6ecc5d993780751b02..45659cd05d2175d7e3ef6890c0e9dc983b3a01be 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 d0fb73fd45f27e4cd007033ea287a706bd2c3f01..74a975d70543ae5f44876ec5c779ebe30a7fbe7a 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 66abac80c913d475b2c02b5ca2321e43dda1ea04..5acc620e2da122299eea072f215dd0ee1a896d1e 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 7f72a3e683074d17b91c956c22b6173097635470..138d68477e5e902782d6ea92394cb40c09411f33 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 1443eba1d46e8a2000a1c248e09f60e927f72456..15da0681ee839b13b6eeb27b10272ee5ea55ba95 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 acb6df901c7d5aeb23bcfb19435c9d07f5d619b9..a9ca1ad5e094ba51a8d31f67889a5cc43f9f4365 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 121029f7ac69520a9aa7bffa0f35e4baf522bd2e..f7aa31ac2c35625927aa93ad5d5801c02d984154 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 7ad082e5e7831b666d47f40c04d1c0f6576e1738..5a704aee5d7e65c02c28d51abe949964bc73cf0e 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 0f60892ed7bed86d2d091694c6a04a9d803dcbfe..a9d28c54d03655d3b91880ea3a760a3abdcca487 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 56db3c0cf17e369052dc001b3484208b8a8d9686..56a7a56a99e82f342010cee073902cd18e6e29d0 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 5a73d09db0b969f5269fb92e0cc2e9999ba98d5b..358c59e7c0ab2044adb262e57c57ee68146132eb 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 5bf898649a77adebf75ca6d57afc30abf42d16fd..42f19c9ab6fe35a18095de305c3d87e1c5b94101 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 311c3d7525174f97f34d0aa33447058a192add83..bbb1d4f2f8270c077756033b5ec9e88fe9a772dd 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 bbec87b73be09261bb940e95f57422153107a60c..136a9050d8a325f7ee5b15f61a93f166df5112f4 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 82af1ee4df1202bd7b35bf782c13f3f9f9411937..514eacfed51baf81d98b663a1a6c30c44478971a 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 f3fa7c2c3d363903d9c36ced0144b8dba1aac7d7..4be23d65b9fa754458d32c0d989148807e421a26 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 8465e9fa742633f88613f10bea7184dac88d8b9b..02682c54cd3f671f375354272ccd8ef4751b473a 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 8bbb61abefb9efe84ac2f692a2a4c257e03ff67d..23d1323578eecaf9e3f1ee557336ec7aed7bc291 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 3d819e81ada88d76e011eafb2aab661e62e88ca4..49a28e9df3a15606a30f0b5991bab8f8858ea9ca 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 bdb9834851fa9dd5b1c2b92d4c1a05254ea241db..e89760f790492b20c153279aab64ceb0cbb43b1d 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 0935e66de1d4509127f505b0d678aa2cb93853c9..b7780e6df46f44af83ab1f87150f2d4d8bc4e1a7 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 8e62395f12a51e1f784a0a39845e37b15342b409..ca48f635b77111232388ded4ba460604d468e057 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 4149b28cf4d64a8b9bd28b15960eb12106c9dbbe..6dd2ee4aa8559d8cfb6b5591577a0698385f1be6 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 43eefaf9c96eadb82a23e1eda0177a842434d117..a85b5dc830703c24fb6371142bb1ae6c300e5cb7 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 5a88f7079f708f21ad560f581b6d83157064f034..aa78bd89d4b8c8a6939693b740893a24007c51b9 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 23ed6f9bf2797116a8c474b5e0097d51d174654c..2f0a93997480e358fabb57d270ea3a3d9b83a3bc 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 8b7234e3ced65cc22396d02777dbb9da55dc4a8a..0c084c0b214c909ae2e19801a8ca02c6bfee52fe 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 4ab46e20ca501daf263ac48fbbc364f25569a3bb..164d808a1bf991389a31f443a4113e8f33df72c5 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 eb953373463f156ca16e5c92fc12f3d3a9e1a155..0f9e7e50636d8cf7add2eb16ac8987b1f4cc2d05 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 ad5ed63ca4138d9b9590111408f731cbad73174b..4a5170f4037b9747fda03c79c9915e5a81bbe87a 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 7ddc23166438fe10fd9a9888075b0a435ffb2a40..fd65fd4971efde93fd9cb040ba920ad64259ce15 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 11184b5c65063f6602f4ae39e86bf66d41168cbe..a23bc92766859c9873b607b37b2dfaced675aaa1 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 ed1d5f91510c7681cf29864758efbdcd2eef7f09..7622dc2b5827c5dee9da8a18740bbbccb37475de 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 0c4a12c6006c795fd49061b46431e5cd58684355..a0f957afcef35269be34f6be930bffed09dc05e0 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 40569ae52589425d75bff93b2e4f1fda5d2adcf9..748d7839b343e88f7f6327196d133d332008c846 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 a484e853f9b56d4bd377772accac89423ef615f9..0355f04f08b1ebbbfa6279f8093aa6638617b348 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 6a791fe25729e748abd1a42e8d260256106849c0..cbd379be523f0b6cdabeb1b0bf58e9335648d979 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 dd0c3fefaeb8968b7ba6b30318e7c377c3912374..7615a5832916621949db6316c120e9a19dd74cbb 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 36d30f81745dc75a54e623ea8bda96ebd7a1853f..75141f64474907620c5736b2795c18647b239818 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 8d8ed1a5f324433bd9a35ed22c0a975022466334..d37c57fe7924f74ccd8977a317a4d6c25dbd0065 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 7d984df4cd7cbc9ba940e3011df9b86d7a1cb051..2e45ef3f59c1034d62916ade37f70d47d89be82e 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 71dcd11aaf8c9cb4dbe130a69b2888a3ee7ea426..29c43aead47590d7fd4cb52bc9f4c6a0b3858a04 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 f715cb9199778cb3c3c4ca31f6b2700d9e0667d7..91e36345beb6d639deabe38bf89838aefaf4aede 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 c5bc07077433b84ec7d9867c4239ab73a6b5b447..8c28ba8888a46fb0cc8cac5672a43ff955c88541 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 1a13b580fc11f08eb3bbf5c8c4189e25a9f57074..4cec3382262222b1d96c0ff85100f40c4860e222 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 80ba0dfd7b9f9c7413f90dd4d530e34c8aaa3de0..62dc0e8d48cbcfbadcda912b25bbcb345844506d 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 9e6260f10dae9479a0fd8a140ce46d32b98889c6..595f0f1a5eeacd54e7fda1f80c460ff799f0afc5 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 5fe8c2e661cdf3a3429f81999e966d849819db7c..b67c10e23006c56ad71b63a76231408d720d1580 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 f67da8aee4029dcb51e86c3386164185b86dc3fe..11862fc19da72d6b7ae7518294ff6a7f9822dfcc 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 9f4b5756a6c52fb6a5f96955e7dcdfbcb49de523..80e77ec8ca1090d03a7ac610d3349a337cd43388 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 925047ea89e41168ac1b482871245f59d856fae0..3cd3ceb20be133beb16440e4666d9c67e84b61af 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 0518f8206a73270f8de82e6df1baf841dfae825e..4329aff34e506cf00a47e3d840ccc382964e4482 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 da2844e29108cc547db11ad7f25fbbf648e83335..79f3899d9b3c409fe6bc6a7933e0465c354ba28e 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 6b09b60a3630da2849058977845ea83f5b76b3c8..84294f20526a7744d74e49e222888aeada3e75ab 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 fe41841858b52fda438d51ea024bb2316bacb627..5b8baa0771d9ee468644ce6da5f994bc6b52625a 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 40521b9c3ff118df268f323edff17e75c07c4a94..6525cf0b39be1af6d410f1a6e8e185851a4da63c 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 6626839d8f3e8fd0c9f4d50761ba9877ff0c017d..fc0cf9b5f43416c2e9ad3e4e990aa6ee09565e92 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 32163448bdb939cf43c93e300e5a1b9d5ccd921c..b8a3dde5e0ff51af5f0459f9ebd08104827b36b2 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 de27cd7e2965060eda8f11546daadb1f653f2da4..8312361545a27d12038796a092323940d1818ff3 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 d985a2a1267f38bdbe013cfb4bcdd6be2dcb9005..90e6fdb5be0e843802d71f0d2e0cbb12ea9c4f8a 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 0249a76193b3f2cf13348bbf6e374295750ea249..3ea05dbf65894c7c2c7ba047d9084299eea92356 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 75ade7e0c980449027ca3f1f69e073945b633a7e..e50e3ffe55b5ca5cc371db75ac9bb9c975ae0659 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 13c65d97c59022cc9d669196ad62a2c9db2f089e..a6bc93830025923d9ebe9a7481e7b8e35adc57ac 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 a2e9d093b3988e12bf5091d1cb9daae67aaa0bb4..032c0a00f0daacabef592945adff05a9f5dbc640 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 d0b0af65dc0eb00da9715ed5bac8d3504cbe01d4..d506d397d3077c3a91ea638f7ac5696d069d31f1 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 e8168ce3e66aa2d43b7648922f9d081e59c1a1de..cf58aa8ebc67fc977fd7a5a8068f7f52cb803167 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 649b14e5674298e5d6be961bdbce6aad2437465a..19c236540d4344ddc9c02be32a3dbf3566f31500 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 fc5caf4748c8ee977cd686e7d86dd1dc85059cff..da869953fa98891f6bebf3320312db1a35af575f 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 6eafa6a422760107ebb4f2ecf4b6bda45b1fde41..992bce712c4c52685280024afe168d3a6c6be8ac 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 d8a35f945a78dda4b5ec0baa8fdab91e4bae0311..9d37cb2b6287312180d91041154095ebff71cdc3 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 239f688ddcf43a94a4b601410374ef86d084bc3c..6ef80a7196f3eee4d0167622093f077e0a1f47dc 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 97088a6c80e40e650bfbdd1d119ff4e40ce63561..3c8f98565e84cda855a9c5396f6172bc54e85f99 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 38dc95e778742f91c1e7aeabe96d4e4193defe2d..83e114b088e65801f81809422f720f7fd9383d5c 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 9ef4f5c80fa5594283d9eef96512c6a46d662efa..6cafaf7aa07343eea18e2a0027697bd431a8806f 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 fd7d691444ebf85e1b19579f69dc9603c4808e93..28106cdacfe53699ec0ceabcf6d52c202efaa914 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 91f2d8d7bfbd6ad9ec195b2d87c7f50da24d11e3..9540bfe5217ed0c329101adbb05c870308963ee0 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 c26285c5f6bdeceec199d7c668c55bf816cc2b8a..8b75c40259a756d22d15751c8ab967dea0556352 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 37fcf27d8f8d18ab1d7fb19880ffa14b4dd0b2fa..edc82aa0b0400e62064fb4e2fcc70e9a841db961 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 efbebcdf11de35e449d1be5f795e05779e58b403..bdda03b044167163a02a2e19cb3704774d8e6d1c 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 ccf8c22774bc24e961936e3fb86b049e18c4faa2..4052968082a5d0a7595f64484f159928b5221fc6 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 905702e2f28fe88a8a71a247ca1547396d68b4d0..cd660f87189da0dcacd403c7ca60d8084eb8982d 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 7ee768fc137372fcff1d3ea2f74e36ea5703279f..a1435843359893eed6c5e0f794af5a348e8b5379 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 25c2eab6872400642b731cdfb3d96002edfdb586..e55194d8fd19c45d046c7f537ea41ce23f74db27 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 8d28e5ad1bd60307e0c81a1ac17926704221b87f..44ef68eff79b47e5ea9982a95d0574dbadc75c8f 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 8ed6de01f08b1f3091dcf91cdbf45b3e7f3c6aca..bfba1bd074a5311e1930eb59c86e4000937c6491 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 e8bcb3bc880ef97b1e58e38d068289c8e79a40e6..e517cdf13a37b64b7f029d7f82d2de742ad19c4f 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 0635cbd01379fbbbd9400cda54c286affc948588..cf2a61506738663e5c7a3053aa715e6d754d7357 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 b7c0a692936f19488130bd08f9032d4323708304..6d5d590082fb35ed4cb5d8d67ceb79316164078f 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 e3e13d01c7e88dd4fcce42c69c60e4ab165d0645..f574e5a2aa09ec76ec122e3d2ec899300526f3a6 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 becc5fc9fdae2337b2b162e2f006a7ae8498c8c4..1928bce6091c918a9c374ed95b86781635cbd5b1 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 49a3fea17ad2b56798b14be0ba9ea55660f66802..86eeff90e00907a15f611b82cf893013f5e651a8 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 953398eabddee4400f06a706ef25294393e3db01..d15d63debfb70803b1b3e4b511561a19989d5819 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 3343f5068a6a46f0caffd459e5cc1104915fe9b1..6e7c4b23ecaab2fd3ac03da32e83cd8385848384 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 daea104f0702ac0716e139a60cf6d02d7195e621..2f4a87decb8f22b7b1ba94e6fa0d4c39d2c22a89 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 df06aeed759b616c73f1f7a59213e1969baa4cbc..4a1220464ab5600940b0dc0429c5fbc445ce16b0 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 da1813814223ad8af8c488e26e21404ef3706a4d..75e22f0a566a492a739c8b5705317bda530b2403 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