diff --git a/src/Compute_stats.h b/src/Compute_stats.h
index 27ee8151dbe7017d9b167550f1ba89cc7ca2a88c..40ca79e0084ee185de54ba8df5873f87e6b22e20 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 5579a6642ce02db6092547db3a36a912d253bc6d..3db2545dd939c90ff9615a21dc7dc6707122a16d 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 b14569d33f001db55e41acdded27eb1580e0b3b5..dd45b201aadded2d08044740aced090f94631ac3 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 f98a2996b0d765bdeca46af34c9b8e03d71a2331..8b69a3a3fe3a107dd71a582ce33f4dc0650c2f15 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 d1755fcaec55136d8dfedc17a087eebe4308598f..7a9a1f08994be345c19dea65c5a43aad44b7afae 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 f20d082dda891a67f0a2a3abe2b1fe6903dc3a73..ff7bfb3245f19ef2f84834826614637e39f5a998 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 416ee448469a711d5eaa18b58e2dd4f1526a04c7..f72830c759fee9267abfbe8caf344f8e623f1412 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 b03f050e1522c0a2d149325f06e097041261274f..46888bffcce85bb308c8a8f79195a26a880f293b 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 cb6bb81a9ae597b92ab9c3b82af546ac37058bb1..8620f76055c03f8ef133225e47b2ef7f0282d666 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 76efb8d215b87f8c8c0dda2d00474fc98890a955..18d36a46f2c8c790172a163670e1ee9937725781 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 64a79689650b68e90c0cd238834e6907edc3e357..bd154d94a6dd9b067d052ed49c47b8f3e52fa503 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 26f62ec88368ad4741251d859020739703fcbc6c..6b8ab40546b19b6373f39dd7975502beb65a2b68 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 163ed29fa54dd4ac9e96e9e36ec95f3724ad5e2f..2972bcf8ecc8e8eb0f989514dcd5a4e491174b75 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 25674a3f9b8ba688de1509ecd03ee26d7f050f6c..d0bf3ea74ce19c919062685506aeaa5ad3a82564 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 b807fa2ab12fc9e6c7fa988dcf182193e5807551..5aeeff0058822d75c4a9bd4123307519dcccdc46 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 23d48e0b8dea26b5fd3a0e29fd59ba8bbd09e5d1..3ec5cf6299a60d4eb1493a79d864ad729235512e 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 749673154d7066147d5366aed4dd21c88e136f6b..a4b3e47af895c7efeb63656ea2ef980f2f0dd9ab 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 b0423008ebaadad6433474730a0d4e3cf258d505..ce60705fbc20cd7d64313560132bd568c28bc1de 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 3cee45f3db3411c3cd67d4c4e9798f1305bbae7c..52a0d237c44a5f522249122a2ff856a72d039fb0 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 e3968a273f938fffac1b0cd536847a50c36387b7..92ec8d792ccb9db70d25090456c18234ed574216 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 7c5dd0e3e3fbaf13fdd220d73a75dfe8d2e96dbc..f57657eb5b603aa3a399cf7d85080f3cbc43a645 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 9fd46d2852f50deb135f81671ad82e8ef2b23f5f..156941abebf12750ae9e0c341ca65b9d3b83f03d 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 98efdd77ce6f983c136187f8b07986e9f63a4d56..93573148481b6d5bc063d1651da7f1d4712f1196 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 49b0ba2dbf56fb23888a2e4394de255e6f25ab41..ca90bf560a62b4cf5cf914230bf1a1041343f507 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 028d8e9b2aea08c96dfd0f061f2b12cb8537146c..8ec8095e03a3a2a18bd7e72533150c45961dee0d 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 a3786a43265e32e61171487dc44eed928d72fd38..37f5785583065d8f6cc95f04272f4eb31af05a2a 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 e767b24949afd95a2a2db2d98ef3a86a01658f2e..fd70677f64215520e9b8bff083a2c14a58902603 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 7921fb508bfb36a90adb55e9ce087718d734b366..9348ace412ede36a974bc5350219446ab64a5e3d 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 8456ee7dec81a0c09ed599943f68a04f062ed8aa..083d41e8878b79c08c2d796706703b058b02fbf8 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 6ef65e08cfb57b4972729b0aa4e28a9f895e34c4..4f49307ac17d6d696c44a2ba9c93ac80e6b6bd92 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").