From 76053c8a35573605dfd9f82178263826d920e87c Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Thu, 7 Jan 2021 10:01:20 +0000 Subject: [PATCH] 2021 file headers --- build.rs | 2 +- metadata/lib.rs | 2 +- src/cmd/build.rs | 2 +- src/cmd/deploy.rs | 2 +- src/cmd/instantiate.rs | 2 +- src/cmd/metadata.rs | 2 +- src/cmd/mod.rs | 2 +- src/cmd/new.rs | 2 +- src/crate_metadata.rs | 2 +- src/main.rs | 2 +- src/util.rs | 2 +- src/workspace/manifest.rs | 2 +- src/workspace/metadata.rs | 2 +- src/workspace/mod.rs | 2 +- src/workspace/profile.rs | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/build.rs b/build.rs index 31237c61..3dd69103 100644 --- a/build.rs +++ b/build.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 Parity Technologies (UK) Ltd. +// Copyright 2018-2021 Parity Technologies (UK) Ltd. // This file is part of cargo-contract. // // cargo-contract is free software: you can redistribute it and/or modify diff --git a/metadata/lib.rs b/metadata/lib.rs index 40f91821..90eebbf1 100644 --- a/metadata/lib.rs +++ b/metadata/lib.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 Parity Technologies (UK) Ltd. +// Copyright 2018-2021 Parity Technologies (UK) Ltd. // This file is part of cargo-contract. // // cargo-contract is free software: you can redistribute it and/or modify diff --git a/src/cmd/build.rs b/src/cmd/build.rs index a5603ddf..8db4286c 100644 --- a/src/cmd/build.rs +++ b/src/cmd/build.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 Parity Technologies (UK) Ltd. +// Copyright 2018-2021 Parity Technologies (UK) Ltd. // This file is part of cargo-contract. // // cargo-contract is free software: you can redistribute it and/or modify diff --git a/src/cmd/deploy.rs b/src/cmd/deploy.rs index 11fbc121..839fac2b 100644 --- a/src/cmd/deploy.rs +++ b/src/cmd/deploy.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 Parity Technologies (UK) Ltd. +// Copyright 2018-2021 Parity Technologies (UK) Ltd. // This file is part of cargo-contract. // // cargo-contract is free software: you can redistribute it and/or modify diff --git a/src/cmd/instantiate.rs b/src/cmd/instantiate.rs index 32577dda..786bb1d3 100644 --- a/src/cmd/instantiate.rs +++ b/src/cmd/instantiate.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 Parity Technologies (UK) Ltd. +// Copyright 2018-2021 Parity Technologies (UK) Ltd. // This file is part of cargo-contract. // // cargo-contract is free software: you can redistribute it and/or modify diff --git a/src/cmd/metadata.rs b/src/cmd/metadata.rs index 8ca48262..595d05bb 100644 --- a/src/cmd/metadata.rs +++ b/src/cmd/metadata.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 Parity Technologies (UK) Ltd. +// Copyright 2018-2021 Parity Technologies (UK) Ltd. // This file is part of cargo-contract. // // cargo-contract is free software: you can redistribute it and/or modify diff --git a/src/cmd/mod.rs b/src/cmd/mod.rs index 01483a48..82e3ac01 100644 --- a/src/cmd/mod.rs +++ b/src/cmd/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 Parity Technologies (UK) Ltd. +// Copyright 2018-2021 Parity Technologies (UK) Ltd. // This file is part of cargo-contract. // // cargo-contract is free software: you can redistribute it and/or modify diff --git a/src/cmd/new.rs b/src/cmd/new.rs index 7fefd21b..84689404 100644 --- a/src/cmd/new.rs +++ b/src/cmd/new.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 Parity Technologies (UK) Ltd. +// Copyright 2018-2021 Parity Technologies (UK) Ltd. // This file is part of cargo-contract. // // cargo-contract is free software: you can redistribute it and/or modify diff --git a/src/crate_metadata.rs b/src/crate_metadata.rs index 1e57e950..9e3fcfd7 100644 --- a/src/crate_metadata.rs +++ b/src/crate_metadata.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 Parity Technologies (UK) Ltd. +// Copyright 2018-2021 Parity Technologies (UK) Ltd. // This file is part of cargo-contract. // // cargo-contract is free software: you can redistribute it and/or modify diff --git a/src/main.rs b/src/main.rs index dfc7fa93..27ff3fdd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 Parity Technologies (UK) Ltd. +// Copyright 2018-2021 Parity Technologies (UK) Ltd. // This file is part of cargo-contract. // // cargo-contract is free software: you can redistribute it and/or modify diff --git a/src/util.rs b/src/util.rs index f8deaa40..28a451d5 100644 --- a/src/util.rs +++ b/src/util.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 Parity Technologies (UK) Ltd. +// Copyright 2018-2021 Parity Technologies (UK) Ltd. // This file is part of cargo-contract. // // cargo-contract is free software: you can redistribute it and/or modify diff --git a/src/workspace/manifest.rs b/src/workspace/manifest.rs index 7a6e4f1b..0e940349 100644 --- a/src/workspace/manifest.rs +++ b/src/workspace/manifest.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 Parity Technologies (UK) Ltd. +// Copyright 2018-2021 Parity Technologies (UK) Ltd. // This file is part of cargo-contract. // // cargo-contract is free software: you can redistribute it and/or modify diff --git a/src/workspace/metadata.rs b/src/workspace/metadata.rs index 0f82bf3a..76d356ec 100644 --- a/src/workspace/metadata.rs +++ b/src/workspace/metadata.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 Parity Technologies (UK) Ltd. +// Copyright 2018-2021 Parity Technologies (UK) Ltd. // This file is part of cargo-contract. // // cargo-contract is free software: you can redistribute it and/or modify diff --git a/src/workspace/mod.rs b/src/workspace/mod.rs index 6489a126..d9f61998 100644 --- a/src/workspace/mod.rs +++ b/src/workspace/mod.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 Parity Technologies (UK) Ltd. +// Copyright 2018-2021 Parity Technologies (UK) Ltd. // This file is part of cargo-contract. // // cargo-contract is free software: you can redistribute it and/or modify diff --git a/src/workspace/profile.rs b/src/workspace/profile.rs index cf44fa09..96e6fefd 100644 --- a/src/workspace/profile.rs +++ b/src/workspace/profile.rs @@ -1,4 +1,4 @@ -// Copyright 2018-2020 Parity Technologies (UK) Ltd. +// Copyright 2018-2021 Parity Technologies (UK) Ltd. // This file is part of cargo-contract. // // cargo-contract is free software: you can redistribute it and/or modify -- GitLab