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 |
Laurent Rineau
|
2559b79405
|
Reduce inclusions of <CGAL/basic.h> and <CGAL/number_type_basic.h>
|
2019-02-14 17:40:09 +01:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Andreas Fabri
|
bddd05aef4
|
fix compilation errors
|
2017-06-30 18:13:42 +02:00 |
Andreas Fabri
|
388a7678e6
|
Add an undocumented manipulator which allows operator<< to dispatch OFF, PLY, etc
|
2017-06-30 18:13:40 +02:00 |
Guillaume Damiand
|
6b3fbfb5ef
|
io static methods
|
2015-03-16 17:14:56 +01:00 |
Guillaume Damiand
|
9c78897ba5
|
Merge branch 'CGAL_headers_only-gdamiand_cjamin-old' into CGAL_headers_only-gdamiand_cjamin
|
2015-03-16 14:00:43 +01:00 |
Guillaume Damiand
|
e8fe29c79c
|
Ok for the compilation version header only (only for the treated files).
|
2014-10-31 17:09:48 +01:00 |
Guillaume Damiand
|
15b1cfdcb7
|
Color_impl and io_impl ok
|
2014-10-30 19:37:47 +01:00 |
Guillaume Damiand
|
5895d2b9e0
|
Add io_impl
|
2014-10-30 18:51:03 +01:00 |