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 |
Marc Glisse
|
c872a75e10
|
Remove macro CGAL_CONSTEXPR
|
2019-02-08 15:23:35 +01:00 |
Andreas Fabri
|
257b180351
|
Triangulation
|
2018-01-18 13:56:10 +00:00 |
Sébastien Loriot
|
0698f79aff
|
add SPDX identifier for files under the LGPL-3+ license
|
2017-11-12 10:17:50 +01:00 |
Marc Glisse
|
df37199c1e
|
Include Weighted_point.h in Epick_d.h, for now.
|
2014-06-06 17:24:41 +02:00 |
Marc Glisse
|
fa7fdb2dfb
|
Add copyright/license header everywhere.
|
2014-05-08 20:18:12 +02:00 |
Marc Glisse
|
6098607fb8
|
Work around a complicated instantiation cycle. Don't hardcode Gmpq.
|
2014-03-12 18:43:21 +01:00 |
Marc Glisse
|
271debb4ac
|
Kernel_d/ -> NewKernel_d/ to avoid conflicts.
The whole content is currently private.
|
2014-03-12 11:35:12 +01:00 |
Marc Glisse
|
4d6d5e685b
|
Reviewers asked that Epick_d take a type argument for the dimension
instead of an int.
|
2013-07-21 15:31:57 +02:00 |
Marc Glisse
|
e73ed3a989
|
Help programs that rely on Kernel_traits
|
2012-10-09 06:33:29 +00:00 |
Marc Glisse
|
e067f7fcdf
|
Test lexicographic comparison.
Make kernel constructors more uniform.
|
2012-08-23 11:50:46 +00:00 |
Marc Glisse
|
e6ef3d45fe
|
Add Epick_d
|
2012-08-15 16:20:39 +00:00 |