mirror of https://github.com/CGAL/cgal
Aligned P3M3 license file (apply a89784027b)
This commit is contained in:
parent
529e73e57b
commit
dabb8d9df4
|
|
@ -12,6 +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$
|
||||
// SPDX-License-Identifier: LGPL-3.0+
|
||||
//
|
||||
// Author(s) : Andreas Fabri
|
||||
//
|
||||
// Warning: this file is generated, see include/CGAL/licence/README.md
|
||||
|
|
@ -22,9 +26,6 @@
|
|||
#include <CGAL/config.h>
|
||||
#include <CGAL/license.h>
|
||||
|
||||
|
||||
|
||||
|
||||
#ifdef CGAL_PERIODIC_3_MESH_3_COMMERCIAL_LICENSE
|
||||
|
||||
# if CGAL_PERIODIC_3_MESH_3_COMMERCIAL_LICENSE < CGAL_RELEASE_DATE
|
||||
|
|
@ -37,8 +38,8 @@
|
|||
|
||||
# ifdef CGAL_LICENSE_ERROR
|
||||
# error "Your commercial license for CGAL does not cover this release \
|
||||
of the 3D Periodic Mesh Generation package. \
|
||||
You get this error, as you defined CGAL_LICENSE_ERROR."
|
||||
of the 3D Periodic Mesh Generation package. \
|
||||
You get this error, as you defined CGAL_LICENSE_ERROR."
|
||||
# endif // CGAL_LICENSE_ERROR
|
||||
|
||||
# endif // CGAL_PERIODIC_3_MESH_3_COMMERCIAL_LICENSE < CGAL_RELEASE_DATE
|
||||
|
|
@ -46,15 +47,17 @@ You get this error, as you defined CGAL_LICENSE_ERROR."
|
|||
#else // no CGAL_PERIODIC_3_MESH_3_COMMERCIAL_LICENSE
|
||||
|
||||
# if defined(CGAL_LICENSE_WARNING)
|
||||
CGAL_pragma_warning("You use the CGAL 3D Periodic Mesh Generation package under "
|
||||
CGAL_pragma_warning("\nThe macro CGAL_PERIODIC_3_MESH_3_COMMERCIAL_LICENSE is not defined."
|
||||
"\nYou use the CGAL 3D Periodic Mesh Generation package under "
|
||||
"the terms of the GPLv3+.")
|
||||
# endif // CGAL_LICENSE_WARNING
|
||||
|
||||
# ifdef CGAL_LICENSE_ERROR
|
||||
# error "You use the CGAL 3D Periodic Mesh Generation package under the terms of \
|
||||
the GPLv3+. You get this error, as you defined CGAL_LICENSE_ERROR."
|
||||
# error "The macro CGAL_PERIODIC_3_MESH_3_COMMERCIAL_LICENSE is not defined.\
|
||||
You use the CGAL 3D Periodic Mesh Generation package under the terms of \
|
||||
the GPLv3+. You get this error, as you defined CGAL_LICENSE_ERROR."
|
||||
# endif // CGAL_LICENSE_ERROR
|
||||
|
||||
#endif // no CGAL_PERIODIC_3_MESH_3_COMMERCIAL_LICENSE
|
||||
|
||||
#endif // CGAL_LICENSE_CHECK_PERIODIC_3_MESH_3_H
|
||||
#endif // CGAL_LICENSE_PERIODIC_3_MESH_3_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue