Skip to content
This repository was archived by the owner on Jun 17, 2022. It is now read-only.

Commit 35c6a2e

Browse files
committed
Test net prep
1 parent a71f3ff commit 35c6a2e

File tree

6 files changed

+149
-155
lines changed

6 files changed

+149
-155
lines changed

client/consensus/slots/src/lib.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
// Copyright 2020 Selendra.
2-
// This file is part of Indracore.
1+
// Copyright 2019-2020 Parity Technologies (UK) Ltd.
2+
// This file is part of Substrate.
33

4-
// Indracore is free software: you can redistribute it and/or modify
4+
// Substrate is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.
88

9-
// Indracore is distributed in the hope that it will be useful,
9+
// Substrate is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU General Public License for more details.
1313

1414
// You should have received a copy of the GNU General Public License
15-
// along with Indracore. If not, see <http://www.gnu.org/licenses/>.
15+
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.
1616

17-
//! Slots functionality for Indracore.
17+
//! Slots functionality for Substrate.
1818
//!
1919
//! Some consensus algorithms have a concept of *slots*, which are intervals in
2020
//! time during which certain events can and/or must occur. This crate

client/consensus/slots/src/slots.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
// Copyright 2020 Selendra.
2-
// This file is part of Indracore.
1+
// Copyright 2019-2020 Parity Technologies (UK) Ltd.
2+
// This file is part of Substrate.
33

4-
// Indracore is free software: you can redistribute it and/or modify
4+
// Substrate is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by
66
// the Free Software Foundation, either version 3 of the License, or
77
// (at your option) any later version.
88

9-
// Indracore is distributed in the hope that it will be useful,
9+
// Substrate is distributed in the hope that it will be useful,
1010
// but WITHOUT ANY WARRANTY; without even the implied warranty of
1111
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
// GNU General Public License for more details.
1313

1414
// You should have received a copy of the GNU General Public License
15-
// along with Indracore. If not, see <http://www.gnu.org/licenses/>.
15+
// along with Substrate. If not, see <http://www.gnu.org/licenses/>.
1616

1717
//! Utility stream for yielding slots in a loop.
1818
//!

0 commit comments

Comments
 (0)