diff --git a/src/Mod/Image/App/PreCompiled.cpp b/src/Mod/Image/App/PreCompiled.cpp index 1734bf3f87..7b200a1bf2 100644 --- a/src/Mod/Image/App/PreCompiled.cpp +++ b/src/Mod/Image/App/PreCompiled.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2002 * + * Copyright (c) 2002 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Image/App/PreCompiled.h b/src/Mod/Image/App/PreCompiled.h index a829e57563..01336c8940 100644 --- a/src/Mod/Image/App/PreCompiled.h +++ b/src/Mod/Image/App/PreCompiled.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2002 * + * Copyright (c) 2002 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * @@ -26,7 +26,7 @@ #include #ifdef _PreComp_ -/// here get the warnings of to long specifieres disabled (needed for VC6) +/// here get the warnings of too long specifiers disabled (needed for VC6) #ifdef _MSC_VER # pragma warning( disable : 4251 ) # pragma warning( disable : 4503 ) diff --git a/src/Mod/Image/Gui/PreCompiled.cpp b/src/Mod/Image/Gui/PreCompiled.cpp index 1734bf3f87..7b200a1bf2 100644 --- a/src/Mod/Image/Gui/PreCompiled.cpp +++ b/src/Mod/Image/Gui/PreCompiled.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2002 * + * Copyright (c) 2002 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Image/Gui/PreCompiled.h b/src/Mod/Image/Gui/PreCompiled.h index 733abd36d1..c36f20d934 100644 --- a/src/Mod/Image/Gui/PreCompiled.h +++ b/src/Mod/Image/Gui/PreCompiled.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2002 * + * Copyright (c) 2002 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Image/ImageTools/_CommandImageScaling.py b/src/Mod/Image/ImageTools/_CommandImageScaling.py index f7bb16a21d..9740f3e026 100644 --- a/src/Mod/Image/ImageTools/_CommandImageScaling.py +++ b/src/Mod/Image/ImageTools/_CommandImageScaling.py @@ -1,6 +1,5 @@ # *************************************************************************** -# * * -# * Copyright (c) 2016 - Victor Titov (DeepSOIC) * +# * Copyright (c) 2016 Victor Titov (DeepSOIC) * # * * # * 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/Image/ImageTools/__init__.py b/src/Mod/Image/ImageTools/__init__.py index 5b05938938..3ecb2c32bf 100644 --- a/src/Mod/Image/ImageTools/__init__.py +++ b/src/Mod/Image/ImageTools/__init__.py @@ -1,6 +1,5 @@ # *************************************************************************** -# * * -# * Copyright (c) 2016 - Victor Titov (DeepSOIC) * +# * Copyright (c) 2016 Victor Titov (DeepSOIC) * # * * # * 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/Image/Init.py b/src/Mod/Image/Init.py index 0cc96a96d5..b69749c4e4 100644 --- a/src/Mod/Image/Init.py +++ b/src/Mod/Image/Init.py @@ -1,8 +1,5 @@ -# FreeCAD init script of the Image module -# (c) 2001 Juergen Riegel - #*************************************************************************** -#* (c) Juergen Riegel (juergen.riegel@web.de) 2002 * +#* Copyright (c) 2001,2002 Juergen Riegel * #* * #* This file is part of the FreeCAD CAx development system. * #* * @@ -22,10 +19,9 @@ #* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * #* USA * #* * -#* Juergen Riegel 2002 * #***************************************************************************/ - +# FreeCAD init script of the Image module # Get the Parameter Group of this module ParGrp = App.ParamGet("System parameter:Modules").GetGroup("Image") diff --git a/src/Mod/Image/InitGui.py b/src/Mod/Image/InitGui.py index 8e421a2142..ca28e35960 100644 --- a/src/Mod/Image/InitGui.py +++ b/src/Mod/Image/InitGui.py @@ -1,12 +1,5 @@ -# Image gui init module -# (c) 2003 Juergen Riegel -# -# Gathering all the information to start FreeCAD -# This is the second one of three init scripts, the third one -# runs when the gui is up - #*************************************************************************** -#* (c) Juergen Riegel (juergen.riegel@web.de) 2002 * +#* Copyright (c) 2002,2003 Juergen Riegel * #* * #* This file is part of the FreeCAD CAx development system. * #* * @@ -26,9 +19,13 @@ #* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * #* USA * #* * -#* Juergen Riegel 2002 * #***************************************************************************/ +# Image gui init module +# +# Gathering all the information to start FreeCAD +# This is the second one of three init scripts, the third one +# runs when the gui is up class ImageWorkbench ( Workbench ):