From b17c0cce4655860c8e74c3dbffc7818ccf6004fd Mon Sep 17 00:00:00 2001 From: luz paz Date: Mon, 28 Nov 2022 09:04:50 -0500 Subject: [PATCH] Gui: fix header uniformity Make uniform all Gui/ directory headers. --- src/Gui/ActiveObjectList.cpp | 1 - src/Gui/ActiveObjectList.h | 1 - src/Gui/SelectionObjectPyImp.cpp | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Gui/ActiveObjectList.cpp b/src/Gui/ActiveObjectList.cpp index ef5e6720a4..47b4486e0a 100644 --- a/src/Gui/ActiveObjectList.cpp +++ b/src/Gui/ActiveObjectList.cpp @@ -19,7 +19,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * * USA * * * -* Juergen Riegel 2014 * ***************************************************************************/ #include "PreCompiled.h" diff --git a/src/Gui/ActiveObjectList.h b/src/Gui/ActiveObjectList.h index e392c97337..8a75ce87bb 100644 --- a/src/Gui/ActiveObjectList.h +++ b/src/Gui/ActiveObjectList.h @@ -19,7 +19,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * * USA * * * -* Juergen Riegel 2014 * ***************************************************************************/ diff --git a/src/Gui/SelectionObjectPyImp.cpp b/src/Gui/SelectionObjectPyImp.cpp index 2de0a3e2d0..085093214b 100644 --- a/src/Gui/SelectionObjectPyImp.cpp +++ b/src/Gui/SelectionObjectPyImp.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2009 Jürgen Riegel (FreeCAD@juergen-riegel.net) * + * Copyright (c) 2009 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * *