|
1 | | -//////////////////////////////////////////////////////////////////////////////// |
2 | | -// Copyright (C) 2023 James D. Mitchell <jdm3@st-andrews.ac.uk> // |
| 1 | +//****************************************************************************// |
| 2 | +// Copyright (C) 2023-2024 James D. Mitchell <jdm3@st-andrews.ac.uk> // |
| 3 | +// Copyright (C) 2023-2024 Florent Hivert <Florent.Hivert@lisn.fr>, // |
3 | 4 | // // |
4 | | -// Distributed under the terms of the GNU General Public License (GPL) // |
| 5 | +// This file is part of HP-Combi <https://github.com/libsemigroups/HPCombi> // |
5 | 6 | // // |
6 | | -// This code is distributed in the hope that it will be useful, // |
7 | | -// but WITHOUT ANY WARRANTY; without even the implied warranty of // |
8 | | -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // |
9 | | -// General Public License for more details. // |
| 7 | +// HP-Combi is free software: you can redistribute it and/or modify it // |
| 8 | +// under the terms of the GNU General Public License as published by the // |
| 9 | +// Free Software Foundation, either version 3 of the License, or // |
| 10 | +// (at your option) any later version. // |
10 | 11 | // // |
11 | | -// The full text of the GPL is available at: // |
| 12 | +// HP-Combi is distributed in the hope that it will be useful, but WITHOUT // |
| 13 | +// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or // |
| 14 | +// FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License // |
| 15 | +// for more details. // |
12 | 16 | // // |
13 | | -// http://www.gnu.org/licenses/ // |
14 | | -//////////////////////////////////////////////////////////////////////////////// |
| 17 | +// You should have received a copy of the GNU General Public License along // |
| 18 | +// with HP-Combi. If not, see <https://www.gnu.org/licenses/>. // |
| 19 | +//****************************************************************************// |
15 | 20 |
|
16 | 21 | #ifndef HPCOMBI_BENCHMARK_BENCH_MAIN_HPP_ |
17 | 22 | #define HPCOMBI_BENCHMARK_BENCH_MAIN_HPP_ |
|
0 commit comments