From 0c6786d4bfe1814119c00a2b2816f2770885386d Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Fri, 20 Dec 2019 13:30:05 -0500 Subject: [PATCH] Templates: fix header uniformity This PR fixes header uniformity across all template files. --- src/Tools/_TEMPLATE_/App/App_TEMPLATE_.cpp | 2 +- src/Tools/_TEMPLATE_/App/PreCompiled.cpp | 2 +- src/Tools/_TEMPLATE_/App/PreCompiled.h | 2 +- src/Tools/_TEMPLATE_/Gui/App_TEMPLATE_Gui.cpp | 2 +- src/Tools/_TEMPLATE_/Gui/Command.cpp | 2 +- src/Tools/_TEMPLATE_/Gui/PreCompiled.cpp | 2 +- src/Tools/_TEMPLATE_/Gui/PreCompiled.h | 2 +- src/Tools/_TEMPLATE_/Gui/Workbench.cpp | 2 +- src/Tools/_TEMPLATE_/Gui/Workbench.h | 2 +- src/Tools/generateTemplates/templateCPPFile.py | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Tools/_TEMPLATE_/App/App_TEMPLATE_.cpp b/src/Tools/_TEMPLATE_/App/App_TEMPLATE_.cpp index 738529617281..1babbf973eac 100644 --- a/src/Tools/_TEMPLATE_/App/App_TEMPLATE_.cpp +++ b/src/Tools/_TEMPLATE_/App/App_TEMPLATE_.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) YEAR YOUR NAME * + * Copyright (c) YEAR YOUR NAME * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Tools/_TEMPLATE_/App/PreCompiled.cpp b/src/Tools/_TEMPLATE_/App/PreCompiled.cpp index c32e030c6d8c..68d7ea8a804a 100644 --- a/src/Tools/_TEMPLATE_/App/PreCompiled.cpp +++ b/src/Tools/_TEMPLATE_/App/PreCompiled.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) YEAR YOUR NAME * + * Copyright (c) YEAR YOUR NAME * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Tools/_TEMPLATE_/App/PreCompiled.h b/src/Tools/_TEMPLATE_/App/PreCompiled.h index 1ab643371589..7556c1fd3eaf 100644 --- a/src/Tools/_TEMPLATE_/App/PreCompiled.h +++ b/src/Tools/_TEMPLATE_/App/PreCompiled.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) YEAR YOUR NAME * + * Copyright (c) YEAR YOUR NAME * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Tools/_TEMPLATE_/Gui/App_TEMPLATE_Gui.cpp b/src/Tools/_TEMPLATE_/Gui/App_TEMPLATE_Gui.cpp index d96b311ee6c3..e7019bcadc79 100644 --- a/src/Tools/_TEMPLATE_/Gui/App_TEMPLATE_Gui.cpp +++ b/src/Tools/_TEMPLATE_/Gui/App_TEMPLATE_Gui.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) YEAR YOUR NAME * + * Copyright (c) YEAR YOUR NAME * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Tools/_TEMPLATE_/Gui/Command.cpp b/src/Tools/_TEMPLATE_/Gui/Command.cpp index 7399a8851d4d..2f3420ff186e 100644 --- a/src/Tools/_TEMPLATE_/Gui/Command.cpp +++ b/src/Tools/_TEMPLATE_/Gui/Command.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) YEAR YOUR NAME * + * Copyright (c) YEAR YOUR NAME * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Tools/_TEMPLATE_/Gui/PreCompiled.cpp b/src/Tools/_TEMPLATE_/Gui/PreCompiled.cpp index c32e030c6d8c..68d7ea8a804a 100644 --- a/src/Tools/_TEMPLATE_/Gui/PreCompiled.cpp +++ b/src/Tools/_TEMPLATE_/Gui/PreCompiled.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) YEAR YOUR NAME * + * Copyright (c) YEAR YOUR NAME * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Tools/_TEMPLATE_/Gui/PreCompiled.h b/src/Tools/_TEMPLATE_/Gui/PreCompiled.h index 25ebdd6dfd1d..3475d3af9b6e 100644 --- a/src/Tools/_TEMPLATE_/Gui/PreCompiled.h +++ b/src/Tools/_TEMPLATE_/Gui/PreCompiled.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) YEAR YOUR NAME * + * Copyright (c) YEAR YOUR NAME * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Tools/_TEMPLATE_/Gui/Workbench.cpp b/src/Tools/_TEMPLATE_/Gui/Workbench.cpp index 6587391b2061..fe66b3ea01a8 100644 --- a/src/Tools/_TEMPLATE_/Gui/Workbench.cpp +++ b/src/Tools/_TEMPLATE_/Gui/Workbench.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) YEAR YOUR NAME * + * Copyright (c) YEAR YOUR NAME * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Tools/_TEMPLATE_/Gui/Workbench.h b/src/Tools/_TEMPLATE_/Gui/Workbench.h index 58676eb428b0..dfe9eeb56e19 100644 --- a/src/Tools/_TEMPLATE_/Gui/Workbench.h +++ b/src/Tools/_TEMPLATE_/Gui/Workbench.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) YEAR YOUR NAME * + * Copyright (c) YEAR YOUR NAME * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Tools/generateTemplates/templateCPPFile.py b/src/Tools/generateTemplates/templateCPPFile.py index 227618d8250e..9bb5414d198e 100644 --- a/src/Tools/generateTemplates/templateCPPFile.py +++ b/src/Tools/generateTemplates/templateCPPFile.py @@ -13,7 +13,7 @@ def Generate(self): Template = """ /*************************************************************************** - * Copyright (c) YEAR YOUR NAME * + * Copyright (c) YEAR YOUR NAME * * * * This file is part of the FreeCAD CAx development system. * * *