From bfc8111d19e05f578e4f0567cb93a6288c8f39ee Mon Sep 17 00:00:00 2001 From: luz paz Date: Thu, 9 Dec 2021 16:45:14 -0500 Subject: [PATCH] Cam: Adjust header uniformity --- src/Mod/Cam/App/AppCam.cpp | 6 +++--- src/Mod/Cam/App/AppCamPy.cpp | 6 +++--- src/Mod/Cam/App/Approx.cpp | 7 +++---- src/Mod/Cam/App/Approx.h | 7 +++---- src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx | 3 +-- src/Mod/Cam/App/BRepAdaptor_CompCurve2.h | 3 +-- src/Mod/Cam/App/ChangeDyna.cpp | 3 +-- src/Mod/Cam/App/ChangeDyna.h | 3 +-- src/Mod/Cam/App/ConvertDyna.cpp | 3 +-- src/Mod/Cam/App/ConvertDyna.h | 3 +-- src/Mod/Cam/App/PreCompiled.cpp | 3 +-- src/Mod/Cam/App/PreCompiled.h | 3 +-- src/Mod/Cam/App/SpringbackCorrection.h | 6 +++--- src/Mod/Cam/App/UniGridApprox.cpp | 5 ++--- src/Mod/Cam/App/UniGridApprox.h | 5 ++--- src/Mod/Cam/App/WireExplorer.cxx | 3 +-- src/Mod/Cam/App/WireExplorer.h | 3 +-- src/Mod/Cam/App/best_fit.cpp | 5 ++--- src/Mod/Cam/App/best_fit.h | 5 ++--- src/Mod/Cam/App/cutting_tools.cpp | 3 +-- src/Mod/Cam/App/cutting_tools.h | 3 +-- src/Mod/Cam/App/deviation.cpp | 7 +++---- src/Mod/Cam/App/deviation.h | 7 +++---- src/Mod/Cam/App/edgesort.cpp | 3 +-- src/Mod/Cam/App/edgesort.h | 3 +-- src/Mod/Cam/App/mergedata.h | 7 +++---- src/Mod/Cam/App/path_simulate.cpp | 4 ++-- src/Mod/Cam/App/path_simulate.h | 4 ++-- src/Mod/Cam/App/routine.cpp | 5 ++--- src/Mod/Cam/App/routine.h | 5 ++--- src/Mod/Cam/App/stuff.h | 3 +-- src/Mod/Cam/Gui/Cutting.cpp | 6 +++--- src/Mod/Cam/Gui/Cutting.h | 6 +++--- src/Mod/Cam/Gui/PreCompiled.cpp | 3 +-- src/Mod/Cam/Gui/PreCompiled.h | 3 +-- src/Mod/Cam/Init.py | 11 +++++------ src/Mod/Cam/InitGui.py | 5 ++--- 37 files changed, 70 insertions(+), 100 deletions(-) diff --git a/src/Mod/Cam/App/AppCam.cpp b/src/Mod/Cam/App/AppCam.cpp index 9e4d09c321..cb0473d131 100644 --- a/src/Mod/Cam/App/AppCam.cpp +++ b/src/Mod/Cam/App/AppCam.cpp @@ -1,7 +1,7 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * - * Jürgen Riegel * + * Copyright (c) 2007 Jürgen Riegel * + * * * 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/Cam/App/AppCamPy.cpp b/src/Mod/Cam/App/AppCamPy.cpp index aba2736c86..93e2d6dc87 100644 --- a/src/Mod/Cam/App/AppCamPy.cpp +++ b/src/Mod/Cam/App/AppCamPy.cpp @@ -1,7 +1,7 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * - * Jürgen Riegel * + * Copyright (c) 2007 Jürgen Riegel * + * * * 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/Cam/App/Approx.cpp b/src/Mod/Cam/App/Approx.cpp index f133484700..955c18b8db 100644 --- a/src/Mod/Cam/App/Approx.cpp +++ b/src/Mod/Cam/App/Approx.cpp @@ -1,8 +1,7 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * - * Human Rezai * - * Mohamad Najib Muhammad Noor * + * Copyright (c) 2007 Joachim Zettler * + * Copyright (c) 2007 Human Rezai * + * Copyright (c) 2007 Mohamad Najib Muhammad Noor * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/Approx.h b/src/Mod/Cam/App/Approx.h index 91c6f0c998..d44dfc4415 100644 --- a/src/Mod/Cam/App/Approx.h +++ b/src/Mod/Cam/App/Approx.h @@ -1,8 +1,7 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * - * Human Rezai * - * Mohamad Najib Muhammad Noor * + * Copyright (c) 2007 Joachim Zettler * + * Copyright (c) 2007 Human Rezai * + * Copyright (c) 2007 Mohamad Najib Muhammad Noor * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx b/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx index 7f7521f3ad..a7f30028d8 100644 --- a/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx +++ b/src/Mod/Cam/App/BRepAdaptor_CompCurve2.cxx @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * + * Copyright (c) 2007 Joachim Zettler * * Adapted by Joachim Zettler to use with a WireExplorer made * * by Stephane Routelous * * * diff --git a/src/Mod/Cam/App/BRepAdaptor_CompCurve2.h b/src/Mod/Cam/App/BRepAdaptor_CompCurve2.h index b43013dc53..e31ddde6dd 100644 --- a/src/Mod/Cam/App/BRepAdaptor_CompCurve2.h +++ b/src/Mod/Cam/App/BRepAdaptor_CompCurve2.h @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * + * Copyright (c) 2007 Joachim Zettler * * Adapted by Joachim Zettler to use with a WireExplorer made * * by Stephane Routelous * * * diff --git a/src/Mod/Cam/App/ChangeDyna.cpp b/src/Mod/Cam/App/ChangeDyna.cpp index b5ce9fa643..a114582892 100644 --- a/src/Mod/Cam/App/ChangeDyna.cpp +++ b/src/Mod/Cam/App/ChangeDyna.cpp @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * + * Copyright (c) 2007 Joachim Zettler * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/ChangeDyna.h b/src/Mod/Cam/App/ChangeDyna.h index d922427306..0c960fb33a 100644 --- a/src/Mod/Cam/App/ChangeDyna.h +++ b/src/Mod/Cam/App/ChangeDyna.h @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * + * Copyright (c) 2007 Joachim Zettler * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/ConvertDyna.cpp b/src/Mod/Cam/App/ConvertDyna.cpp index cadfafb900..83cf3edbaf 100644 --- a/src/Mod/Cam/App/ConvertDyna.cpp +++ b/src/Mod/Cam/App/ConvertDyna.cpp @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * + * Copyright (c) 2007 Joachim Zettler * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/ConvertDyna.h b/src/Mod/Cam/App/ConvertDyna.h index fc61b9074c..9d41259e87 100644 --- a/src/Mod/Cam/App/ConvertDyna.h +++ b/src/Mod/Cam/App/ConvertDyna.h @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * + * Copyright (c) 2007 Joachim Zettler * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/PreCompiled.cpp b/src/Mod/Cam/App/PreCompiled.cpp index a3df34b1c7..b2ceb9185b 100644 --- a/src/Mod/Cam/App/PreCompiled.cpp +++ b/src/Mod/Cam/App/PreCompiled.cpp @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * + * Copyright (c) 2007 Joachim Zettler * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/PreCompiled.h b/src/Mod/Cam/App/PreCompiled.h index 3086fef441..4835d6f544 100644 --- a/src/Mod/Cam/App/PreCompiled.h +++ b/src/Mod/Cam/App/PreCompiled.h @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * + * Copyright (c) 2007 Joachim Zettler * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/SpringbackCorrection.h b/src/Mod/Cam/App/SpringbackCorrection.h index 7e315e95da..8dce189c78 100644 --- a/src/Mod/Cam/App/SpringbackCorrection.h +++ b/src/Mod/Cam/App/SpringbackCorrection.h @@ -1,7 +1,7 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * - * Human Rezai * + * Copyright (c) 2007 Joachim Zettler * + * Copyright (c) 2007 Human Rezai * + * * * 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/Cam/App/UniGridApprox.cpp b/src/Mod/Cam/App/UniGridApprox.cpp index 692b71ade8..a021d61a59 100644 --- a/src/Mod/Cam/App/UniGridApprox.cpp +++ b/src/Mod/Cam/App/UniGridApprox.cpp @@ -1,7 +1,6 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * - * Human Rezai * + * Copyright (c) 2007 Joachim Zettler * + * Copyright (c) 2007 Human Rezai * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/UniGridApprox.h b/src/Mod/Cam/App/UniGridApprox.h index 17010ef4d5..c9e75204d0 100644 --- a/src/Mod/Cam/App/UniGridApprox.h +++ b/src/Mod/Cam/App/UniGridApprox.h @@ -1,7 +1,6 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * - * Human Rezai * + * Copyright (c) 2007 Joachim Zettler * + * Copyright (c) 2007 Human Rezai * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/WireExplorer.cxx b/src/Mod/Cam/App/WireExplorer.cxx index 6c9b8890eb..89542f9fcf 100644 --- a/src/Mod/Cam/App/WireExplorer.cxx +++ b/src/Mod/Cam/App/WireExplorer.cxx @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Stephane Routelous * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/WireExplorer.h b/src/Mod/Cam/App/WireExplorer.h index df9a186d97..3487b7dc82 100644 --- a/src/Mod/Cam/App/WireExplorer.h +++ b/src/Mod/Cam/App/WireExplorer.h @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Stephane Routelous * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/best_fit.cpp b/src/Mod/Cam/App/best_fit.cpp index 95bdbeefd6..64041fa2c6 100644 --- a/src/Mod/Cam/App/best_fit.cpp +++ b/src/Mod/Cam/App/best_fit.cpp @@ -1,7 +1,6 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * - * Human Rezai * + * Copyright (c) 2007 Joachim Zettler * + * Copyright (c) 2007 Human Rezai * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/best_fit.h b/src/Mod/Cam/App/best_fit.h index 1fdcfede1c..d347112b57 100644 --- a/src/Mod/Cam/App/best_fit.h +++ b/src/Mod/Cam/App/best_fit.h @@ -1,7 +1,6 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * - * Human Rezai * + * Copyright (c) 2007 Joachim Zettler * + * Copyright (c) 2007 Human Rezai * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/cutting_tools.cpp b/src/Mod/Cam/App/cutting_tools.cpp index 07f862ed42..9f1a7b72fa 100644 --- a/src/Mod/Cam/App/cutting_tools.cpp +++ b/src/Mod/Cam/App/cutting_tools.cpp @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * + * Copyright (c) 2007 Joachim Zettler * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/cutting_tools.h b/src/Mod/Cam/App/cutting_tools.h index 4326c5607a..82c599de73 100644 --- a/src/Mod/Cam/App/cutting_tools.h +++ b/src/Mod/Cam/App/cutting_tools.h @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * + * Copyright (c) 2007 Joachim Zettler * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/deviation.cpp b/src/Mod/Cam/App/deviation.cpp index 88b1f7d3f8..b207e339d4 100644 --- a/src/Mod/Cam/App/deviation.cpp +++ b/src/Mod/Cam/App/deviation.cpp @@ -1,7 +1,6 @@ -/*************************************************************************** -* Copyright (c) 2007 * -* Joachim Zettler * -* Human Rezai * +/************************************************************************** +* Copyright (c) 2007 Joachim Zettler * +* Copyright (c) 2007 Human Rezai * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/deviation.h b/src/Mod/Cam/App/deviation.h index ed8aacaf25..afd95714d1 100644 --- a/src/Mod/Cam/App/deviation.h +++ b/src/Mod/Cam/App/deviation.h @@ -1,7 +1,6 @@ -/*************************************************************************** -* Copyright (c) 2007 * -* Joachim Zettler * -* Human Rezai * +/************************************************************************** +* Copyright (c) 2007 Joachim Zettler * +* Copyright (c) 2007 Human Rezai * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/edgesort.cpp b/src/Mod/Cam/App/edgesort.cpp index f845fb58af..91fa3199fb 100644 --- a/src/Mod/Cam/App/edgesort.cpp +++ b/src/Mod/Cam/App/edgesort.cpp @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * + * Copyright (c) 2007 Joachim Zettler * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/edgesort.h b/src/Mod/Cam/App/edgesort.h index 71adb3663c..13c7a3369b 100644 --- a/src/Mod/Cam/App/edgesort.h +++ b/src/Mod/Cam/App/edgesort.h @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * + * Copyright (c) 2007 Joachim Zettler * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/mergedata.h b/src/Mod/Cam/App/mergedata.h index 4d64a3c8d1..63c70f5447 100644 --- a/src/Mod/Cam/App/mergedata.h +++ b/src/Mod/Cam/App/mergedata.h @@ -1,7 +1,6 @@ -/*************************************************************************** -* Copyright (c) 2007 * -* Joachim Zettler * -* Human Rezai * +/************************************************************************** +* Copyright (c) 2007 Joachim Zettler * +* Copyright (c) 2007 Human Rezai * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/path_simulate.cpp b/src/Mod/Cam/App/path_simulate.cpp index 3a555267ba..1551740810 100644 --- a/src/Mod/Cam/App/path_simulate.cpp +++ b/src/Mod/Cam/App/path_simulate.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Human Rezaijafari * + * Copyright (c) 2007 Human Rezaijafari * + * * * This file is part of the FreeCAD CAM development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Cam/App/path_simulate.h b/src/Mod/Cam/App/path_simulate.h index 51d25154b0..e2756f820b 100644 --- a/src/Mod/Cam/App/path_simulate.h +++ b/src/Mod/Cam/App/path_simulate.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Human Rezaijafari * + * Copyright (c) 2007 Human Rezaijafari * + * * * This file is part of the FreeCAD CAM development system. * * * * This library is free software; you can redistribute it and/or * diff --git a/src/Mod/Cam/App/routine.cpp b/src/Mod/Cam/App/routine.cpp index 54f5cf344d..a03f15c289 100644 --- a/src/Mod/Cam/App/routine.cpp +++ b/src/Mod/Cam/App/routine.cpp @@ -1,7 +1,6 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * * - * Mohamad Najib Muhammad Noor * + * Copyright (c) 2007 Joachim Zettler * + * Copyright (c) 2007 Mohamad Najib Muhammad Noor * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/routine.h b/src/Mod/Cam/App/routine.h index b73a999b64..ad43c17b77 100644 --- a/src/Mod/Cam/App/routine.h +++ b/src/Mod/Cam/App/routine.h @@ -1,7 +1,6 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * - * Mohamad Najib Muhammad Noor * + * Copyright (c) 2007 Joachim Zettler * + * Copyright (c) 2007 Mohamad Najib Muhammad Noor * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/App/stuff.h b/src/Mod/Cam/App/stuff.h index 436b172847..95bdd6b860 100644 --- a/src/Mod/Cam/App/stuff.h +++ b/src/Mod/Cam/App/stuff.h @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * + * Copyright (c) 2007 Joachim Zettler * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/Gui/Cutting.cpp b/src/Mod/Cam/Gui/Cutting.cpp index 77a962aaab..fdfcc58eff 100644 --- a/src/Mod/Cam/Gui/Cutting.cpp +++ b/src/Mod/Cam/Gui/Cutting.cpp @@ -1,7 +1,7 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * - * Werner Mayer * + * Copyright (c) 2007 Joachim Zettler * + * Copyright (c) 2007 Werner Mayer * + * * * 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/Cam/Gui/Cutting.h b/src/Mod/Cam/Gui/Cutting.h index 4f3dd1031e..73a1da0218 100644 --- a/src/Mod/Cam/Gui/Cutting.h +++ b/src/Mod/Cam/Gui/Cutting.h @@ -1,7 +1,7 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * - * Werner Mayer * + * Copyright (c) 2007 Joachim Zettler * + * Copyright (c) 2007 Werner Mayer * + * * * 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/Cam/Gui/PreCompiled.cpp b/src/Mod/Cam/Gui/PreCompiled.cpp index a3df34b1c7..b2ceb9185b 100644 --- a/src/Mod/Cam/Gui/PreCompiled.cpp +++ b/src/Mod/Cam/Gui/PreCompiled.cpp @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * + * Copyright (c) 2007 Joachim Zettler * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/Gui/PreCompiled.h b/src/Mod/Cam/Gui/PreCompiled.h index 9230f97dfc..0a22942252 100644 --- a/src/Mod/Cam/Gui/PreCompiled.h +++ b/src/Mod/Cam/Gui/PreCompiled.h @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) 2007 * - * Joachim Zettler * + * Copyright (c) 2007 Joachim Zettler * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cam/Init.py b/src/Mod/Cam/Init.py index a95c7b31fa..8e36760035 100644 --- a/src/Mod/Cam/Init.py +++ b/src/Mod/Cam/Init.py @@ -1,10 +1,10 @@ -# FreeCAD init script of the Cam module +# FreeCAD init script of the Cam module # (c) 2007 Juergen Riegel #*************************************************************************** -#* (c) Juergen Riegel (juergen.riegel@web.de) 2002 * +#* Copyright (c) 2007 Juergen Riegel * #* * -#* This file is Cam of the FreeCAD CAx development system. * +#* This file is Cam of the FreeCAD CAx development system. * #* * #* This program is free software; you can redistribute it and/or modify * #* it under the terms of the GNU Lesser General Public License (LGPL) * @@ -13,14 +13,13 @@ #* for detail see the LICENCE text file. * #* * #* FreeCAD is distributed in the hope that it will be useful, * -#* but WITHOUT ANY WARRANTY; without even the implied warranty of * +#* but WITHOUT ANY WARRANTY; without even the implied warranty of * #* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * #* GNU Lesser General Public License for more details. * #* * #* You should have received a copy of the GNU Library General Public * -#* License along with FreeCAD; if not, write to the Free Software * +#* License along with FreeCAD; if not, write to the Free Software * #* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * #* USA * #* * -#* Juergen Riegel 2007 * #***************************************************************************/ diff --git a/src/Mod/Cam/InitGui.py b/src/Mod/Cam/InitGui.py index 912d590d7a..254375b793 100644 --- a/src/Mod/Cam/InitGui.py +++ b/src/Mod/Cam/InitGui.py @@ -1,4 +1,4 @@ -# Cam gui init module +# Cam gui init module # (c) 2003 Juergen Riegel # # Gathering all the information to start FreeCAD @@ -6,7 +6,7 @@ # runs when the gui is up #*************************************************************************** -#* (c) Juergen Riegel (juergen.riegel@web.de) 2002 * +#* Copyright (c) 2002 Juergen 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 * #***************************************************************************/