Merge pull request #3836 from sloriot/IO-lgpl_stl_writter

STL writer under LGPL
This commit is contained in:
Sebastien Loriot 2019-04-12 15:23:01 +02:00 committed by GitHub
commit decde71549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -1,9 +1,9 @@
// Copyright (c) 2017 GeometryFactory // Copyright (c) 2017 GeometryFactory
// //
// This file is part of CGAL (www.cgal.org). // This file is part of CGAL (www.cgal.org); you can redistribute it and/or
// You can redistribute it and/or modify it under the terms of the GNU // modify it under the terms of the GNU Lesser General Public License as
// General Public License as published by the Free Software Foundation, // published by the Free Software Foundation; either version 3 of the License,
// either version 3 of the License, or (at your option) any later version. // or (at your option) any later version.
// //
// Licensees holding a valid commercial license may use this file in // Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software. // accordance with the commercial license agreement provided with the software.
@ -13,15 +13,13 @@
// //
// $URL$ // $URL$
// $Id$ // $Id$
// SPDX-License-Identifier: GPL-3.0+ // SPDX-License-Identifier: LGPL-3.0+
// //
// Author(s) : Sebastien Loriot // Author(s) : Sebastien Loriot
#ifndef CGAL_IO_STL_WRITER_H #ifndef CGAL_IO_STL_WRITER_H
#define CGAL_IO_STL_WRITER_H #define CGAL_IO_STL_WRITER_H
#include <CGAL/license/Polyhedron.h>
#include <CGAL/Kernel_traits.h> #include <CGAL/Kernel_traits.h>
#include <CGAL/boost/graph/properties.h> #include <CGAL/boost/graph/properties.h>