Sébastien Loriot
|
8cdfad0d08
|
add missing URL and Id tags
|
2017-11-15 22:58:57 +01:00 |
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 |
Andreas Fabri
|
0cfcafba86
|
Fix package Minkowski_sum_2: include headers
|
2016-09-30 15:22:28 +02:00 |
Efi Fogel
|
90c16905b1
|
Made all traits const. Pass traits as const reference
|
2014-10-25 00:37:54 +03:00 |
Efi Fogel
|
a1eabac401
|
Fixed the documentation of the decomposition concept. Added one for polygon with holes. Fixed the implementation of the decomp. methods that supports polygons with holes.
|
2014-10-21 19:17:21 +03:00 |
Efi Fogel
|
f48ce38473
|
Removed Ron from maintainer list. Updated Ron's email address. Cleaned up documentation and example programs
|
2014-08-28 17:05:57 +03:00 |
Efi Fogel
|
4a1c1a89d0
|
updated docimentation. Added decomposition method based on vertical decomposition
|
2014-08-27 17:46:42 +03:00 |
Efi Fogel
|
3314d915d0
|
fixed usage of traits
|
2013-08-25 01:28:38 +03:00 |
Efi Fogel
|
40d1879c5e
|
cleanup
|
2013-08-25 01:26:53 +03:00 |
Efi Fogel
|
b99a327ab0
|
cleanup
|
2013-08-25 00:10:57 +03:00 |
Efi Fogel
|
5e7e4ee8dd
|
Added support for the computation of Minkowski sum of polygons with holes
|
2013-08-23 01:24:45 +03:00 |