Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Laurent Rineau
|
0e1a5f7669
|
fix: Weighted_point_3 is templated by K, and not FT!
|
2017-07-12 10:22:51 +02:00 |
Laurent Rineau
|
1842d57098
|
Refresh with CGAL::Weighted_point_3
|
2017-07-11 13:30:39 +02:00 |
Sébastien Loriot
|
50510c05ea
|
add include directive for license of all GPL header files
done using:
ack-grep "^GPL" */package_info/*/license.txt -l | awk -F "/" '{print $1}' > /tmp/gpl_packages
for i in `cat /tmp/gpl_packages | \
grep -v Operations_on_polyhedra | \
grep -v Algebraic_kernel_for_circles | \
grep -v Algebraic_kernel_for_spheres | \
grep -v Polyhedron_IO`;
do
echo $i
python Scripts/developer_scripts/add_license_in_pkg_header.py $i
done
python Scripts/developer_scripts/add_license_in_pkg_header.py Operations_on_polyhedra Polygon_mesh_processing
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_circles Circular_kernel_2
python Scripts/developer_scripts/add_license_in_pkg_header.py Algebraic_kernel_for_spheres Circular_kernel_3
python Scripts/developer_scripts/add_license_in_pkg_header.py Polyhedron_IO Polyhedron
|
2017-01-19 15:20:25 +01:00 |
Laurent Rineau
|
8f59fd9592
|
Turn QPL into LGPLv3+
|
2012-01-13 16:33:35 +00:00 |
Guillaume Damiand
|
a29c905ee0
|
Replace BOOST_STATIC_ASSERT by CGAL_static_assertion.
|
2011-08-31 14:30:07 +00:00 |
Laurent Rineau
|
adc307ab63
|
- move Point_traits.h from Mesh_3 to Surface_mesher, to avoid an unneeded
dependancy
|
2006-07-05 06:59:41 +00:00 |