From 05f567c852749a97c728a452e98815f1d3cdfa5f Mon Sep 17 00:00:00 2001 From: Stanislav Tkach Date: Mon, 9 Dec 2019 15:55:55 +0200 Subject: [PATCH] Replace Substrate mentions in license headers with Polkadot --- executor/src/lib.rs | 2 +- runtime/build.rs | 2 +- runtime/src/claims.rs | 2 +- test-parachains/adder/build.rs | 2 +- test-parachains/halt/build.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/executor/src/lib.rs b/executor/src/lib.rs index e30a0509b7a9..dae60088d57c 100644 --- a/executor/src/lib.rs +++ b/executor/src/lib.rs @@ -1,5 +1,5 @@ // Copyright 2017 Parity Technologies (UK) Ltd. -// This file is part of Substrate. +// This file is part of Polkadot. // Substrate is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtime/build.rs b/runtime/build.rs index 8aee2fb54292..571f1e972d54 100644 --- a/runtime/build.rs +++ b/runtime/build.rs @@ -1,5 +1,5 @@ // Copyright 2019 Parity Technologies (UK) Ltd. -// This file is part of Substrate. +// This file is part of Polkadot. // Substrate is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/runtime/src/claims.rs b/runtime/src/claims.rs index 2e40333717a9..6b43d7fab919 100644 --- a/runtime/src/claims.rs +++ b/runtime/src/claims.rs @@ -1,5 +1,5 @@ // Copyright 2017-2018 Parity Technologies (UK) Ltd. -// This file is part of Substrate. +// This file is part of Polkadot. // Substrate is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/test-parachains/adder/build.rs b/test-parachains/adder/build.rs index aac92f949b1b..2090e6d17bba 100644 --- a/test-parachains/adder/build.rs +++ b/test-parachains/adder/build.rs @@ -1,5 +1,5 @@ // Copyright 2019 Parity Technologies (UK) Ltd. -// This file is part of Substrate. +// This file is part of Polkadot. // Substrate is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by diff --git a/test-parachains/halt/build.rs b/test-parachains/halt/build.rs index aac92f949b1b..2090e6d17bba 100644 --- a/test-parachains/halt/build.rs +++ b/test-parachains/halt/build.rs @@ -1,5 +1,5 @@ // Copyright 2019 Parity Technologies (UK) Ltd. -// This file is part of Substrate. +// This file is part of Polkadot. // Substrate is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by