diff --git a/applications/utilities/mesh/generation/cvMesh/cvMesh.C b/applications/utilities/mesh/generation/cvMesh/cvMesh.C
index 884d10b905..b9fc13aa7e 100644
--- a/applications/utilities/mesh/generation/cvMesh/cvMesh.C
+++ b/applications/utilities/mesh/generation/cvMesh/cvMesh.C
@@ -21,6 +21,11 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see .
+ As a special exception, you have permission to link this program with the
+ CGAL library and distribute executables, as long as you follow the
+ requirements of the GNU GPL in regard to all of the software in the
+ executable aside from CGAL.
+
Application
cvMesh
@@ -38,8 +43,8 @@ using namespace Foam;
int main(int argc, char *argv[])
{
-# include "setRootCase.H"
-# include "createTime.H"
+ #include "setRootCase.H"
+ #include "createTime.H"
runTime.functionObjects().off();
IOdictionary cvMeshDict
diff --git a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/CGALTriangulation3Ddefs.H b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/CGALTriangulation3Ddefs.H
index 937389d703..bae583b446 100644
--- a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/CGALTriangulation3Ddefs.H
+++ b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/CGALTriangulation3Ddefs.H
@@ -21,6 +21,11 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see .
+ As a special exception, you have permission to link this program with the
+ CGAL library and distribute executables, as long as you follow the
+ requirements of the GNU GPL in regard to all of the software in the
+ executable aside from CGAL.
+
Typedefs
CGALTriangulation3Ddefs
diff --git a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H
index 836f6e4cca..60adea3456 100644
--- a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H
+++ b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H
@@ -21,6 +21,11 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see .
+ As a special exception, you have permission to link this program with the
+ CGAL library and distribute executables, as long as you follow the
+ requirements of the GNU GPL in regard to all of the software in the
+ executable aside from CGAL.
+
Class
Foam::conformalVoronoiMesh
diff --git a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshI.H b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshI.H
index 087aa10ddb..e92a7b9369 100644
--- a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshI.H
+++ b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshI.H
@@ -21,6 +21,11 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see .
+ As a special exception, you have permission to link this program with the
+ CGAL library and distribute executables, as long as you follow the
+ requirements of the GNU GPL in regard to all of the software in the
+ executable aside from CGAL.
+
\*---------------------------------------------------------------------------*/
// * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * //
diff --git a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.C b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.C
index 9386b70148..ca3189b9dc 100644
--- a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.C
+++ b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.C
@@ -21,6 +21,11 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see .
+ As a special exception, you have permission to link this program with the
+ CGAL library and distribute executables, as long as you follow the
+ requirements of the GNU GPL in regard to all of the software in the
+ executable aside from CGAL.
+
\*---------------------------------------------------------------------------*/
#include "indexedCell.H"
diff --git a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.H b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.H
index bc35772c98..2a85ab49b5 100644
--- a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.H
+++ b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.H
@@ -21,6 +21,11 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see .
+ As a special exception, you have permission to link this program with the
+ CGAL library and distribute executables, as long as you follow the
+ requirements of the GNU GPL in regard to all of the software in the
+ executable aside from CGAL.
+
Class
indexedCell
diff --git a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex.C b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex.C
index 569a85f516..896f709db9 100644
--- a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex.C
+++ b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex.C
@@ -21,6 +21,11 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see .
+ As a special exception, you have permission to link this program with the
+ CGAL library and distribute executables, as long as you follow the
+ requirements of the GNU GPL in regard to all of the software in the
+ executable aside from CGAL.
+
\*---------------------------------------------------------------------------*/
#include "indexedVertex.H"
diff --git a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex.H b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex.H
index 45cea242fe..dc24f3055c 100644
--- a/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex.H
+++ b/src/mesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex.H
@@ -21,6 +21,11 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see .
+ As a special exception, you have permission to link this program with the
+ CGAL library and distribute executables, as long as you follow the
+ requirements of the GNU GPL in regard to all of the software in the
+ executable aside from CGAL.
+
Class
indexedVertex