mirror of https://github.com/CGAL/cgal
fixed license files for three more packages running the new version of the script
This commit is contained in:
parent
893ab175b9
commit
8bc8f70bc5
|
|
@ -24,12 +24,12 @@
|
|||
# if defined(CGAL_LICENSE_WARNING)
|
||||
|
||||
CGAL_pragma_warning("Your commercial license for CGAL does not cover "
|
||||
"this release of the 2D and Surface Function package.")
|
||||
"this release of the 2D and Surface Function Interpolation package.")
|
||||
# endif
|
||||
|
||||
# ifdef CGAL_LICENSE_ERROR
|
||||
# error "Your commercial license for CGAL does not cover this release \
|
||||
of the 2D and Surface Function package. \
|
||||
of the 2D and Surface Function Interpolation package. \
|
||||
You get this error, as you defined CGAL_LICENSE_ERROR."
|
||||
# endif // CGAL_LICENSE_ERROR
|
||||
|
||||
|
|
@ -39,13 +39,13 @@
|
|||
|
||||
# if defined(CGAL_LICENSE_WARNING)
|
||||
CGAL_pragma_warning("\nThe macro CGAL_INTERPOLATION_COMMERCIAL_LICENSE is not defined."
|
||||
"\nYou use the CGAL 2D and Surface Function package under "
|
||||
"\nYou use the CGAL 2D and Surface Function Interpolation package under "
|
||||
"the terms of the GPLv3+.")
|
||||
# endif // CGAL_LICENSE_WARNING
|
||||
|
||||
# ifdef CGAL_LICENSE_ERROR
|
||||
# error "The macro CGAL_INTERPOLATION_COMMERCIAL_LICENSE is not defined.\
|
||||
You use the CGAL 2D and Surface Function package under the terms of \
|
||||
You use the CGAL 2D and Surface Function Interpolation package under the terms of \
|
||||
the GPLv3+. You get this error, as you defined CGAL_LICENSE_ERROR."
|
||||
# endif // CGAL_LICENSE_ERROR
|
||||
|
||||
|
|
|
|||
|
|
@ -24,12 +24,12 @@
|
|||
# if defined(CGAL_LICENSE_WARNING)
|
||||
|
||||
CGAL_pragma_warning("Your commercial license for CGAL does not cover "
|
||||
"this release of the Quadtrees, Octrees, and Orthrees package.")
|
||||
"this release of the Quadtrees, Octrees, and Orthtrees package.")
|
||||
# endif
|
||||
|
||||
# ifdef CGAL_LICENSE_ERROR
|
||||
# error "Your commercial license for CGAL does not cover this release \
|
||||
of the Quadtrees, Octrees, and Orthrees package. \
|
||||
of the Quadtrees, Octrees, and Orthtrees package. \
|
||||
You get this error, as you defined CGAL_LICENSE_ERROR."
|
||||
# endif // CGAL_LICENSE_ERROR
|
||||
|
||||
|
|
@ -39,13 +39,13 @@
|
|||
|
||||
# if defined(CGAL_LICENSE_WARNING)
|
||||
CGAL_pragma_warning("\nThe macro CGAL_ORTHTREE_COMMERCIAL_LICENSE is not defined."
|
||||
"\nYou use the CGAL Quadtrees, Octrees, and Orthrees package under "
|
||||
"\nYou use the CGAL Quadtrees, Octrees, and Orthtrees package under "
|
||||
"the terms of the GPLv3+.")
|
||||
# endif // CGAL_LICENSE_WARNING
|
||||
|
||||
# ifdef CGAL_LICENSE_ERROR
|
||||
# error "The macro CGAL_ORTHTREE_COMMERCIAL_LICENSE is not defined.\
|
||||
You use the CGAL Quadtrees, Octrees, and Orthrees package under the terms of \
|
||||
You use the CGAL Quadtrees, Octrees, and Orthtrees package under the terms of \
|
||||
the GPLv3+. You get this error, as you defined CGAL_LICENSE_ERROR."
|
||||
# endif // CGAL_LICENSE_ERROR
|
||||
|
||||
|
|
|
|||
|
|
@ -24,12 +24,12 @@
|
|||
# if defined(CGAL_LICENSE_WARNING)
|
||||
|
||||
CGAL_pragma_warning("Your commercial license for CGAL does not cover "
|
||||
"this release of the dD s package.")
|
||||
"this release of the dD Triangulations package.")
|
||||
# endif
|
||||
|
||||
# ifdef CGAL_LICENSE_ERROR
|
||||
# error "Your commercial license for CGAL does not cover this release \
|
||||
of the dD s package. \
|
||||
of the dD Triangulations package. \
|
||||
You get this error, as you defined CGAL_LICENSE_ERROR."
|
||||
# endif // CGAL_LICENSE_ERROR
|
||||
|
||||
|
|
@ -39,13 +39,13 @@
|
|||
|
||||
# if defined(CGAL_LICENSE_WARNING)
|
||||
CGAL_pragma_warning("\nThe macro CGAL_TRIANGULATION_COMMERCIAL_LICENSE is not defined."
|
||||
"\nYou use the CGAL dD s package under "
|
||||
"\nYou use the CGAL dD Triangulations package under "
|
||||
"the terms of the GPLv3+.")
|
||||
# endif // CGAL_LICENSE_WARNING
|
||||
|
||||
# ifdef CGAL_LICENSE_ERROR
|
||||
# error "The macro CGAL_TRIANGULATION_COMMERCIAL_LICENSE is not defined.\
|
||||
You use the CGAL dD s package under the terms of \
|
||||
You use the CGAL dD Triangulations package under the terms of \
|
||||
the GPLv3+. You get this error, as you defined CGAL_LICENSE_ERROR."
|
||||
# endif // CGAL_LICENSE_ERROR
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue