Commit Graph

16 Commits

Author SHA1 Message Date
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
Iordan Iordanov 626ad00efe Fixes for testsuite warnings in P4HT2 2019-01-22 09:46:39 +01:00
Iordan Iordanov 8e4d9c8f64 Added static_cast<>() calls to please Jenkins 2019-01-08 12:31:54 +01:00
Mael Rouxel-Labbé 94e9ae9667 Cleaned P4HT2 tests 2018-12-20 10:20:21 +01:00
Mael Rouxel-Labbé 852ef51bce Compilation fixes 2018-12-20 09:53:15 +01:00
Mael Rouxel-Labbé 76f1a3b5fc Some more licenses fixes for P4HT2 2018-12-19 22:39:46 +01:00
Mael Rouxel-Labbé 2b56bc6258 Some P4_HT2 code cleaning 2018-12-19 22:35:48 +01:00
Mael Rouxel-Labbé 322ddd50c8 Fixed headers / licenses in HT2 / P4_HT2 2018-12-19 20:31:49 +01:00
Iordan Iordanov 47ce9d2fd5 added 'generators' function in translation matrix object; used this function in translations object 2018-09-16 19:08:25 +02:00
Iordan Iordanov b50fda7eef modified hyperbolic translation class to expose get_generator functions as static members 2018-09-07 11:23:10 +02:00
Iordan Iordanov ee4335260e moved make_canonical from face class to triangulation class; access level set to 'protected' 2018-05-18 11:05:44 +02:00
Iordan Iordanov f688da3ff3 removed redundant and wrong functions from basic triangulation class; renamed functions to maintain consistency with other packages; implemented some changes in the traits class; used the correct function in the dummy points initialization 2018-05-09 11:19:03 +02:00
Iordan Iordanov ef8e8ad778 moved dummy points header into internal/ subfolder 2018-03-20 13:20:45 +01:00
Iordan Iordanov 3d14d6bfad reorganised directory structure 2018-03-20 11:54:46 +01:00