From d38f18af23bfa76138d1c8b5e87672d57f3734eb Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Sat, 21 Dec 2019 16:20:43 -0500 Subject: [PATCH] PartDesign: [skip ci] fix header uniformity This PR fixes header uniformity across all PartDesign WB files --- src/Mod/PartDesign/App/DatumLine.cpp | 3 +- src/Mod/PartDesign/App/DatumLine.h | 3 +- src/Mod/PartDesign/App/DatumPlane.cpp | 5 ++- src/Mod/PartDesign/App/DatumPlane.h | 3 +- src/Mod/PartDesign/App/DatumPoint.cpp | 3 +- src/Mod/PartDesign/App/DatumPoint.h | 3 +- src/Mod/PartDesign/App/FeatureBoolean.cpp | 2 +- src/Mod/PartDesign/App/FeatureBoolean.h | 2 +- src/Mod/PartDesign/App/FeatureDraft.cpp | 3 +- src/Mod/PartDesign/App/FeatureDraft.h | 3 +- src/Mod/PartDesign/App/FeatureGroove.cpp | 2 +- src/Mod/PartDesign/App/FeatureGroove.h | 2 +- .../PartDesign/App/FeatureLinearPattern.cpp | 2 +- src/Mod/PartDesign/App/FeatureLinearPattern.h | 2 +- src/Mod/PartDesign/App/FeatureMirrored.cpp | 2 +- src/Mod/PartDesign/App/FeatureMirrored.h | 2 +- .../PartDesign/App/FeatureMultiTransform.cpp | 2 +- .../PartDesign/App/FeatureMultiTransform.h | 2 +- .../PartDesign/App/FeaturePolarPattern.cpp | 2 +- src/Mod/PartDesign/App/FeaturePolarPattern.h | 2 +- src/Mod/PartDesign/App/FeatureScaled.cpp | 2 +- src/Mod/PartDesign/App/FeatureScaled.h | 2 +- src/Mod/PartDesign/App/FeatureTransformed.cpp | 2 +- src/Mod/PartDesign/App/FeatureTransformed.h | 2 +- src/Mod/PartDesign/FeatureHole/FeatureHole.py | 38 +++++++++---------- src/Mod/PartDesign/FeatureHole/HoleGui.py | 38 +++++++++---------- src/Mod/PartDesign/FeatureHole/Standards.py | 38 +++++++++---------- src/Mod/PartDesign/FeatureHole/TaskHole.py | 38 +++++++++---------- .../FeatureHole/ViewProviderHole.py | 38 +++++++++---------- src/Mod/PartDesign/FeatureHole/__init__.py | 38 +++++++++---------- src/Mod/PartDesign/Gui/FeaturePickDialog.cpp | 2 +- src/Mod/PartDesign/Gui/ReferenceSelection.cpp | 2 +- src/Mod/PartDesign/Gui/ReferenceSelection.h | 3 +- .../PartDesign/Gui/TaskBooleanParameters.cpp | 3 +- .../PartDesign/Gui/TaskBooleanParameters.h | 3 +- .../PartDesign/Gui/TaskDatumParameters.cpp | 3 +- src/Mod/PartDesign/Gui/TaskDatumParameters.h | 3 +- .../PartDesign/Gui/TaskDraftParameters.cpp | 3 +- src/Mod/PartDesign/Gui/TaskDraftParameters.h | 3 +- .../PartDesign/Gui/TaskDressUpParameters.cpp | 3 +- .../PartDesign/Gui/TaskDressUpParameters.h | 3 +- src/Mod/PartDesign/Gui/TaskFeaturePick.cpp | 3 +- src/Mod/PartDesign/Gui/TaskFeaturePick.h | 2 +- .../Gui/TaskLinearPatternParameters.cpp | 2 +- .../Gui/TaskLinearPatternParameters.h | 2 +- .../PartDesign/Gui/TaskMirroredParameters.cpp | 2 +- .../PartDesign/Gui/TaskMirroredParameters.h | 2 +- .../Gui/TaskMultiTransformParameters.cpp | 2 +- .../Gui/TaskMultiTransformParameters.h | 2 +- .../Gui/TaskPolarPatternParameters.cpp | 2 +- .../Gui/TaskPolarPatternParameters.h | 2 +- .../PartDesign/Gui/TaskScaledParameters.cpp | 2 +- src/Mod/PartDesign/Gui/TaskScaledParameters.h | 2 +- .../Gui/TaskSketchBasedParameters.cpp | 3 +- .../Gui/TaskSketchBasedParameters.h | 3 +- .../Gui/TaskTransformedParameters.cpp | 2 +- .../Gui/TaskTransformedParameters.h | 2 +- .../PartDesign/Gui/ViewProviderBoolean.cpp | 3 +- src/Mod/PartDesign/Gui/ViewProviderBoolean.h | 3 +- src/Mod/PartDesign/Gui/ViewProviderDatum.cpp | 3 +- src/Mod/PartDesign/Gui/ViewProviderDatum.h | 3 +- .../PartDesign/Gui/ViewProviderDatumLine.cpp | 3 +- .../PartDesign/Gui/ViewProviderDatumLine.h | 3 +- .../PartDesign/Gui/ViewProviderDatumPlane.cpp | 3 +- .../PartDesign/Gui/ViewProviderDatumPlane.h | 3 +- .../PartDesign/Gui/ViewProviderDatumPoint.cpp | 3 +- .../PartDesign/Gui/ViewProviderDatumPoint.h | 3 +- src/Mod/PartDesign/Gui/ViewProviderDraft.cpp | 3 +- src/Mod/PartDesign/Gui/ViewProviderDraft.h | 3 +- .../PartDesign/Gui/ViewProviderDressUp.cpp | 3 +- src/Mod/PartDesign/Gui/ViewProviderDressUp.h | 3 +- src/Mod/PartDesign/Gui/ViewProviderGroove.cpp | 2 +- src/Mod/PartDesign/Gui/ViewProviderGroove.h | 2 +- .../Gui/ViewProviderLinearPattern.cpp | 2 +- .../Gui/ViewProviderLinearPattern.h | 2 +- .../PartDesign/Gui/ViewProviderMirrored.cpp | 2 +- src/Mod/PartDesign/Gui/ViewProviderMirrored.h | 2 +- .../Gui/ViewProviderMultiTransform.cpp | 2 +- .../Gui/ViewProviderMultiTransform.h | 2 +- .../Gui/ViewProviderPolarPattern.cpp | 2 +- .../PartDesign/Gui/ViewProviderPolarPattern.h | 2 +- src/Mod/PartDesign/Gui/ViewProviderScaled.cpp | 2 +- src/Mod/PartDesign/Gui/ViewProviderScaled.h | 2 +- .../Gui/ViewProviderTransformed.cpp | 2 +- .../PartDesign/Gui/ViewProviderTransformed.h | 2 +- src/Mod/PartDesign/InvoluteGearFeature.py | 3 +- .../PartDesign/PartDesignTests/TestHole.py | 3 +- .../PartDesign/WizardShaft/SegmentFunction.py | 2 +- src/Mod/PartDesign/WizardShaft/Shaft.py | 2 +- .../PartDesign/WizardShaft/ShaftDiagram.py | 2 +- .../PartDesign/WizardShaft/ShaftFeature.py | 2 +- src/Mod/PartDesign/WizardShaft/WizardShaft.py | 2 +- .../WizardShaft/WizardShaftTable.py | 2 +- src/Mod/PartDesign/WizardShaft/__init__.py | 2 +- 94 files changed, 238 insertions(+), 204 deletions(-) diff --git a/src/Mod/PartDesign/App/DatumLine.cpp b/src/Mod/PartDesign/App/DatumLine.cpp index 777468a48f..e446f0b656 100644 --- a/src/Mod/PartDesign/App/DatumLine.cpp +++ b/src/Mod/PartDesign/App/DatumLine.cpp @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/DatumLine.h b/src/Mod/PartDesign/App/DatumLine.h index 03328bcfa6..1351ef5dfc 100644 --- a/src/Mod/PartDesign/App/DatumLine.h +++ b/src/Mod/PartDesign/App/DatumLine.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/DatumPlane.cpp b/src/Mod/PartDesign/App/DatumPlane.cpp index 8f301d9634..0968ac1736 100644 --- a/src/Mod/PartDesign/App/DatumPlane.cpp +++ b/src/Mod/PartDesign/App/DatumPlane.cpp @@ -1,6 +1,7 @@ /*************************************************************************** - * 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/PartDesign/App/DatumPlane.h b/src/Mod/PartDesign/App/DatumPlane.h index 64ea0d509c..d5781ea862 100644 --- a/src/Mod/PartDesign/App/DatumPlane.h +++ b/src/Mod/PartDesign/App/DatumPlane.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/DatumPoint.cpp b/src/Mod/PartDesign/App/DatumPoint.cpp index 034df15066..a6a9a4da6f 100644 --- a/src/Mod/PartDesign/App/DatumPoint.cpp +++ b/src/Mod/PartDesign/App/DatumPoint.cpp @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/DatumPoint.h b/src/Mod/PartDesign/App/DatumPoint.h index b3dde780b4..4c07f41c3d 100644 --- a/src/Mod/PartDesign/App/DatumPoint.h +++ b/src/Mod/PartDesign/App/DatumPoint.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureBoolean.cpp b/src/Mod/PartDesign/App/FeatureBoolean.cpp index c0eb6c3ef8..16f89ff3e4 100644 --- a/src/Mod/PartDesign/App/FeatureBoolean.cpp +++ b/src/Mod/PartDesign/App/FeatureBoolean.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2013 Jan Rheinlaender * + * Copyright (c) 2013 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureBoolean.h b/src/Mod/PartDesign/App/FeatureBoolean.h index 22ee5ab2f5..ea9352eccf 100644 --- a/src/Mod/PartDesign/App/FeatureBoolean.h +++ b/src/Mod/PartDesign/App/FeatureBoolean.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2013 Jan Rheinlaender * + * Copyright (c) 2013 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureDraft.cpp b/src/Mod/PartDesign/App/FeatureDraft.cpp index d9fb8c3801..18afe45e93 100644 --- a/src/Mod/PartDesign/App/FeatureDraft.cpp +++ b/src/Mod/PartDesign/App/FeatureDraft.cpp @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2012 Jan Rheinländer * + * Copyright (c) 2012 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureDraft.h b/src/Mod/PartDesign/App/FeatureDraft.h index d10d668a27..cf07d20ed3 100644 --- a/src/Mod/PartDesign/App/FeatureDraft.h +++ b/src/Mod/PartDesign/App/FeatureDraft.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2012 Jan Rheinländer * + * Copyright (c) 2012 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureGroove.cpp b/src/Mod/PartDesign/App/FeatureGroove.cpp index da2c90b0ee..0278740fbd 100644 --- a/src/Mod/PartDesign/App/FeatureGroove.cpp +++ b/src/Mod/PartDesign/App/FeatureGroove.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureGroove.h b/src/Mod/PartDesign/App/FeatureGroove.h index 7b997dd3e7..3e154fd5a0 100644 --- a/src/Mod/PartDesign/App/FeatureGroove.h +++ b/src/Mod/PartDesign/App/FeatureGroove.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureLinearPattern.cpp b/src/Mod/PartDesign/App/FeatureLinearPattern.cpp index 7403490642..adc2918ab3 100644 --- a/src/Mod/PartDesign/App/FeatureLinearPattern.cpp +++ b/src/Mod/PartDesign/App/FeatureLinearPattern.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureLinearPattern.h b/src/Mod/PartDesign/App/FeatureLinearPattern.h index e1a0cff782..d3232c91d6 100644 --- a/src/Mod/PartDesign/App/FeatureLinearPattern.h +++ b/src/Mod/PartDesign/App/FeatureLinearPattern.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureMirrored.cpp b/src/Mod/PartDesign/App/FeatureMirrored.cpp index 7189ff1a34..5aa3e76495 100644 --- a/src/Mod/PartDesign/App/FeatureMirrored.cpp +++ b/src/Mod/PartDesign/App/FeatureMirrored.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureMirrored.h b/src/Mod/PartDesign/App/FeatureMirrored.h index cfa099d845..1a80a95e92 100644 --- a/src/Mod/PartDesign/App/FeatureMirrored.h +++ b/src/Mod/PartDesign/App/FeatureMirrored.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureMultiTransform.cpp b/src/Mod/PartDesign/App/FeatureMultiTransform.cpp index dbcceaff66..dd4814b0a0 100644 --- a/src/Mod/PartDesign/App/FeatureMultiTransform.cpp +++ b/src/Mod/PartDesign/App/FeatureMultiTransform.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureMultiTransform.h b/src/Mod/PartDesign/App/FeatureMultiTransform.h index d35f9089b2..5cc181d531 100644 --- a/src/Mod/PartDesign/App/FeatureMultiTransform.h +++ b/src/Mod/PartDesign/App/FeatureMultiTransform.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeaturePolarPattern.cpp b/src/Mod/PartDesign/App/FeaturePolarPattern.cpp index fc37f6a23f..7b31c7a844 100644 --- a/src/Mod/PartDesign/App/FeaturePolarPattern.cpp +++ b/src/Mod/PartDesign/App/FeaturePolarPattern.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeaturePolarPattern.h b/src/Mod/PartDesign/App/FeaturePolarPattern.h index 57b08e2857..ad89cc0b14 100644 --- a/src/Mod/PartDesign/App/FeaturePolarPattern.h +++ b/src/Mod/PartDesign/App/FeaturePolarPattern.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureScaled.cpp b/src/Mod/PartDesign/App/FeatureScaled.cpp index 95e06e1d03..61b51871a7 100644 --- a/src/Mod/PartDesign/App/FeatureScaled.cpp +++ b/src/Mod/PartDesign/App/FeatureScaled.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureScaled.h b/src/Mod/PartDesign/App/FeatureScaled.h index 731a432678..b6ef13b3f4 100644 --- a/src/Mod/PartDesign/App/FeatureScaled.h +++ b/src/Mod/PartDesign/App/FeatureScaled.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureTransformed.cpp b/src/Mod/PartDesign/App/FeatureTransformed.cpp index b9f71f2419..3c77f86ed1 100644 --- a/src/Mod/PartDesign/App/FeatureTransformed.cpp +++ b/src/Mod/PartDesign/App/FeatureTransformed.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/App/FeatureTransformed.h b/src/Mod/PartDesign/App/FeatureTransformed.h index f56bbc72be..ccb807ba43 100644 --- a/src/Mod/PartDesign/App/FeatureTransformed.h +++ b/src/Mod/PartDesign/App/FeatureTransformed.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/FeatureHole/FeatureHole.py b/src/Mod/PartDesign/FeatureHole/FeatureHole.py index bf27eb8e42..a4cc7275c3 100644 --- a/src/Mod/PartDesign/FeatureHole/FeatureHole.py +++ b/src/Mod/PartDesign/FeatureHole/FeatureHole.py @@ -1,23 +1,23 @@ #/****************************************************************************** -# * Copyright (c)2012 Jan Rheinlaender * -# * * -# * This file is part of the FreeCAD CAx development system. * -# * * -# * This library is free software; you can redistribute it and/or * -# * modify it under the terms of the GNU Library General Public * -# * License as published by the Free Software Foundation; either * -# * version 2 of the License, or (at your option) any later version. * -# * * -# * This library 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 Library General Public License for more details. * -# * * -# * You should have received a copy of the GNU Library General Public * -# * License along with this library; see the file COPYING.LIB. If not, * -# * write to the Free Software Foundation, Inc., 59 Temple Place, * -# * Suite 330, Boston, MA 02111-1307, USA * -# * * +# * Copyright (c) 2012 Jan Rheinländer * +# * * +# * This file is part of the FreeCAD CAx development system. * +# * * +# * This library is free software; you can redistribute it and/or * +# * modify it under the terms of the GNU Library General Public * +# * License as published by the Free Software Foundation; either * +# * version 2 of the License, or (at your option) any later version. * +# * * +# * This library 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 Library General Public License for more details. * +# * * +# * You should have received a copy of the GNU Library General Public * +# * License along with this library; see the file COPYING.LIB. If not, * +# * write to the Free Software Foundation, Inc., 59 Temple Place, * +# * Suite 330, Boston, MA 02111-1307, USA * +# * * # ******************************************************************************/ import FreeCAD, FreeCADGui diff --git a/src/Mod/PartDesign/FeatureHole/HoleGui.py b/src/Mod/PartDesign/FeatureHole/HoleGui.py index 8c909c3486..c385270d84 100644 --- a/src/Mod/PartDesign/FeatureHole/HoleGui.py +++ b/src/Mod/PartDesign/FeatureHole/HoleGui.py @@ -1,23 +1,23 @@ #/****************************************************************************** -# * Copyright (c)2012 Jan Rheinlaender * -# * * -# * This file is part of the FreeCAD CAx development system. * -# * * -# * This library is free software; you can redistribute it and/or * -# * modify it under the terms of the GNU Library General Public * -# * License as published by the Free Software Foundation; either * -# * version 2 of the License, or (at your option) any later version. * -# * * -# * This library 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 Library General Public License for more details. * -# * * -# * You should have received a copy of the GNU Library General Public * -# * License along with this library; see the file COPYING.LIB. If not, * -# * write to the Free Software Foundation, Inc., 59 Temple Place, * -# * Suite 330, Boston, MA 02111-1307, USA * -# * * +# * Copyright (c) 2012 Jan Rheinländer * +# * * +# * This file is part of the FreeCAD CAx development system. * +# * * +# * This library is free software; you can redistribute it and/or * +# * modify it under the terms of the GNU Library General Public * +# * License as published by the Free Software Foundation; either * +# * version 2 of the License, or (at your option) any later version. * +# * * +# * This library 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 Library General Public License for more details. * +# * * +# * You should have received a copy of the GNU Library General Public * +# * License along with this library; see the file COPYING.LIB. If not, * +# * write to the Free Software Foundation, Inc., 59 Temple Place, * +# * Suite 330, Boston, MA 02111-1307, USA * +# * * # ******************************************************************************/ import FreeCAD, FreeCADGui diff --git a/src/Mod/PartDesign/FeatureHole/Standards.py b/src/Mod/PartDesign/FeatureHole/Standards.py index 0a61269cc5..5fc07d6e97 100644 --- a/src/Mod/PartDesign/FeatureHole/Standards.py +++ b/src/Mod/PartDesign/FeatureHole/Standards.py @@ -1,24 +1,24 @@ # -*- coding: iso-8859-15 -*- #/****************************************************************************** -# * Copyright (c)2012 Jan Rheinlaender * -# * * -# * This file is part of the FreeCAD CAx development system. * -# * * -# * This library is free software; you can redistribute it and/or * -# * modify it under the terms of the GNU Library General Public * -# * License as published by the Free Software Foundation; either * -# * version 2 of the License, or (at your option) any later version. * -# * * -# * This library 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 Library General Public License for more details. * -# * * -# * You should have received a copy of the GNU Library General Public * -# * License along with this library; see the file COPYING.LIB. If not, * -# * write to the Free Software Foundation, Inc., 59 Temple Place, * -# * Suite 330, Boston, MA 02111-1307, USA * -# * * +# * Copyright (c) 2012 Jan Rheinländer * +# * * +# * This file is part of the FreeCAD CAx development system. * +# * * +# * This library is free software; you can redistribute it and/or * +# * modify it under the terms of the GNU Library General Public * +# * License as published by the Free Software Foundation; either * +# * version 2 of the License, or (at your option) any later version. * +# * * +# * This library 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 Library General Public License for more details. * +# * * +# * You should have received a copy of the GNU Library General Public * +# * License along with this library; see the file COPYING.LIB. If not, * +# * write to the Free Software Foundation, Inc., 59 Temple Place, * +# * Suite 330, Boston, MA 02111-1307, USA * +# * * # ******************************************************************************/ import FreeCAD diff --git a/src/Mod/PartDesign/FeatureHole/TaskHole.py b/src/Mod/PartDesign/FeatureHole/TaskHole.py index f0389ffb65..b0752d356a 100644 --- a/src/Mod/PartDesign/FeatureHole/TaskHole.py +++ b/src/Mod/PartDesign/FeatureHole/TaskHole.py @@ -1,23 +1,23 @@ #/****************************************************************************** -# * Copyright (c)2012 Jan Rheinlaender * -# * * -# * This file is part of the FreeCAD CAx development system. * -# * * -# * This library is free software; you can redistribute it and/or * -# * modify it under the terms of the GNU Library General Public * -# * License as published by the Free Software Foundation; either * -# * version 2 of the License, or (at your option) any later version. * -# * * -# * This library 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 Library General Public License for more details. * -# * * -# * You should have received a copy of the GNU Library General Public * -# * License along with this library; see the file COPYING.LIB. If not, * -# * write to the Free Software Foundation, Inc., 59 Temple Place, * -# * Suite 330, Boston, MA 02111-1307, USA * -# * * +# * Copyright (c) 2012 Jan Rheinländer * +# * * +# * This file is part of the FreeCAD CAx development system. * +# * * +# * This library is free software; you can redistribute it and/or * +# * modify it under the terms of the GNU Library General Public * +# * License as published by the Free Software Foundation; either * +# * version 2 of the License, or (at your option) any later version. * +# * * +# * This library 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 Library General Public License for more details. * +# * * +# * You should have received a copy of the GNU Library General Public * +# * License along with this library; see the file COPYING.LIB. If not, * +# * write to the Free Software Foundation, Inc., 59 Temple Place, * +# * Suite 330, Boston, MA 02111-1307, USA * +# * * # ******************************************************************************/ import FreeCAD, FreeCADGui diff --git a/src/Mod/PartDesign/FeatureHole/ViewProviderHole.py b/src/Mod/PartDesign/FeatureHole/ViewProviderHole.py index 94f836ca52..b3ac7602f3 100644 --- a/src/Mod/PartDesign/FeatureHole/ViewProviderHole.py +++ b/src/Mod/PartDesign/FeatureHole/ViewProviderHole.py @@ -1,23 +1,23 @@ #/****************************************************************************** -# * Copyright (c)2012 Jan Rheinlaender * -# * * -# * This file is part of the FreeCAD CAx development system. * -# * * -# * This library is free software; you can redistribute it and/or * -# * modify it under the terms of the GNU Library General Public * -# * License as published by the Free Software Foundation; either * -# * version 2 of the License, or (at your option) any later version. * -# * * -# * This library 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 Library General Public License for more details. * -# * * -# * You should have received a copy of the GNU Library General Public * -# * License along with this library; see the file COPYING.LIB. If not, * -# * write to the Free Software Foundation, Inc., 59 Temple Place, * -# * Suite 330, Boston, MA 02111-1307, USA * -# * * +# * Copyright (c) 2012 Jan Rheinländer * +# * * +# * This file is part of the FreeCAD CAx development system. * +# * * +# * This library is free software; you can redistribute it and/or * +# * modify it under the terms of the GNU Library General Public * +# * License as published by the Free Software Foundation; either * +# * version 2 of the License, or (at your option) any later version. * +# * * +# * This library 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 Library General Public License for more details. * +# * * +# * You should have received a copy of the GNU Library General Public * +# * License along with this library; see the file COPYING.LIB. If not, * +# * write to the Free Software Foundation, Inc., 59 Temple Place, * +# * Suite 330, Boston, MA 02111-1307, USA * +# * * # ******************************************************************************/ import FreeCAD, FreeCADGui diff --git a/src/Mod/PartDesign/FeatureHole/__init__.py b/src/Mod/PartDesign/FeatureHole/__init__.py index 68209b5dc5..42b9e7d623 100644 --- a/src/Mod/PartDesign/FeatureHole/__init__.py +++ b/src/Mod/PartDesign/FeatureHole/__init__.py @@ -3,25 +3,25 @@ Hole Feature """ #/****************************************************************************** -# * Copyright (c)2012 Jan Rheinlaender * -# * * -# * This file is part of the FreeCAD CAx development system. * -# * * -# * This library is free software; you can redistribute it and/or * -# * modify it under the terms of the GNU Library General Public * -# * License as published by the Free Software Foundation; either * -# * version 2 of the License, or (at your option) any later version. * -# * * -# * This library 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 Library General Public License for more details. * -# * * -# * You should have received a copy of the GNU Library General Public * -# * License along with this library; see the file COPYING.LIB. If not, * -# * write to the Free Software Foundation, Inc., 59 Temple Place, * -# * Suite 330, Boston, MA 02111-1307, USA * -# * * +# * Copyright (c) 2012 Jan Rheinländer * +# * * +# * This file is part of the FreeCAD CAx development system. * +# * * +# * This library is free software; you can redistribute it and/or * +# * modify it under the terms of the GNU Library General Public * +# * License as published by the Free Software Foundation; either * +# * version 2 of the License, or (at your option) any later version. * +# * * +# * This library 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 Library General Public License for more details. * +# * * +# * You should have received a copy of the GNU Library General Public * +# * License along with this library; see the file COPYING.LIB. If not, * +# * write to the Free Software Foundation, Inc., 59 Temple Place, * +# * Suite 330, Boston, MA 02111-1307, USA * +# * * # ******************************************************************************/ # Empty file to treat the folder as a package diff --git a/src/Mod/PartDesign/Gui/FeaturePickDialog.cpp b/src/Mod/PartDesign/Gui/FeaturePickDialog.cpp index 743998d0e8..27bbcfdff8 100644 --- a/src/Mod/PartDesign/Gui/FeaturePickDialog.cpp +++ b/src/Mod/PartDesign/Gui/FeaturePickDialog.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ReferenceSelection.cpp b/src/Mod/PartDesign/Gui/ReferenceSelection.cpp index 1255035d11..4aa28501fc 100644 --- a/src/Mod/PartDesign/Gui/ReferenceSelection.cpp +++ b/src/Mod/PartDesign/Gui/ReferenceSelection.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Konstantinos Poulios * + * Copyright (c) 2012 Konstantinos Poulios * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ReferenceSelection.h b/src/Mod/PartDesign/Gui/ReferenceSelection.h index d45d415e37..a2feed0f7b 100644 --- a/src/Mod/PartDesign/Gui/ReferenceSelection.h +++ b/src/Mod/PartDesign/Gui/ReferenceSelection.h @@ -1,5 +1,6 @@ /****************************************************************************** - * Copyright (c)2012 Konstantinos Poulios * + * Copyright (c) 2012 Konstantinos Poulios * + * * * 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/PartDesign/Gui/TaskBooleanParameters.cpp b/src/Mod/PartDesign/Gui/TaskBooleanParameters.cpp index 056dcbd636..105f70440c 100644 --- a/src/Mod/PartDesign/Gui/TaskBooleanParameters.cpp +++ b/src/Mod/PartDesign/Gui/TaskBooleanParameters.cpp @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2012 Jan Rheinländer * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskBooleanParameters.h b/src/Mod/PartDesign/Gui/TaskBooleanParameters.h index 6c64a95871..6020dd850e 100644 --- a/src/Mod/PartDesign/Gui/TaskBooleanParameters.h +++ b/src/Mod/PartDesign/Gui/TaskBooleanParameters.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskDatumParameters.cpp b/src/Mod/PartDesign/Gui/TaskDatumParameters.cpp index beb3e84489..15b581ddc3 100644 --- a/src/Mod/PartDesign/Gui/TaskDatumParameters.cpp +++ b/src/Mod/PartDesign/Gui/TaskDatumParameters.cpp @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinlaender * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskDatumParameters.h b/src/Mod/PartDesign/Gui/TaskDatumParameters.h index 42a887f08c..a47c4cd87b 100644 --- a/src/Mod/PartDesign/Gui/TaskDatumParameters.h +++ b/src/Mod/PartDesign/Gui/TaskDatumParameters.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinlaender * + * Copyright (c) 2013 Jan Rheinlaender * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskDraftParameters.cpp b/src/Mod/PartDesign/Gui/TaskDraftParameters.cpp index bbc82262a8..71f27eb651 100644 --- a/src/Mod/PartDesign/Gui/TaskDraftParameters.cpp +++ b/src/Mod/PartDesign/Gui/TaskDraftParameters.cpp @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2012 Jan Rheinländer * + * Copyright (c) 2012 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskDraftParameters.h b/src/Mod/PartDesign/Gui/TaskDraftParameters.h index f5ff5a45ef..3134e5cc69 100644 --- a/src/Mod/PartDesign/Gui/TaskDraftParameters.h +++ b/src/Mod/PartDesign/Gui/TaskDraftParameters.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2012 Jan Rheinländer * + * Copyright (c) 2012 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskDressUpParameters.cpp b/src/Mod/PartDesign/Gui/TaskDressUpParameters.cpp index d0e09f69d0..761e4ec357 100644 --- a/src/Mod/PartDesign/Gui/TaskDressUpParameters.cpp +++ b/src/Mod/PartDesign/Gui/TaskDressUpParameters.cpp @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2012 Jan Rheinländer * + * Copyright (c) 2012 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskDressUpParameters.h b/src/Mod/PartDesign/Gui/TaskDressUpParameters.h index 91c164d045..aaecc506d9 100644 --- a/src/Mod/PartDesign/Gui/TaskDressUpParameters.h +++ b/src/Mod/PartDesign/Gui/TaskDressUpParameters.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2012 Jan Rheinländer * + * Copyright (c) 2012 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp b/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp index f195b3e4ed..fd49cc49d3 100644 --- a/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp +++ b/src/Mod/PartDesign/Gui/TaskFeaturePick.cpp @@ -1,5 +1,6 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskFeaturePick.h b/src/Mod/PartDesign/Gui/TaskFeaturePick.h index 1cb1d5a121..eef80dc5c2 100644 --- a/src/Mod/PartDesign/Gui/TaskFeaturePick.h +++ b/src/Mod/PartDesign/Gui/TaskFeaturePick.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.cpp b/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.cpp index 07c4f30ae5..2771f83a8d 100644 --- a/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.cpp +++ b/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h b/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h index 3d14911aa9..b717a79736 100644 --- a/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h +++ b/src/Mod/PartDesign/Gui/TaskLinearPatternParameters.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskMirroredParameters.cpp b/src/Mod/PartDesign/Gui/TaskMirroredParameters.cpp index 765972bc70..3a50522527 100644 --- a/src/Mod/PartDesign/Gui/TaskMirroredParameters.cpp +++ b/src/Mod/PartDesign/Gui/TaskMirroredParameters.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskMirroredParameters.h b/src/Mod/PartDesign/Gui/TaskMirroredParameters.h index f0894608b5..afc66cabde 100644 --- a/src/Mod/PartDesign/Gui/TaskMirroredParameters.h +++ b/src/Mod/PartDesign/Gui/TaskMirroredParameters.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp b/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp index d0021dd1c9..96007d4c96 100644 --- a/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp +++ b/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h b/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h index b2ac86fdbf..b86d24e9a2 100644 --- a/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h +++ b/src/Mod/PartDesign/Gui/TaskMultiTransformParameters.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.cpp b/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.cpp index 8096daaa42..bf922556f3 100644 --- a/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.cpp +++ b/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h b/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h index d7ee4a21b7..63c519cb8e 100644 --- a/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h +++ b/src/Mod/PartDesign/Gui/TaskPolarPatternParameters.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskScaledParameters.cpp b/src/Mod/PartDesign/Gui/TaskScaledParameters.cpp index eb896da74a..c91295397b 100644 --- a/src/Mod/PartDesign/Gui/TaskScaledParameters.cpp +++ b/src/Mod/PartDesign/Gui/TaskScaledParameters.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskScaledParameters.h b/src/Mod/PartDesign/Gui/TaskScaledParameters.h index 38f49c7215..2e21501503 100644 --- a/src/Mod/PartDesign/Gui/TaskScaledParameters.h +++ b/src/Mod/PartDesign/Gui/TaskScaledParameters.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.cpp b/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.cpp index 17386a0fcd..b473570524 100644 --- a/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.cpp +++ b/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.cpp @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.h b/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.h index 2dd1acecab..2fd911f0fd 100644 --- a/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.h +++ b/src/Mod/PartDesign/Gui/TaskSketchBasedParameters.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskTransformedParameters.cpp b/src/Mod/PartDesign/Gui/TaskTransformedParameters.cpp index 1c4f5b51c5..3ab316d349 100644 --- a/src/Mod/PartDesign/Gui/TaskTransformedParameters.cpp +++ b/src/Mod/PartDesign/Gui/TaskTransformedParameters.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/TaskTransformedParameters.h b/src/Mod/PartDesign/Gui/TaskTransformedParameters.h index 3b7aacf23b..9d9b35eb83 100644 --- a/src/Mod/PartDesign/Gui/TaskTransformedParameters.h +++ b/src/Mod/PartDesign/Gui/TaskTransformedParameters.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderBoolean.cpp b/src/Mod/PartDesign/Gui/ViewProviderBoolean.cpp index 8bda85960a..3b9807723d 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderBoolean.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderBoolean.cpp @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderBoolean.h b/src/Mod/PartDesign/Gui/ViewProviderBoolean.h index 0b61941003..37ab9516f8 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderBoolean.h +++ b/src/Mod/PartDesign/Gui/ViewProviderBoolean.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinländer * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderDatum.cpp b/src/Mod/PartDesign/Gui/ViewProviderDatum.cpp index 9a65fecbf2..58bb3fbe28 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderDatum.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderDatum.cpp @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinlaender * + * Copyright (c) 2013 Jan Rheinlaender * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderDatum.h b/src/Mod/PartDesign/Gui/ViewProviderDatum.h index dd32eae563..43a5057360 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderDatum.h +++ b/src/Mod/PartDesign/Gui/ViewProviderDatum.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinlaender * + * Copyright (c) 2013 Jan Rheinlaender * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderDatumLine.cpp b/src/Mod/PartDesign/Gui/ViewProviderDatumLine.cpp index 60ce751639..1c608f3ced 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderDatumLine.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderDatumLine.cpp @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinlaender * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderDatumLine.h b/src/Mod/PartDesign/Gui/ViewProviderDatumLine.h index 4ef0116de4..204e47d07b 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderDatumLine.h +++ b/src/Mod/PartDesign/Gui/ViewProviderDatumLine.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinlaender * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderDatumPlane.cpp b/src/Mod/PartDesign/Gui/ViewProviderDatumPlane.cpp index 45c8ae4ff6..d4b1b93545 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderDatumPlane.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderDatumPlane.cpp @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinlaender * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderDatumPlane.h b/src/Mod/PartDesign/Gui/ViewProviderDatumPlane.h index 2b09e975cd..fd90ab4a82 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderDatumPlane.h +++ b/src/Mod/PartDesign/Gui/ViewProviderDatumPlane.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinlaender * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderDatumPoint.cpp b/src/Mod/PartDesign/Gui/ViewProviderDatumPoint.cpp index 2a0642700f..42b09df07b 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderDatumPoint.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderDatumPoint.cpp @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinlaender * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderDatumPoint.h b/src/Mod/PartDesign/Gui/ViewProviderDatumPoint.h index 3ff5514f50..f32415e2e7 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderDatumPoint.h +++ b/src/Mod/PartDesign/Gui/ViewProviderDatumPoint.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2013 Jan Rheinlaender * + * Copyright (c) 2013 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderDraft.cpp b/src/Mod/PartDesign/Gui/ViewProviderDraft.cpp index 0ae3f38fb0..8b45c0d09b 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderDraft.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderDraft.cpp @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2012 Jan Rheinländer * + * Copyright (c) 2012 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderDraft.h b/src/Mod/PartDesign/Gui/ViewProviderDraft.h index c1b2c40df9..218bc7f9ab 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderDraft.h +++ b/src/Mod/PartDesign/Gui/ViewProviderDraft.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2012 Jan Rheinländer * + * Copyright (c) 2012 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderDressUp.cpp b/src/Mod/PartDesign/Gui/ViewProviderDressUp.cpp index 241931278f..26135c1d62 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderDressUp.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderDressUp.cpp @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2012 Jan Rheinländer * + * Copyright (c) 2012 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderDressUp.h b/src/Mod/PartDesign/Gui/ViewProviderDressUp.h index 5455463464..86c731e278 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderDressUp.h +++ b/src/Mod/PartDesign/Gui/ViewProviderDressUp.h @@ -1,5 +1,6 @@ /*************************************************************************** - * Copyright (c) 2012 Jan Rheinländer * + * Copyright (c) 2012 Jan Rheinländer * + * * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderGroove.cpp b/src/Mod/PartDesign/Gui/ViewProviderGroove.cpp index 004869347f..782effe822 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderGroove.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderGroove.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderGroove.h b/src/Mod/PartDesign/Gui/ViewProviderGroove.h index 2cfc1c183b..307d52a59c 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderGroove.h +++ b/src/Mod/PartDesign/Gui/ViewProviderGroove.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderLinearPattern.cpp b/src/Mod/PartDesign/Gui/ViewProviderLinearPattern.cpp index b51c3294f5..1a4c765dbd 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderLinearPattern.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderLinearPattern.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderLinearPattern.h b/src/Mod/PartDesign/Gui/ViewProviderLinearPattern.h index 9e4dc4a580..b62612bb65 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderLinearPattern.h +++ b/src/Mod/PartDesign/Gui/ViewProviderLinearPattern.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderMirrored.cpp b/src/Mod/PartDesign/Gui/ViewProviderMirrored.cpp index b41070c769..9a01dbb151 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderMirrored.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderMirrored.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderMirrored.h b/src/Mod/PartDesign/Gui/ViewProviderMirrored.h index a64975121b..1de7253cdd 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderMirrored.h +++ b/src/Mod/PartDesign/Gui/ViewProviderMirrored.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderMultiTransform.cpp b/src/Mod/PartDesign/Gui/ViewProviderMultiTransform.cpp index 398c7e318c..42317452c4 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderMultiTransform.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderMultiTransform.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderMultiTransform.h b/src/Mod/PartDesign/Gui/ViewProviderMultiTransform.h index acd4a41fd9..43c73449e0 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderMultiTransform.h +++ b/src/Mod/PartDesign/Gui/ViewProviderMultiTransform.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderPolarPattern.cpp b/src/Mod/PartDesign/Gui/ViewProviderPolarPattern.cpp index f0081291b8..292899ff88 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderPolarPattern.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderPolarPattern.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderPolarPattern.h b/src/Mod/PartDesign/Gui/ViewProviderPolarPattern.h index 6fad87d19e..480ccef95b 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderPolarPattern.h +++ b/src/Mod/PartDesign/Gui/ViewProviderPolarPattern.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderScaled.cpp b/src/Mod/PartDesign/Gui/ViewProviderScaled.cpp index 8d15c62351..30a47bd63f 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderScaled.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderScaled.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderScaled.h b/src/Mod/PartDesign/Gui/ViewProviderScaled.h index e225ac4f38..6c928e6421 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderScaled.h +++ b/src/Mod/PartDesign/Gui/ViewProviderScaled.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderTransformed.cpp b/src/Mod/PartDesign/Gui/ViewProviderTransformed.cpp index 1b3b9e3008..ed16e0a974 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderTransformed.cpp +++ b/src/Mod/PartDesign/Gui/ViewProviderTransformed.cpp @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/Gui/ViewProviderTransformed.h b/src/Mod/PartDesign/Gui/ViewProviderTransformed.h index ad61e73314..50a72ca1ae 100644 --- a/src/Mod/PartDesign/Gui/ViewProviderTransformed.h +++ b/src/Mod/PartDesign/Gui/ViewProviderTransformed.h @@ -1,5 +1,5 @@ /****************************************************************************** - * Copyright (c)2012 Jan Rheinlaender * + * Copyright (c) 2012 Jan Rheinländer * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/PartDesign/InvoluteGearFeature.py b/src/Mod/PartDesign/InvoluteGearFeature.py index 0694f4935e..20c8089426 100644 --- a/src/Mod/PartDesign/InvoluteGearFeature.py +++ b/src/Mod/PartDesign/InvoluteGearFeature.py @@ -1,6 +1,5 @@ #*************************************************************************** -#* * -#* Copyright (c) 2014 - Juergen Riegel * +#* Copyright (c) 2014 Juergen Riegel * #* * #* This program is free software; you can redistribute it and/or modify * #* it under the terms of the GNU Lesser General Public License (LGPL) * diff --git a/src/Mod/PartDesign/PartDesignTests/TestHole.py b/src/Mod/PartDesign/PartDesignTests/TestHole.py index d17402493b..d84afd69ca 100644 --- a/src/Mod/PartDesign/PartDesignTests/TestHole.py +++ b/src/Mod/PartDesign/PartDesignTests/TestHole.py @@ -1,4 +1,5 @@ -# Copyright (c) Kurt Kremitzki 2017 * +#************************************************************************** +# Copyright (c) 2017 Kurt Kremitzki * # * # This file is part of the FreeCAD CAx development system. * # * diff --git a/src/Mod/PartDesign/WizardShaft/SegmentFunction.py b/src/Mod/PartDesign/WizardShaft/SegmentFunction.py index d07f29fae9..3aac232e44 100644 --- a/src/Mod/PartDesign/WizardShaft/SegmentFunction.py +++ b/src/Mod/PartDesign/WizardShaft/SegmentFunction.py @@ -1,5 +1,5 @@ #/****************************************************************************** -# * Copyright (c)2012 Jan Rheinlaender * +# * Copyright (c) 2012 Jan Rheinländer * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/PartDesign/WizardShaft/Shaft.py b/src/Mod/PartDesign/WizardShaft/Shaft.py index 133de6a4ac..b128c6c19d 100644 --- a/src/Mod/PartDesign/WizardShaft/Shaft.py +++ b/src/Mod/PartDesign/WizardShaft/Shaft.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- #/****************************************************************************** -# * Copyright (c)2012 Jan Rheinlaender * +# * Copyright (c) 2012 Jan Rheinländer * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/PartDesign/WizardShaft/ShaftDiagram.py b/src/Mod/PartDesign/WizardShaft/ShaftDiagram.py index e49a7caeba..026e4d9683 100644 --- a/src/Mod/PartDesign/WizardShaft/ShaftDiagram.py +++ b/src/Mod/PartDesign/WizardShaft/ShaftDiagram.py @@ -1,5 +1,5 @@ #/****************************************************************************** -# * Copyright (c)2012 Jan Rheinlaender * +# * Copyright (c) 2012 Jan Rheinländer * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/PartDesign/WizardShaft/ShaftFeature.py b/src/Mod/PartDesign/WizardShaft/ShaftFeature.py index 2810237ced..9413ca1a35 100644 --- a/src/Mod/PartDesign/WizardShaft/ShaftFeature.py +++ b/src/Mod/PartDesign/WizardShaft/ShaftFeature.py @@ -1,5 +1,5 @@ #/****************************************************************************** -# * Copyright (c)2012 Jan Rheinlaender * +# * Copyright (c) 2012 Jan Rheinländer * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/PartDesign/WizardShaft/WizardShaft.py b/src/Mod/PartDesign/WizardShaft/WizardShaft.py index a8d49fe987..35d2b1db7e 100644 --- a/src/Mod/PartDesign/WizardShaft/WizardShaft.py +++ b/src/Mod/PartDesign/WizardShaft/WizardShaft.py @@ -1,5 +1,5 @@ #/****************************************************************************** -# * Copyright (c)2012 Jan Rheinlaender * +# * Copyright (c) 2012 Jan Rheinländer * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/PartDesign/WizardShaft/WizardShaftTable.py b/src/Mod/PartDesign/WizardShaft/WizardShaftTable.py index c118a2d509..f3dcb726c4 100644 --- a/src/Mod/PartDesign/WizardShaft/WizardShaftTable.py +++ b/src/Mod/PartDesign/WizardShaft/WizardShaftTable.py @@ -1,5 +1,5 @@ #/****************************************************************************** -# * Copyright (c)2012 Jan Rheinlaender * +# * Copyright (c) 2012 Jan Rheinländer * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/PartDesign/WizardShaft/__init__.py b/src/Mod/PartDesign/WizardShaft/__init__.py index b3fd816df6..d32e9e3c29 100644 --- a/src/Mod/PartDesign/WizardShaft/__init__.py +++ b/src/Mod/PartDesign/WizardShaft/__init__.py @@ -3,7 +3,7 @@ Shaft Wizard """ #/****************************************************************************** -# * Copyright (c)2012 Jan Rheinlaender * +# * Copyright (c) 2012 Jan Rheinländer * # * * # * This file is part of the FreeCAD CAx development system. * # * *