From a3a3dee4cd5ce38552735ac0364b9dd807d8576f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 19 Feb 2015 14:44:30 +0100 Subject: [PATCH] add missing header files --- .../include/CGAL/Cone_shape.h | 21 +++++++++++++++++++ .../include/CGAL/Cylinder_shape.h | 21 +++++++++++++++++++ .../include/CGAL/Octree.h | 21 +++++++++++++++++++ .../include/CGAL/Plane_shape.h | 21 +++++++++++++++++++ .../include/CGAL/Shape_base.h | 21 +++++++++++++++++++ .../include/CGAL/Shape_detection_3.h | 11 +++------- .../include/CGAL/Sphere_shape.h | 21 +++++++++++++++++++ .../include/CGAL/Torus_shape.h | 21 +++++++++++++++++++ 8 files changed, 150 insertions(+), 8 deletions(-) diff --git a/Point_set_shape_detection_3/include/CGAL/Cone_shape.h b/Point_set_shape_detection_3/include/CGAL/Cone_shape.h index 6008da9248c..47cd42a39f3 100644 --- a/Point_set_shape_detection_3/include/CGAL/Cone_shape.h +++ b/Point_set_shape_detection_3/include/CGAL/Cone_shape.h @@ -1,3 +1,24 @@ +// Copyright (c) 2015 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) : Sven Oesau, Yannick Verdie, Clément Jamin, Pierre Alliez +// + #ifndef CGAL_SHAPE_DETECTION_3_CONE_SHAPE_H #define CGAL_SHAPE_DETECTION_3_CONE_SHAPE_H diff --git a/Point_set_shape_detection_3/include/CGAL/Cylinder_shape.h b/Point_set_shape_detection_3/include/CGAL/Cylinder_shape.h index c3b76c6e60a..86bdb90d7c5 100644 --- a/Point_set_shape_detection_3/include/CGAL/Cylinder_shape.h +++ b/Point_set_shape_detection_3/include/CGAL/Cylinder_shape.h @@ -1,3 +1,24 @@ +// Copyright (c) 2015 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) : Sven Oesau, Yannick Verdie, Clément Jamin, Pierre Alliez +// + #ifndef CGAL_SHAPE_DETECTION_3_CYLINDER_SHAPE_H #define CGAL_SHAPE_DETECTION_3_CYLINDER_SHAPE_H diff --git a/Point_set_shape_detection_3/include/CGAL/Octree.h b/Point_set_shape_detection_3/include/CGAL/Octree.h index ef58ad8545d..360c2b5e081 100644 --- a/Point_set_shape_detection_3/include/CGAL/Octree.h +++ b/Point_set_shape_detection_3/include/CGAL/Octree.h @@ -1,3 +1,24 @@ +// Copyright (c) 2015 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) : Sven Oesau, Yannick Verdie, Clément Jamin, Pierre Alliez +// + #ifndef CGAL_SHAPE_DETECTION_3_OCTREE_H #define CGAL_SHAPE_DETECTION_3_OCTREE_H diff --git a/Point_set_shape_detection_3/include/CGAL/Plane_shape.h b/Point_set_shape_detection_3/include/CGAL/Plane_shape.h index d07ca08e6f6..a0ff275360e 100644 --- a/Point_set_shape_detection_3/include/CGAL/Plane_shape.h +++ b/Point_set_shape_detection_3/include/CGAL/Plane_shape.h @@ -1,3 +1,24 @@ +// Copyright (c) 2015 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) : Sven Oesau, Yannick Verdie, Clément Jamin, Pierre Alliez +// + #ifndef CGAL_SHAPE_DETECTION_3_PLANE_SHAPE_H #define CGAL_SHAPE_DETECTION_3_PLANE_SHAPE_H diff --git a/Point_set_shape_detection_3/include/CGAL/Shape_base.h b/Point_set_shape_detection_3/include/CGAL/Shape_base.h index 49bd6454492..6bb2aa5aaa8 100644 --- a/Point_set_shape_detection_3/include/CGAL/Shape_base.h +++ b/Point_set_shape_detection_3/include/CGAL/Shape_base.h @@ -1,3 +1,24 @@ +// Copyright (c) 2015 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) : Sven Oesau, Yannick Verdie, Clément Jamin, Pierre Alliez +// + #ifndef CGAL_SHAPE_DETECTION_3_SHAPE_BASE_H #define CGAL_SHAPE_DETECTION_3_SHAPE_BASE_H diff --git a/Point_set_shape_detection_3/include/CGAL/Shape_detection_3.h b/Point_set_shape_detection_3/include/CGAL/Shape_detection_3.h index e2a4ea3a679..1489350ea46 100644 --- a/Point_set_shape_detection_3/include/CGAL/Shape_detection_3.h +++ b/Point_set_shape_detection_3/include/CGAL/Shape_detection_3.h @@ -1,9 +1,9 @@ -// Copyright (c) 2013-2015 INRIA Sophia-Antipolis (France). +// Copyright (c) 2015 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, +// 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 @@ -16,13 +16,8 @@ // $Id$ // // -// Author(s) : Sven Oesau, Yannick Verdié, Clément Jamin, Pierre Alliez +// Author(s) : Sven Oesau, Yannick Verdie, Clément Jamin, Pierre Alliez // -//****************************************************************************** -// File Description : -// -// -//****************************************************************************** #ifndef CGAL_SHAPE_DETECTION_3_H #define CGAL_SHAPE_DETECTION_3_H diff --git a/Point_set_shape_detection_3/include/CGAL/Sphere_shape.h b/Point_set_shape_detection_3/include/CGAL/Sphere_shape.h index 15f5941c185..166d7bd753e 100644 --- a/Point_set_shape_detection_3/include/CGAL/Sphere_shape.h +++ b/Point_set_shape_detection_3/include/CGAL/Sphere_shape.h @@ -1,3 +1,24 @@ +// Copyright (c) 2015 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) : Sven Oesau, Yannick Verdie, Clément Jamin, Pierre Alliez +// + #ifndef CGAL_SHAPE_DETECTION_3_SPHERE_SHAPE_H #define CGAL_SHAPE_DETECTION_3_SPHERE_SHAPE_H diff --git a/Point_set_shape_detection_3/include/CGAL/Torus_shape.h b/Point_set_shape_detection_3/include/CGAL/Torus_shape.h index 5191b2d966d..0fbac06d355 100644 --- a/Point_set_shape_detection_3/include/CGAL/Torus_shape.h +++ b/Point_set_shape_detection_3/include/CGAL/Torus_shape.h @@ -1,3 +1,24 @@ +// Copyright (c) 2015 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) : Sven Oesau, Yannick Verdie, Clément Jamin, Pierre Alliez +// + #ifndef CGAL_SHAPE_DETECTION_3_TORUS_SHAPE_H #define CGAL_SHAPE_DETECTION_3_TORUS_SHAPE_H