From c78d4b66a9a1291b5a6e319cc1a334a48532d0ed Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Thu, 12 Sep 2019 10:01:20 +0200 Subject: [PATCH] Add SPDX license headers --- .../CGAL/Triangulation_segment_traverser_3.h | 22 ++++++++++--------- .../Triangulation_segment_traverser_3_impl.h | 22 ++++++++++--------- 2 files changed, 24 insertions(+), 20 deletions(-) diff --git a/Triangulation_3/include/CGAL/Triangulation_segment_traverser_3.h b/Triangulation_3/include/CGAL/Triangulation_segment_traverser_3.h index c1bef5391a2..c0f207bb9b3 100644 --- a/Triangulation_3/include/CGAL/Triangulation_segment_traverser_3.h +++ b/Triangulation_3/include/CGAL/Triangulation_segment_traverser_3.h @@ -1,18 +1,20 @@ //A class that follows a straight line through a Delaunay triangulation structure. //Copyright (C) 2012 Utrecht University // -//This program is free software: 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. +// 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. // -//This program is distributed in the hope that it will be useful, -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU General Public License for more details. +// Licensees holding a valid commercial license may use this file in +// accordance with the commercial license agreement provided with the software. // -//You should have received a copy of the GNU General Public License -//along with this program. If not, see . +// 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$ +// SPDX-License-Identifier: GPL-3.0+ // // Author(s): Thijs van Lankveld diff --git a/Triangulation_3/include/CGAL/Triangulation_segment_traverser_3_impl.h b/Triangulation_3/include/CGAL/Triangulation_segment_traverser_3_impl.h index 6dcc4efdbb4..9648733c18d 100644 --- a/Triangulation_3/include/CGAL/Triangulation_segment_traverser_3_impl.h +++ b/Triangulation_3/include/CGAL/Triangulation_segment_traverser_3_impl.h @@ -1,18 +1,20 @@ //A class that follows a straight line through a Delaunay triangulation structure. //Copyright (C) 2012 Utrecht University // -//This program is free software: 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. +// 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. // -//This program is distributed in the hope that it will be useful, -//but WITHOUT ANY WARRANTY; without even the implied warranty of -//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//GNU General Public License for more details. +// Licensees holding a valid commercial license may use this file in +// accordance with the commercial license agreement provided with the software. // -//You should have received a copy of the GNU General Public License -//along with this program. If not, see . +// 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$ +// SPDX-License-Identifier: GPL-3.0+ // // Author(s): Thijs van Lankveld