From 8b455b27103b68ab0848ec6b84bce8af35b2b441 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 20 Apr 2015 16:09:38 +0200 Subject: [PATCH] add license headers --- .../Voronoi_covariance_3/vcm_utilities.h | 20 +++++++++++++++++++ .../voronoi_covariance_3.h | 20 +++++++++++++++++++ .../voronoi_covariance_sphere_3.h | 20 +++++++++++++++++++ .../include/CGAL/vcm_estimate_edges.h | 20 +++++++++++++++++++ .../include/CGAL/vcm_estimate_normals.h | 20 +++++++++++++++++++ 5 files changed, 100 insertions(+) diff --git a/Point_set_processing_3/include/CGAL/internal/Voronoi_covariance_3/vcm_utilities.h b/Point_set_processing_3/include/CGAL/internal/Voronoi_covariance_3/vcm_utilities.h index ab317b61658..1615ce5247e 100644 --- a/Point_set_processing_3/include/CGAL/internal/Voronoi_covariance_3/vcm_utilities.h +++ b/Point_set_processing_3/include/CGAL/internal/Voronoi_covariance_3/vcm_utilities.h @@ -1,3 +1,23 @@ +// Copyright (c) 2014 INRIA Sophia-Antipolis (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) : Jocelyn Meyron and Quentin Mérigot +// + #ifndef CGAL_VCM_UTILITIES_H #define CGAL_VCM_UTILITIES_H diff --git a/Point_set_processing_3/include/CGAL/internal/Voronoi_covariance_3/voronoi_covariance_3.h b/Point_set_processing_3/include/CGAL/internal/Voronoi_covariance_3/voronoi_covariance_3.h index 56e7351f414..7541a6b16bd 100644 --- a/Point_set_processing_3/include/CGAL/internal/Voronoi_covariance_3/voronoi_covariance_3.h +++ b/Point_set_processing_3/include/CGAL/internal/Voronoi_covariance_3/voronoi_covariance_3.h @@ -1,3 +1,23 @@ +// Copyright (c) 2014 INRIA Sophia-Antipolis (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) : Jocelyn Meyron and Quentin Mérigot +// + #ifndef CGAL_VORONOI_COVARIANCE_3_HPP #define CGAL_VORONOI_COVARIANCE_3_HPP diff --git a/Point_set_processing_3/include/CGAL/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h b/Point_set_processing_3/include/CGAL/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h index e6e0eb17f1e..850a520d1d3 100644 --- a/Point_set_processing_3/include/CGAL/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h +++ b/Point_set_processing_3/include/CGAL/internal/Voronoi_covariance_3/voronoi_covariance_sphere_3.h @@ -1,3 +1,23 @@ +// Copyright (c) 2014 INRIA Sophia-Antipolis (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) : Jocelyn Meyron and Quentin Mérigot +// + #ifndef CGAL_VORONOI_COVARIANCE_SPHERE_3_HPP #define CGAL_VORONOI_COVARIANCE_SPHERE_3_HPP diff --git a/Point_set_processing_3/include/CGAL/vcm_estimate_edges.h b/Point_set_processing_3/include/CGAL/vcm_estimate_edges.h index 00bfb894b36..fec388728a7 100644 --- a/Point_set_processing_3/include/CGAL/vcm_estimate_edges.h +++ b/Point_set_processing_3/include/CGAL/vcm_estimate_edges.h @@ -1,3 +1,23 @@ +// Copyright (c) 2014 INRIA Sophia-Antipolis (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) : Jocelyn Meyron and Quentin Mérigot +// + #ifndef CGAL_VCM_ESTIMATE_EDGES_H #define CGAL_VCM_ESTIMATE_EDGES_H diff --git a/Point_set_processing_3/include/CGAL/vcm_estimate_normals.h b/Point_set_processing_3/include/CGAL/vcm_estimate_normals.h index 50e7e5fef95..1ba54b7b21c 100644 --- a/Point_set_processing_3/include/CGAL/vcm_estimate_normals.h +++ b/Point_set_processing_3/include/CGAL/vcm_estimate_normals.h @@ -1,3 +1,23 @@ +// Copyright (c) 2014 INRIA Sophia-Antipolis (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) : Jocelyn Meyron and Quentin Mérigot +// + #ifndef CGAL_VCM_ESTIMATE_NORMALS_H #define CGAL_VCM_ESTIMATE_NORMALS_H