cgal/Spatial_searching/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
..
internal add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Euclidean_distance.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Euclidean_distance_sphere_point.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Fuzzy_iso_box.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Fuzzy_sphere.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Incremental_neighbor_search.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Iso_rectangle_d.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
K_neighbor_search.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Kd_tree.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Kd_tree_node.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Kd_tree_rectangle.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Manhattan_distance_iso_box_point.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Orthogonal_incremental_neighbor_search.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Orthogonal_k_neighbor_search.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Plane_separator.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Point_container.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Search_traits.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Search_traits_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Search_traits_3.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Search_traits_adapter.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Search_traits_d.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Splitters.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Weighted_Minkowski_distance.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00