cgal/Surface_mesher/include/CGAL
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
..
IO add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Surface_mesher add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
AABB_polyhedral_oracle.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Complex_2_in_triangulation_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Complex_2_in_triangulation_cell_base_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Complex_2_in_triangulation_vertex_base_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Gray_level_image_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Implicit_surface_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Multi_surface_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Point_traits.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Point_with_psc_localisation.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Point_with_surface_index.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Point_with_surface_index_geom_traits.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Robust_circumcenter_traits_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Surface_mesh_cell_base_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Surface_mesh_complex_2_in_triangulation_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Surface_mesh_default_criteria_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Surface_mesh_default_edges_criteria_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Surface_mesh_default_triangulation_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Surface_mesh_traits_generator_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Surface_mesh_triangulation_generator_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Surface_mesh_vertex_base_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Surface_mesher_generator.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Weighted_point_with_psc_localisation.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Weighted_point_with_surface_index.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Weighted_point_with_surface_index_geom_traits.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
make_piecewise_smooth_surface_mesh.h Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
make_surface_mesh.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
vtkSurfaceMesherContourFilter.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00