From 169ad7563560e99fe4e8753456357b6428443dba Mon Sep 17 00:00:00 2001 From: Amar Singh Date: Sun, 27 Jun 2021 06:55:56 -0400 Subject: [PATCH] update copyright years (#543) --- bin/utils/moonkey/src/main.rs | 2 +- client/rpc-core/debug/src/lib.rs | 2 +- client/rpc-core/trace/src/lib.rs | 2 +- client/rpc/debug/src/lib.rs | 2 +- client/rpc/trace/src/lib.rs | 2 +- pallets/parachain-staking/src/benchmarks.rs | 2 +- pallets/parachain-staking/src/lib.rs | 2 +- pallets/parachain-staking/src/tests.rs | 2 +- primitives/rpc/debug/src/block.rs | 2 +- primitives/rpc/debug/src/lib.rs | 2 +- primitives/rpc/debug/src/serialization.rs | 2 +- primitives/rpc/debug/src/single.rs | 2 +- runtime/evm_tracer/src/lib.rs | 2 +- runtime/evm_tracer/src/raw.rs | 2 +- runtime/evm_tracer/src/util.rs | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/bin/utils/moonkey/src/main.rs b/bin/utils/moonkey/src/main.rs index 802c4097bd..ab627e2a15 100644 --- a/bin/utils/moonkey/src/main.rs +++ b/bin/utils/moonkey/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 PureStake Inc. +// Copyright 2019-2021 PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify diff --git a/client/rpc-core/debug/src/lib.rs b/client/rpc-core/debug/src/lib.rs index f50ab053ec..10c69c9b55 100644 --- a/client/rpc-core/debug/src/lib.rs +++ b/client/rpc-core/debug/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 PureStake Inc. +// Copyright 2019-2021 PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify diff --git a/client/rpc-core/trace/src/lib.rs b/client/rpc-core/trace/src/lib.rs index 140b920c10..8cf8ef868a 100644 --- a/client/rpc-core/trace/src/lib.rs +++ b/client/rpc-core/trace/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 PureStake Inc. +// Copyright 2019-2021 PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify diff --git a/client/rpc/debug/src/lib.rs b/client/rpc/debug/src/lib.rs index 0bd9d6a56c..42173988fb 100644 --- a/client/rpc/debug/src/lib.rs +++ b/client/rpc/debug/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 PureStake Inc. +// Copyright 2019-2021 PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify diff --git a/client/rpc/trace/src/lib.rs b/client/rpc/trace/src/lib.rs index ea2dd72514..146e55ff3a 100644 --- a/client/rpc/trace/src/lib.rs +++ b/client/rpc/trace/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 PureStake Inc. +// Copyright 2019-2021 PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/benchmarks.rs b/pallets/parachain-staking/src/benchmarks.rs index 14c4744362..0ea37dc75e 100644 --- a/pallets/parachain-staking/src/benchmarks.rs +++ b/pallets/parachain-staking/src/benchmarks.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 PureStake Inc. +// Copyright 2019-2021 PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/lib.rs b/pallets/parachain-staking/src/lib.rs index 54bde72d6c..bc8d333bed 100644 --- a/pallets/parachain-staking/src/lib.rs +++ b/pallets/parachain-staking/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 PureStake Inc. +// Copyright 2019-2021 PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify diff --git a/pallets/parachain-staking/src/tests.rs b/pallets/parachain-staking/src/tests.rs index b80ec8516d..098f414f91 100644 --- a/pallets/parachain-staking/src/tests.rs +++ b/pallets/parachain-staking/src/tests.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 PureStake Inc. +// Copyright 2019-2021 PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify diff --git a/primitives/rpc/debug/src/block.rs b/primitives/rpc/debug/src/block.rs index e3216901a1..890444864d 100644 --- a/primitives/rpc/debug/src/block.rs +++ b/primitives/rpc/debug/src/block.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 PureStake Inc. +// Copyright 2019-2021 PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify diff --git a/primitives/rpc/debug/src/lib.rs b/primitives/rpc/debug/src/lib.rs index a704f90d52..ed2208e2af 100644 --- a/primitives/rpc/debug/src/lib.rs +++ b/primitives/rpc/debug/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 PureStake Inc. +// Copyright 2019-2021 PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify diff --git a/primitives/rpc/debug/src/serialization.rs b/primitives/rpc/debug/src/serialization.rs index 8b23c2c132..46fd6eee75 100644 --- a/primitives/rpc/debug/src/serialization.rs +++ b/primitives/rpc/debug/src/serialization.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 PureStake Inc. +// Copyright 2019-2021 PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify diff --git a/primitives/rpc/debug/src/single.rs b/primitives/rpc/debug/src/single.rs index de2650a540..597a6d5a7f 100644 --- a/primitives/rpc/debug/src/single.rs +++ b/primitives/rpc/debug/src/single.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 PureStake Inc. +// Copyright 2019-2021 PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify diff --git a/runtime/evm_tracer/src/lib.rs b/runtime/evm_tracer/src/lib.rs index baffd1fa9b..0be03c52af 100644 --- a/runtime/evm_tracer/src/lib.rs +++ b/runtime/evm_tracer/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 PureStake Inc. +// Copyright 2019-2021 PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify diff --git a/runtime/evm_tracer/src/raw.rs b/runtime/evm_tracer/src/raw.rs index 8060bb7f66..e82723790b 100644 --- a/runtime/evm_tracer/src/raw.rs +++ b/runtime/evm_tracer/src/raw.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 PureStake Inc. +// Copyright 2019-2021 PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify diff --git a/runtime/evm_tracer/src/util.rs b/runtime/evm_tracer/src/util.rs index b9ddff24f2..487f0f147b 100644 --- a/runtime/evm_tracer/src/util.rs +++ b/runtime/evm_tracer/src/util.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 PureStake Inc. +// Copyright 2019-2021 PureStake Inc. // This file is part of Moonbeam. // Moonbeam is free software: you can redistribute it and/or modify