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 |
Sébastien Loriot
|
758e403d02
|
remove uninitialized variable warning
|
2017-01-25 08:52:56 +01:00 |
Sébastien Loriot
|
6926578b15
|
add reserve to MutableFaceGraph
|
2017-01-18 18:19:25 +01:00 |
Simon Giraudot
|
d9b3b40dc0
|
Add CGAL_UNUSED after BOOST_CONCEPT_ASSERT to avoid unused typedef warnings
|
2016-02-02 12:59:42 +01:00 |
Sébastien Loriot
|
65a176d0e7
|
update license
|
2014-07-04 17:24:06 +02:00 |
Andreas Fabri
|
3ad8f65d28
|
small fixes
|
2014-05-22 10:36:50 +02:00 |