Commit Graph

10 Commits

Author SHA1 Message Date
Sébastien Loriot ee57fc2d6c add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
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
Jane Tournois 13b649a79f use PMP::compute_vertex_normal instead of duplicate code 2016-06-14 14:17:08 +02:00
Sébastien Loriot 14aab4e745 fix warning 2016-01-19 13:32:32 +01:00
Sébastien Loriot 77daf37540 remove duplicated weigthing functions and use those from PMP instead 2015-12-09 22:10:05 +01:00
Jane Tournois cbdbad4ddf remove Utility.h because it's become useless 2015-09-08 17:02:01 +02:00
Jane Tournois fb0478b519 replace code computing area by PMP::area() in skeletonization 2015-09-08 09:57:01 +02:00
Sébastien Loriot 916d9c79c3 avoid using singular iterators 2015-07-06 09:01:14 +02:00
Sébastien Loriot 9c0108bc73 fix warnings 2015-07-03 16:19:02 +02:00
Sébastien Loriot 30c11bd32d rename package Mean_curvature_skeleton -> Surface_mesh_skeletonization 2015-07-03 16:05:56 +02:00