From ba2dd3a4b5c10c44678d671b0466b0edc557177c Mon Sep 17 00:00:00 2001 From: Stanislav Tkach Date: Mon, 9 Dec 2019 17:07:35 +0100 Subject: [PATCH] Replace Substrate mentions in license headers with Polkadot (#674) --- polkadot/executor/src/lib.rs | 2 +- polkadot/runtime/build.rs | 2 +- polkadot/runtime/src/claims.rs | 2 +- polkadot/test-parachains/adder/build.rs | 2 +- polkadot/test-parachains/halt/build.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/polkadot/executor/src/lib.rs b/polkadot/executor/src/lib.rs index e30a0509b7..dae60088d5 100644 --- a/polkadot/executor/src/lib.rs +++ b/polkadot/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/polkadot/runtime/build.rs b/polkadot/runtime/build.rs index 8aee2fb542..571f1e972d 100644 --- a/polkadot/runtime/build.rs +++ b/polkadot/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/polkadot/runtime/src/claims.rs b/polkadot/runtime/src/claims.rs index 2e40333717..6b43d7fab9 100644 --- a/polkadot/runtime/src/claims.rs +++ b/polkadot/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/polkadot/test-parachains/adder/build.rs b/polkadot/test-parachains/adder/build.rs index aac92f949b..2090e6d17b 100644 --- a/polkadot/test-parachains/adder/build.rs +++ b/polkadot/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/polkadot/test-parachains/halt/build.rs b/polkadot/test-parachains/halt/build.rs index aac92f949b..2090e6d17b 100644 --- a/polkadot/test-parachains/halt/build.rs +++ b/polkadot/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