diff --git a/src/OpenFOAM/meshes/polyMesh/polyMesh.C b/src/OpenFOAM/meshes/polyMesh/polyMesh.C index ee45d7e58e931fe56d766d8ba6c0f0d2c95dac78..96068ed5083ec1a5fb0d9976c12304d61a7a7ed2 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMesh.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMesh.C @@ -5,9 +5,8 @@ \\ / A nd | www.openfoam.com \\/ M anipulation | ------------------------------------------------------------------------------- - Copyright (C) 2011-2017 OpenFOAM Foundation + Copyright (C) 2011-2017, 2020 OpenFOAM Foundation Copyright (C) 2016-2020 OpenCFD Ltd. - Copyright (C) 2020 OpenFOAM Foundation ------------------------------------------------------------------------------- License This file is part of OpenFOAM. diff --git a/src/OpenFOAM/meshes/polyMesh/polyMesh.H b/src/OpenFOAM/meshes/polyMesh/polyMesh.H index 51e8cfacca7e1c2dbdb6b5d618e0a19d2bad9d3c..8205e0b1e8bb700b2cf40ac3b4d2519cf898ebed 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/polyMesh.H @@ -5,9 +5,8 @@ \\ / A nd | www.openfoam.com \\/ M anipulation | ------------------------------------------------------------------------------- - Copyright (C) 2011-2017 OpenFOAM Foundation + Copyright (C) 2011-2017, 2020 OpenFOAM Foundation Copyright (C) 2018-2020 OpenCFD Ltd. - Copyright (C) 2020 OpenFOAM Foundation ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -65,7 +64,7 @@ SourceFiles namespace Foam { -// Forward declaration of classes +// Forward Declarations class globalMeshData; class mapPolyMesh; class polyMeshTetDecomposition; diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C b/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C index 9a2800fced401653bd6fa2f4b14e8b41f558ec4c..570580794cf2a475f2ee49eef866d29351ebb0ad 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshFromShapeMesh.C @@ -5,9 +5,8 @@ \\ / A nd | www.openfoam.com \\/ M anipulation | ------------------------------------------------------------------------------- - Copyright (C) 2011-2016 OpenFOAM Foundation + Copyright (C) 2011-2016, 2020 OpenFOAM Foundation Copyright (C) 2018-2020 OpenCFD Ltd. - Copyright (C) 2020 OpenFOAM Foundation ------------------------------------------------------------------------------- License This file is part of OpenFOAM. diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshUpdate.C b/src/OpenFOAM/meshes/polyMesh/polyMeshUpdate.C index eb53e6d43087e00261db05d82ef0922e2f8974a1..0aeb340637c118ad4f03f98fe6658ad8f1dda310 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshUpdate.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshUpdate.C @@ -5,9 +5,8 @@ \\ / A nd | www.openfoam.com \\/ M anipulation | ------------------------------------------------------------------------------- - Copyright (C) 2011-2016 OpenFOAM Foundation + Copyright (C) 2011-2016, 2020 OpenFOAM Foundation Copyright (C) 2020 OpenCFD Ltd. - Copyright (C) 2020 OpenFOAM Foundation ------------------------------------------------------------------------------- License This file is part of OpenFOAM. diff --git a/src/lagrangian/basic/Cloud/Cloud.C b/src/lagrangian/basic/Cloud/Cloud.C index 4593c3a624bf119d656dcbdd02e76ea6f36bff99..55bec83c5a7ea612d9bac27b2f68d840c3377efb 100644 --- a/src/lagrangian/basic/Cloud/Cloud.C +++ b/src/lagrangian/basic/Cloud/Cloud.C @@ -5,9 +5,8 @@ \\ / A nd | www.openfoam.com \\/ M anipulation | ------------------------------------------------------------------------------- - Copyright (C) 2011-2017 OpenFOAM Foundation + Copyright (C) 2011-2017, 2020 OpenFOAM Foundation Copyright (C) 2020 OpenCFD Ltd. - Copyright (C) 2020 OpenFOAM Foundation ------------------------------------------------------------------------------- License This file is part of OpenFOAM. diff --git a/src/lagrangian/basic/Cloud/CloudIO.C b/src/lagrangian/basic/Cloud/CloudIO.C index ec09106e4684a3401ad0271990541002613fb1f5..858565aff7b348c670fb4d695e6cf9a18706ef3a 100644 --- a/src/lagrangian/basic/Cloud/CloudIO.C +++ b/src/lagrangian/basic/Cloud/CloudIO.C @@ -5,9 +5,8 @@ \\ / A nd | www.openfoam.com \\/ M anipulation | ------------------------------------------------------------------------------- - Copyright (C) 2011-2017 OpenFOAM Foundation + Copyright (C) 2011-2017, 2020 OpenFOAM Foundation Copyright (C) 2017-2020 OpenCFD Ltd. - Copyright (C) 2020 OpenFOAM Foundation ------------------------------------------------------------------------------- License This file is part of OpenFOAM. diff --git a/src/lagrangian/basic/particle/particle.C b/src/lagrangian/basic/particle/particle.C index 3c2c4552e6e5b104b338f7e5def16fe6e4ec2e7e..93bbc02f774ac03124c337ce6baf91f3ef49f449 100644 --- a/src/lagrangian/basic/particle/particle.C +++ b/src/lagrangian/basic/particle/particle.C @@ -5,9 +5,8 @@ \\ / A nd | www.openfoam.com \\/ M anipulation | ------------------------------------------------------------------------------- - Copyright (C) 2011-2017 OpenFOAM Foundation + Copyright (C) 2011-2017, 2020 OpenFOAM Foundation Copyright (C) 2018-2020 OpenCFD Ltd. - Copyright (C) 2020 OpenFOAM Foundation ------------------------------------------------------------------------------- License This file is part of OpenFOAM. diff --git a/src/lagrangian/basic/particle/particle.H b/src/lagrangian/basic/particle/particle.H index 4e5a52bd5375e296083ca39e7e1d45dcc95cf0ac..f48c0c405a0f46279a1750b09e1d00d557966ad0 100644 --- a/src/lagrangian/basic/particle/particle.H +++ b/src/lagrangian/basic/particle/particle.H @@ -5,9 +5,8 @@ \\ / A nd | www.openfoam.com \\/ M anipulation | ------------------------------------------------------------------------------- - Copyright (C) 2011-2017 OpenFOAM Foundation + Copyright (C) 2011-2017, 2020 OpenFOAM Foundation Copyright (C) 2017-2020 OpenCFD Ltd. - Copyright (C) 2020 OpenFOAM Foundation ------------------------------------------------------------------------------- License This file is part of OpenFOAM. diff --git a/src/lagrangian/basic/particle/particleI.H b/src/lagrangian/basic/particle/particleI.H index 7fbcd2c8c1645d2c9c0c60283dae9f2502ccc182..08581623fc5f27429f4d83c32b855862bc130abd 100644 --- a/src/lagrangian/basic/particle/particleI.H +++ b/src/lagrangian/basic/particle/particleI.H @@ -5,9 +5,8 @@ \\ / A nd | www.openfoam.com \\/ M anipulation | ------------------------------------------------------------------------------- - Copyright (C) 2011-2018 OpenFOAM Foundation + Copyright (C) 2011-2018, 2020 OpenFOAM Foundation Copyright (C) 2011-2020 OpenCFD Ltd. - Copyright (C) 2020 OpenFOAM Foundation ------------------------------------------------------------------------------- License This file is part of OpenFOAM. diff --git a/src/lagrangian/basic/particle/particleTemplates.C b/src/lagrangian/basic/particle/particleTemplates.C index 25489aea7808bf2bca742bbee66fd3eac3cf7cb3..9b9368d7315c21f6bec621486dd3afc17078ea0d 100644 --- a/src/lagrangian/basic/particle/particleTemplates.C +++ b/src/lagrangian/basic/particle/particleTemplates.C @@ -5,9 +5,8 @@ \\ / A nd | www.openfoam.com \\/ M anipulation | ------------------------------------------------------------------------------- - Copyright (C) 2011-2017 OpenFOAM Foundation + Copyright (C) 2011-2017, 2020 OpenFOAM Foundation Copyright (C) 2016-2020 OpenCFD Ltd. - Copyright (C) 2020 OpenFOAM Foundation ------------------------------------------------------------------------------- License This file is part of OpenFOAM.