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
|
||
|---|---|---|
| .. | ||
| IO | ||
| Surface_mesher | ||
| AABB_polyhedral_oracle.h | ||
| Complex_2_in_triangulation_3.h | ||
| Complex_2_in_triangulation_cell_base_3.h | ||
| Complex_2_in_triangulation_vertex_base_3.h | ||
| Gray_level_image_3.h | ||
| Implicit_surface_3.h | ||
| Multi_surface_3.h | ||
| Point_traits.h | ||
| Point_with_psc_localisation.h | ||
| Point_with_surface_index.h | ||
| Point_with_surface_index_geom_traits.h | ||
| Robust_circumcenter_traits_3.h | ||
| Surface_mesh_cell_base_3.h | ||
| Surface_mesh_complex_2_in_triangulation_3.h | ||
| Surface_mesh_default_criteria_3.h | ||
| Surface_mesh_default_edges_criteria_3.h | ||
| Surface_mesh_default_triangulation_3.h | ||
| Surface_mesh_traits_generator_3.h | ||
| Surface_mesh_triangulation_generator_3.h | ||
| Surface_mesh_vertex_base_3.h | ||
| Surface_mesher_generator.h | ||
| Weighted_point_with_psc_localisation.h | ||
| Weighted_point_with_surface_index.h | ||
| Weighted_point_with_surface_index_geom_traits.h | ||
| make_piecewise_smooth_surface_mesh.h | ||
| make_surface_mesh.h | ||
| vtkSurfaceMesherContourFilter.h | ||