cgal/Partition_2/include/CGAL/Partition_2
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
..
Circulator_pair.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Indirect_edge_compare.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Indirect_less_xy_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Indirect_not_less_yx_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Iterator_list.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Matrix.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Partition_opt_cvx_diagonal_list.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Partition_opt_cvx_edge.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Partition_opt_cvx_vertex.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Partition_traits_2_base.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Partition_vertex_map.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Partitioned_polygon_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Point_pair_less_xy_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Rotation_tree_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Rotation_tree_2_impl.h
Rotation_tree_node_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Segment_less_yx_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Triangulation_indirect_traits_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Turn_reverser.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Vertex_visibility_graph_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
Vertex_visibility_graph_2_impl.h
is_degenerate_polygon_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
partition_approx_convex_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
partition_assertions.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
partition_greene_approx_convex_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
partition_optimal_convex_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00
partition_y_monotone_2.h add include directive for license of all GPL header files 2017-01-19 15:20:25 +01:00