From aed6aa33a5bd1477ecbcdc5658f70cd5e5255874 Mon Sep 17 00:00:00 2001 From: Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> Date: Fri, 4 Mar 2022 09:13:24 +0100 Subject: [PATCH] copyright --- src/Compute_stats.h | 12 +++++------ src/Element_topo.h | 15 +++++++------ src/MeshComplex_3InTriangulation_3_to_lcc.h | 10 ++++----- ..._linear_cell_complex_incremental_builder.h | 11 +++++----- src/One_info.h | 8 ++++--- src/Orientation.h | 12 +++++------ src/Print_txt.h | 21 +++++++++++++++++++ src/Prism_and_pyramid_creation.h | 10 ++++----- src/Tetrahedral_tools.h | 10 ++++----- src/Volume_computation.h | 13 ++++++------ src/cmap_3close_cc.h | 12 +++++------ src/cmap_copy.h | 12 +++++------ src/cmap_isomorphisms.h | 12 +++++------ src/cmap_query_replace.h | 12 +++++------ src/cmap_query_replace_geometry.h | 12 +++++------ src/cmap_signature.h | 12 +++++------ src/hexa-subdivision.cpp | 12 +++++------ src/import_moka.h | 11 +++++----- src/init_to_preserve_for_query_replace.h | 12 +++++------ src/lcc_convexity_test.h | 12 +++++------ src/lcc_geometrical_tests.h | 12 +++++------ src/lcc_geometry_transformation.h | 12 +++++------ src/lcc_read_depending_extension.h | 12 +++++------ src/lcc_read_from_vtk.h | 12 +++++------ src/lcc_save_load_mesh.h | 12 +++++------ src/lcc_save_load_with_assimp.h | 12 +++++------ src/lcc_to_face_graph.h | 10 ++++----- src/lcc_to_tetgen_io.h | 10 ++++----- src/lcc_triangulate_faces.h | 12 +++++------ src/tetra-to-hexa.cpp | 10 ++++----- 30 files changed, 189 insertions(+), 166 deletions(-) diff --git a/src/Compute_stats.h b/src/Compute_stats.h index 27ee815..40ca79e 100644 --- a/src/Compute_stats.h +++ b/src/Compute_stats.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // - +//////////////////////////////////////////////////////////////////////////////// #ifndef COMPUTE_STATS_H #define COMPUTE_STATS_H diff --git a/src/Element_topo.h b/src/Element_topo.h index 5579a66..3db2545 100644 --- a/src/Element_topo.h +++ b/src/Element_topo.h @@ -1,25 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // -// Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr>, -// Florence Zara <florence.zara@liris.cnrs.fr> +// Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // - +//////////////////////////////////////////////////////////////////////////////// #ifndef ELEMENT_TOPO_H #define ELEMENT_TOPO_H diff --git a/src/MeshComplex_3InTriangulation_3_to_lcc.h b/src/MeshComplex_3InTriangulation_3_to_lcc.h index b14569d..dd45b20 100644 --- a/src/MeshComplex_3InTriangulation_3_to_lcc.h +++ b/src/MeshComplex_3InTriangulation_3_to_lcc.h @@ -1,20 +1,20 @@ -// Copyright (c) 2011 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // diff --git a/src/My_linear_cell_complex_incremental_builder.h b/src/My_linear_cell_complex_incremental_builder.h index f98a299..8b69a3a 100644 --- a/src/My_linear_cell_complex_incremental_builder.h +++ b/src/My_linear_cell_complex_incremental_builder.h @@ -1,23 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // +//////////////////////////////////////////////////////////////////////////////// #ifndef MY_LINEAR_CELL_COMPLEX_INCREMENTAL_BUILDER_H #define MY_LINEAR_CELL_COMPLEX_INCREMENTAL_BUILDER_H 1 diff --git a/src/One_info.h b/src/One_info.h index d1755fc..7a9a1f0 100644 --- a/src/One_info.h +++ b/src/One_info.h @@ -1,5 +1,7 @@ -// compute_arrangement: a new method to compute arrangement of segments. -// Copyright (C) 2020 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). +// All rights reserved. +// +// This file is part of 3d-query-replace. // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -16,7 +18,7 @@ // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // - +//////////////////////////////////////////////////////////////////////////////// #ifndef ONE_INFO_H #define ONE_INFO_H diff --git a/src/Orientation.h b/src/Orientation.h index f20d082..ff7bfb3 100644 --- a/src/Orientation.h +++ b/src/Orientation.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // - +//////////////////////////////////////////////////////////////////////////////// #ifndef ORIENTATION_H #define ORIENTATION_H diff --git a/src/Print_txt.h b/src/Print_txt.h index 416ee44..f72830c 100644 --- a/src/Print_txt.h +++ b/src/Print_txt.h @@ -1,3 +1,24 @@ +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). +// All rights reserved. +// +// This file is part of 3d-query-replace. +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see <https://www.gnu.org/licenses/>. +// +// Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> +// +//////////////////////////////////////////////////////////////////////////////// #ifndef PRINT_TXT_H #define PRINT_TXT_H diff --git a/src/Prism_and_pyramid_creation.h b/src/Prism_and_pyramid_creation.h index b03f050..46888bf 100644 --- a/src/Prism_and_pyramid_creation.h +++ b/src/Prism_and_pyramid_creation.h @@ -1,20 +1,20 @@ -// Copyright (c) 2011 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // diff --git a/src/Tetrahedral_tools.h b/src/Tetrahedral_tools.h index cb6bb81..8620f76 100644 --- a/src/Tetrahedral_tools.h +++ b/src/Tetrahedral_tools.h @@ -1,20 +1,20 @@ -// Copyright (c) 2011 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // diff --git a/src/Volume_computation.h b/src/Volume_computation.h index 76efb8d..18d36a4 100644 --- a/src/Volume_computation.h +++ b/src/Volume_computation.h @@ -1,25 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> -// Florence Zara <florence.zara@liris.cnrs.fr> // - +//////////////////////////////////////////////////////////////////////////////// #ifndef VOLUME_COMPUTATION_H #define VOLUME_COMPUTATION_H diff --git a/src/cmap_3close_cc.h b/src/cmap_3close_cc.h index 64a7968..bd154d9 100644 --- a/src/cmap_3close_cc.h +++ b/src/cmap_3close_cc.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // - +//////////////////////////////////////////////////////////////////////////////// #ifndef CMAP_3CLOSE_CC_H #define CMAP_3CLOSE_CC_H diff --git a/src/cmap_copy.h b/src/cmap_copy.h index 26f62ec..6b8ab40 100644 --- a/src/cmap_copy.h +++ b/src/cmap_copy.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // - +//////////////////////////////////////////////////////////////////////////////// #ifndef CMAP_COPY_H #define CMAP_COPY_H diff --git a/src/cmap_isomorphisms.h b/src/cmap_isomorphisms.h index 163ed29..2972bcf 100644 --- a/src/cmap_isomorphisms.h +++ b/src/cmap_isomorphisms.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // - +//////////////////////////////////////////////////////////////////////////////// #ifndef CMAP_ISOMORPHISMS_H #define CMAP_ISOMORPHISMS_H diff --git a/src/cmap_query_replace.h b/src/cmap_query_replace.h index 25674a3..d0bf3ea 100644 --- a/src/cmap_query_replace.h +++ b/src/cmap_query_replace.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// #ifndef CMAP_QUERY_REPLACE_H #define CMAP_QUERY_REPLACE_H diff --git a/src/cmap_query_replace_geometry.h b/src/cmap_query_replace_geometry.h index b807fa2..5aeeff0 100644 --- a/src/cmap_query_replace_geometry.h +++ b/src/cmap_query_replace_geometry.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// #ifndef CMAP_QUERY_REPLACE_GEOMETRY_H #define CMAP_QUERY_REPLACE_GEOMETRY_H diff --git a/src/cmap_signature.h b/src/cmap_signature.h index 23d48e0..3ec5cf6 100644 --- a/src/cmap_signature.h +++ b/src/cmap_signature.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// #ifndef CMAP_SIGNATURE_H #define CMAP_SIGNATURE_H diff --git a/src/hexa-subdivision.cpp b/src/hexa-subdivision.cpp index 7496731..a4b3e47 100644 --- a/src/hexa-subdivision.cpp +++ b/src/hexa-subdivision.cpp @@ -1,24 +1,24 @@ -// Copyright (c) 2011 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // - +//////////////////////////////////////////////////////////////////////////////// // Prog that uses the query/replace method to generate transitions // for hexaedral meshes (based on the work of Claudio). // It uses the 325 vpatterns in hexa-325-patterns diff --git a/src/import_moka.h b/src/import_moka.h index b042300..ce60705 100644 --- a/src/import_moka.h +++ b/src/import_moka.h @@ -1,23 +1,24 @@ -// Copyright (c) 2011 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // +//////////////////////////////////////////////////////////////////////////////// #ifndef IMPORT_MOKA_H #define IMPORT_MOKA_H diff --git a/src/init_to_preserve_for_query_replace.h b/src/init_to_preserve_for_query_replace.h index 3cee45f..52a0d23 100644 --- a/src/init_to_preserve_for_query_replace.h +++ b/src/init_to_preserve_for_query_replace.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// #ifndef INIT_TO_PRESERVE_FOR_QUERY_REPLACE_H #define INIT_TO_PRESERVE_FOR_QUERY_REPLACE_H diff --git a/src/lcc_convexity_test.h b/src/lcc_convexity_test.h index e3968a2..92ec8d7 100644 --- a/src/lcc_convexity_test.h +++ b/src/lcc_convexity_test.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// #ifndef LCC_CONVEXITY_TEST_H #define LCC_CONVEXITY_TEST_H /////////////////////////////////////////////////////////////////////////////// diff --git a/src/lcc_geometrical_tests.h b/src/lcc_geometrical_tests.h index 7c5dd0e..f57657e 100644 --- a/src/lcc_geometrical_tests.h +++ b/src/lcc_geometrical_tests.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// #ifndef LCC_GEOMETRICAL_TESTS_H #define LCC_GEOMETRICAL_TESTS_H /////////////////////////////////////////////////////////////////////////////// diff --git a/src/lcc_geometry_transformation.h b/src/lcc_geometry_transformation.h index 9fd46d2..156941a 100644 --- a/src/lcc_geometry_transformation.h +++ b/src/lcc_geometry_transformation.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// #ifndef LCC_GEOMETRY_TRANSFORMATION_H #define LCC_GEOMETRY_TRANSFORMATION_H diff --git a/src/lcc_read_depending_extension.h b/src/lcc_read_depending_extension.h index 98efdd7..9357314 100644 --- a/src/lcc_read_depending_extension.h +++ b/src/lcc_read_depending_extension.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// #ifndef LCC_READ_DEPENDING_EXTENSION_H #define LCC_READ_DEPENDING_EXTENSION_H diff --git a/src/lcc_read_from_vtk.h b/src/lcc_read_from_vtk.h index 49b0ba2..ca90bf5 100644 --- a/src/lcc_read_from_vtk.h +++ b/src/lcc_read_from_vtk.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// #ifndef LCC_READ_FROM_VTK_H #define LCC_READ_FROM_VTK_H diff --git a/src/lcc_save_load_mesh.h b/src/lcc_save_load_mesh.h index 028d8e9..8ec8095 100644 --- a/src/lcc_save_load_mesh.h +++ b/src/lcc_save_load_mesh.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// #ifndef LCC_SAVE_LOAD_MESH_H #define LCC_SAVE_LOAD_MESH_H diff --git a/src/lcc_save_load_with_assimp.h b/src/lcc_save_load_with_assimp.h index a3786a4..37f5785 100644 --- a/src/lcc_save_load_with_assimp.h +++ b/src/lcc_save_load_with_assimp.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// #ifndef LCC_SAVE_LOAD_WITH_ASSIMP_H #define LCC_SAVE_LOAD_WITH_ASSIMP_H diff --git a/src/lcc_to_face_graph.h b/src/lcc_to_face_graph.h index e767b24..fd70677 100644 --- a/src/lcc_to_face_graph.h +++ b/src/lcc_to_face_graph.h @@ -1,20 +1,20 @@ -// Copyright (c) 2011 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // diff --git a/src/lcc_to_tetgen_io.h b/src/lcc_to_tetgen_io.h index 7921fb5..9348ace 100644 --- a/src/lcc_to_tetgen_io.h +++ b/src/lcc_to_tetgen_io.h @@ -1,20 +1,20 @@ -// Copyright (c) 2011 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // diff --git a/src/lcc_triangulate_faces.h b/src/lcc_triangulate_faces.h index 8456ee7..083d41e 100644 --- a/src/lcc_triangulate_faces.h +++ b/src/lcc_triangulate_faces.h @@ -1,24 +1,24 @@ -// Copyright (c) 2021 CNRS and LIRIS' Establishments (France). +// Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // -/////////////////////////////////////////////////////////////////////////////// +//////////////////////////////////////////////////////////////////////////////// #ifndef LCC_TRIANGULATE_FACES_H #define LCC_TRIANGULATE_FACES_H diff --git a/src/tetra-to-hexa.cpp b/src/tetra-to-hexa.cpp index 6ef65e0..4f49307 100644 --- a/src/tetra-to-hexa.cpp +++ b/src/tetra-to-hexa.cpp @@ -1,24 +1,24 @@ // Copyright (c) 2022 CNRS and LIRIS' Establishments (France). // All rights reserved. // -// This file is part of LCC-Demo. +// This file is part of 3d-query-replace. // -// LCC-Demo is free software: you can redistribute it and/or modify +// This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // -// Foobar is distributed in the hope that it will be useful, +// This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with LCC-Demo. If not, see <https://www.gnu.org/licenses/>. +// along with this program. If not, see <https://www.gnu.org/licenses/>. // // Author(s) : Guillaume Damiand <guillaume.damiand@liris.cnrs.fr> // - +//////////////////////////////////////////////////////////////////////////////// // Prog that uses the query/replace method to generate transitions // for hexaedral meshes (based on the paper "Fast Quadtree/Octree adaptive // meshing and re-meshing with linear mixed elements"). -- GitLab