From 8511ff88b8566d99da208b3b45d41759c03ce396 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Mon, 18 May 2015 12:15:14 +0200 Subject: [PATCH] add copyright --- ...ained_Delaunay_triangulation_face_base_2.h | 21 +++++++++++++++ .../CGAL/Constrained_voronoi_diagram_2.h | 21 +++++++++++++++ .../CGAL/Mesh_2/Lipschitz_sizing_field_2.h | 26 ++++++++++++++++--- Mesh_2/include/CGAL/Mesh_2/Lloyd_move_2.h | 21 +++++++++++++++ .../CGAL/Mesh_2/Mesh_global_optimizer_2.h | 11 +++----- .../include/CGAL/Mesh_2/Mesh_sizing_field.h | 21 +++++++++++++++ Mesh_2/include/CGAL/Mesh_2/Sizing_field_2.h | 22 ++++++++++++++++ .../CGAL/Mesh_2/Uniform_sizing_field_2.h | 10 +++---- Mesh_2/include/CGAL/lloyd_optimize_mesh_2.h | 20 ++++++++++++++ 9 files changed, 156 insertions(+), 17 deletions(-) diff --git a/Mesh_2/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h b/Mesh_2/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h index 438cff4e47f..723c9325b8e 100644 --- a/Mesh_2/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h +++ b/Mesh_2/include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h @@ -1,3 +1,24 @@ +// Copyright (c) 2013 INRIA Sophia-Antipolis (France), +// 2014-2015 GeometryFactory (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// 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. +// +// Licensees holding a valid commercial license may use this file in +// accordance with the commercial license agreement provided with the software. +// +// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +// +// $URL$ +// $Id$ +// +// Author(s) : Jane Tournois, Raul Gallegos +// + #ifndef CGAL_CONSTRAINED_DELAUNAY_TRIANGULATION_FACE_BASE_2_H #define CGAL_CONSTRAINED_DELAUNAY_TRIANGULATION_FACE_BASE_2_H diff --git a/Mesh_2/include/CGAL/Constrained_voronoi_diagram_2.h b/Mesh_2/include/CGAL/Constrained_voronoi_diagram_2.h index b7143711eba..16ffb523203 100644 --- a/Mesh_2/include/CGAL/Constrained_voronoi_diagram_2.h +++ b/Mesh_2/include/CGAL/Constrained_voronoi_diagram_2.h @@ -1,3 +1,24 @@ +// Copyright (c) 2013 INRIA Sophia-Antipolis (France), +// 2014-2015 GeometryFactory (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// 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. +// +// Licensees holding a valid commercial license may use this file in +// accordance with the commercial license agreement provided with the software. +// +// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +// +// $URL$ +// $Id$ +// +// Author(s) : Jane Tournois, Raul Gallegos, Pierre Alliez +// + #ifndef CGAL_CONSTRAINED_VORONOI_DIAGRAM_2_H #define CGAL_CONSTRAINED_VORONOI_DIAGRAM_2_H diff --git a/Mesh_2/include/CGAL/Mesh_2/Lipschitz_sizing_field_2.h b/Mesh_2/include/CGAL/Mesh_2/Lipschitz_sizing_field_2.h index d6fabdfd67a..c5f6e70ba1a 100644 --- a/Mesh_2/include/CGAL/Mesh_2/Lipschitz_sizing_field_2.h +++ b/Mesh_2/include/CGAL/Mesh_2/Lipschitz_sizing_field_2.h @@ -1,7 +1,25 @@ -// Lakulish Antani -// Christophe Delage -// Jane Tournois -// Pierre Alliez +// Copyright (c) 2013 INRIA Sophia-Antipolis (France), +// 2014-2015 GeometryFactory (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// 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. +// +// Licensees holding a valid commercial license may use this file in +// accordance with the commercial license agreement provided with the software. +// +// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +// +// $URL$ +// $Id$ +// +// +// Author(s) : Lakulish Antani, Christophe Delage, Jane Tournois, Pierre Alliez +// + #ifndef CGAL_LIPSCHITZ_SIZING_FIELD_2_H #define CGAL_LIPSCHITZ_SIZING_FIELD_2_H diff --git a/Mesh_2/include/CGAL/Mesh_2/Lloyd_move_2.h b/Mesh_2/include/CGAL/Mesh_2/Lloyd_move_2.h index 29ac01de51b..6199445c91c 100644 --- a/Mesh_2/include/CGAL/Mesh_2/Lloyd_move_2.h +++ b/Mesh_2/include/CGAL/Mesh_2/Lloyd_move_2.h @@ -1,3 +1,24 @@ +// Copyright (c) 2013 INRIA Sophia-Antipolis (France), +// 2014-2015 GeometryFactory (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// 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. +// +// Licensees holding a valid commercial license may use this file in +// accordance with the commercial license agreement provided with the software. +// +// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +// +// $URL$ +// $Id$ +// +// Author(s) : Jane Tournois, Raul Gallegos, Pierre Alliez +// + #ifndef CGAL_LLOYD_MOVE_2_H #define CGAL_LLOYD_MOVE_2_H diff --git a/Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h b/Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h index a7b8c8a52d7..119bd3348d5 100644 --- a/Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h +++ b/Mesh_2/include/CGAL/Mesh_2/Mesh_global_optimizer_2.h @@ -1,4 +1,5 @@ -// Copyright (c) 2009 INRIA Sophia-Antipolis (France). +// Copyright (c) 2009-2013 INRIA Sophia-Antipolis (France), +// 2014-2015 GeometryFactory (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). @@ -14,13 +15,9 @@ // // $URL$ // $Id$ +// +// Author(s) : Jane Tournois, Raul Gallegos, Pierre Alliez, Stéphane Tayeb // -// -// Author(s) : Jane Tournois, Raul Gallegos, Stéphane Tayeb -// -//****************************************************************************** -// File Description : -//****************************************************************************** #ifndef CGAL_MESH_2_MESH_GLOBAL_OPTIMIZER_2_H #define CGAL_MESH_2_MESH_GLOBAL_OPTIMIZER_2_H diff --git a/Mesh_2/include/CGAL/Mesh_2/Mesh_sizing_field.h b/Mesh_2/include/CGAL/Mesh_2/Mesh_sizing_field.h index e493037c40a..801bc1a04d1 100644 --- a/Mesh_2/include/CGAL/Mesh_2/Mesh_sizing_field.h +++ b/Mesh_2/include/CGAL/Mesh_2/Mesh_sizing_field.h @@ -1,3 +1,24 @@ +// Copyright (c) 2013 INRIA Sophia-Antipolis (France), +// 2014-2015 GeometryFactory (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// 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. +// +// Licensees holding a valid commercial license may use this file in +// accordance with the commercial license agreement provided with the software. +// +// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +// +// $URL$ +// $Id$ +// +// +// Author(s) : Jane Tournois, Pierre Alliez +// #ifndef CGAL_MESH_2_MESH_SIZING_FIELD_H #define CGAL_MESH_2_MESH_SIZING_FIELD_H diff --git a/Mesh_2/include/CGAL/Mesh_2/Sizing_field_2.h b/Mesh_2/include/CGAL/Mesh_2/Sizing_field_2.h index dc46d923277..22247961d7a 100644 --- a/Mesh_2/include/CGAL/Mesh_2/Sizing_field_2.h +++ b/Mesh_2/include/CGAL/Mesh_2/Sizing_field_2.h @@ -1,3 +1,25 @@ +// Copyright (c) 2013 INRIA Sophia-Antipolis (France), +// 2014-2015 GeometryFactory (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// 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. +// +// Licensees holding a valid commercial license may use this file in +// accordance with the commercial license agreement provided with the software. +// +// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +// +// $URL$ +// $Id$ +// +// +// Author(s) : Jane Tournois, Pierre Alliez +// + #ifndef CGAL_SIZING_FIELD_2_H #define CGAL_SIZING_FIELD_2_H diff --git a/Mesh_2/include/CGAL/Mesh_2/Uniform_sizing_field_2.h b/Mesh_2/include/CGAL/Mesh_2/Uniform_sizing_field_2.h index 59957ea5b40..2783ed8e04c 100644 --- a/Mesh_2/include/CGAL/Mesh_2/Uniform_sizing_field_2.h +++ b/Mesh_2/include/CGAL/Mesh_2/Uniform_sizing_field_2.h @@ -1,4 +1,5 @@ -// Copyright (c) 2009 INRIA Sophia-Antipolis (France). +// Copyright (c) 2013 INRIA Sophia-Antipolis (France), +// 2014-2015 GeometryFactory (France). // All rights reserved. // // This file is part of CGAL (www.cgal.org). @@ -14,13 +15,10 @@ // // $URL$ // $Id$ +// // +// Author(s) : Jane Tournois, Pierre Alliez // -// Author(s) : Jane Tournois -// -//****************************************************************************** -// File Description : -//****************************************************************************** #ifndef CGAL_MESH_2_UNIFORM_SIZING_FIELD_H #define CGAL_MESH_2_UNIFORM_SIZING_FIELD_H diff --git a/Mesh_2/include/CGAL/lloyd_optimize_mesh_2.h b/Mesh_2/include/CGAL/lloyd_optimize_mesh_2.h index 07b0be4145f..29b015261a1 100644 --- a/Mesh_2/include/CGAL/lloyd_optimize_mesh_2.h +++ b/Mesh_2/include/CGAL/lloyd_optimize_mesh_2.h @@ -1,3 +1,23 @@ +// Copyright (c) 2014-2015 GeometryFactory (France). +// All rights reserved. +// +// This file is part of CGAL (www.cgal.org). +// 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. +// +// Licensees holding a valid commercial license may use this file in +// accordance with the commercial license agreement provided with the software. +// +// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE +// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. +// +// $URL$ +// $Id$ +// +// Author(s) : Jane Tournois +// + #ifndef CGAL_LLOYD_OPTIMIZE_MESH_2_H #define CGAL_LLOYD_OPTIMIZE_MESH_2_H