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 |
Mael Rouxel-Labbé
|
26c857a431
|
Moved unary/binary_function to CGAL::cpp98
|
2018-06-13 15:58:19 +02:00 |
Laurent Rineau
|
85c91b0cd3
|
Update hash_openmesh.h
|
2018-04-20 16:00:27 +00:00 |
Laurent Rineau
|
b3e75f109a
|
Update hash_openmesh.h
|
2018-04-20 15:46:02 +00:00 |
Mael Rouxel-Labbé
|
8bad0b5bf5
|
std::unary_function > CGAL::unary_function
|
2018-04-20 16:52:45 +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
|
d333cc672d
|
Merge pull request #2492 from sloriot/OM-fix_edge_hashing
Fix hashing of edge_descriptor for OpenMesh
|
2017-10-11 19:18:57 +02:00 |
Laurent Rineau
|
7e9f756935
|
Replace all std::unary_function by CGAL::unary_function
|
2017-10-04 15:57:09 +02:00 |
Sébastien Loriot
|
12688d05a1
|
fix hashing of edge_descriptor for OpenMesh
|
2017-10-03 17:21:24 +02:00 |
Andreas Fabri
|
ad2ec90426
|
typo
|
2016-08-30 10:15:15 +02:00 |
Andreas Fabri
|
26de0fbb05
|
hash_value is not defined inside an #ifdef OM_HAS_HASH
|
2016-08-29 23:25:06 +02:00 |
Andreas Fabri
|
4c78fb44bc
|
Add specializations for the OM handle classes
|
2016-06-08 10:42:45 +02:00 |
Andreas Fabri
|
d84be563f8
|
Add hash_value and specialization of hash for OpenMesh
|
2016-06-06 19:10:58 +02:00 |