diff --git a/src/Mod/Import/App/AppImport.cpp b/src/Mod/Import/App/AppImport.cpp index 24f16693b5..cb8d716504 100644 --- a/src/Mod/Import/App/AppImport.cpp +++ b/src/Mod/Import/App/AppImport.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * (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. * * * @@ -19,7 +19,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * * USA * * * - * Juergen Riegel 2002 * ***************************************************************************/ diff --git a/src/Mod/Import/App/FeatureImportIges.cpp b/src/Mod/Import/App/FeatureImportIges.cpp index 5f922af183..3395510799 100644 --- a/src/Mod/Import/App/FeatureImportIges.cpp +++ b/src/Mod/Import/App/FeatureImportIges.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/Import/App/FeatureImportIges.h b/src/Mod/Import/App/FeatureImportIges.h index 131758839d..680b10a35e 100644 --- a/src/Mod/Import/App/FeatureImportIges.h +++ b/src/Mod/Import/App/FeatureImportIges.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/Import/App/FeatureImportStep.cpp b/src/Mod/Import/App/FeatureImportStep.cpp index 055031e7cc..6574cb99ea 100644 --- a/src/Mod/Import/App/FeatureImportStep.cpp +++ b/src/Mod/Import/App/FeatureImportStep.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/Import/App/FeatureImportStep.h b/src/Mod/Import/App/FeatureImportStep.h index dd332ca082..9ac1e8b778 100644 --- a/src/Mod/Import/App/FeatureImportStep.h +++ b/src/Mod/Import/App/FeatureImportStep.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/Import/App/ImpExpDxf.cpp b/src/Mod/Import/App/ImpExpDxf.cpp index edd1bc9749..bdfe0e48b9 100644 --- a/src/Mod/Import/App/ImpExpDxf.cpp +++ b/src/Mod/Import/App/ImpExpDxf.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Yorik van Havre (yorik@uncreated.net) 2015 * + * Copyright (c) 2015 Yorik van Havre (yorik@uncreated.net) * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Import/App/ImpExpDxf.h b/src/Mod/Import/App/ImpExpDxf.h index eb18402b95..378a668479 100644 --- a/src/Mod/Import/App/ImpExpDxf.h +++ b/src/Mod/Import/App/ImpExpDxf.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Yorik van Havre (yorik@uncreated.net) 2015 * + * Copyright (c) 2015 Yorik van Havre (yorik@uncreated.net) * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Import/App/PlmXmlParser.py b/src/Mod/Import/App/PlmXmlParser.py index dd58203ffb..56e36750a9 100644 --- a/src/Mod/Import/App/PlmXmlParser.py +++ b/src/Mod/Import/App/PlmXmlParser.py @@ -1,6 +1,6 @@ # PlmXmlParser #*************************************************************************** -#* (c) Juergen Riegel (FreeCAD@juergen-riegel.net) 2015 * +#* Copyright (c) 2015 Juergen Riegel * #* * #* This file is part of the FreeCAD CAx development system. * #* * @@ -20,7 +20,6 @@ #* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * #* USA * #* * -#* Juergen Riegel 2015 * #***************************************************************************/ diff --git a/src/Mod/Import/App/PreCompiled.cpp b/src/Mod/Import/App/PreCompiled.cpp index cad1e1578a..cd345efad8 100644 --- a/src/Mod/Import/App/PreCompiled.cpp +++ b/src/Mod/Import/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/Import/App/PreCompiled.h b/src/Mod/Import/App/PreCompiled.h index d6dfa3ba15..ff6550f23e 100644 --- a/src/Mod/Import/App/PreCompiled.h +++ b/src/Mod/Import/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. * * * diff --git a/src/Mod/Import/App/StepShape.cpp b/src/Mod/Import/App/StepShape.cpp index c05435a3ea..acd4a9e706 100644 --- a/src/Mod/Import/App/StepShape.cpp +++ b/src/Mod/Import/App/StepShape.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * (c) Jürgen Riegel (juergen.riegel@web.de) 2014 * + * Copyright (c) 2014 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Import/App/StepShape.h b/src/Mod/Import/App/StepShape.h index a311a5538c..703aec6755 100644 --- a/src/Mod/Import/App/StepShape.h +++ b/src/Mod/Import/App/StepShape.h @@ -1,5 +1,5 @@ /*************************************************************************** - * (c) Jürgen Riegel (juergen.riegel@web.de) 2014 * + * Copyright (c) 2014 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Import/Gui/AppImportGui.cpp b/src/Mod/Import/Gui/AppImportGui.cpp index c1cd85f483..1a7d7c1ead 100644 --- a/src/Mod/Import/Gui/AppImportGui.cpp +++ b/src/Mod/Import/Gui/AppImportGui.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * (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. * * * @@ -19,7 +19,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * * USA * * * - * Juergen Riegel 2002 * ***************************************************************************/ diff --git a/src/Mod/Import/Gui/Command.cpp b/src/Mod/Import/Gui/Command.cpp index 3ab96ed4c2..67dea401f9 100644 --- a/src/Mod/Import/Gui/Command.cpp +++ b/src/Mod/Import/Gui/Command.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2002 Jürgen Riegel (juergen.riegel@web.de) * + * Copyright (c) 2002 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Import/Gui/PreCompiled.cpp b/src/Mod/Import/Gui/PreCompiled.cpp index 1734bf3f87..7b200a1bf2 100644 --- a/src/Mod/Import/Gui/PreCompiled.cpp +++ b/src/Mod/Import/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/Import/Gui/PreCompiled.h b/src/Mod/Import/Gui/PreCompiled.h index 31e3b9e85f..85d4c428c5 100644 --- a/src/Mod/Import/Gui/PreCompiled.h +++ b/src/Mod/Import/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/Import/Init.py b/src/Mod/Import/Init.py index 437e0225c5..773fd57802 100644 --- a/src/Mod/Import/Init.py +++ b/src/Mod/Import/Init.py @@ -1,8 +1,8 @@ # FreeCAD init script of the Import module -# (c) 2001 Juergen Riegel +# (c) 2001 Jürgen Riegel #*************************************************************************** -#* (c) Juergen Riegel (juergen.riegel@web.de) 2002 * +#* Copyright (c) 2002 Jürgen Riegel * #* * #* This file is part of the FreeCAD CAx development system. * #* * @@ -22,7 +22,6 @@ #* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * #* USA * #* * -#* Juergen Riegel 2002 * #***************************************************************************/ diff --git a/src/Mod/Import/InitGui.py b/src/Mod/Import/InitGui.py index 52d8416694..ee078669e3 100644 --- a/src/Mod/Import/InitGui.py +++ b/src/Mod/Import/InitGui.py @@ -1,12 +1,12 @@ -# Import gui init module -# (c) 2003 Juergen Riegel +# Import gui init module +# (c) 2003 Jürgen 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 Jürgen Riegel * #* * #* This file is part of the FreeCAD CAx development system. * #* * @@ -26,7 +26,6 @@ #* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * #* USA * #* * -#* Juergen Riegel 2002 * #***************************************************************************/ diff --git a/src/Mod/Import/stepZ.py b/src/Mod/Import/stepZ.py index 2d29fb81a9..fca2d48150 100644 --- a/src/Mod/Import/stepZ.py +++ b/src/Mod/Import/stepZ.py @@ -1,11 +1,11 @@ # -*- coding: utf-8 -*- #**************************************************************************** +#* Copyright (c) 2018 Maurice * #* * #* StepZ Import Export compressed STEP files for FreeCAD * -#* Copyright (c) 2018 * -#* Maurice easyw@katamail.com * -#* * #* License: LGPLv2+ * +#* * +#**************************************************************************** # workaround for unicode in gzipping filename # OCC7 doesn't support non-ASCII characters at the moment @@ -30,7 +30,6 @@ if six.PY3: import gzip as gz import builtins as builtin #py3 import importlib - else: # six.PY2 import gzip_utf8 as gz import __builtin__ as builtin #py2 @@ -132,40 +131,40 @@ def insert(filename,doc): doc = FreeCAD.ActiveDocument open(filename, doc) sayz("stpZ version "+___stpZversion___) - + #### def export(objs,filename): """exporting to file folder""" - + #sayz(filename) sayz("stpZ version "+___stpZversion___) ext = os.path.splitext(os.path.basename(filename))[1] fname=os.path.splitext(os.path.basename(filename))[0] basepath=os.path.split(filename)[0] tempdir = tempfile.gettempdir() # get the current temporary directory - + filepath = os.path.join(basepath,fname) + u'.stp' filepath_base = os.path.join(basepath,fname) - + namefpath = os.path.join(basepath,fname) - + outfpath = os.path.join(basepath,fname)+u'.stpZ' outfpathT = os.path.join(tempdir,fname)+u'.stpZ' outfpath_stp = os.path.join(basepath,fname)+u'.stp' outfpathT_stp = os.path.join(tempdir,fname)+u'.stp' - + outfpath_base = basepath #outfpath_str = mkz_string(os.path.join(basepath,fname)) outfpath_str = os.path.join(basepath,fname)+u'.stp' outfpathT_str = os.path.join(tempdir,fname)+u'.stp' - - + + if os.path.exists(outfpathT_stp): sayzw("File cannot be compressed because a file with the same name exists '"+ outfpathT_stp +"'") QtGui.QApplication.restoreOverrideCursor() reply = QtGui.QMessageBox.information(None,"info", "File cannot be compressed because\na file with the same name exists\n'"+ outfpath_stp + "'") - else: + else: ImportGui.export(objs,outfpathT_stp) with builtin.open(outfpathT_stp, 'rb') as f_in: file_content = f_in.read() @@ -173,14 +172,14 @@ def export(objs,filename): f_in.close() with gz.open(outfpathT_str, 'wb') as f_out: f_out.write(new_f_content) - f_out.close() + f_out.close() if os.path.exists(outfpath): os.remove(outfpath) - os.rename(outfpathT_str, outfpath) + os.rename(outfpathT_str, outfpath) #os.remove(outfpathT_stp) else: os.rename(outfpathT_str, outfpath) - #os.remove(outfpathT_stp) + #os.remove(outfpathT_stp) #### diff --git a/src/Mod/Mesh/App/Core/SetOperations.cpp b/src/Mod/Mesh/App/Core/SetOperations.cpp index ab9f011e13..ede6b0b084 100644 --- a/src/Mod/Mesh/App/Core/SetOperations.cpp +++ b/src/Mod/Mesh/App/Core/SetOperations.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Berthold Grupp 2005 * + * Copyright (c) 2005 Berthold Grupp * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Mesh/App/Core/SetOperations.h b/src/Mod/Mesh/App/Core/SetOperations.h index 9c42c24561..9d68155607 100644 --- a/src/Mod/Mesh/App/Core/SetOperations.h +++ b/src/Mod/Mesh/App/Core/SetOperations.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Berthold Grupp 2005 * + * Copyright (c) 2005 Berthold Grupp * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Mesh/App/Exporter.cpp b/src/Mod/Mesh/App/Exporter.cpp index 8498a69160..9de3f6ac72 100644 --- a/src/Mod/Mesh/App/Exporter.cpp +++ b/src/Mod/Mesh/App/Exporter.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2017 Ian Rees * + * Copyright (c) 2017 Ian Rees * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Mesh/App/Exporter.h b/src/Mod/Mesh/App/Exporter.h index 515d32cd93..af6bcbdede 100644 --- a/src/Mod/Mesh/App/Exporter.h +++ b/src/Mod/Mesh/App/Exporter.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2017 Ian Rees * + * Copyright (c) 2017 Ian Rees * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Mesh/App/GTSAlgos.cpp b/src/Mod/Mesh/App/GTSAlgos.cpp index a915f1f846..b4b27aa683 100644 --- a/src/Mod/Mesh/App/GTSAlgos.cpp +++ b/src/Mod/Mesh/App/GTSAlgos.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Mesh/App/GTSAlgos.h b/src/Mod/Mesh/App/GTSAlgos.h index 87203fe067..021c3db157 100644 --- a/src/Mod/Mesh/App/GTSAlgos.h +++ b/src/Mod/Mesh/App/GTSAlgos.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Mesh/App/Mesh.cpp b/src/Mod/Mesh/App/Mesh.cpp index 67e1ac6fb7..ba022cfd81 100644 --- a/src/Mod/Mesh/App/Mesh.cpp +++ b/src/Mod/Mesh/App/Mesh.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Mesh/App/Mesh.h b/src/Mod/Mesh/App/Mesh.h index 0f0e4edc75..4ea028fcb9 100644 --- a/src/Mod/Mesh/App/Mesh.h +++ b/src/Mod/Mesh/App/Mesh.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Mesh/App/MeshPoint.h b/src/Mod/Mesh/App/MeshPoint.h index 155af31d50..c06e4c30a5 100644 --- a/src/Mod/Mesh/App/MeshPoint.h +++ b/src/Mod/Mesh/App/MeshPoint.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * @@ -59,4 +59,4 @@ public: } // namespace Mesh -#endif // MESH_MESH_H +#endif // MESH_MESH_H diff --git a/src/Mod/Mesh/App/MeshPointPyImp.cpp b/src/Mod/Mesh/App/MeshPointPyImp.cpp index c94a504e96..389e7b3821 100644 --- a/src/Mod/Mesh/App/MeshPointPyImp.cpp +++ b/src/Mod/Mesh/App/MeshPointPyImp.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2008 * + * Copyright (c) 2008 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Mesh/App/MeshProperties.cpp b/src/Mod/Mesh/App/MeshProperties.cpp index e0940844e2..2e24c483b7 100644 --- a/src/Mod/Mesh/App/MeshProperties.cpp +++ b/src/Mod/Mesh/App/MeshProperties.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Mesh/App/MeshProperties.h b/src/Mod/Mesh/App/MeshProperties.h index fb2f122d14..65607ca221 100644 --- a/src/Mod/Mesh/App/MeshProperties.h +++ b/src/Mod/Mesh/App/MeshProperties.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * @@ -257,4 +257,3 @@ private: } // namespace Mesh #endif // MESH_MESHPROPERTIES_H - diff --git a/src/Mod/Mesh/App/MeshTestsApp.py b/src/Mod/Mesh/App/MeshTestsApp.py index ee9a845fd1..a222859a5e 100644 --- a/src/Mod/Mesh/App/MeshTestsApp.py +++ b/src/Mod/Mesh/App/MeshTestsApp.py @@ -1,4 +1,5 @@ -# (c) Juergen Riegel (juergen.riegel@web.de) 2007 LGPL +# Copyright (c) 2007 Jürgen Riegel +# LGPL import FreeCAD, os, sys, unittest, Mesh import time, tempfile, math diff --git a/src/Mod/Mesh/BuildRegularGeoms.py b/src/Mod/Mesh/BuildRegularGeoms.py index b67985eab4..c00b57d7b4 100644 --- a/src/Mod/Mesh/BuildRegularGeoms.py +++ b/src/Mod/Mesh/BuildRegularGeoms.py @@ -1,10 +1,11 @@ +# Copyright (c) 2005 Berthold Grupp +# License: LGPL + + """Python Module for building solid regular geometric objects. Return value are list of vectors, 3 vectors define a facet. -Copyright (c) Berthold Grupp 2005 -License: LGPL - Sample code for creating a mesh: facets = Cube(3.0, 4.0, 5.0) m = Mesh.newMesh() @@ -16,9 +17,9 @@ import math def Sphere (radius, count): """Creates a sphere with a given radius. - + bla bla bla - + """ return Ellipsoid(radius, radius, count) @@ -91,9 +92,9 @@ def Toroid (radius1, radius2, count): def RotationBody (polyline, count): """Build a rotation body from a given (closed) polyline, rotation axis is the X-Axis. - + Parameter: polyline: list of tuple of 2 floats (2d vector) - + """ facets = [] diff --git a/src/Mod/Mesh/Gui/DlgSettingsImportExportImp.cpp b/src/Mod/Mesh/Gui/DlgSettingsImportExportImp.cpp index 2168b6de94..74f4c00c96 100644 --- a/src/Mod/Mesh/Gui/DlgSettingsImportExportImp.cpp +++ b/src/Mod/Mesh/Gui/DlgSettingsImportExportImp.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2016 Ian Rees * + * Copyright (c) 2016 Ian Rees * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Mesh/Gui/DlgSettingsImportExportImp.h b/src/Mod/Mesh/Gui/DlgSettingsImportExportImp.h index b2a9877c6c..9939ec7bcc 100644 --- a/src/Mod/Mesh/Gui/DlgSettingsImportExportImp.h +++ b/src/Mod/Mesh/Gui/DlgSettingsImportExportImp.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2016 Ian Rees * + * Copyright (c) 2016 Ian Rees * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Mesh/InitGui.py b/src/Mod/Mesh/InitGui.py index 0e102ec64a..8727288917 100644 --- a/src/Mod/Mesh/InitGui.py +++ b/src/Mod/Mesh/InitGui.py @@ -6,7 +6,7 @@ # runs when the gui is up #*************************************************************************** -#* (c) Werner Mayer 2004 * +#* Copyright (c) 2004 Werner Mayer * #* * #* This file is part of the FreeCAD CAx development system. * #* * @@ -26,7 +26,6 @@ #* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * #* USA * #* * -#* Werner Mayer 2004 * #***************************************************************************/ class MeshWorkbench (Workbench): diff --git a/src/Mod/Points/App/AppPoints.cpp b/src/Mod/Points/App/AppPoints.cpp index f7773fb3fd..97dc5f7eb2 100644 --- a/src/Mod/Points/App/AppPoints.cpp +++ b/src/Mod/Points/App/AppPoints.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) 2011 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Points/App/AppPointsPy.cpp b/src/Mod/Points/App/AppPointsPy.cpp index c486b7d9d5..6b69b2cc2c 100644 --- a/src/Mod/Points/App/AppPointsPy.cpp +++ b/src/Mod/Points/App/AppPointsPy.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) 2011 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Points/App/Points.cpp b/src/Mod/Points/App/Points.cpp index 3dbe5074b4..a568bdb68c 100644 --- a/src/Mod/Points/App/Points.cpp +++ b/src/Mod/Points/App/Points.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) 2011 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Points/App/Points.h b/src/Mod/Points/App/Points.h index 0b32f4cd57..643e3ea99e 100644 --- a/src/Mod/Points/App/Points.h +++ b/src/Mod/Points/App/Points.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) 2011 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Points/App/PointsAlgos.cpp b/src/Mod/Points/App/PointsAlgos.cpp index db7bb93385..104a183a41 100644 --- a/src/Mod/Points/App/PointsAlgos.cpp +++ b/src/Mod/Points/App/PointsAlgos.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) 2011 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Points/App/PointsAlgos.h b/src/Mod/Points/App/PointsAlgos.h index da72e778c4..fb2b849b76 100644 --- a/src/Mod/Points/App/PointsAlgos.h +++ b/src/Mod/Points/App/PointsAlgos.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) 2011 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Points/App/PointsFeature.cpp b/src/Mod/Points/App/PointsFeature.cpp index af616a2b2f..46e7872889 100644 --- a/src/Mod/Points/App/PointsFeature.cpp +++ b/src/Mod/Points/App/PointsFeature.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) 2011 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Points/App/PointsFeature.h b/src/Mod/Points/App/PointsFeature.h index 15873685e8..8d4e7761ba 100644 --- a/src/Mod/Points/App/PointsFeature.h +++ b/src/Mod/Points/App/PointsFeature.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) 2011 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Points/App/PreCompiled.cpp b/src/Mod/Points/App/PreCompiled.cpp index 93ebe29987..3e85848b9a 100644 --- a/src/Mod/Points/App/PreCompiled.cpp +++ b/src/Mod/Points/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/Points/App/PreCompiled.h b/src/Mod/Points/App/PreCompiled.h index b82a57c54e..94356f9bd5 100644 --- a/src/Mod/Points/App/PreCompiled.h +++ b/src/Mod/Points/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. * * * diff --git a/src/Mod/Points/App/Properties.cpp b/src/Mod/Points/App/Properties.cpp index b7d8692b20..4d6b87d86d 100644 --- a/src/Mod/Points/App/Properties.cpp +++ b/src/Mod/Points/App/Properties.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) 2011 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Points/App/Properties.h b/src/Mod/Points/App/Properties.h index 5ce0a0ea9c..38ef2e0921 100644 --- a/src/Mod/Points/App/Properties.h +++ b/src/Mod/Points/App/Properties.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) 2011 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Points/Gui/AppPointsGui.cpp b/src/Mod/Points/Gui/AppPointsGui.cpp index 3a761579fe..75c3ed86d3 100644 --- a/src/Mod/Points/Gui/AppPointsGui.cpp +++ b/src/Mod/Points/Gui/AppPointsGui.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/Points/Gui/DlgPointsReadImp.cpp b/src/Mod/Points/Gui/DlgPointsReadImp.cpp index 7a06dc627f..3c6fb35a0c 100644 --- a/src/Mod/Points/Gui/DlgPointsReadImp.cpp +++ b/src/Mod/Points/Gui/DlgPointsReadImp.cpp @@ -1,6 +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/Points/Gui/PreCompiled.cpp b/src/Mod/Points/Gui/PreCompiled.cpp index 93ebe29987..3e85848b9a 100644 --- a/src/Mod/Points/Gui/PreCompiled.cpp +++ b/src/Mod/Points/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/Points/Gui/PreCompiled.h b/src/Mod/Points/Gui/PreCompiled.h index 5bbf2a799c..6516a965ed 100644 --- a/src/Mod/Points/Gui/PreCompiled.h +++ b/src/Mod/Points/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/Raytracing/App/AppRaytracing.cpp b/src/Mod/Raytracing/App/AppRaytracing.cpp index d453e9fce6..6544954a7e 100644 --- a/src/Mod/Raytracing/App/AppRaytracing.cpp +++ b/src/Mod/Raytracing/App/AppRaytracing.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Raytracing/App/AppRaytracingPy.cpp b/src/Mod/Raytracing/App/AppRaytracingPy.cpp index 1bb2b1b011..ff03e60882 100644 --- a/src/Mod/Raytracing/App/AppRaytracingPy.cpp +++ b/src/Mod/Raytracing/App/AppRaytracingPy.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Raytracing/App/FreeCADpov b/src/Mod/Raytracing/App/FreeCADpov index cc6d4b4b0e..e1d7856d48 100644 --- a/src/Mod/Raytracing/App/FreeCADpov +++ b/src/Mod/Raytracing/App/FreeCADpov @@ -1,6 +1,6 @@ // FreeCAD Povray standard file /*************************************************************************** - * Copyright (c) 2005 Juergen Riegel * + * Copyright (c) 2005 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Raytracing/App/LuxFeature.cpp b/src/Mod/Raytracing/App/LuxFeature.cpp index d1e0a00896..1793fa113a 100644 --- a/src/Mod/Raytracing/App/LuxFeature.cpp +++ b/src/Mod/Raytracing/App/LuxFeature.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Yorik van Havre (yorik@uncreated.net) 2013 * + * Copyright (c) 2013 Yorik van Havre * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Raytracing/App/LuxFeature.h b/src/Mod/Raytracing/App/LuxFeature.h index 3fb30981ad..b5f5280933 100644 --- a/src/Mod/Raytracing/App/LuxFeature.h +++ b/src/Mod/Raytracing/App/LuxFeature.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Yorik van Havre (yorik@uncreated.net) 2013 * + * Copyright (c) 2013 Yorik van Havre * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Raytracing/App/LuxProject.cpp b/src/Mod/Raytracing/App/LuxProject.cpp index 61f72f1db0..fe025c19f0 100644 --- a/src/Mod/Raytracing/App/LuxProject.cpp +++ b/src/Mod/Raytracing/App/LuxProject.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Yorik van Havre (yorik@uncreated.net) 2013 * + * Copyright (c) 2013 Yorik van Havre * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Raytracing/App/LuxProject.h b/src/Mod/Raytracing/App/LuxProject.h index 36054b7c2e..64d85f9404 100644 --- a/src/Mod/Raytracing/App/LuxProject.h +++ b/src/Mod/Raytracing/App/LuxProject.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Yorik van Havre (yorik@uncreated.net) 2013 * + * Copyright (c) 2013 Yorik van Havre * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Raytracing/App/LuxTools.cpp b/src/Mod/Raytracing/App/LuxTools.cpp index 4227f82c19..881317f137 100644 --- a/src/Mod/Raytracing/App/LuxTools.cpp +++ b/src/Mod/Raytracing/App/LuxTools.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2005 * + * Copyright (c) 2005 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Raytracing/App/LuxTools.h b/src/Mod/Raytracing/App/LuxTools.h index 7b9d55c365..7d27c93875 100644 --- a/src/Mod/Raytracing/App/LuxTools.h +++ b/src/Mod/Raytracing/App/LuxTools.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2005 * + * Copyright (c) 2005 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Raytracing/App/PovTools.cpp b/src/Mod/Raytracing/App/PovTools.cpp index 43fca88edb..1402a68530 100644 --- a/src/Mod/Raytracing/App/PovTools.cpp +++ b/src/Mod/Raytracing/App/PovTools.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2005 * + * Copyright (c) 2005 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Raytracing/App/PovTools.h b/src/Mod/Raytracing/App/PovTools.h index e28627c46e..d499e003a0 100644 --- a/src/Mod/Raytracing/App/PovTools.h +++ b/src/Mod/Raytracing/App/PovTools.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2005 * + * Copyright (c) 2005 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Raytracing/App/PreCompiled.cpp b/src/Mod/Raytracing/App/PreCompiled.cpp index 93ebe29987..3e85848b9a 100644 --- a/src/Mod/Raytracing/App/PreCompiled.cpp +++ b/src/Mod/Raytracing/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/Raytracing/App/PreCompiled.h b/src/Mod/Raytracing/App/PreCompiled.h index fe7ca3c302..22435fbedc 100644 --- a/src/Mod/Raytracing/App/PreCompiled.h +++ b/src/Mod/Raytracing/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. * * * diff --git a/src/Mod/Raytracing/App/RayFeature.cpp b/src/Mod/Raytracing/App/RayFeature.cpp index 235a986851..2ad01f36b5 100644 --- a/src/Mod/Raytracing/App/RayFeature.cpp +++ b/src/Mod/Raytracing/App/RayFeature.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/Raytracing/App/RayFeature.h b/src/Mod/Raytracing/App/RayFeature.h index 33d7e9f146..a769dafa38 100644 --- a/src/Mod/Raytracing/App/RayFeature.h +++ b/src/Mod/Raytracing/App/RayFeature.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/Raytracing/App/RayProject.cpp b/src/Mod/Raytracing/App/RayProject.cpp index 7af2832c40..9108c26de0 100644 --- a/src/Mod/Raytracing/App/RayProject.cpp +++ b/src/Mod/Raytracing/App/RayProject.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/Raytracing/App/RayProject.h b/src/Mod/Raytracing/App/RayProject.h index e0f7689c36..be0c706715 100644 --- a/src/Mod/Raytracing/App/RayProject.h +++ b/src/Mod/Raytracing/App/RayProject.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2008 * + * Copyright (c) 2008 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Raytracing/App/RaySegment.cpp b/src/Mod/Raytracing/App/RaySegment.cpp index 91fc2c95d9..5d6d05d395 100644 --- a/src/Mod/Raytracing/App/RaySegment.cpp +++ b/src/Mod/Raytracing/App/RaySegment.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/Raytracing/App/RaySegment.h b/src/Mod/Raytracing/App/RaySegment.h index 721490a5cb..9ed46ae4d2 100644 --- a/src/Mod/Raytracing/App/RaySegment.h +++ b/src/Mod/Raytracing/App/RaySegment.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2007 * + * Copyright (c) 2007 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Raytracing/App/resources/FCAnimation.inc b/src/Mod/Raytracing/App/resources/FCAnimation.inc index e8ed308180..65c75497e7 100644 --- a/src/Mod/Raytracing/App/resources/FCAnimation.inc +++ b/src/Mod/Raytracing/App/resources/FCAnimation.inc @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2005 Georg Wiora * + * Copyright (c) 2005 Georg Wiora * * * * This library is free software; you can redistribute it and/or * * modify it under the terms of the GNU Library General Public * diff --git a/src/Mod/Raytracing/App/resources/FCAnimation.ini b/src/Mod/Raytracing/App/resources/FCAnimation.ini index 81e89148dc..d9cbeee5b8 100644 --- a/src/Mod/Raytracing/App/resources/FCAnimation.ini +++ b/src/Mod/Raytracing/App/resources/FCAnimation.ini @@ -1,5 +1,5 @@ ;*************************************************************************** -;* Copyright (c) 2005 Georg Wiora * +;* Copyright (c) 2005 Georg Wiora * ;* * ;* This library is free software; you can redistribute it and/or * ;* modify it under the terms of the GNU Library General Public * diff --git a/src/Mod/Raytracing/App/resources/FCAnimation.pov b/src/Mod/Raytracing/App/resources/FCAnimation.pov index 0aeaf020aa..98c1d09ef5 100644 --- a/src/Mod/Raytracing/App/resources/FCAnimation.pov +++ b/src/Mod/Raytracing/App/resources/FCAnimation.pov @@ -1,7 +1,7 @@ // FreeCAD Povray standard file /*************************************************************************** - * Copyright (c) 2005 Juergen Riegel * - * Copyright (c) 2005 Georg Wiora * + * Copyright (c) 2005 Juergen Riegel * + * Copyright (c) 2005 Georg Wiora * * * * This file is part of the FreeCAD CAx development system. * * * @@ -87,7 +87,7 @@ }; -// Textur für Koordinatenlinien +// Textur f�r Koordinatenlinien #declare scaletexture = // Hintergrundfarbe // horizontale Linien texture { @@ -98,7 +98,7 @@ finish {LineFinish} }; /* - // Höhenlinien + // H�henlinien texture { pigment { gradient z @@ -191,7 +191,7 @@ plane { // checkered floor } -// Türe +// T�re #include "SeitenvandFC01.inc" mesh { Seitenwand diff --git a/src/Mod/Raytracing/Gui/AppRaytracingGui.cpp b/src/Mod/Raytracing/Gui/AppRaytracingGui.cpp index 6a0cf2ddc9..182ad51442 100644 --- a/src/Mod/Raytracing/Gui/AppRaytracingGui.cpp +++ b/src/Mod/Raytracing/Gui/AppRaytracingGui.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/Raytracing/Gui/Command.cpp b/src/Mod/Raytracing/Gui/Command.cpp index 3bc2053c62..1f5a72107a 100644 --- a/src/Mod/Raytracing/Gui/Command.cpp +++ b/src/Mod/Raytracing/Gui/Command.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/Raytracing/Gui/FreeCADpov b/src/Mod/Raytracing/Gui/FreeCADpov index cc6d4b4b0e..e1d7856d48 100644 --- a/src/Mod/Raytracing/Gui/FreeCADpov +++ b/src/Mod/Raytracing/Gui/FreeCADpov @@ -1,6 +1,6 @@ // FreeCAD Povray standard file /*************************************************************************** - * Copyright (c) 2005 Juergen Riegel * + * Copyright (c) 2005 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Raytracing/Gui/PreCompiled.cpp b/src/Mod/Raytracing/Gui/PreCompiled.cpp index 93ebe29987..3e85848b9a 100644 --- a/src/Mod/Raytracing/Gui/PreCompiled.cpp +++ b/src/Mod/Raytracing/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/Raytracing/Gui/PreCompiled.h b/src/Mod/Raytracing/Gui/PreCompiled.h index 81ef19e1bb..fbb6286f47 100644 --- a/src/Mod/Raytracing/Gui/PreCompiled.h +++ b/src/Mod/Raytracing/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/Raytracing/Init.py b/src/Mod/Raytracing/Init.py index 47e1b1b11b..19eb5447a3 100644 --- a/src/Mod/Raytracing/Init.py +++ b/src/Mod/Raytracing/Init.py @@ -1,8 +1,8 @@ # FreeCAD init script of the Raytracing module -# (c) 2001 Juergen Riegel +# (c) 2001 Jürgen Riegel #*************************************************************************** -#* (c) Juergen Riegel (juergen.riegel@web.de) 2002 * +#* Copyright (c) 2002 Jürgen Riegel * #* * #* This file is part of the FreeCAD CAx development system. * #* * @@ -22,5 +22,4 @@ #* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * #* USA * #* * -#* Juergen Riegel 2002 * #***************************************************************************/ diff --git a/src/Mod/Raytracing/InitGui.py b/src/Mod/Raytracing/InitGui.py index afc43b08be..c3da1efe71 100644 --- a/src/Mod/Raytracing/InitGui.py +++ b/src/Mod/Raytracing/InitGui.py @@ -1,12 +1,12 @@ # Raytracing gui init module -# (c) 2003 Juergen Riegel +# (c) 2003 Jürgen 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 Jürgen Riegel * #* * #* This file is part of the FreeCAD CAx development system. * #* * @@ -26,7 +26,6 @@ #* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * #* USA * #* * -#* Juergen Riegel 2002 * #***************************************************************************/