diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H
index 2029249ed3..1e0ab21849 100644
--- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H
+++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H
@@ -35,7 +35,7 @@ Description
SourceFiles
pointPatchField.C
- newPointPatchField.C
+ pointPatchFieldNew.C
\*---------------------------------------------------------------------------*/
diff --git a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldNew.C b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldNew.C
index a3ce7e0d8a..5e88a183dc 100644
--- a/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldNew.C
+++ b/src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchFieldNew.C
@@ -6,20 +6,20 @@
\\/ M anipulation |
-------------------------------------------------------------------------------
License
- This file is part of2011 OpenFOAM.
+ This file is part of OpenFOAM.
- 2011 OpenFOAM is free software: you can redistribute it and/or modify it
+ OpenFOAM is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
- 2011 OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
+ OpenFOAM is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License
- along with2011 OpenFOAM. If not, see .
+ along with OpenFOAM. If not, see .
\*---------------------------------------------------------------------------*/