Commit Graph

18 Commits

Author SHA1 Message Date
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 6c547e5663 Mainly added includes 2013-09-13 22:24:30 +02:00
Sébastien Loriot f0f34d45fa workaround to force the usage of the tr1 implementation of result_of from boost
see http://www.boost.org/doc/libs/1_52_0/libs/utility/utility.htm#result_of
2013-02-04 11:30:28 +01:00
Marc Glisse a758751485 Remove / comment out unused local typedefs. Fix one place where FT was used instead of RT (homogeneous coordinates, probably never compiled). 2012-07-28 06:21:06 +00:00
Philipp Möller 542f5d9c51 Merged ^/branches/next here 2012-04-16 08:53:21 +00:00
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Philipp Möller 0e0a200646 * Using result_of instead of Qualified_result_of
* limited refactoring in the lazy kernel
* still bugs in circular_3
* still specialization problem with iso_rectangle
2011-11-23 17:52:38 +00:00
Pedro Machado Manhaes de Castro 24de52a1cf <, >, <=, >= operations for Circular_arc_point_3 2008-10-02 15:39:30 +00:00
Pedro Machado Manhaes de Castro aa98655ae8 Line comment Not Documented 2008-10-02 15:15:17 +00:00
Pedro Machado Manhaes de Castro 53b9f349d6 an operator == missing 2008-09-12 20:06:58 +00:00
Pedro Machado Manhaes de Castro e3a9115e66 License CK3 2008-07-24 09:26:28 +00:00
Pedro Machado Manhaes de Castro 66b2705068 Changing Licenses from QPL to LGPL 2008-07-17 12:02:29 +00:00
Monique Teillaud 5a8cac34f5 most comments in Efi's review answered
(expect missing pages that are still to be added)
2007-08-22 16:33:44 +00:00
Sylvain Pion 2d8a07a5c0 Cleanup headers and other minor micro things. 2007-02-15 14:19:44 +00:00
Pedro Machado Manhaes de Castro 4ef6f2d651 Header 2006-08-23 12:11:25 +00:00
Pedro Machado Manhaes de Castro 6e82f56364 Header 2006-08-23 12:08:44 +00:00
Pedro Machado Manhaes de Castro 7efc513915 Circular_kernel_3 = Curved_kernel_3, but with the correct name 2006-08-09 14:47:42 +00:00