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 |
Laurent Rineau
|
685dffc636
|
Fix PolylinesGraphicsItem
Bug reported on cgal-discuss:
From: Bernhard Kornberger
To: cgal-discuss@inria.fr
Date: 2014/03/25 Tue 11:30
|
2014-04-01 16:30:37 +02:00 |
Laurent Rineau
|
8f59fd9592
|
Turn QPL into LGPLv3+
|
2012-01-13 16:33:35 +00:00 |
Laurent Rineau
|
369498d1e5
|
Cancel revision 64607. There had been a problem with the branch.
| ------------------------------------------------------------------------
| r64607 | efif | 2011-07-05 17:27:04 +0200 (Tue, 05 Jul 2011) | 1 line
|
| Merged feature-branch Aos_2-new_functors-tau into next
| ------------------------------------------------------------------------
|
2011-07-06 11:11:58 +00:00 |
Sébastien Loriot
|
ed73c849d1
|
remove unused variable warning
|
2011-06-09 10:16:29 +00:00 |
Andreas Fabri
|
b7f4ea49b6
|
Add typename
|
2010-09-22 06:15:46 +00:00 |
Andreas Fabri
|
106fe433e0
|
the item must not itself decide to hide or show
|
2010-09-21 10:43:22 +00:00 |
Andreas Fabri
|
e7003b45ca
|
intial version of Qt4 based Snaprounding demo
|
2010-09-20 20:24:27 +00:00 |