Sébastien Loriot
|
80fd398478
|
hide warning messages that are too verbose
|
2025-09-03 16:03:11 +02:00 |
Sébastien Loriot
|
4b5fabac12
|
disable warning/errors in the testsuite
it seems there are information but not errors
|
2024-03-01 14:42:57 +01:00 |
Sébastien Loriot
|
993991eade
|
turn warning messages in errors for the testsuite
|
2024-02-29 13:16:48 +01:00 |
Sébastien Loriot
|
26fb266410
|
Remove license notice in CORE headers
also fix some SPDX tags
|
2019-10-19 16:28:33 +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
|
6b568a8f62
|
add SPDX identifiers for Core
|
2017-11-12 10:21:35 +01:00 |
Andreas Fabri
|
3293c2a68d
|
Fix #48
|
2015-04-27 17:21:18 +02:00 |
Eric Berberich
|
679e15c749
|
core is shipped with CGAL (and fix packagename to reflect libraryname)
|
2012-08-03 17:30:42 +00:00 |