Skip to content

Commit af5f4d9

Browse files
committed
Updating licence.
1 parent feb8274 commit af5f4d9

File tree

5 files changed

+312
-706
lines changed

5 files changed

+312
-706
lines changed

CMakeLists.txt

Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
11
##
22
## CMakeFile for libTheSky
3-
## AF, 2013-06-27
3+
## MvdS, 2013-06-27: initial version.
44
##
5-
## Copyright 2010-2013 Marc van der Sluys - marc.vandersluys.nl
5+
## Copyright (c) 2002-2023 Marc van der Sluys - marc.vandersluys.nl
66
##
77
## This file is part of the libTheSky package,
88
## 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.
129
##
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).
1512
##
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/>.
2419

2520

2621
cmake_minimum_required( VERSION 2.8 FATAL_ERROR )

README

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,15 @@ LICENCE:
2424

2525
Copyright (c) 2002-2023 Marc van der Sluys - marc.vandersluys.nl
2626

27-
This file is part of the libTheSky package.
28-
29-
This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published
30-
by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
31-
32-
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
33-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
34-
35-
You should have received a copy of the GNU General Public License along with this code (LICENCE). If not, see
36-
<https://www.gnu.org/licenses/>.
37-
27+
This file is part of the libTheSky package,
28+
see: https://libthesky.sf.net/
3829

30+
This is free software: you can redistribute it and/or modify it under the terms of the
31+
European Union Public Licence 1.2 (EUPL 1.2).
3932

33+
This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
34+
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
35+
See the EU Public Licence for more details.
4036

37+
You should have received a copy of the European Union Public Licence along with this code.
38+
If not, see <https://www.eupl.eu/1.2/en/>.

doc/INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ distributions and available from https://gcc.gnu.org/fortran/.
1212

1313
The default installer uses CMake to configure and compile the code. CMake is also
1414
open-source software, also included in most GNU/Linux distributions, and can be
15-
downloaded from http://www.cmake.org/. Alternatively, you can create your own
15+
downloaded from https://www.cmake.org/. Alternatively, you can create your own
1616
Makefile or compile and link the code manually.
1717

1818
libTheSky needs the Fortran library libSUFR in order to compile and run. libSUFR is
19-
free and open software, and available under the GPL v3 from http://libsufr.sf.net/.
19+
free and open software, and available under the EUPL v1.2 from https://libsufr.sf.net/.
2020

2121

2222

0 commit comments

Comments
 (0)