Sébastien Loriot
|
254d60f642
|
First pass on removing license notice in header for GPL files
|
2019-10-19 15:23:19 +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
|
124012d9f9
|
replace cpp11::array by std::array
|
2019-03-29 13:28:33 +01:00 |
Mael Rouxel-Labbé
|
fa5ff4993d
|
Improved the test of interpolation functions to test other types of functors
|
2018-06-15 12:54:59 +02:00 |
Mael Rouxel-Labbé
|
07f96f9ab5
|
Improved tests of interpolation functions
Made it exhaustive and add new tests using OutputFunctor
|
2018-05-04 13:57:39 +02:00 |
Sébastien Loriot
|
ee57fc2d6c
|
add SPDX identifier for files under the GPL-3+ license
|
2017-11-12 10:17:51 +01:00 |
Mael Rouxel-Labbé
|
c65c15b2c1
|
Improved Interpolation readability (no real changes)
-- Removed trailing whitespace
-- Fixed (some) includes
-- Fixed indentation
-- Fixed some remaining french
|
2017-06-28 10:14:35 +02:00 |
Laurent Rineau
|
8f59fd9592
|
Turn QPL into LGPLv3+
|
2012-01-13 16:33:35 +00:00 |
Andreas Fabri
|
70df2653a1
|
Replace struct K .. with typedef .. K
|
2008-11-24 11:02:17 +00:00 |
Andreas Fabri
|
dbbf09b2bd
|
.C -> .cpp
|
2007-03-20 08:26:28 +00:00 |
Sylvain Pion
|
49b7faf94b
|
rename .C to .cpp and remove makefile, same as generated
|
2007-01-27 21:07:46 +00:00 |