Sébastien Loriot
|
ff26773f7b
|
remove include directive for checking GPL compliance in LGPL headers
|
2017-11-12 10:21:35 +01:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +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 |
Maxime Gimeno
|
b8ecd34eb5
|
Fix facet color reading
|
2016-05-12 17:11:28 +02:00 |
Maxime Gimeno
|
6761dcae8e
|
Fix tellg/seekg errors
|
2016-05-12 17:11:28 +02:00 |
Maxime Gimeno
|
30a12a8dca
|
Fix for the smooth normals
|
2016-05-12 17:11:26 +02:00 |
Maxime Gimeno
|
128adc4c32
|
Addition of a color management of the not oriented OFF with colors
|
2016-05-12 17:11:26 +02:00 |
Andreas Fabri
|
20c1b1a1f6
|
Merge branch 'Polygon_mesh_processing-GF-old' into Polygon_mesh_processing-GF
Conflicts:
BGL/include/CGAL/boost/graph/Euler_operations.h
BGL/include/CGAL/boost/graph/iterator.h
Documentation/doc/Documentation/Doxyfile.in
Documentation/doc/Documentation/dependencies
Polyhedron/demo/Polyhedron/Polyhedron_demo_point_inside_polyhedron_plugin.cpp
Polyhedron/demo/Polyhedron/Scene_polygon_soup_item.cpp
Polyhedron/demo/Polyhedron/Selection_widget.ui
|
2015-07-01 13:52:44 +02:00 |
Sébastien Loriot
|
166e5e03ea
|
more generic reader
|
2015-02-09 16:51:32 +01:00 |
Sébastien Loriot
|
b4bd141980
|
move OFF reading function to a header file
|
2015-01-29 14:02:47 +01:00 |