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
|
0f92048c4d
|
changes after Efi's review (and color changes in the demo)
|
2014-11-10 18:00:02 +01:00 |
Laurent Rineau
|
8f59fd9592
|
Turn QPL into LGPLv3+
|
2012-01-13 16:33:35 +00:00 |
Andreas Fabri
|
f5190693c1
|
Add 'this->' for ansi-compliance
|
2010-05-10 07:06:42 +00:00 |
Laurent Rineau
|
21be621000
|
Fix typo.
|
2008-09-29 17:26:00 +00:00 |
Laurent Rineau
|
a2c1d435eb
|
Fix: make setVisibleEdges() work again.
|
2008-09-29 16:42:23 +00:00 |
Andreas Fabri
|
a3d016def5
|
Added license header
|
2008-09-09 11:56:57 +00:00 |
Laurent Rineau
|
e613317c65
|
Fix VCisms.
|
2008-09-01 14:01:19 +00:00 |
Andreas Fabri
|
b073a2356b
|
Incorporated reviewers remarks
|
2008-09-01 13:50:09 +00:00 |
Laurent Rineau
|
a42a3d4cb3
|
Use T::Geom_traits instead of K
|
2008-06-26 13:07:40 +00:00 |
Laurent Rineau
|
bbaa078d3f
|
Fix compilation errors.
|
2008-06-26 11:52:39 +00:00 |
Andreas Fabri
|
e54fcaa58c
|
Reorganize classes in a namespace and directory called Qt
|
2008-06-26 08:07:36 +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 |