Commit Graph

36 Commits

Author SHA1 Message Date
Sébastien Loriot 0779373835 extra run of the script to remove tabs and trailing whitespaces
right after the  merge of 4.14 release branch

+ manual fix on one line in:
    * Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
    * .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Sébastien Loriot 254d60f642 First pass on removing license notice in header for GPL files 2019-10-19 15:23:19 +02:00
Sébastien Loriot 7356421d80 introduce Commercial license SPDX tag 2019-10-19 12:15:19 +02:00
Sébastien Loriot 9bd9c68b83 update LGPL[23]+ and GPL[23]+ SPDX tags
ack -l --no-svg "SPDX-License-Identifier: GPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-3.0+/SPDX-License-Identifier: GPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-3.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-3.0+/SPDX-License-Identifier: LGPL-3.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: GPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: GPL-2.0+/SPDX-License-Identifier: GPL-2.0-or-later/"
ack -l --no-svg "SPDX-License-Identifier: LGPL-2.0\+" | xargs sed -i "s/SPDX-License-Identifier: LGPL-2.0+/SPDX-License-Identifier: LGPL-2.0-or-later/"
2019-10-18 21:57:54 +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
Laurent Rineau 8f59fd9592 Turn QPL into LGPLv3+ 2012-01-13 16:33:35 +00:00
Sylvain Pion 8573fe26ce Rename CGALi to internal. 2009-08-24 17:10:04 +00:00
Sylvain Pion 927b432b39 typo : mecanism -> mechanism. 2009-08-10 15:57:03 +00:00
Sébastien Loriot 46c843db63 add myself as author in CK3 files 2009-07-21 09:08:07 +00:00
Sébastien Loriot a3cbbb4024 add macro for overloaded functor from linear kernel 2009-06-30 07:29:54 +00:00
Sébastien Loriot 48080deda7 move modifs from exp package to trunk 2009-06-24 16:58:20 +00:00
Pedro Machado Manhaes de Castro 9885387aad removing trash 2009-03-31 15:43:42 +00:00
Pedro Machado Manhaes de Castro d7397475da global_functions_spherical_kernel <- global_functions_circular_kernel 2008-10-02 14:39:28 +00:00
Pedro Machado Manhaes de Castro 338f5881c0 Global functions in a single file 2008-10-01 15:34:45 +00:00
Pedro Machado Manhaes de Castro 65e7bd6974 Cleaning stuffs temporarily 2008-07-24 13:13:12 +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
Pedro Machado Manhaes de Castro b8a1681800 Fixing Circular_kernel_3 2008-06-05 09:22:51 +00:00
Sébastien Loriot 8cc61800a8 go on introducing predicates 2007-10-29 16:30:12 +00:00
Sébastien Loriot b4afba2e66 Add circular_arc_on_reference_sphere_3, but must remove Sphere_with_radius_3 from SK: 2007-10-16 15:00:59 +00:00
Sébastien Loriot 3db4c286fa first try for arc on ref sphere 2007-10-15 22:24:08 +00:00
Sébastien Loriot 1baadd4910 correct few things 2007-10-15 17:27:03 +00:00
Sébastien Loriot 5437256b67 Add Circle_on_reference_sphere_3 : pb with H_qrt ? 2007-10-12 16:56:47 +00:00
Sébastien Loriot 1218b5f547 add files for interface of primitives on reference sphere 2007-10-12 08:32:48 +00:00
Sébastien Loriot c063eb05f2 constant file 2007-10-07 11:48:32 +00:00
Sébastien Loriot b25addebea add sphere with both squared_radius and radius in Spherical kernel 2007-10-03 16:08:26 +00:00
Sébastien Loriot 67edf55ed2 Circle_3 specialization 2007-10-01 17:25:01 +00:00
Sébastien Loriot bf84414d98 It now works for Cir_pt_on_ref_sphere 2007-09-29 11:54:11 +00:00
Sébastien Loriot b5f1c719bf Circ_pt_on_sphere modif 2007-09-28 17:44:09 +00:00
Sébastien Loriot 5f6c6c3809 add Circular_arc_point_on_ref_sphere
it does not compile
2007-09-27 21:53:38 +00:00
Sébastien Loriot 5ba6755e77 Remove shortname AK and replace it by Algebraic_kernel 2007-09-06 16:41:00 +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 98654fbf00 Header 2006-08-23 12:01:58 +00:00
Pedro Machado Manhaes de Castro a2d52782cc Circular_arc_3 (beginning of it) + Fixing Warning 2006-08-10 14:57:59 +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