dust3d/thirdparty/cgal/CGAL-5.1/include/CGAL/license/Point_set_2.h

55 lines
2.0 KiB
C
Raw Normal View History

// Copyright (c) 2016 GeometryFactory SARL (France).
// All rights reserved.
//
2020-10-13 12:44:25 +00:00
// This file is part of CGAL (www.cgal.org)
//
2020-10-13 12:44:25 +00:00
// $URL: https://github.com/CGAL/cgal/blob/v5.1/Installation/include/CGAL/license/Point_set_2.h $
// $Id: Point_set_2.h 52164b1 2019-10-19T15:34:59+02:00 Sébastien Loriot
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
//
// Author(s) : Andreas Fabri
//
// Warning: this file is generated, see include/CGAL/licence/README.md
#ifndef CGAL_LICENSE_POINT_SET_2_H
#define CGAL_LICENSE_POINT_SET_2_H
#include <CGAL/config.h>
#include <CGAL/license.h>
#ifdef CGAL_POINT_SET_2_COMMERCIAL_LICENSE
# if CGAL_POINT_SET_2_COMMERCIAL_LICENSE < CGAL_RELEASE_DATE
# if defined(CGAL_LICENSE_WARNING)
CGAL_pragma_warning("Your commercial license for CGAL does not cover "
"this release of the 2D Range and Neighbor Search package.")
# endif
# ifdef CGAL_LICENSE_ERROR
# error "Your commercial license for CGAL does not cover this release \
2020-10-13 12:44:25 +00:00
of the 2D Range and Neighbor Search package. \
You get this error, as you defined CGAL_LICENSE_ERROR."
# endif // CGAL_LICENSE_ERROR
# endif // CGAL_POINT_SET_2_COMMERCIAL_LICENSE < CGAL_RELEASE_DATE
#else // no CGAL_POINT_SET_2_COMMERCIAL_LICENSE
# if defined(CGAL_LICENSE_WARNING)
CGAL_pragma_warning("\nThe macro CGAL_POINT_SET_2_COMMERCIAL_LICENSE is not defined."
"\nYou use the CGAL 2D Range and Neighbor Search package under "
"the terms of the GPLv3+.")
# endif // CGAL_LICENSE_WARNING
# ifdef CGAL_LICENSE_ERROR
# error "The macro CGAL_POINT_SET_2_COMMERCIAL_LICENSE is not defined.\
2020-10-13 12:44:25 +00:00
You use the CGAL 2D Range and Neighbor Search package under the terms of \
the GPLv3+. You get this error, as you defined CGAL_LICENSE_ERROR."
# endif // CGAL_LICENSE_ERROR
#endif // no CGAL_POINT_SET_2_COMMERCIAL_LICENSE
2020-10-13 12:44:25 +00:00
#endif // CGAL_LICENSE_POINT_SET_2_H