From a22a0d456788dd67caa00dce6a9543c552e2f17a Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Tue, 23 Oct 2018 18:12:55 -0400 Subject: [PATCH] FEM: file headers, fix .cpp and .h header text --- src/Mod/Fem/App/FemConstraint.cpp | 4 ++-- src/Mod/Fem/App/FemConstraint.h | 4 ++-- src/Mod/Fem/App/FemConstraintBearing.cpp | 4 ++-- src/Mod/Fem/App/FemConstraintBearing.h | 4 ++-- src/Mod/Fem/App/FemConstraintContact.cpp | 4 ++-- src/Mod/Fem/App/FemConstraintContact.h | 4 ++-- src/Mod/Fem/App/FemConstraintFixed.cpp | 4 ++-- src/Mod/Fem/App/FemConstraintFixed.h | 4 ++-- src/Mod/Fem/App/FemConstraintFluidBoundary.cpp | 4 ++-- src/Mod/Fem/App/FemConstraintFluidBoundary.h | 4 ++-- src/Mod/Fem/App/FemConstraintForce.cpp | 4 ++-- src/Mod/Fem/App/FemConstraintForce.h | 4 ++-- src/Mod/Fem/App/FemConstraintGear.cpp | 4 ++-- src/Mod/Fem/App/FemConstraintGear.h | 4 ++-- src/Mod/Fem/App/FemConstraintPlaneRotation.cpp | 4 ++-- src/Mod/Fem/App/FemConstraintPlaneRotation.h | 4 ++-- src/Mod/Fem/App/FemConstraintPulley.cpp | 4 ++-- src/Mod/Fem/App/FemConstraintPulley.h | 4 ++-- src/Mod/Fem/App/FemConstraintTransform.cpp | 4 ++-- src/Mod/Fem/App/FemConstraintTransform.h | 4 ++-- src/Mod/Fem/App/FemSolverObject.cpp | 4 ++-- src/Mod/Fem/App/FemVTKTools.cpp | 4 ++-- src/Mod/Fem/Gui/ViewProviderFemConstraintBearing.h | 4 ++-- 23 files changed, 46 insertions(+), 46 deletions(-) diff --git a/src/Mod/Fem/App/FemConstraint.cpp b/src/Mod/Fem/App/FemConstraint.cpp index db9c689aa3..902d45c98b 100644 --- a/src/Mod/Fem/App/FemConstraint.cpp +++ b/src/Mod/Fem/App/FemConstraint.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraint.h b/src/Mod/Fem/App/FemConstraint.h index 00576ee3a6..813e968628 100644 --- a/src/Mod/Fem/App/FemConstraint.h +++ b/src/Mod/Fem/App/FemConstraint.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintBearing.cpp b/src/Mod/Fem/App/FemConstraintBearing.cpp index c3609415e1..7d722afbb6 100644 --- a/src/Mod/Fem/App/FemConstraintBearing.cpp +++ b/src/Mod/Fem/App/FemConstraintBearing.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintBearing.h b/src/Mod/Fem/App/FemConstraintBearing.h index 93a0dc2b6e..2b58decb4e 100644 --- a/src/Mod/Fem/App/FemConstraintBearing.h +++ b/src/Mod/Fem/App/FemConstraintBearing.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintContact.cpp b/src/Mod/Fem/App/FemConstraintContact.cpp index 11c8361cdf..9466308b63 100644 --- a/src/Mod/Fem/App/FemConstraintContact.cpp +++ b/src/Mod/Fem/App/FemConstraintContact.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintContact.h b/src/Mod/Fem/App/FemConstraintContact.h index b2cf600ea0..9716bc15ee 100644 --- a/src/Mod/Fem/App/FemConstraintContact.h +++ b/src/Mod/Fem/App/FemConstraintContact.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintFixed.cpp b/src/Mod/Fem/App/FemConstraintFixed.cpp index d9af420d9c..98329a1292 100644 --- a/src/Mod/Fem/App/FemConstraintFixed.cpp +++ b/src/Mod/Fem/App/FemConstraintFixed.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintFixed.h b/src/Mod/Fem/App/FemConstraintFixed.h index 53d0dc752b..d1662bd644 100644 --- a/src/Mod/Fem/App/FemConstraintFixed.h +++ b/src/Mod/Fem/App/FemConstraintFixed.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintFluidBoundary.cpp b/src/Mod/Fem/App/FemConstraintFluidBoundary.cpp index a2b48693a0..b9f1e8e59a 100644 --- a/src/Mod/Fem/App/FemConstraintFluidBoundary.cpp +++ b/src/Mod/Fem/App/FemConstraintFluidBoundary.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintFluidBoundary.h b/src/Mod/Fem/App/FemConstraintFluidBoundary.h index 5638380a59..0016355afa 100644 --- a/src/Mod/Fem/App/FemConstraintFluidBoundary.h +++ b/src/Mod/Fem/App/FemConstraintFluidBoundary.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintForce.cpp b/src/Mod/Fem/App/FemConstraintForce.cpp index 6f07bf4275..1f29af5d5c 100644 --- a/src/Mod/Fem/App/FemConstraintForce.cpp +++ b/src/Mod/Fem/App/FemConstraintForce.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintForce.h b/src/Mod/Fem/App/FemConstraintForce.h index 61f06e3351..fbb3e7d616 100644 --- a/src/Mod/Fem/App/FemConstraintForce.h +++ b/src/Mod/Fem/App/FemConstraintForce.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintGear.cpp b/src/Mod/Fem/App/FemConstraintGear.cpp index 236ff21996..4c221f6580 100644 --- a/src/Mod/Fem/App/FemConstraintGear.cpp +++ b/src/Mod/Fem/App/FemConstraintGear.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintGear.h b/src/Mod/Fem/App/FemConstraintGear.h index 9b5ec240cc..b4a626c02d 100644 --- a/src/Mod/Fem/App/FemConstraintGear.h +++ b/src/Mod/Fem/App/FemConstraintGear.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintPlaneRotation.cpp b/src/Mod/Fem/App/FemConstraintPlaneRotation.cpp index 9f990993f8..def8ea0de4 100644 --- a/src/Mod/Fem/App/FemConstraintPlaneRotation.cpp +++ b/src/Mod/Fem/App/FemConstraintPlaneRotation.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintPlaneRotation.h b/src/Mod/Fem/App/FemConstraintPlaneRotation.h index 2daf2a1584..84b1224a8f 100644 --- a/src/Mod/Fem/App/FemConstraintPlaneRotation.h +++ b/src/Mod/Fem/App/FemConstraintPlaneRotation.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintPulley.cpp b/src/Mod/Fem/App/FemConstraintPulley.cpp index 1197dae782..72dbc7aa70 100644 --- a/src/Mod/Fem/App/FemConstraintPulley.cpp +++ b/src/Mod/Fem/App/FemConstraintPulley.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintPulley.h b/src/Mod/Fem/App/FemConstraintPulley.h index 9d77072470..f788fdda90 100644 --- a/src/Mod/Fem/App/FemConstraintPulley.h +++ b/src/Mod/Fem/App/FemConstraintPulley.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintTransform.cpp b/src/Mod/Fem/App/FemConstraintTransform.cpp index 9e775c7d70..3dfef65547 100644 --- a/src/Mod/Fem/App/FemConstraintTransform.cpp +++ b/src/Mod/Fem/App/FemConstraintTransform.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemConstraintTransform.h b/src/Mod/Fem/App/FemConstraintTransform.h index 02287b8336..b4ff91b76e 100644 --- a/src/Mod/Fem/App/FemConstraintTransform.h +++ b/src/Mod/Fem/App/FemConstraintTransform.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Fem/App/FemSolverObject.cpp b/src/Mod/Fem/App/FemSolverObject.cpp index 38b5485123..ea609e91cf 100644 --- a/src/Mod/Fem/App/FemSolverObject.cpp +++ b/src/Mod/Fem/App/FemSolverObject.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 J¨¹rgen Riegel (FreeCAD@juergen-riegel.net) * - * Copyright (c) 2015 Qingfeng Xia (FreeCAD@iesensor.com) * + * Copyright (c) 2013 Jürgen Riegel * + * Copyright (c) 2015 Qingfeng Xia * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Fem/App/FemVTKTools.cpp b/src/Mod/Fem/App/FemVTKTools.cpp index 743a49409a..eb9bf43e03 100644 --- a/src/Mod/Fem/App/FemVTKTools.cpp +++ b/src/Mod/Fem/App/FemVTKTools.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2009 * - * Copyright (c) Qingfeng Xia (qingfeng.xia at oxford uni) 2017 * + * Copyright (c) 2009 Jürgen Riegel * + * Copyright (c) 2017 Qingfeng Xia * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Fem/Gui/ViewProviderFemConstraintBearing.h b/src/Mod/Fem/Gui/ViewProviderFemConstraintBearing.h index 40e9eef19d..b5f567d0e9 100644 --- a/src/Mod/Fem/Gui/ViewProviderFemConstraintBearing.h +++ b/src/Mod/Fem/Gui/ViewProviderFemConstraintBearing.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * - * * + * Copyright (c) 2013 Jan Rheinländer * + * * * This file is part of the FreeCAD CAx development system. * * * * This library is free software; you can redistribute it and/or *