From cd204331bf844db0a2bf9ccbf64e41113ddca0a0 Mon Sep 17 00:00:00 2001 From: graham Date: Wed, 17 Jun 2009 14:27:52 +0100 Subject: [PATCH] Modified copyright years --- .../mesh/generation/CV2DMesher/CGALTriangulation2Ddefs.H | 2 +- applications/utilities/mesh/generation/CV2DMesher/CV2D.C | 2 +- applications/utilities/mesh/generation/CV2DMesher/CV2D.H | 2 +- applications/utilities/mesh/generation/CV2DMesher/CV2DI.H | 2 +- applications/utilities/mesh/generation/CV2DMesher/CV2DIO.C | 2 +- applications/utilities/mesh/generation/CV2DMesher/CV2DMesher.C | 2 +- applications/utilities/mesh/generation/CV2DMesher/controls.C | 2 +- applications/utilities/mesh/generation/CV2DMesher/indexedFace.H | 2 +- .../utilities/mesh/generation/CV2DMesher/indexedVertex.H | 2 +- .../generation/CV2DMesher/insertBoundaryConformPointPairs.C | 2 +- .../utilities/mesh/generation/CV2DMesher/insertFeaturePoints.C | 2 +- .../mesh/generation/CV2DMesher/insertSurfaceNearPointPairs.C | 2 +- .../mesh/generation/CV2DMesher/insertSurfaceNearestPointPairs.C | 2 +- .../utilities/mesh/generation/CV2DMesher/querySurface.C | 2 +- .../utilities/mesh/generation/CV2DMesher/querySurface.H | 2 +- applications/utilities/mesh/generation/CV2DMesher/tolerances.C | 2 +- .../mesh/generation/CV3DMesher/CGALTriangulation3Ddefs.H | 2 +- applications/utilities/mesh/generation/CV3DMesher/CV3D.C | 2 +- applications/utilities/mesh/generation/CV3DMesher/CV3D.H | 2 +- applications/utilities/mesh/generation/CV3DMesher/CV3DI.H | 2 +- applications/utilities/mesh/generation/CV3DMesher/CV3DIO.C | 2 +- applications/utilities/mesh/generation/CV3DMesher/CV3DMesher.C | 2 +- .../CV3DMesher/backup/indexedVertex_with_displacementSum.H | 2 +- .../utilities/mesh/generation/CV3DMesher/calcDualMesh.C | 2 +- applications/utilities/mesh/generation/CV3DMesher/controls.C | 2 +- applications/utilities/mesh/generation/CV3DMesher/indexedCell.H | 2 +- .../utilities/mesh/generation/CV3DMesher/indexedVertex.H | 2 +- .../generation/CV3DMesher/insertBoundaryConformPointPairs.C | 2 +- .../utilities/mesh/generation/CV3DMesher/insertFeaturePoints.C | 2 +- .../mesh/generation/CV3DMesher/insertSurfaceNearPointPairs.C | 2 +- .../mesh/generation/CV3DMesher/insertSurfaceNearestPointPairs.C | 2 +- .../utilities/mesh/generation/CV3DMesher/querySurface.C | 2 +- .../utilities/mesh/generation/CV3DMesher/querySurface.H | 2 +- applications/utilities/mesh/generation/CV3DMesher/tolerances.C | 2 +- applications/utilities/mesh/generation/cvMesh/cvMesh.C | 2 +- .../conformalVoronoiMesh/CGALTriangulation3Ddefs.H | 2 +- .../conformalVoronoiMesh/conformalVoronoiMesh.C | 2 +- .../conformalVoronoiMesh/conformalVoronoiMesh.H | 2 +- .../conformalVoronoiMesh/conformalVoronoiMeshI.H | 2 +- .../conformalVoronoiMesh/conformalVoronoiMeshIO.C | 2 +- src/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.H | 2 +- src/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex.H | 2 +- .../conformationSurfaces/conformationSurfaces.C | 2 +- .../conformationSurfaces/conformationSurfaces.H | 2 +- .../conformationSurfaces/conformationSurfacesI.H | 2 +- src/conformalVoronoiMesh/cvControls/cvControls.C | 2 +- src/conformalVoronoiMesh/cvControls/cvControls.H | 2 +- src/conformalVoronoiMesh/cvControls/cvControlsI.H | 2 +- .../faceAreaWeightModel/faceAreaWeightModel.C | 2 +- .../faceAreaWeightModel/faceAreaWeightModel.H | 2 +- .../piecewiseLinearRamp/piecewiseLinearRamp.C | 2 +- .../piecewiseLinearRamp/piecewiseLinearRamp.H | 2 +- .../initialPointsMethod/initialPointsMethod.C | 2 +- .../initialPointsMethod/initialPointsMethod.H | 2 +- .../initialPointsMethod/pointFile/pointFile.C | 2 +- .../initialPointsMethod/pointFile/pointFile.H | 2 +- .../initialPointsMethod/uniformGrid/uniformGrid.C | 2 +- .../initialPointsMethod/uniformGrid/uniformGrid.H | 2 +- .../relaxationModel/adaptiveLinear/adaptiveLinear.C | 2 +- .../relaxationModel/adaptiveLinear/adaptiveLinear.H | 2 +- .../relaxationModel/relaxationModel/relaxationModel.C | 2 +- .../relaxationModel/relaxationModel/relaxationModel.H | 2 +- src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C | 2 +- src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H | 2 +- src/edgeMesh/featureEdgeMesh/featureEdgeMeshI.H | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/applications/utilities/mesh/generation/CV2DMesher/CGALTriangulation2Ddefs.H b/applications/utilities/mesh/generation/CV2DMesher/CGALTriangulation2Ddefs.H index 0ecbed8082..15ac7dd1c3 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/CGALTriangulation2Ddefs.H +++ b/applications/utilities/mesh/generation/CV2DMesher/CGALTriangulation2Ddefs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV2DMesher/CV2D.C b/applications/utilities/mesh/generation/CV2DMesher/CV2D.C index e03fccbf47..64c484bf7e 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/CV2D.C +++ b/applications/utilities/mesh/generation/CV2DMesher/CV2D.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV2DMesher/CV2D.H b/applications/utilities/mesh/generation/CV2DMesher/CV2D.H index 171623fb04..d959816034 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/CV2D.H +++ b/applications/utilities/mesh/generation/CV2DMesher/CV2D.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV2DMesher/CV2DI.H b/applications/utilities/mesh/generation/CV2DMesher/CV2DI.H index 1d19437194..02cded78e8 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/CV2DI.H +++ b/applications/utilities/mesh/generation/CV2DMesher/CV2DI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV2DMesher/CV2DIO.C b/applications/utilities/mesh/generation/CV2DMesher/CV2DIO.C index 0e76f5c43a..70fb8aa083 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/CV2DIO.C +++ b/applications/utilities/mesh/generation/CV2DMesher/CV2DIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV2DMesher/CV2DMesher.C b/applications/utilities/mesh/generation/CV2DMesher/CV2DMesher.C index 0cc0720a73..c6562adb69 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/CV2DMesher.C +++ b/applications/utilities/mesh/generation/CV2DMesher/CV2DMesher.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV2DMesher/controls.C b/applications/utilities/mesh/generation/CV2DMesher/controls.C index 816cd28e65..bad3575e85 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/controls.C +++ b/applications/utilities/mesh/generation/CV2DMesher/controls.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV2DMesher/indexedFace.H b/applications/utilities/mesh/generation/CV2DMesher/indexedFace.H index b291e106de..c338d024d1 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/indexedFace.H +++ b/applications/utilities/mesh/generation/CV2DMesher/indexedFace.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV2DMesher/indexedVertex.H b/applications/utilities/mesh/generation/CV2DMesher/indexedVertex.H index 0a1e0b5df6..4081145d69 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/indexedVertex.H +++ b/applications/utilities/mesh/generation/CV2DMesher/indexedVertex.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV2DMesher/insertBoundaryConformPointPairs.C b/applications/utilities/mesh/generation/CV2DMesher/insertBoundaryConformPointPairs.C index 63ddbadf0a..d19bf0bf57 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/insertBoundaryConformPointPairs.C +++ b/applications/utilities/mesh/generation/CV2DMesher/insertBoundaryConformPointPairs.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV2DMesher/insertFeaturePoints.C b/applications/utilities/mesh/generation/CV2DMesher/insertFeaturePoints.C index 9c4d26d80d..48f949b05f 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/insertFeaturePoints.C +++ b/applications/utilities/mesh/generation/CV2DMesher/insertFeaturePoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV2DMesher/insertSurfaceNearPointPairs.C b/applications/utilities/mesh/generation/CV2DMesher/insertSurfaceNearPointPairs.C index 0ff045380b..e80419cb52 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/insertSurfaceNearPointPairs.C +++ b/applications/utilities/mesh/generation/CV2DMesher/insertSurfaceNearPointPairs.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV2DMesher/insertSurfaceNearestPointPairs.C b/applications/utilities/mesh/generation/CV2DMesher/insertSurfaceNearestPointPairs.C index 85a50e7bca..68e07f7019 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/insertSurfaceNearestPointPairs.C +++ b/applications/utilities/mesh/generation/CV2DMesher/insertSurfaceNearestPointPairs.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV2DMesher/querySurface.C b/applications/utilities/mesh/generation/CV2DMesher/querySurface.C index 656e2ff525..2a83af51d0 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/querySurface.C +++ b/applications/utilities/mesh/generation/CV2DMesher/querySurface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV2DMesher/querySurface.H b/applications/utilities/mesh/generation/CV2DMesher/querySurface.H index d1883f1159..fb8369dd29 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/querySurface.H +++ b/applications/utilities/mesh/generation/CV2DMesher/querySurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV2DMesher/tolerances.C b/applications/utilities/mesh/generation/CV2DMesher/tolerances.C index 7d6700e1d5..2a568b08f8 100644 --- a/applications/utilities/mesh/generation/CV2DMesher/tolerances.C +++ b/applications/utilities/mesh/generation/CV2DMesher/tolerances.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2007-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/CGALTriangulation3Ddefs.H b/applications/utilities/mesh/generation/CV3DMesher/CGALTriangulation3Ddefs.H index aa4c5bfd95..891ca86346 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/CGALTriangulation3Ddefs.H +++ b/applications/utilities/mesh/generation/CV3DMesher/CGALTriangulation3Ddefs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/CV3D.C b/applications/utilities/mesh/generation/CV3DMesher/CV3D.C index da4b7abceb..0d9a170f48 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/CV3D.C +++ b/applications/utilities/mesh/generation/CV3DMesher/CV3D.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/CV3D.H b/applications/utilities/mesh/generation/CV3DMesher/CV3D.H index 8825c0a868..e3dbe80c78 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/CV3D.H +++ b/applications/utilities/mesh/generation/CV3DMesher/CV3D.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/CV3DI.H b/applications/utilities/mesh/generation/CV3DMesher/CV3DI.H index e82bdc05c6..08c73c1f9e 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/CV3DI.H +++ b/applications/utilities/mesh/generation/CV3DMesher/CV3DI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/CV3DIO.C b/applications/utilities/mesh/generation/CV3DMesher/CV3DIO.C index 450d9d143b..e5c11c9da6 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/CV3DIO.C +++ b/applications/utilities/mesh/generation/CV3DMesher/CV3DIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/CV3DMesher.C b/applications/utilities/mesh/generation/CV3DMesher/CV3DMesher.C index e07eee97ca..61e1349c7c 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/CV3DMesher.C +++ b/applications/utilities/mesh/generation/CV3DMesher/CV3DMesher.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/backup/indexedVertex_with_displacementSum.H b/applications/utilities/mesh/generation/CV3DMesher/backup/indexedVertex_with_displacementSum.H index b495bc770e..3215f711c6 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/backup/indexedVertex_with_displacementSum.H +++ b/applications/utilities/mesh/generation/CV3DMesher/backup/indexedVertex_with_displacementSum.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/calcDualMesh.C b/applications/utilities/mesh/generation/CV3DMesher/calcDualMesh.C index 7407495cce..b2373db9dc 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/calcDualMesh.C +++ b/applications/utilities/mesh/generation/CV3DMesher/calcDualMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/controls.C b/applications/utilities/mesh/generation/CV3DMesher/controls.C index 6675af0dfe..811ac6c55b 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/controls.C +++ b/applications/utilities/mesh/generation/CV3DMesher/controls.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/indexedCell.H b/applications/utilities/mesh/generation/CV3DMesher/indexedCell.H index d1810183c9..dfbc854cfc 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/indexedCell.H +++ b/applications/utilities/mesh/generation/CV3DMesher/indexedCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/indexedVertex.H b/applications/utilities/mesh/generation/CV3DMesher/indexedVertex.H index 310a3044f7..653145d4c1 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/indexedVertex.H +++ b/applications/utilities/mesh/generation/CV3DMesher/indexedVertex.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/insertBoundaryConformPointPairs.C b/applications/utilities/mesh/generation/CV3DMesher/insertBoundaryConformPointPairs.C index d57cc0d02c..e84eb62bee 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/insertBoundaryConformPointPairs.C +++ b/applications/utilities/mesh/generation/CV3DMesher/insertBoundaryConformPointPairs.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/insertFeaturePoints.C b/applications/utilities/mesh/generation/CV3DMesher/insertFeaturePoints.C index cf4bee2b1e..303ab167ed 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/insertFeaturePoints.C +++ b/applications/utilities/mesh/generation/CV3DMesher/insertFeaturePoints.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/insertSurfaceNearPointPairs.C b/applications/utilities/mesh/generation/CV3DMesher/insertSurfaceNearPointPairs.C index 86ab634a11..e3839585a2 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/insertSurfaceNearPointPairs.C +++ b/applications/utilities/mesh/generation/CV3DMesher/insertSurfaceNearPointPairs.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/insertSurfaceNearestPointPairs.C b/applications/utilities/mesh/generation/CV3DMesher/insertSurfaceNearestPointPairs.C index 97a32c1e7a..0eac6f2e37 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/insertSurfaceNearestPointPairs.C +++ b/applications/utilities/mesh/generation/CV3DMesher/insertSurfaceNearestPointPairs.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/querySurface.C b/applications/utilities/mesh/generation/CV3DMesher/querySurface.C index 07a5468f90..7dd328ea6b 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/querySurface.C +++ b/applications/utilities/mesh/generation/CV3DMesher/querySurface.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/querySurface.H b/applications/utilities/mesh/generation/CV3DMesher/querySurface.H index b5845183e7..4e9f98bfeb 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/querySurface.H +++ b/applications/utilities/mesh/generation/CV3DMesher/querySurface.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/CV3DMesher/tolerances.C b/applications/utilities/mesh/generation/CV3DMesher/tolerances.C index 21a11b7afe..7ec5818541 100644 --- a/applications/utilities/mesh/generation/CV3DMesher/tolerances.C +++ b/applications/utilities/mesh/generation/CV3DMesher/tolerances.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/applications/utilities/mesh/generation/cvMesh/cvMesh.C b/applications/utilities/mesh/generation/cvMesh/cvMesh.C index cb55bcdd72..9aa26bd0c7 100644 --- a/applications/utilities/mesh/generation/cvMesh/cvMesh.C +++ b/applications/utilities/mesh/generation/cvMesh/cvMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2008-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/conformalVoronoiMesh/CGALTriangulation3Ddefs.H b/src/conformalVoronoiMesh/conformalVoronoiMesh/CGALTriangulation3Ddefs.H index aa4c5bfd95..4cd27eb41c 100644 --- a/src/conformalVoronoiMesh/conformalVoronoiMesh/CGALTriangulation3Ddefs.H +++ b/src/conformalVoronoiMesh/conformalVoronoiMesh/CGALTriangulation3Ddefs.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.C b/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.C index 05372e2cd0..6283325efe 100644 --- a/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.C +++ b/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H b/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H index 601716fbde..9c049b9d04 100644 --- a/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H +++ b/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshI.H b/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshI.H index fd71a150be..8ef3c82f13 100644 --- a/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshI.H +++ b/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshIO.C b/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshIO.C index 7d00ab7362..939140f6cd 100644 --- a/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshIO.C +++ b/src/conformalVoronoiMesh/conformalVoronoiMesh/conformalVoronoiMeshIO.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.H b/src/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.H index d1810183c9..d0fda0f628 100644 --- a/src/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.H +++ b/src/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex.H b/src/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex.H index e932f2b2a2..457b2d2394 100644 --- a/src/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex.H +++ b/src/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2007 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C b/src/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C index f517ecc533..3b3a4ffa21 100644 --- a/src/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C +++ b/src/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.H b/src/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.H index b376ef4e8e..149ab7c19f 100644 --- a/src/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.H +++ b/src/conformalVoronoiMesh/conformationSurfaces/conformationSurfaces.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/conformationSurfaces/conformationSurfacesI.H b/src/conformalVoronoiMesh/conformationSurfaces/conformationSurfacesI.H index fdf109e84c..afc8faeca7 100644 --- a/src/conformalVoronoiMesh/conformationSurfaces/conformationSurfacesI.H +++ b/src/conformalVoronoiMesh/conformationSurfaces/conformationSurfacesI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/cvControls/cvControls.C b/src/conformalVoronoiMesh/cvControls/cvControls.C index 597913c7fc..1d1884379d 100644 --- a/src/conformalVoronoiMesh/cvControls/cvControls.C +++ b/src/conformalVoronoiMesh/cvControls/cvControls.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/cvControls/cvControls.H b/src/conformalVoronoiMesh/cvControls/cvControls.H index 5d34e5d99e..a639089cf6 100644 --- a/src/conformalVoronoiMesh/cvControls/cvControls.H +++ b/src/conformalVoronoiMesh/cvControls/cvControls.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/cvControls/cvControlsI.H b/src/conformalVoronoiMesh/cvControls/cvControlsI.H index 97424884c7..799945f1b3 100644 --- a/src/conformalVoronoiMesh/cvControls/cvControlsI.H +++ b/src/conformalVoronoiMesh/cvControls/cvControlsI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/faceAreaWeightModel/faceAreaWeightModel/faceAreaWeightModel.C b/src/conformalVoronoiMesh/faceAreaWeightModel/faceAreaWeightModel/faceAreaWeightModel.C index bf7f81272b..e0f7ce5ce5 100644 --- a/src/conformalVoronoiMesh/faceAreaWeightModel/faceAreaWeightModel/faceAreaWeightModel.C +++ b/src/conformalVoronoiMesh/faceAreaWeightModel/faceAreaWeightModel/faceAreaWeightModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/faceAreaWeightModel/faceAreaWeightModel/faceAreaWeightModel.H b/src/conformalVoronoiMesh/faceAreaWeightModel/faceAreaWeightModel/faceAreaWeightModel.H index f1e753203f..8bcb29f122 100644 --- a/src/conformalVoronoiMesh/faceAreaWeightModel/faceAreaWeightModel/faceAreaWeightModel.H +++ b/src/conformalVoronoiMesh/faceAreaWeightModel/faceAreaWeightModel/faceAreaWeightModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/faceAreaWeightModel/piecewiseLinearRamp/piecewiseLinearRamp.C b/src/conformalVoronoiMesh/faceAreaWeightModel/piecewiseLinearRamp/piecewiseLinearRamp.C index 3774f52f05..41343a75aa 100644 --- a/src/conformalVoronoiMesh/faceAreaWeightModel/piecewiseLinearRamp/piecewiseLinearRamp.C +++ b/src/conformalVoronoiMesh/faceAreaWeightModel/piecewiseLinearRamp/piecewiseLinearRamp.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/faceAreaWeightModel/piecewiseLinearRamp/piecewiseLinearRamp.H b/src/conformalVoronoiMesh/faceAreaWeightModel/piecewiseLinearRamp/piecewiseLinearRamp.H index 0583ee45a5..ab165b5dc4 100644 --- a/src/conformalVoronoiMesh/faceAreaWeightModel/piecewiseLinearRamp/piecewiseLinearRamp.H +++ b/src/conformalVoronoiMesh/faceAreaWeightModel/piecewiseLinearRamp/piecewiseLinearRamp.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/initialPointsMethod/initialPointsMethod/initialPointsMethod.C b/src/conformalVoronoiMesh/initialPointsMethod/initialPointsMethod/initialPointsMethod.C index c9a1fbfa08..4e1cc0c51c 100644 --- a/src/conformalVoronoiMesh/initialPointsMethod/initialPointsMethod/initialPointsMethod.C +++ b/src/conformalVoronoiMesh/initialPointsMethod/initialPointsMethod/initialPointsMethod.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/initialPointsMethod/initialPointsMethod/initialPointsMethod.H b/src/conformalVoronoiMesh/initialPointsMethod/initialPointsMethod/initialPointsMethod.H index c60ef2ff56..afc0da3a3c 100644 --- a/src/conformalVoronoiMesh/initialPointsMethod/initialPointsMethod/initialPointsMethod.H +++ b/src/conformalVoronoiMesh/initialPointsMethod/initialPointsMethod/initialPointsMethod.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/initialPointsMethod/pointFile/pointFile.C b/src/conformalVoronoiMesh/initialPointsMethod/pointFile/pointFile.C index 55c7f58fdb..c47d3a4118 100644 --- a/src/conformalVoronoiMesh/initialPointsMethod/pointFile/pointFile.C +++ b/src/conformalVoronoiMesh/initialPointsMethod/pointFile/pointFile.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/initialPointsMethod/pointFile/pointFile.H b/src/conformalVoronoiMesh/initialPointsMethod/pointFile/pointFile.H index 286c24b78e..510dc8ae3a 100644 --- a/src/conformalVoronoiMesh/initialPointsMethod/pointFile/pointFile.H +++ b/src/conformalVoronoiMesh/initialPointsMethod/pointFile/pointFile.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/initialPointsMethod/uniformGrid/uniformGrid.C b/src/conformalVoronoiMesh/initialPointsMethod/uniformGrid/uniformGrid.C index 71361d826f..527df1c5c0 100644 --- a/src/conformalVoronoiMesh/initialPointsMethod/uniformGrid/uniformGrid.C +++ b/src/conformalVoronoiMesh/initialPointsMethod/uniformGrid/uniformGrid.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/initialPointsMethod/uniformGrid/uniformGrid.H b/src/conformalVoronoiMesh/initialPointsMethod/uniformGrid/uniformGrid.H index 70f36e4417..d91ec1a48f 100644 --- a/src/conformalVoronoiMesh/initialPointsMethod/uniformGrid/uniformGrid.H +++ b/src/conformalVoronoiMesh/initialPointsMethod/uniformGrid/uniformGrid.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/relaxationModel/adaptiveLinear/adaptiveLinear.C b/src/conformalVoronoiMesh/relaxationModel/adaptiveLinear/adaptiveLinear.C index 4bcffdfa22..befe1db9ae 100644 --- a/src/conformalVoronoiMesh/relaxationModel/adaptiveLinear/adaptiveLinear.C +++ b/src/conformalVoronoiMesh/relaxationModel/adaptiveLinear/adaptiveLinear.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/relaxationModel/adaptiveLinear/adaptiveLinear.H b/src/conformalVoronoiMesh/relaxationModel/adaptiveLinear/adaptiveLinear.H index d13b0400f4..481604128c 100644 --- a/src/conformalVoronoiMesh/relaxationModel/adaptiveLinear/adaptiveLinear.H +++ b/src/conformalVoronoiMesh/relaxationModel/adaptiveLinear/adaptiveLinear.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/relaxationModel/relaxationModel/relaxationModel.C b/src/conformalVoronoiMesh/relaxationModel/relaxationModel/relaxationModel.C index bf5e03145b..4a8d95e88a 100644 --- a/src/conformalVoronoiMesh/relaxationModel/relaxationModel/relaxationModel.C +++ b/src/conformalVoronoiMesh/relaxationModel/relaxationModel/relaxationModel.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/conformalVoronoiMesh/relaxationModel/relaxationModel/relaxationModel.H b/src/conformalVoronoiMesh/relaxationModel/relaxationModel/relaxationModel.H index e493e7549e..fed05d87ef 100644 --- a/src/conformalVoronoiMesh/relaxationModel/relaxationModel/relaxationModel.H +++ b/src/conformalVoronoiMesh/relaxationModel/relaxationModel/relaxationModel.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C b/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C index 19c4aa5e41..6b81cc4102 100644 --- a/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C +++ b/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H b/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H index b119fc97e1..cc24dc4e83 100644 --- a/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H +++ b/src/edgeMesh/featureEdgeMesh/featureEdgeMesh.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License diff --git a/src/edgeMesh/featureEdgeMesh/featureEdgeMeshI.H b/src/edgeMesh/featureEdgeMesh/featureEdgeMeshI.H index b9f8cc6e3f..7f18b1eb96 100644 --- a/src/edgeMesh/featureEdgeMesh/featureEdgeMeshI.H +++ b/src/edgeMesh/featureEdgeMesh/featureEdgeMeshI.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 1991-2009 OpenCFD Ltd. + \\ / A nd | Copyright (C) 2009-2009 OpenCFD Ltd. \\/ M anipulation | ------------------------------------------------------------------------------- License