diff --git a/FILE_TEMPLATE b/FILE_TEMPLATE index a96085a478..5bec9f892d 100644 --- a/FILE_TEMPLATE +++ b/FILE_TEMPLATE @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/client/src/lib.rs b/client/src/lib.rs index e6c02ad05e..fa89dc5ed9 100644 --- a/client/src/lib.rs +++ b/client/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/examples/fetch_all_accounts.rs b/examples/fetch_all_accounts.rs index b202f2992f..dde0094a61 100644 --- a/examples/fetch_all_accounts.rs +++ b/examples/fetch_all_accounts.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/examples/fetch_remote.rs b/examples/fetch_remote.rs index e2c0af06f1..cda160ed3e 100644 --- a/examples/fetch_remote.rs +++ b/examples/fetch_remote.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/examples/kusama_balance_transfer.rs b/examples/kusama_balance_transfer.rs index dba35b8771..aa9b8a6b1a 100644 --- a/examples/kusama_balance_transfer.rs +++ b/examples/kusama_balance_transfer.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/examples/submit_and_watch.rs b/examples/submit_and_watch.rs index c75137f994..a71d12e880 100644 --- a/examples/submit_and_watch.rs +++ b/examples/submit_and_watch.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/examples/transfer_subscribe.rs b/examples/transfer_subscribe.rs index 706d3fdc6f..99a1c35c40 100644 --- a/examples/transfer_subscribe.rs +++ b/examples/transfer_subscribe.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/proc-macro/src/call.rs b/proc-macro/src/call.rs index cedf993fe0..f522e3207d 100644 --- a/proc-macro/src/call.rs +++ b/proc-macro/src/call.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/proc-macro/src/event.rs b/proc-macro/src/event.rs index 6c03551fd0..e653442b94 100644 --- a/proc-macro/src/event.rs +++ b/proc-macro/src/event.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/proc-macro/src/lib.rs b/proc-macro/src/lib.rs index 2ca3e4531b..18005e6fe7 100644 --- a/proc-macro/src/lib.rs +++ b/proc-macro/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/proc-macro/src/module.rs b/proc-macro/src/module.rs index 533563204e..694979aea3 100644 --- a/proc-macro/src/module.rs +++ b/proc-macro/src/module.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/proc-macro/src/store.rs b/proc-macro/src/store.rs index 19c4568f4a..ef2552e331 100644 --- a/proc-macro/src/store.rs +++ b/proc-macro/src/store.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/proc-macro/src/test.rs b/proc-macro/src/test.rs index fc5ebfeb52..e0b6d78808 100644 --- a/proc-macro/src/test.rs +++ b/proc-macro/src/test.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/proc-macro/src/utils.rs b/proc-macro/src/utils.rs index ae37d1ce1f..ba644436a7 100644 --- a/proc-macro/src/utils.rs +++ b/proc-macro/src/utils.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/proc-macro/tests/balances.rs b/proc-macro/tests/balances.rs index 0f167e9803..f1fe7473a9 100644 --- a/proc-macro/tests/balances.rs +++ b/proc-macro/tests/balances.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/error.rs b/src/error.rs index 195a2d22da..f709da5043 100644 --- a/src/error.rs +++ b/src/error.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/events.rs b/src/events.rs index 3e6371ded0..30b1b85bbd 100644 --- a/src/events.rs +++ b/src/events.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/extrinsic/extra.rs b/src/extrinsic/extra.rs index f31cec25b8..4847885301 100644 --- a/src/extrinsic/extra.rs +++ b/src/extrinsic/extra.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/extrinsic/mod.rs b/src/extrinsic/mod.rs index 6c3144ba5e..f1c669849e 100644 --- a/src/extrinsic/mod.rs +++ b/src/extrinsic/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/extrinsic/signer.rs b/src/extrinsic/signer.rs index 1a00c817b3..c015dc1fb3 100644 --- a/src/extrinsic/signer.rs +++ b/src/extrinsic/signer.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/frame/balances.rs b/src/frame/balances.rs index 4d9a331bf8..4349f235c5 100644 --- a/src/frame/balances.rs +++ b/src/frame/balances.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/frame/contracts.rs b/src/frame/contracts.rs index 0b3a1d72ed..cd06349349 100644 --- a/src/frame/contracts.rs +++ b/src/frame/contracts.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/frame/mod.rs b/src/frame/mod.rs index 4a06b510d7..1e880d871b 100644 --- a/src/frame/mod.rs +++ b/src/frame/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/frame/session.rs b/src/frame/session.rs index 3a17c0bb68..371d7c724c 100644 --- a/src/frame/session.rs +++ b/src/frame/session.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/frame/staking.rs b/src/frame/staking.rs index 7d96392144..eb24d73de5 100644 --- a/src/frame/staking.rs +++ b/src/frame/staking.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/frame/sudo.rs b/src/frame/sudo.rs index 47214b7b85..0f7ac0df24 100644 --- a/src/frame/sudo.rs +++ b/src/frame/sudo.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/frame/system.rs b/src/frame/system.rs index 3b90125616..3ce3f248ff 100644 --- a/src/frame/system.rs +++ b/src/frame/system.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/lib.rs b/src/lib.rs index e2a7ccf4e9..c483b3a81c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/metadata.rs b/src/metadata.rs index 27b3446cbd..9e4b992e0a 100644 --- a/src/metadata.rs +++ b/src/metadata.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/rpc.rs b/src/rpc.rs index c6607a0bf0..e3805297fb 100644 --- a/src/rpc.rs +++ b/src/rpc.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/runtimes.rs b/src/runtimes.rs index 483cec2ccd..80f2d2709e 100644 --- a/src/runtimes.rs +++ b/src/runtimes.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/src/subscription.rs b/src/subscription.rs index 6f352edeb8..9f8b8ca710 100644 --- a/src/subscription.rs +++ b/src/subscription.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/test-node/build.rs b/test-node/build.rs index ca699c6c73..8b089d6124 100644 --- a/test-node/build.rs +++ b/test-node/build.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/test-node/runtime/build.rs b/test-node/runtime/build.rs index 2ab31cf6cd..0e1a63b74b 100644 --- a/test-node/runtime/build.rs +++ b/test-node/runtime/build.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/test-node/runtime/src/lib.rs b/test-node/runtime/src/lib.rs index baed45b801..3fe27ae69a 100644 --- a/test-node/runtime/src/lib.rs +++ b/test-node/runtime/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/test-node/src/chain_spec.rs b/test-node/src/chain_spec.rs index 7ee9f0476d..68b767a96e 100644 --- a/test-node/src/chain_spec.rs +++ b/test-node/src/chain_spec.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/test-node/src/cli.rs b/test-node/src/cli.rs index c2935beb1a..3cb95a47c3 100644 --- a/test-node/src/cli.rs +++ b/test-node/src/cli.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/test-node/src/command.rs b/test-node/src/command.rs index 3e6929cca4..6ba43c8dd1 100644 --- a/test-node/src/command.rs +++ b/test-node/src/command.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/test-node/src/lib.rs b/test-node/src/lib.rs index 4ea802838c..89a0782732 100644 --- a/test-node/src/lib.rs +++ b/test-node/src/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/test-node/src/main.rs b/test-node/src/main.rs index caeb7bf244..7cce1a795d 100644 --- a/test-node/src/main.rs +++ b/test-node/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify diff --git a/test-node/src/service.rs b/test-node/src/service.rs index 454f7f41a9..1fc221c046 100644 --- a/test-node/src/service.rs +++ b/test-node/src/service.rs @@ -1,4 +1,4 @@ -// Copyright 2019-2020 Parity Technologies (UK) Ltd. +// Copyright 2019-2021 Parity Technologies (UK) Ltd. // This file is part of substrate-subxt. // // subxt is free software: you can redistribute it and/or modify