From e06a6f535bc992665d1b347eb9a5d82cae98409c Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 19 Feb 2013 12:23:49 +0100 Subject: [PATCH] Add or fix license/copyright headers in CGAL headers --- .gitignore | 1 + .../CGAL/Arr_point_location/Td_dag_node.h | 17 +++++++++++++ .../include/CGAL/Qt/GraphicsViewPointInput.h | 17 +++++++++++++ .../CGAL/Circulator/Circulator_concepts.h | 24 +++++++++++++++++++ .../Combinatorial_map_for_corefinement.h | 1 + .../include/CGAL/Poisson_implicit_surface_3.h | 8 ++++--- .../Poisson_implicit_surface_oracle_3.h | 9 +++---- 7 files changed, 70 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index ac9daf5d19c..61345849d3b 100644 --- a/.gitignore +++ b/.gitignore @@ -1228,3 +1228,4 @@ gmon.* # TODO: # remove everything about /doc_tex once LaTeX is not longer supported +/Point_set_processing_3/test/Point_set_processing_3/read_test diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_dag_node.h b/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_dag_node.h index 8a4a0945d44..3170f2936d1 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_dag_node.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_point_location/Td_dag_node.h @@ -1,3 +1,20 @@ +// Copyright (c) 2012 Tel-Aviv University (Israel). +// 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) : Michal Balas // (based on old version by Iddo Hanniel & Oren Nechushtan) diff --git a/Arrangement_on_surface_2/include/CGAL/Qt/GraphicsViewPointInput.h b/Arrangement_on_surface_2/include/CGAL/Qt/GraphicsViewPointInput.h index 7e69e920dcc..45a824d9d18 100644 --- a/Arrangement_on_surface_2/include/CGAL/Qt/GraphicsViewPointInput.h +++ b/Arrangement_on_surface_2/include/CGAL/Qt/GraphicsViewPointInput.h @@ -1,3 +1,20 @@ +// Copyright (c) 2012 Tel-Aviv University (Israel). +// 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$ + #ifndef CGAL_QT_GRAPHICS_VIEW_POINT_INPUT_H #define CGAL_QT_GRAPHICS_VIEW_POINT_INPUT_H #include diff --git a/Circulator/include/CGAL/Circulator/Circulator_concepts.h b/Circulator/include/CGAL/Circulator/Circulator_concepts.h index 117f0cf878f..839137eefb9 100644 --- a/Circulator/include/CGAL/Circulator/Circulator_concepts.h +++ b/Circulator/include/CGAL/Circulator/Circulator_concepts.h @@ -1,3 +1,27 @@ +// Copyright (c) 2012 +// Utrecht University (The Netherlands), +// ETH Zurich (Switzerland), +// INRIA Sophia-Antipolis (France), +// Max-Planck-Institute Saarbruecken (Germany), +// and Tel-Aviv University (Israel). 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 Lesser 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) : Philipp Möller + #ifndef CGAL_CIRCULATOR_CONCEPTS_H #define CGAL_CIRCULATOR_CONCEPTS_H diff --git a/Polyhedron/include/CGAL/internal/corefinement/Combinatorial_map_for_corefinement.h b/Polyhedron/include/CGAL/internal/corefinement/Combinatorial_map_for_corefinement.h index 0da22fcb227..977f5687628 100644 --- a/Polyhedron/include/CGAL/internal/corefinement/Combinatorial_map_for_corefinement.h +++ b/Polyhedron/include/CGAL/internal/corefinement/Combinatorial_map_for_corefinement.h @@ -1,3 +1,4 @@ +// Copyright (c) 2012 GeometryFactory Sarl (France) // All rights reserved. // // This file is part of CGAL (www.cgal.org). diff --git a/Surface_reconstruction_points_3/include/CGAL/Poisson_implicit_surface_3.h b/Surface_reconstruction_points_3/include/CGAL/Poisson_implicit_surface_3.h index d51e3b4075e..2c705dbc784 100755 --- a/Surface_reconstruction_points_3/include/CGAL/Poisson_implicit_surface_3.h +++ b/Surface_reconstruction_points_3/include/CGAL/Poisson_implicit_surface_3.h @@ -1,9 +1,11 @@ // Copyright (c) 2006-2007 INRIA Sophia-Antipolis (France). +// Copyright (c) 2011 GeometryFactory Sarl (France) // All rights reserved. // -// This file is part of CGAL (www.cgal.org); you may redistribute it under -// the terms of the Q Public License version 1.0. -// See the file LICENSE.QPL distributed with CGAL. +// 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. diff --git a/Surface_reconstruction_points_3/include/CGAL/Surface_mesher/Poisson_implicit_surface_oracle_3.h b/Surface_reconstruction_points_3/include/CGAL/Surface_mesher/Poisson_implicit_surface_oracle_3.h index a3fb27306a5..0e6e3737194 100755 --- a/Surface_reconstruction_points_3/include/CGAL/Surface_mesher/Poisson_implicit_surface_oracle_3.h +++ b/Surface_reconstruction_points_3/include/CGAL/Surface_mesher/Poisson_implicit_surface_oracle_3.h @@ -1,10 +1,11 @@ // Copyright (c) 2003-2007 INRIA Sophia-Antipolis (France). -// Copyright (c) 2008 GeometryFactory, Sophia Antipolis (France) +// Copyright (c) 2008,2011 GeometryFactory Sarl (France) // All rights reserved. // -// This file is part of CGAL (www.cgal.org); you may redistribute it under -// the terms of the Q Public License version 1.0. -// See the file LICENSE.QPL distributed with CGAL. +// 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.