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 |
Simon Giraudot
|
c3c825519c
|
Add missing inlines
|
2019-06-06 09:51:10 +02:00 |
Simon Giraudot
|
72ea50ae77
|
Change condition on FT/Kernel for hash functions
|
2019-06-05 10:50:08 +02:00 |
Simon Giraudot
|
070a26a5b7
|
Fix missing inclusions + ADL for hash_value
|
2019-06-05 10:43:28 +02:00 |
Simon Giraudot
|
9ee478139b
|
Remove hash for Direction_23/Ray_23 as equality is more complicated
|
2019-06-04 13:26:05 +02:00 |
Simon Giraudot
|
d88b7bab69
|
Hash functions for many kernel objects
|
2019-06-03 15:56:07 +02:00 |
Simon Giraudot
|
a954fbf69e
|
Add hash function for Point_3
|
2019-06-03 14:36:32 +02:00 |