cgal/Minkowski_sum_2/include/CGAL/Minkowski_sum_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
..
AABB_collision_detector_2.h
AABB_node_with_join.h
AABB_segment_2_primitive.h
AABB_traits_2.h
AABB_traversal_traits_with_join.h
AABB_tree_with_join.h
Approx_offset_base_2.h
Arr_labeled_traits_2.h
Decomposition_strategy_adapter.h
Exact_offset_base_2.h
Hole_filter_2.h
Labels.h
Minkowski_sum_by_reduced_convolution_2.h
Minkowski_sum_conv_2.h
Minkowski_sum_decomp_2.h
Offset_conv_2.h
Offset_decomp_2.h
Polygon_convex_decomposition.h
Union_of_curve_cycles_2.h
Union_of_cycles_2.h
Union_of_segment_cycles_2.h