Maxime Gimeno
|
37c52e6bbc
|
WIP SnapShot and SPDX LICENSE update.
|
2018-05-17 10:20:56 +02:00 |
Maxime Gimeno
|
18e38c2344
|
Fix license GPL 3+ into GPL 3
|
2018-05-17 10:20:56 +02: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
|
335a87df79
|
Fix package GraphicsView: include headers
|
2016-09-30 15:23:14 +02:00 |
Andreas Fabri
|
8e393c792c
|
Graphicsview demos
|
2015-05-06 17:11:04 +02:00 |
Alex Tsui
|
7ba8b08c4d
|
Implemented insertion and removal of segments to arrangements.
|
2012-06-15 05:28:38 +00:00 |
Laurent Rineau
|
8f59fd9592
|
Turn QPL into LGPLv3+
|
2012-01-13 16:33:35 +00:00 |
Laurent Rineau
|
fd94723cb1
|
Typo.
Anyway, that class Qt::GraphicsViewLineInput<K> is never used in CGAL: not
documented, not tested.
|
2009-10-07 13:35:12 +00:00 |
Andreas Fabri
|
4901e9b973
|
No input with modifiers and cleanup
|
2008-10-01 09:19:53 +00:00 |
Andreas Fabri
|
7bc12af8e9
|
added parent to the input tools and fixed typos
|
2008-09-09 12:21:32 +00:00 |
Andreas Fabri
|
a3d016def5
|
Added license header
|
2008-09-09 11:56:57 +00:00 |
Andreas Fabri
|
132153d513
|
after presentation at Inria
|
2008-06-25 19:41:13 +00:00 |
Andreas Fabri
|
08847b08b0
|
after presentation at Inria
|
2008-06-25 19:24:33 +00:00 |