|
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. |
3 | 3 |
|
4 | | -// Indracore is free software: you can redistribute it and/or modify |
| 4 | +// Substrate is free software: you can redistribute it and/or modify |
5 | 5 | // it under the terms of the GNU General Public License as published by |
6 | 6 | // the Free Software Foundation, either version 3 of the License, or |
7 | 7 | // (at your option) any later version. |
8 | 8 |
|
9 | | -// Indracore is distributed in the hope that it will be useful, |
| 9 | +// Substrate is distributed in the hope that it will be useful, |
10 | 10 | // but WITHOUT ANY WARRANTY; without even the implied warranty of |
11 | 11 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
12 | 12 | // GNU General Public License for more details. |
13 | 13 |
|
14 | 14 | // 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/>. |
16 | 16 |
|
17 | | -//! Slots functionality for Indracore. |
| 17 | +//! Slots functionality for Substrate. |
18 | 18 | //! |
19 | 19 | //! Some consensus algorithms have a concept of *slots*, which are intervals in |
20 | 20 | //! time during which certain events can and/or must occur. This crate |
|
0 commit comments