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
|
335a87df79
|
Fix package GraphicsView: include headers
|
2016-09-30 15:23:14 +02:00 |
Andreas Fabri
|
85e409f413
|
Polyline simplification demo
|
2015-05-06 16:06:33 +02:00 |
Laurent Rineau
|
8f59fd9592
|
Turn QPL into LGPLv3+
|
2012-01-13 16:33:35 +00:00 |
Fernando Cacciola
|
17e6fbfae2
|
Fixed a couple of compiler errors
|
2009-07-31 18:40:19 +00:00 |
Andreas Fabri
|
a8e9a6954d
|
Add input tool for polygon with holes
|
2009-01-26 10:39:57 +00:00 |