mirror of https://github.com/CGAL/cgal
Add SPDX license headers
This commit is contained in:
parent
2acb975ba4
commit
c78d4b66a9
|
|
@ -1,18 +1,20 @@
|
||||||
//A class that follows a straight line through a Delaunay triangulation structure.
|
//A class that follows a straight line through a Delaunay triangulation structure.
|
||||||
//Copyright (C) 2012 Utrecht University
|
//Copyright (C) 2012 Utrecht University
|
||||||
//
|
//
|
||||||
//This program is free software: you can redistribute it and/or modify
|
// This file is part of CGAL (www.cgal.org).
|
||||||
//it under the terms of the GNU General Public License as published by
|
// You can redistribute it and/or modify it under the terms of the GNU
|
||||||
//the Free Software Foundation, either version 3 of the License, or
|
// General Public License as published by the Free Software Foundation,
|
||||||
//(at your option) any later version.
|
// 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,
|
// Licensees holding a valid commercial license may use this file in
|
||||||
//but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// accordance with the commercial license agreement provided with the software.
|
||||||
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
//GNU General Public License for more details.
|
|
||||||
//
|
//
|
||||||
//You should have received a copy of the GNU General Public License
|
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
|
||||||
//along with this program. If not, see <http://www.gnu.org/licenses/>.
|
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
//
|
||||||
|
// $URL$
|
||||||
|
// $Id$
|
||||||
|
// SPDX-License-Identifier: GPL-3.0+
|
||||||
//
|
//
|
||||||
// Author(s): Thijs van Lankveld
|
// Author(s): Thijs van Lankveld
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,20 @@
|
||||||
//A class that follows a straight line through a Delaunay triangulation structure.
|
//A class that follows a straight line through a Delaunay triangulation structure.
|
||||||
//Copyright (C) 2012 Utrecht University
|
//Copyright (C) 2012 Utrecht University
|
||||||
//
|
//
|
||||||
//This program is free software: you can redistribute it and/or modify
|
// This file is part of CGAL (www.cgal.org).
|
||||||
//it under the terms of the GNU General Public License as published by
|
// You can redistribute it and/or modify it under the terms of the GNU
|
||||||
//the Free Software Foundation, either version 3 of the License, or
|
// General Public License as published by the Free Software Foundation,
|
||||||
//(at your option) any later version.
|
// 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,
|
// Licensees holding a valid commercial license may use this file in
|
||||||
//but WITHOUT ANY WARRANTY; without even the implied warranty of
|
// accordance with the commercial license agreement provided with the software.
|
||||||
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
||||||
//GNU General Public License for more details.
|
|
||||||
//
|
//
|
||||||
//You should have received a copy of the GNU General Public License
|
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
|
||||||
//along with this program. If not, see <http://www.gnu.org/licenses/>.
|
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||||
|
//
|
||||||
|
// $URL$
|
||||||
|
// $Id$
|
||||||
|
// SPDX-License-Identifier: GPL-3.0+
|
||||||
//
|
//
|
||||||
// Author(s): Thijs van Lankveld
|
// Author(s): Thijs van Lankveld
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue