https://github.com/CGAL/cgal
Revision 7894e0e07115794a88f2cc2be950e8a2f97faf7c authored by Sébastien Loriot on 02 July 2015, 12:39:35 UTC, committed by Sébastien Loriot on 02 July 2015, 16:47:15 UTC
1 parent 20c1ae4
Raw File
Tip revision: 7894e0e07115794a88f2cc2be950e8a2f97faf7c authored by Sébastien Loriot on 02 July 2015, 12:39:35 UTC
min_edge_length -> max_edge_length
Tip revision: 7894e0e
LICENSE.md
License of CGAL files in the Git repository
===========================================
The first vector of diffusion of the CGAL sources is the publication of the
source tarballs of CGAL releases, twice a year. The file
[`Installation/LICENSE`](https://github.com/cgal/cgal/blob/master/Installation/LICENSE), in the Git repository, is the file `LICENSE` at the
root of the source tarballs. It describes the license of all the files of
the source tarballs.

A lot of files in the Git repository are not distributed in the source
tarballs, for examples all the files in the `doc/` and `test/`
sub-directories of CGAL packages. For all those files, unless they have an
explicit license notice, the license is the GNU General Public License (as
published by the Free Software Foundation; either version 3 of the License
or (at your option) any later version). The text of that license can be
found in the file `Installation/LICENSE.GPL`.
back to top