Maxime Gimeno
|
37c52e6bbc
|
WIP SnapShot and SPDX LICENSE update.
|
2018-05-17 10:20:56 +02:00 |
Maxime Gimeno
|
18e38c2344
|
Fix license GPL 3+ into GPL 3
|
2018-05-17 10:20:56 +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 |
Guillaume Damiand
|
cf1c0ea0ca
|
Merge branch 'CGAL_headers_only-gdamiand_cjamin-OLD' into CGAL_headers_only-gdamiand_cjamin
|
2015-10-01 09:12:55 +02:00 |
Guillaume Damiand
|
941824738e
|
Header files for GraphicsView
|
2014-10-31 19:20:18 +01:00 |
Aurelien Vialon
|
c3aaf0bffe
|
Some modification of CGAL Graphic view to a better compatibility of Windows with the Qt5 version of CGAL (especially about dll import and export stuff).
|
2014-07-17 01:55:07 +02:00 |
Laurent Rineau
|
8f59fd9592
|
Turn QPL into LGPLv3+
|
2012-01-13 16:33:35 +00:00 |
Laurent Rineau
|
dfba14f23c
|
Rename <CGAL/$LIB/export.h> to <CGAL/export/$LIB.h>
|
2011-10-12 09:43:19 +00:00 |
Andreas Fabri
|
18f16c77ba
|
Add declspecs for Visual C++ so that we can build dlls
|
2011-10-06 12:20:14 +00:00 |
Laurent Rineau
|
17002f641f
|
Fix auto-linking.
|
2008-11-26 13:08:15 +00:00 |
Laurent Rineau
|
6b15cdb91e
|
New header <CGAL/Qt/utility.h> that contains miscellaneous global
functions.
|
2008-09-23 12:16:00 +00:00 |