From c0f1d17c98f51e4dc31e73d2ec67f6b94a6864a3 Mon Sep 17 00:00:00 2001 From: Jules de Smit Date: Wed, 26 Jan 2022 12:17:14 -0800 Subject: [PATCH] Update copyright notices --- .resources/license_header | 2 +- metrics/src/lib.rs | 2 +- src/display/aleo.rs | 2 +- src/display/display.rs | 2 +- src/display/logs.rs | 2 +- src/display/mod.rs | 2 +- src/display/overview.rs | 2 +- src/environment/mod.rs | 2 +- src/helpers/block_request.rs | 2 +- src/helpers/block_requests.rs | 2 +- src/helpers/circular_map.rs | 2 +- src/helpers/mod.rs | 2 +- src/helpers/node_type.rs | 2 +- src/helpers/status.rs | 2 +- src/helpers/tasks.rs | 2 +- src/helpers/updater.rs | 2 +- src/lib.rs | 2 +- src/main.rs | 2 +- src/network/ledger.rs | 2 +- src/network/message.rs | 2 +- src/network/mod.rs | 2 +- src/network/operator.rs | 2 +- src/network/peer.rs | 2 +- src/network/peers.rs | 2 +- src/network/prover.rs | 2 +- src/network/server.rs | 2 +- src/node.rs | 2 +- src/rpc/mod.rs | 2 +- src/rpc/rpc.rs | 2 +- src/rpc/rpc_impl.rs | 2 +- src/rpc/rpc_trait.rs | 2 +- storage/benches/lookups.rs | 2 +- storage/src/helpers/block_locators.rs | 2 +- storage/src/helpers/mod.rs | 2 +- storage/src/lib.rs | 2 +- storage/src/state/ledger.rs | 2 +- storage/src/state/mod.rs | 2 +- storage/src/state/operator.rs | 2 +- storage/src/state/prover.rs | 2 +- storage/src/state/tests.rs | 2 +- storage/src/storage/mod.rs | 2 +- storage/src/storage/rocksdb/iterator.rs | 2 +- storage/src/storage/rocksdb/keys.rs | 2 +- storage/src/storage/rocksdb/map.rs | 2 +- storage/src/storage/rocksdb/mod.rs | 2 +- storage/src/storage/rocksdb/tests.rs | 2 +- storage/src/storage/rocksdb/values.rs | 2 +- storage/src/storage/traits.rs | 2 +- testing/src/client_node.rs | 2 +- testing/src/lib.rs | 2 +- testing/src/test_node.rs | 2 +- testing/tests/common/mod.rs | 2 +- testing/tests/network/basic_connectivity.rs | 2 +- testing/tests/network/cleanups.rs | 2 +- testing/tests/network/manual_testing.rs | 2 +- testing/tests/network/mod.rs | 2 +- testing/tests/network/perf.rs | 2 +- testing/tests/tests.rs | 2 +- 58 files changed, 58 insertions(+), 58 deletions(-) diff --git a/.resources/license_header b/.resources/license_header index 8ae3469afa..68e5a3e7d8 100644 --- a/.resources/license_header +++ b/.resources/license_header @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/metrics/src/lib.rs b/metrics/src/lib.rs index 381830cbea..e8f97ecf32 100644 --- a/metrics/src/lib.rs +++ b/metrics/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/display/aleo.rs b/src/display/aleo.rs index d35daa0561..83cee8ea84 100644 --- a/src/display/aleo.rs +++ b/src/display/aleo.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/display/display.rs b/src/display/display.rs index aa0fa3f8b2..d8477849f9 100644 --- a/src/display/display.rs +++ b/src/display/display.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/display/logs.rs b/src/display/logs.rs index abc270aa0e..d54150b39f 100644 --- a/src/display/logs.rs +++ b/src/display/logs.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/display/mod.rs b/src/display/mod.rs index 8a41f2127a..2e7974bdde 100644 --- a/src/display/mod.rs +++ b/src/display/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/display/overview.rs b/src/display/overview.rs index d8efcd968e..910662d19d 100644 --- a/src/display/overview.rs +++ b/src/display/overview.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/environment/mod.rs b/src/environment/mod.rs index 285de57145..1a3a7eb7b8 100644 --- a/src/environment/mod.rs +++ b/src/environment/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/helpers/block_request.rs b/src/helpers/block_request.rs index 0899c12f80..df198351ce 100644 --- a/src/helpers/block_request.rs +++ b/src/helpers/block_request.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/helpers/block_requests.rs b/src/helpers/block_requests.rs index 4e1a954eb7..4d47ad8529 100644 --- a/src/helpers/block_requests.rs +++ b/src/helpers/block_requests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/helpers/circular_map.rs b/src/helpers/circular_map.rs index bd5850dfa5..cfaf09bbdf 100644 --- a/src/helpers/circular_map.rs +++ b/src/helpers/circular_map.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/helpers/mod.rs b/src/helpers/mod.rs index 2a52bc6270..1060a04c44 100644 --- a/src/helpers/mod.rs +++ b/src/helpers/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/helpers/node_type.rs b/src/helpers/node_type.rs index 6ccb462b71..688f3d15d0 100644 --- a/src/helpers/node_type.rs +++ b/src/helpers/node_type.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/helpers/status.rs b/src/helpers/status.rs index d9d822c489..d84496ba36 100644 --- a/src/helpers/status.rs +++ b/src/helpers/status.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/helpers/tasks.rs b/src/helpers/tasks.rs index 877410861d..6bdd157309 100644 --- a/src/helpers/tasks.rs +++ b/src/helpers/tasks.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/helpers/updater.rs b/src/helpers/updater.rs index 2727532476..aa7239f4eb 100644 --- a/src/helpers/updater.rs +++ b/src/helpers/updater.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/lib.rs b/src/lib.rs index 6f6baac69a..1c91db5cb2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/main.rs b/src/main.rs index 4d112eb866..d52019d040 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/network/ledger.rs b/src/network/ledger.rs index 671020ae36..b74199614f 100644 --- a/src/network/ledger.rs +++ b/src/network/ledger.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/network/message.rs b/src/network/message.rs index 77537d9f27..62c9473692 100644 --- a/src/network/message.rs +++ b/src/network/message.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/network/mod.rs b/src/network/mod.rs index d07e4f5ea7..09483ebc8f 100644 --- a/src/network/mod.rs +++ b/src/network/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/network/operator.rs b/src/network/operator.rs index be7c1d17ee..8c0cb08bc0 100644 --- a/src/network/operator.rs +++ b/src/network/operator.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/network/peer.rs b/src/network/peer.rs index f4b1554fe8..422c5b6534 100644 --- a/src/network/peer.rs +++ b/src/network/peer.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/network/peers.rs b/src/network/peers.rs index f4beb24f46..8692bf7b84 100644 --- a/src/network/peers.rs +++ b/src/network/peers.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/network/prover.rs b/src/network/prover.rs index b47515ed41..2df34cb98c 100644 --- a/src/network/prover.rs +++ b/src/network/prover.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/network/server.rs b/src/network/server.rs index 6efc849fdf..1d1ffa7bbc 100644 --- a/src/network/server.rs +++ b/src/network/server.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/node.rs b/src/node.rs index e9ea3d850e..4036d6045f 100644 --- a/src/node.rs +++ b/src/node.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/rpc/mod.rs b/src/rpc/mod.rs index 0573a1967d..f6d668cd2f 100644 --- a/src/rpc/mod.rs +++ b/src/rpc/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/rpc/rpc.rs b/src/rpc/rpc.rs index 2672eac233..34d5fe6c09 100644 --- a/src/rpc/rpc.rs +++ b/src/rpc/rpc.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/rpc/rpc_impl.rs b/src/rpc/rpc_impl.rs index 6b7cd3e5e9..c6a93f6283 100644 --- a/src/rpc/rpc_impl.rs +++ b/src/rpc/rpc_impl.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/src/rpc/rpc_trait.rs b/src/rpc/rpc_trait.rs index f78d4d8fc6..1c822534f0 100644 --- a/src/rpc/rpc_trait.rs +++ b/src/rpc/rpc_trait.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/benches/lookups.rs b/storage/benches/lookups.rs index 5f00e7fc38..e0d087982b 100644 --- a/storage/benches/lookups.rs +++ b/storage/benches/lookups.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/helpers/block_locators.rs b/storage/src/helpers/block_locators.rs index 8272f5fe68..742b2f3f5d 100644 --- a/storage/src/helpers/block_locators.rs +++ b/storage/src/helpers/block_locators.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/helpers/mod.rs b/storage/src/helpers/mod.rs index 14e4c2bf54..a0c92557fa 100644 --- a/storage/src/helpers/mod.rs +++ b/storage/src/helpers/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/lib.rs b/storage/src/lib.rs index 6bb046ba42..d2f49b29e0 100644 --- a/storage/src/lib.rs +++ b/storage/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/state/ledger.rs b/storage/src/state/ledger.rs index 62bc4c9c8c..099984925d 100644 --- a/storage/src/state/ledger.rs +++ b/storage/src/state/ledger.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/state/mod.rs b/storage/src/state/mod.rs index 5bbc304b9d..cf2383c21d 100644 --- a/storage/src/state/mod.rs +++ b/storage/src/state/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/state/operator.rs b/storage/src/state/operator.rs index c1ba0478c3..8934b2c9ef 100644 --- a/storage/src/state/operator.rs +++ b/storage/src/state/operator.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/state/prover.rs b/storage/src/state/prover.rs index 07b1958567..66876803cc 100644 --- a/storage/src/state/prover.rs +++ b/storage/src/state/prover.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/state/tests.rs b/storage/src/state/tests.rs index 48572b254b..02d0a9ef87 100644 --- a/storage/src/state/tests.rs +++ b/storage/src/state/tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/storage/mod.rs b/storage/src/storage/mod.rs index 29b418e0ae..21e060d45a 100644 --- a/storage/src/storage/mod.rs +++ b/storage/src/storage/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/storage/rocksdb/iterator.rs b/storage/src/storage/rocksdb/iterator.rs index 81c71857cc..bb05e8aa2c 100644 --- a/storage/src/storage/rocksdb/iterator.rs +++ b/storage/src/storage/rocksdb/iterator.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/storage/rocksdb/keys.rs b/storage/src/storage/rocksdb/keys.rs index 34fb5eff9c..da52099c12 100644 --- a/storage/src/storage/rocksdb/keys.rs +++ b/storage/src/storage/rocksdb/keys.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/storage/rocksdb/map.rs b/storage/src/storage/rocksdb/map.rs index 1480bf1679..97778e3ad4 100644 --- a/storage/src/storage/rocksdb/map.rs +++ b/storage/src/storage/rocksdb/map.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/storage/rocksdb/mod.rs b/storage/src/storage/rocksdb/mod.rs index 9b510255fc..b616225c02 100644 --- a/storage/src/storage/rocksdb/mod.rs +++ b/storage/src/storage/rocksdb/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/storage/rocksdb/tests.rs b/storage/src/storage/rocksdb/tests.rs index da94c2c105..658f4b7aa7 100644 --- a/storage/src/storage/rocksdb/tests.rs +++ b/storage/src/storage/rocksdb/tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/storage/rocksdb/values.rs b/storage/src/storage/rocksdb/values.rs index 487e38ffa6..fe3936a947 100644 --- a/storage/src/storage/rocksdb/values.rs +++ b/storage/src/storage/rocksdb/values.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/storage/src/storage/traits.rs b/storage/src/storage/traits.rs index 647c756af9..478e4b07e4 100644 --- a/storage/src/storage/traits.rs +++ b/storage/src/storage/traits.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/testing/src/client_node.rs b/testing/src/client_node.rs index 343c4d6dae..3f65d1e92b 100644 --- a/testing/src/client_node.rs +++ b/testing/src/client_node.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/testing/src/lib.rs b/testing/src/lib.rs index 6ad99436fb..d6d0d71cc2 100644 --- a/testing/src/lib.rs +++ b/testing/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/testing/src/test_node.rs b/testing/src/test_node.rs index 77fdb39a24..018381fa75 100644 --- a/testing/src/test_node.rs +++ b/testing/src/test_node.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/testing/tests/common/mod.rs b/testing/tests/common/mod.rs index d5e58707d6..090609310f 100644 --- a/testing/tests/common/mod.rs +++ b/testing/tests/common/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/testing/tests/network/basic_connectivity.rs b/testing/tests/network/basic_connectivity.rs index bfc911be3f..c29013d521 100644 --- a/testing/tests/network/basic_connectivity.rs +++ b/testing/tests/network/basic_connectivity.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/testing/tests/network/cleanups.rs b/testing/tests/network/cleanups.rs index a944917926..6a21760da4 100644 --- a/testing/tests/network/cleanups.rs +++ b/testing/tests/network/cleanups.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/testing/tests/network/manual_testing.rs b/testing/tests/network/manual_testing.rs index d9f8e11c19..9b1e3df791 100644 --- a/testing/tests/network/manual_testing.rs +++ b/testing/tests/network/manual_testing.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/testing/tests/network/mod.rs b/testing/tests/network/mod.rs index bff8515e69..a52299d19d 100644 --- a/testing/tests/network/mod.rs +++ b/testing/tests/network/mod.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/testing/tests/network/perf.rs b/testing/tests/network/perf.rs index fa028f3685..00abaaefbd 100644 --- a/testing/tests/network/perf.rs +++ b/testing/tests/network/perf.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify diff --git a/testing/tests/tests.rs b/testing/tests/tests.rs index 13572069f8..1c234a9b04 100644 --- a/testing/tests/tests.rs +++ b/testing/tests/tests.rs @@ -1,4 +1,4 @@ -// Copyright (C) 2019-2021 Aleo Systems Inc. +// Copyright (C) 2019-2022 Aleo Systems Inc. // This file is part of the snarkOS library. // The snarkOS library is free software: you can redistribute it and/or modify