From bc3fa0e7922a569158cd8a743bc1ed62d2000a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 18 Nov 2015 11:32:44 +0100 Subject: [PATCH] add missing header --- Three/include/CGAL/Three/Scene_item.h | 20 ++++++++++++++++++++ Three/include/CGAL/Three/Viewer_config.h | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/Three/include/CGAL/Three/Scene_item.h b/Three/include/CGAL/Three/Scene_item.h index 005ca201103..ff3c43c1643 100644 --- a/Three/include/CGAL/Three/Scene_item.h +++ b/Three/include/CGAL/Three/Scene_item.h @@ -1,3 +1,23 @@ +// Copyright (c) 2012-2015 GeometryFactory Sarl (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) : Laurent RINEAU, Maxime Gimeno + #ifndef SCENE_ITEM_H #define SCENE_ITEM_H #include diff --git a/Three/include/CGAL/Three/Viewer_config.h b/Three/include/CGAL/Three/Viewer_config.h index 2a79ddf681d..cff0ae1fae1 100644 --- a/Three/include/CGAL/Three/Viewer_config.h +++ b/Three/include/CGAL/Three/Viewer_config.h @@ -1,3 +1,23 @@ +// Copyright (c) 2012-2015 GeometryFactory Sarl (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) : Laurent RINEAU, Maxime Gimeno + #ifndef VIEWER_CONFIG_H #define VIEWER_CONFIG_H