Sébastien Loriot
|
52164b1fba
|
First pass on removing license notice in header for LGPL files
|
2019-10-19 15:40:30 +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
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Laurent Rineau
|
8dfa4f4dc8
|
Fix link error of demo/Polyhedron, in Debug and CGAL_HEADER_ONLY
|
2017-07-27 17:28:21 +02:00 |
Laurent Rineau
|
4b2b272404
|
Fix the -fvisibility=hidden issue
|
2017-06-22 16:17:13 +02:00 |
Clement Jamin
|
ed3113f89d
|
Code clean-up
|
2015-03-16 17:01:49 +01:00 |
Clement Jamin
|
e18e59a72a
|
Header-only for package Kinetic_data_structures
|
2014-12-02 20:41:19 +01:00 |
Laurent Rineau
|
4953bbbc86
|
Remove buggy executable bits
|
2012-07-04 19:28:22 +00:00 |
Laurent Rineau
|
338c6a9925
|
Update the export feature to non-Microsoft compilers
Support the ELF visibility feature of gcc/icl/clang
|
2011-10-18 16:53:54 +00:00 |
Laurent Rineau
|
dfba14f23c
|
Rename <CGAL/$LIB/export.h> to <CGAL/export/$LIB.h>
|
2011-10-12 09:43:19 +00:00 |