Maxime Gimeno
|
cc99fd94ad
|
Demo Pass
|
2021-02-19 16:02:12 +01:00 |
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
|
588cc67897
|
Merge pull request #3096 from MaelRL/CGAL-Fix_deprecated_code_usage-GF
Fix some deprecation-related issues
|
2018-05-28 13:58:41 +02:00 |
Mael Rouxel-Labbé
|
be743a1f12
|
Fixed unused variable warning
|
2018-05-24 14:24:01 +02:00 |
Marc Glisse
|
9a2c6ab631
|
Remove debug printing
Oups, I forgot to remove part of the console output from the example when I copied it to the ipelet...
|
2018-04-27 21:20:20 +02:00 |
Marc Glisse
|
5cfb55a9e6
|
New ipelet: minimum spanning tree.
|
2018-04-16 19:21:32 +02:00 |