Commit Graph

24 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
Sébastien Loriot 52317dd49f add python script (replace_CGAL_NAMESPACE.py) to replace CGAL_BEGIN_NAMESPACE and CGAL_END_NAMESPACE
by namespace CGAL { and } //namespace CGAL. in all .h and .cpp files
in a directory.
Apply it to all packages in the trunk
Remove macro definition from the config.h file.
2010-06-09 07:37:13 +00:00
Ophir Setter 06e2f145ab envelope on surface 2009-05-31 12:07:51 +00:00
Ophir Setter b78a9ca15f renaming of header 2009-05-28 18:17:09 +00:00
Ophir Setter 3fa5050b6d envelope diagram on surface 2009-05-28 17:37:39 +00:00
Ophir Setter bc9ee2ca39 remove unneeded CMakeLists and adding a namespace 2009-05-26 20:48:38 +00:00
Efi Fogel ba02f457b5 added dcel template parameter 2008-08-21 11:38:35 +00:00
Efi Fogel d6116481cf fixed constant names and made all enums 2008-01-12 16:02:36 +00:00
Efi Fogel f6ef38f74e cleanup: replaced get_blah() with blah() 2007-09-05 14:38:34 +00:00
Baruch Zukerman 88f2b7af9e added myself as an author to all relevant files at the Envelope_3 package. 2006-09-11 10:22:10 +00:00
Baruch Zukerman a8c03e9597 extending the Envelope_3 package to support unbounded surfaces, fixed bugs in the Env_plane_traits_3. 2006-09-11 10:14:13 +00:00
Baruch Zukerman 7a58b5bdda many changes... 2006-09-03 13:49:11 +00:00
Baruch Zukerman 670cebc988 changed the code to match the new interface of the traits 2006-08-03 10:16:41 +00:00
Baruch Zukerman 8166169bd3 changed the global functions not to use the caching traits automatically 2006-08-02 07:18:08 +00:00
Ron Wein c8b9eb5893 Fixed all include files and updated the examples. 2006-08-01 12:48:10 +00:00
Ron Wein 57606cb940 Renamed files. 2006-08-01 08:21:52 +00:00
Baruch Zukerman 69a318bcb7 getting started with the Envelope_3 package:
removed timers and other debug stuff,
implemented the lower_envelope_3 and upper_envelope_3 global functions (currently the type of the envelope UPPER or LOWER is determined as a paramter passed to the traits constructor.
2006-07-31 14:25:32 +00:00
Ron Wein 15b1274ed8 Added nicer public interface to the envelope_3 functions. 2006-07-24 11:56:48 +00:00