diff --git a/Operations_on_polyhedra/include/CGAL/Orient_polyhedron_3.h b/Operations_on_polyhedra/include/CGAL/Orient_polyhedron_3.h index 8fec5d3e28d..b36fcf58e85 100644 --- a/Operations_on_polyhedra/include/CGAL/Orient_polyhedron_3.h +++ b/Operations_on_polyhedra/include/CGAL/Orient_polyhedron_3.h @@ -1,3 +1,24 @@ +// Copyright (c) 2009-2013 GeometryFactory (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 and Ilker O. Yaz + + #ifndef CGAL_ORIENT_POLYHEDRON_3 #define CGAL_ORIENT_POLYHEDRON_3 #include diff --git a/Operations_on_polyhedra/include/CGAL/Point_inside_polyhedron_3.h b/Operations_on_polyhedra/include/CGAL/Point_inside_polyhedron_3.h index cb1265cb5c9..5b9da2df4d8 100644 --- a/Operations_on_polyhedra/include/CGAL/Point_inside_polyhedron_3.h +++ b/Operations_on_polyhedra/include/CGAL/Point_inside_polyhedron_3.h @@ -1,3 +1,24 @@ +// Copyright (c) 2013 GeometryFactory (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) : Sebastien Loriot and Ilker O. Yaz + + #ifndef CGAL_POINT_INSIDE_POLYHEDRON_H #define CGAL_POINT_INSIDE_POLYHEDRON_H diff --git a/Operations_on_polyhedra/include/CGAL/Polyhedron_slicer_3.h b/Operations_on_polyhedra/include/CGAL/Polyhedron_slicer_3.h index 5f0ad524256..7dbe6051e1a 100644 --- a/Operations_on_polyhedra/include/CGAL/Polyhedron_slicer_3.h +++ b/Operations_on_polyhedra/include/CGAL/Polyhedron_slicer_3.h @@ -1,3 +1,23 @@ +// Copyright (c) 2013 GeometryFactory (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) : Ilker O. Yaz + #ifndef CGAL_POLYHEDRON_SLICER_3_H #define CGAL_POLYHEDRON_SLICER_3_H diff --git a/Operations_on_polyhedra/include/CGAL/Self_intersection_polyhedron_3.h b/Operations_on_polyhedra/include/CGAL/Self_intersection_polyhedron_3.h index 0f9e2ca8cc4..d26db1c034a 100644 --- a/Operations_on_polyhedra/include/CGAL/Self_intersection_polyhedron_3.h +++ b/Operations_on_polyhedra/include/CGAL/Self_intersection_polyhedron_3.h @@ -1,3 +1,24 @@ +// Copyright (c) 2008 INRIA Sophia-Antipolis (France). +// Copyright (c) 2008-2013 GeometryFactory (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) : Pierre Alliez, Laurent Rineau + // compute self-intersection of a CGAL triangle polyhedron mesh // original code from Lutz Kettner diff --git a/Operations_on_polyhedra/include/CGAL/internal/Operations_on_polyhedra/AABB_triangle_accessor_3_primitive.h b/Operations_on_polyhedra/include/CGAL/internal/Operations_on_polyhedra/AABB_triangle_accessor_3_primitive.h index 50126b3c2a7..dc437992234 100644 --- a/Operations_on_polyhedra/include/CGAL/internal/Operations_on_polyhedra/AABB_triangle_accessor_3_primitive.h +++ b/Operations_on_polyhedra/include/CGAL/internal/Operations_on_polyhedra/AABB_triangle_accessor_3_primitive.h @@ -1,3 +1,23 @@ +// Copyright (c) 2013 GeometryFactory (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) : Ilker O. Yaz + #ifndef CGAL_POINT_INSIDE_POLYHEDRON_AABB_TRIANGLE_ACCESSOR_3_PRIMITIVE_H #define CGAL_POINT_INSIDE_POLYHEDRON_AABB_TRIANGLE_ACCESSOR_3_PRIMITIVE_H diff --git a/Operations_on_polyhedra/include/CGAL/internal/Operations_on_polyhedra/Ray_3_Triangle_3_traversal_traits.h b/Operations_on_polyhedra/include/CGAL/internal/Operations_on_polyhedra/Ray_3_Triangle_3_traversal_traits.h index f972a9e4dee..45b9278b14e 100644 --- a/Operations_on_polyhedra/include/CGAL/internal/Operations_on_polyhedra/Ray_3_Triangle_3_traversal_traits.h +++ b/Operations_on_polyhedra/include/CGAL/internal/Operations_on_polyhedra/Ray_3_Triangle_3_traversal_traits.h @@ -1,3 +1,24 @@ +// Copyright (c) 2013 GeometryFactory (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) : Sebastien Loriot + + #ifndef CGAL_POINT_INSIDE_POLYHEDRON_RAY_3_TRIANGLE_3_TRAVERSAL_TRAITS_H #define CGAL_POINT_INSIDE_POLYHEDRON_RAY_3_TRIANGLE_3_TRAVERSAL_TRAITS_H