From 8b4f2014f39423ca3761a39e876dc6f32696e62b Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 9 Jun 2015 10:03:12 +0200 Subject: [PATCH] add license headers --- .../include/CGAL/AFSR/Surface_face_base_2.h | 19 +++++++++++++++++++ .../include/CGAL/AFSR/Surface_vertex_base_2.h | 14 ++++++++------ .../include/CGAL/AFSR/construct_polyhedron.h | 19 +++++++++++++++++++ .../include/CGAL/AFSR/construct_surface_2.h | 19 +++++++++++++++++++ .../include/CGAL/AFSR/orient.h | 19 +++++++++++++++++++ .../include/CGAL/AFSR/write_triple_indices.h | 19 +++++++++++++++++++ .../Advancing_front_surface_reconstruction.h | 19 +++++++++++++++++++ ...front_surface_reconstruction_cell_base_3.h | 19 +++++++++++++++++++ ...ont_surface_reconstruction_vertex_base_3.h | 19 +++++++++++++++++++ .../include/CGAL/IO/AFSR_vrml.h | 19 +++++++++++++++++++ .../Advancing_front_surface_reconstruction.h | 19 +++++++++++++++++++ 11 files changed, 198 insertions(+), 6 deletions(-) diff --git a/Advancing_front_surface_reconstruction/include/CGAL/AFSR/Surface_face_base_2.h b/Advancing_front_surface_reconstruction/include/CGAL/AFSR/Surface_face_base_2.h index d59bf2048c6..c52a1ce5d86 100644 --- a/Advancing_front_surface_reconstruction/include/CGAL/AFSR/Surface_face_base_2.h +++ b/Advancing_front_surface_reconstruction/include/CGAL/AFSR/Surface_face_base_2.h @@ -1,3 +1,22 @@ +// 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) : Frank Da, David Cohen-Steiner, Andreas Fabri + #ifndef CGAL_AFSR_SURFACE_FACE_BASE_2_H #define CGAL_AFSR_SURFACE_FACE_BASE_2_H diff --git a/Advancing_front_surface_reconstruction/include/CGAL/AFSR/Surface_vertex_base_2.h b/Advancing_front_surface_reconstruction/include/CGAL/AFSR/Surface_vertex_base_2.h index d274a07cef7..6c15ca2185b 100644 --- a/Advancing_front_surface_reconstruction/include/CGAL/AFSR/Surface_vertex_base_2.h +++ b/Advancing_front_surface_reconstruction/include/CGAL/AFSR/Surface_vertex_base_2.h @@ -1,9 +1,10 @@ -// Copyright (c) 2005 GeometryFactory Sarl +// Copyright (c) 2015 INRIA Sophia-Antipolis (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. @@ -11,9 +12,10 @@ // 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) : Andreas Fabri - +// Author(s) : Frank Da, David Cohen-Steiner, Andreas Fabri #ifndef CGAL_AFSR_SURFACE_VERTEX_BASE_2_H #define CGAL_AFSR_SURFACE_VERTEX_BASE_2_H diff --git a/Advancing_front_surface_reconstruction/include/CGAL/AFSR/construct_polyhedron.h b/Advancing_front_surface_reconstruction/include/CGAL/AFSR/construct_polyhedron.h index 01f23e45465..4ee56548a60 100644 --- a/Advancing_front_surface_reconstruction/include/CGAL/AFSR/construct_polyhedron.h +++ b/Advancing_front_surface_reconstruction/include/CGAL/AFSR/construct_polyhedron.h @@ -1,3 +1,22 @@ +// 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) : Frank Da, David Cohen-Steiner, Andreas Fabri + #ifndef CGAL_AFSR_CONSTRUCT_POLYHEDRON_2 #define CGAL_AFSR_CONSTRUCT_POLYHEDRON_2 diff --git a/Advancing_front_surface_reconstruction/include/CGAL/AFSR/construct_surface_2.h b/Advancing_front_surface_reconstruction/include/CGAL/AFSR/construct_surface_2.h index 9a0a0196c8a..7147d11cb3b 100644 --- a/Advancing_front_surface_reconstruction/include/CGAL/AFSR/construct_surface_2.h +++ b/Advancing_front_surface_reconstruction/include/CGAL/AFSR/construct_surface_2.h @@ -1,3 +1,22 @@ +// 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) : Frank Da, David Cohen-Steiner, Andreas Fabri + #ifndef CGAL_AFSR_CONSTRUCT_SURFACE_2 #define CGAL_AFSR_CONSTRUCT_SURFACE_2 diff --git a/Advancing_front_surface_reconstruction/include/CGAL/AFSR/orient.h b/Advancing_front_surface_reconstruction/include/CGAL/AFSR/orient.h index 0e82534f628..f7ab995e178 100644 --- a/Advancing_front_surface_reconstruction/include/CGAL/AFSR/orient.h +++ b/Advancing_front_surface_reconstruction/include/CGAL/AFSR/orient.h @@ -1,3 +1,22 @@ +// 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) : Frank Da, David Cohen-Steiner, Andreas Fabri + #ifndef CGAL_AFSR_ORIENT namespace CGAL { diff --git a/Advancing_front_surface_reconstruction/include/CGAL/AFSR/write_triple_indices.h b/Advancing_front_surface_reconstruction/include/CGAL/AFSR/write_triple_indices.h index 9e6f87b7f24..9a1899ad9ad 100644 --- a/Advancing_front_surface_reconstruction/include/CGAL/AFSR/write_triple_indices.h +++ b/Advancing_front_surface_reconstruction/include/CGAL/AFSR/write_triple_indices.h @@ -1,3 +1,22 @@ +// 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) : Frank Da, David Cohen-Steiner, Andreas Fabri + #ifndef CGAL_AFSR_WRITE_TRIPLE_INDICES_H #define CGAL_AFSR_WRITE_TRIPLE_INDICES_H diff --git a/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction.h b/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction.h index e8aef309b26..a2865382f2f 100644 --- a/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction.h +++ b/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction.h @@ -1,3 +1,22 @@ +// 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) : Frank Da, David Cohen-Steiner, Andreas Fabri + #ifndef CGAL_ADVANCING_FRONT_SURFACE_RECONSTRUCTION_H #define CGAL_ADVANCING_FRONT_SURFACE_RECONSTRUCTION_H diff --git a/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h b/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h index 376cf4b1236..8fb77be47c8 100644 --- a/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h +++ b/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h @@ -1,3 +1,22 @@ +// 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) : Frank Da, David Cohen-Steiner, Andreas Fabri + #ifndef CGAL_ADVANCING_FRONT_SURFACE_RECONSTRUCTION_CELL_BASE_3_H #define CGAL_ADVANCING_FRONT_SURFACE_RECONSTRUCTION_CELL_BASE_3_H diff --git a/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction_vertex_base_3.h b/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction_vertex_base_3.h index 43d615e2f3a..cf77c286548 100644 --- a/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction_vertex_base_3.h +++ b/Advancing_front_surface_reconstruction/include/CGAL/Advancing_front_surface_reconstruction_vertex_base_3.h @@ -1,3 +1,22 @@ +// 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) : Frank Da, David Cohen-Steiner, Andreas Fabri + #ifndef CGAL_ADVANCING_FRONT_SURFACE_RECONSTRUCTION_VERTEX_BASE_WITH_ID_3_H #define CGAL_ADVANCING_FRONT_SURFACE_RECONSTRUCTION_VERTEX_BASE_WITH_ID_3_H diff --git a/Advancing_front_surface_reconstruction/include/CGAL/IO/AFSR_vrml.h b/Advancing_front_surface_reconstruction/include/CGAL/IO/AFSR_vrml.h index aa399136818..a145d7f48fb 100644 --- a/Advancing_front_surface_reconstruction/include/CGAL/IO/AFSR_vrml.h +++ b/Advancing_front_surface_reconstruction/include/CGAL/IO/AFSR_vrml.h @@ -1,3 +1,22 @@ +// 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) : Frank Da, David Cohen-Steiner, Andreas Fabri + #ifndef CGAL_AFSR_VRML_H #define CGAL_AFSR_VRML_H diff --git a/Advancing_front_surface_reconstruction/include/CGAL/IO/Advancing_front_surface_reconstruction.h b/Advancing_front_surface_reconstruction/include/CGAL/IO/Advancing_front_surface_reconstruction.h index 6184c36b1d6..799310651f7 100644 --- a/Advancing_front_surface_reconstruction/include/CGAL/IO/Advancing_front_surface_reconstruction.h +++ b/Advancing_front_surface_reconstruction/include/CGAL/IO/Advancing_front_surface_reconstruction.h @@ -1,3 +1,22 @@ +// 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) : Frank Da, David Cohen-Steiner, Andreas Fabri + #ifndef CGAL_IO_ADVANCING_FRONT_SURFACE_RECONSTRUCTION_H #define CGAL_IO_ADVANCING_FRONT_SURFACE_RECONSTRUCTION_H