mirror of https://github.com/CGAL/cgal
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
|
||
|---|---|---|
| .. | ||
| Circulator_pair.h | ||
| Indirect_edge_compare.h | ||
| Indirect_less_xy_2.h | ||
| Indirect_not_less_yx_2.h | ||
| Iterator_list.h | ||
| Matrix.h | ||
| Partition_opt_cvx_diagonal_list.h | ||
| Partition_opt_cvx_edge.h | ||
| Partition_opt_cvx_vertex.h | ||
| Partition_traits_2_base.h | ||
| Partition_vertex_map.h | ||
| Partitioned_polygon_2.h | ||
| Point_pair_less_xy_2.h | ||
| Rotation_tree_2.h | ||
| Rotation_tree_2_impl.h | ||
| Rotation_tree_node_2.h | ||
| Segment_less_yx_2.h | ||
| Triangulation_indirect_traits_2.h | ||
| Turn_reverser.h | ||
| Vertex_visibility_graph_2.h | ||
| Vertex_visibility_graph_2_impl.h | ||
| is_degenerate_polygon_2.h | ||
| partition_approx_convex_2.h | ||
| partition_assertions.h | ||
| partition_greene_approx_convex_2.h | ||
| partition_optimal_convex_2.h | ||
| partition_y_monotone_2.h | ||