|
1 | 1 | ##
|
2 | 2 | ## CMakeFile for libTheSky
|
3 |
| -## AF, 2013-06-27 |
| 3 | +## MvdS, 2013-06-27: initial version. |
4 | 4 | ##
|
5 |
| -## Copyright 2010-2013 Marc van der Sluys - marc.vandersluys.nl |
| 5 | +## Copyright (c) 2002-2023 Marc van der Sluys - marc.vandersluys.nl |
6 | 6 | ##
|
7 | 7 | ## This file is part of the libTheSky package,
|
8 | 8 | ## see: https://libthesky.sf.net/
|
9 |
| -## |
10 |
| -## This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published |
11 |
| -## by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. |
12 | 9 | ##
|
13 |
| -## This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of |
14 |
| -## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. |
| 10 | +## This is free software: you can redistribute it and/or modify it under the terms of the |
| 11 | +## European Union Public Licence 1.2 (EUPL 1.2). |
15 | 12 | ##
|
16 |
| -## You should have received a copy of the GNU General Public License along with this code. If not, see |
17 |
| -## <https://www.gnu.org/licenses/>. |
18 |
| -## |
19 |
| -## |
20 |
| -## To compile, from the directory that contains this file, do: |
21 |
| -## $ mkdir build; cd build |
22 |
| -## $ cmake .. |
23 |
| -## $ make install |
| 13 | +## This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; |
| 14 | +## without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 15 | +## See the EU Public Licence for more details. |
| 16 | +## |
| 17 | +## You should have received a copy of the European Union Public Licence along with this code. |
| 18 | +## If not, see <https://www.eupl.eu/1.2/en/>. |
24 | 19 |
|
25 | 20 |
|
26 | 21 | cmake_minimum_required( VERSION 2.8 FATAL_ERROR )
|
|
0 commit comments