diff --git a/src/Mod/Draft/App/AppDraftUtils.cpp b/src/Mod/Draft/App/AppDraftUtils.cpp index 6d365a4559..8ed116d121 100644 --- a/src/Mod/Draft/App/AppDraftUtils.cpp +++ b/src/Mod/Draft/App/AppDraftUtils.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Yorik van Havre (yorik@uncreated.net) 2015 * + * Copyright (c) 2015 Yorik van Havre * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Draft/App/AppDraftUtilsPy.cpp b/src/Mod/Draft/App/AppDraftUtilsPy.cpp index 64d655f119..09865d6661 100644 --- a/src/Mod/Draft/App/AppDraftUtilsPy.cpp +++ b/src/Mod/Draft/App/AppDraftUtilsPy.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Yorik van Havre (yorik@uncreated.net) 2015 * + * Copyright (c) 2015 Yorik van Havre * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Draft/App/DraftDxf.cpp b/src/Mod/Draft/App/DraftDxf.cpp index e5f74a881a..230fe392fb 100644 --- a/src/Mod/Draft/App/DraftDxf.cpp +++ b/src/Mod/Draft/App/DraftDxf.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Yorik van Havre (yorik@uncreated.net) 2015 * + * Copyright (c) 2015 Yorik van Havre * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Draft/App/DraftDxf.h b/src/Mod/Draft/App/DraftDxf.h index f450eb6699..38c5cc7332 100644 --- a/src/Mod/Draft/App/DraftDxf.h +++ b/src/Mod/Draft/App/DraftDxf.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Yorik van Havre (yorik@uncreated.net) 2015 * + * Copyright (c) 2015 Yorik van Havre * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Draft/App/PreCompiled.cpp b/src/Mod/Draft/App/PreCompiled.cpp index d5cd2b171b..00775d3c77 100644 --- a/src/Mod/Draft/App/PreCompiled.cpp +++ b/src/Mod/Draft/App/PreCompiled.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Yorik van Havre (yorik@uncreated.net) 2015 * + * Copyright (c) 2015 Yorik van Havre * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Draft/App/PreCompiled.h b/src/Mod/Draft/App/PreCompiled.h index 7064fdd774..8c8e0b33cd 100644 --- a/src/Mod/Draft/App/PreCompiled.h +++ b/src/Mod/Draft/App/PreCompiled.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Yorik van Havre (yorik@uncreated.net) 2015 * + * Copyright (c) 2015 Yorik van Havre * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Draft/Draft.py b/src/Mod/Draft/Draft.py index 2b7594d026..acd6d52487 100644 --- a/src/Mod/Draft/Draft.py +++ b/src/Mod/Draft/Draft.py @@ -1,9 +1,7 @@ # -*- coding: utf-8 -*- - #*************************************************************************** -#* * -#* Copyright (c) 2009, 2010 * -#* Yorik van Havre , Ken Cline * +#* Copyright (c) 2009, 2010 Yorik van Havre * +#* Copyright (c) 2009, 2010 Ken Cline * #* * #* This program is free software; you can redistribute it and/or modify * #* it under the terms of the GNU Lesser General Public License (LGPL) * @@ -27,7 +25,7 @@ __title__="FreeCAD Draft Workbench" __author__ = "Yorik van Havre, Werner Mayer, Martin Burbaum, Ken Cline, Dmitry Chigrin, Daniel Falck" -__url__ = "http://www.freecadweb.org" +__url__ = "https://www.freecadweb.org" ## \addtogroup DRAFT # \brief Create and manipulate basic 2D objects diff --git a/src/Mod/Draft/DraftEdit.py b/src/Mod/Draft/DraftEdit.py index 9d9def9262..f926e12b6b 100644 --- a/src/Mod/Draft/DraftEdit.py +++ b/src/Mod/Draft/DraftEdit.py @@ -1,9 +1,7 @@ # -*- coding: utf8 -*- - #*************************************************************************** -#* * -#* Copyright (c) 2009, 2010 * -#* Yorik van Havre , Ken Cline * +#* Copyright (c) 2009, 2010 Yorik van Havre * +#* Copyright (c) 2009, 2010 Ken Cline * #* * #* 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/Draft/DraftGeomUtils.py b/src/Mod/Draft/DraftGeomUtils.py index 3bff3f2ecd..3ea88f7d01 100644 --- a/src/Mod/Draft/DraftGeomUtils.py +++ b/src/Mod/Draft/DraftGeomUtils.py @@ -1,7 +1,6 @@ #*************************************************************************** -#* * -#* Copyright (c) 2009, 2010 * -#* Yorik van Havre , Ken Cline * +#* Copyright (c) 2009, 2010 Yorik van Havre * +#* Copyright (c) 2009, 2010 Ken Cline * #* * #* This program is free software; you can redistribute it and/or modify * #* it under the terms of the GNU Lesser General Public License (LGPL) * @@ -23,7 +22,7 @@ __title__="FreeCAD Draft Workbench - Geometry library" __author__ = "Yorik van Havre, Jacques-Antoine Gaudin, Ken Cline" -__url__ = ["http://www.freecadweb.org"] +__url__ = ["https://www.freecadweb.org"] ## \defgroup DRAFTGEOMUTILS DraftGeomUtils # \ingroup UTILITIES diff --git a/src/Mod/Draft/DraftGui.py b/src/Mod/Draft/DraftGui.py index 863c032cfd..80d2d002b9 100644 --- a/src/Mod/Draft/DraftGui.py +++ b/src/Mod/Draft/DraftGui.py @@ -1,7 +1,5 @@ # -*- coding: utf8 -*- - #*************************************************************************** -#* * #* Copyright (c) 2009 Yorik van Havre * #* * #* This program is free software; you can redistribute it and/or modify * @@ -24,7 +22,7 @@ __title__="FreeCAD Draft Workbench - GUI part" __author__ = "Yorik van Havre " -__url__ = ["http://www.freecadweb.org"] +__url__ = "https://www.freecadweb.org" ## @package DraftGui # \ingroup DRAFT @@ -695,7 +693,7 @@ class DraftToolBar: # following lines can cause a crash and are not needed anymore when using the task panel - # http://forum.freecadweb.org/viewtopic.php?f=3&t=6952 + # https://forum.freecadweb.org/viewtopic.php?f=3&t=6952 #QtCore.QObject.connect(self.FFileValue,QtCore.SIGNAL("escaped()"),self.escape) #QtCore.QObject.connect(self.xValue,QtCore.SIGNAL("escaped()"),self.escape) #QtCore.QObject.connect(self.yValue,QtCore.SIGNAL("escaped()"),self.escape) diff --git a/src/Mod/Draft/DraftLayer.py b/src/Mod/Draft/DraftLayer.py index 1f033e89fe..7bdf30c279 100644 --- a/src/Mod/Draft/DraftLayer.py +++ b/src/Mod/Draft/DraftLayer.py @@ -1,9 +1,7 @@ # -*- coding: utf-8 -*- - # *************************************************************************** -# * * -# * Copyright (c) 2009, 2010 * -# * Yorik van Havre , Ken Cline * +# * Copyright (c) 2009, 2010 Yorik van Havre * +# * Copyright (c) 2009, 2010 Ken Cline * # * * # * 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/Draft/DraftSelectPlane.py b/src/Mod/Draft/DraftSelectPlane.py index f10b6585e0..72fa0988f0 100644 --- a/src/Mod/Draft/DraftSelectPlane.py +++ b/src/Mod/Draft/DraftSelectPlane.py @@ -1,7 +1,5 @@ # -*- coding: utf8 -*- - #*************************************************************************** -#* * #* Copyright (c) 2019 Yorik van Havre * #* * #* This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Draft/DraftSnap.py b/src/Mod/Draft/DraftSnap.py index 6eb00ff9c2..56f0228a67 100644 --- a/src/Mod/Draft/DraftSnap.py +++ b/src/Mod/Draft/DraftSnap.py @@ -1,7 +1,5 @@ #*************************************************************************** -#* * -#* Copyright (c) 2011 * -#* Yorik van Havre * +#* Copyright (c) 2011 Yorik van Havre * #* * #* This program is free software; you can redistribute it and/or modify * #* it under the terms of the GNU Lesser General Public License (LGPL) * @@ -23,7 +21,7 @@ __title__="FreeCAD Draft Snap tools" __author__ = "Yorik van Havre" -__url__ = "http://www.freecadweb.org" +__url__ = "https://www.freecadweb.org" ## @package DraftSnap # \ingroup DRAFT diff --git a/src/Mod/Draft/DraftTools.py b/src/Mod/Draft/DraftTools.py index 877addc6c8..2fca7e7700 100644 --- a/src/Mod/Draft/DraftTools.py +++ b/src/Mod/Draft/DraftTools.py @@ -1,9 +1,7 @@ # -*- coding: utf8 -*- - #*************************************************************************** -#* * -#* Copyright (c) 2009, 2010 * -#* Yorik van Havre , Ken Cline * +#* Copyright (c) 2009, 2010 Yorik van Havre * +#* Copyright (c) 2009, 2010 Ken Cline * #* * #* This program is free software; you can redistribute it and/or modify * #* it under the terms of the GNU Lesser General Public License (LGPL) * @@ -25,7 +23,7 @@ __title__="FreeCAD Draft Workbench GUI Tools" __author__ = "Yorik van Havre, Werner Mayer, Martin Burbaum, Ken Cline, Dmitry Chigrin" -__url__ = "http://www.freecadweb.org" +__url__ = "https://www.freecadweb.org" ## @package DraftTools # \ingroup DRAFT diff --git a/src/Mod/Draft/DraftTrackers.py b/src/Mod/Draft/DraftTrackers.py index e688425773..346f507e59 100644 --- a/src/Mod/Draft/DraftTrackers.py +++ b/src/Mod/Draft/DraftTrackers.py @@ -1,7 +1,5 @@ #*************************************************************************** -#* * -#* Copyright (c) 2011 * -#* Yorik van Havre * +#* Copyright (c) 2011 Yorik van Havre * #* * #* This program is free software; you can redistribute it and/or modify * #* it under the terms of the GNU Lesser General Public License (LGPL) * @@ -23,7 +21,7 @@ __title__="FreeCAD Draft Trackers" __author__ = "Yorik van Havre" -__url__ = "http://www.freecadweb.org" +__url__ = "https://www.freecadweb.org" ## @package DraftTrackers # \ingroup DRAFT diff --git a/src/Mod/Draft/DraftVecUtils.py b/src/Mod/Draft/DraftVecUtils.py index 5fce420641..d829e36a2a 100644 --- a/src/Mod/Draft/DraftVecUtils.py +++ b/src/Mod/Draft/DraftVecUtils.py @@ -15,9 +15,8 @@ but which can also be used in other workbenches and in macros. # flake8 --ignore=E226,E266,E401,W503 # *************************************************************************** -# * * -# * Copyright (c) 2009, 2010 * -# * Yorik van Havre , Ken Cline * +# * Copyright (c) 2009, 2010 Yorik van Havre * +# * Copyright (c) 2009, 2010 Ken Cline * # * * # * This program is free software; you can redistribute it and/or modify * # * it under the terms of the GNU Lesser General Public License (LGPL) * @@ -39,7 +38,7 @@ but which can also be used in other workbenches and in macros. __title__ = "FreeCAD Draft Workbench - Vector library" __author__ = "Yorik van Havre, Werner Mayer, Martin Burbaum, Ken Cline" -__url__ = ["http://www.freecadweb.org"] +__url__ = "https://www.freecadweb.org" ## \addtogroup DRAFTVECUTILS # @{ diff --git a/src/Mod/Draft/Init.py b/src/Mod/Draft/Init.py index e9001b47ca..47d60d6f63 100644 --- a/src/Mod/Draft/Init.py +++ b/src/Mod/Draft/Init.py @@ -1,6 +1,5 @@ #*************************************************************************** -#* * -#* Copyright (c) 2009 Yorik van Havre * +#* Copyright (c) 2009 Yorik van Havre * #* * #* 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/Draft/InitGui.py b/src/Mod/Draft/InitGui.py index 16cd32a230..8b5e2a0a66 100644 --- a/src/Mod/Draft/InitGui.py +++ b/src/Mod/Draft/InitGui.py @@ -1,5 +1,4 @@ # *************************************************************************** -# * * # * Copyright (c) 2009 Yorik van Havre * # * * # * This program is free software; you can redistribute it and/or modify * @@ -22,7 +21,7 @@ __title__ = "FreeCAD Draft Workbench - Init file" __author__ = "Yorik van Havre " -__url__ = ["http://www.freecadweb.org"] +__url__ = "https://www.freecadweb.org" class DraftWorkbench(Workbench): diff --git a/src/Mod/Draft/TestDraft.py b/src/Mod/Draft/TestDraft.py index c0c5bb3c47..0c9c096544 100644 --- a/src/Mod/Draft/TestDraft.py +++ b/src/Mod/Draft/TestDraft.py @@ -8,8 +8,8 @@ import Test, TestDraft Test.runTestsFromModule(TestDraft) """ # *************************************************************************** -# * (c) 2013 Yorik van Havre * -# * (c) 2019 Eliud Cabrera Castillo * +# * Copyright (c) 2013 Yorik van Havre * +# * Copyright (c) 2019 Eliud Cabrera Castillo * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/Draft/WorkingPlane.py b/src/Mod/Draft/WorkingPlane.py index 83b0bbd19d..f0910f28e5 100644 --- a/src/Mod/Draft/WorkingPlane.py +++ b/src/Mod/Draft/WorkingPlane.py @@ -16,9 +16,7 @@ YZ, and XZ planes. """ # *************************************************************************** -# * * -# * Copyright (c) 2009, 2010 * -# * Ken Cline * +# * Copyright (c) 2009, 2010 Ken Cline * # * * # * This program is free software; you can redistribute it and/or modify * # * it under the terms of the GNU Lesser General Public License (LGPL) * @@ -45,7 +43,7 @@ from FreeCAD import Console as FCC __title__ = "FreeCAD Working Plane utility" __author__ = "Ken Cline" -__url__ = "http://www.freecadweb.org" +__url__ = "https://www.freecadweb.org" class plane: diff --git a/src/Mod/Draft/drafttests/auxiliary.py b/src/Mod/Draft/drafttests/auxiliary.py index 707f6ef92e..bdb5e564fb 100644 --- a/src/Mod/Draft/drafttests/auxiliary.py +++ b/src/Mod/Draft/drafttests/auxiliary.py @@ -1,8 +1,8 @@ """Auxiliary functions for the unit tests of the Draft Workbench. """ # *************************************************************************** -# * (c) 2013 Yorik van Havre * -# * (c) 2019 Eliud Cabrera Castillo * +# * Copyright (c) 2013 Yorik van Havre * +# * Copyright (c) 2019 Eliud Cabrera Castillo * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/Draft/drafttests/test_airfoildat.py b/src/Mod/Draft/drafttests/test_airfoildat.py index d01dbc189d..360ecbaec1 100644 --- a/src/Mod/Draft/drafttests/test_airfoildat.py +++ b/src/Mod/Draft/drafttests/test_airfoildat.py @@ -1,8 +1,8 @@ """Unit test for the Draft module, Airfoil DAT import and export tests. """ # *************************************************************************** -# * (c) 2013 Yorik van Havre * -# * (c) 2019 Eliud Cabrera Castillo * +# * Copyright (c) 2013 Yorik van Havre * +# * Copyright (c) 2019 Eliud Cabrera Castillo * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/Draft/drafttests/test_creation.py b/src/Mod/Draft/drafttests/test_creation.py index 955a0aa5fb..d22519f5e0 100644 --- a/src/Mod/Draft/drafttests/test_creation.py +++ b/src/Mod/Draft/drafttests/test_creation.py @@ -1,8 +1,8 @@ """Unit test for the Draft module, object creation tests. """ # *************************************************************************** -# * (c) 2013 Yorik van Havre * -# * (c) 2019 Eliud Cabrera Castillo * +# * Copyright (c) 2013 Yorik van Havre * +# * Copyright (c) 2019 Eliud Cabrera Castillo * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/Draft/drafttests/test_dwg.py b/src/Mod/Draft/drafttests/test_dwg.py index f838136c53..86c9fabf6f 100644 --- a/src/Mod/Draft/drafttests/test_dwg.py +++ b/src/Mod/Draft/drafttests/test_dwg.py @@ -1,8 +1,8 @@ """Unit test for the Draft module, DWG import and export tests. """ # *************************************************************************** -# * (c) 2013 Yorik van Havre * -# * (c) 2019 Eliud Cabrera Castillo * +# * Copyright (c) 2013 Yorik van Havre * +# * Copyright (c) 2019 Eliud Cabrera Castillo * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/Draft/drafttests/test_dxf.py b/src/Mod/Draft/drafttests/test_dxf.py index 9b6965d928..6e6f5bc0e8 100644 --- a/src/Mod/Draft/drafttests/test_dxf.py +++ b/src/Mod/Draft/drafttests/test_dxf.py @@ -1,8 +1,8 @@ """Unit test for the Draft module, DXF import and export tests. """ # *************************************************************************** -# * (c) 2013 Yorik van Havre * -# * (c) 2019 Eliud Cabrera Castillo * +# * Copyright (c) 2013 Yorik van Havre * +# * Copyright (c) 2019 Eliud Cabrera Castillo * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/Draft/drafttests/test_import.py b/src/Mod/Draft/drafttests/test_import.py index a6cedbb314..a36c379dde 100644 --- a/src/Mod/Draft/drafttests/test_import.py +++ b/src/Mod/Draft/drafttests/test_import.py @@ -1,8 +1,8 @@ """Unit test for the Draft module, import tests. """ # *************************************************************************** -# * (c) 2013 Yorik van Havre * -# * (c) 2019 Eliud Cabrera Castillo * +# * Copyright (c) 2013 Yorik van Havre * +# * Copyright (c) 2019 Eliud Cabrera Castillo * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/Draft/drafttests/test_import_gui.py b/src/Mod/Draft/drafttests/test_import_gui.py index 2386ce5aee..11b0b0b301 100644 --- a/src/Mod/Draft/drafttests/test_import_gui.py +++ b/src/Mod/Draft/drafttests/test_import_gui.py @@ -1,8 +1,8 @@ """Unit test for the Draft module, GUI import tests. """ # *************************************************************************** -# * (c) 2013 Yorik van Havre * -# * (c) 2019 Eliud Cabrera Castillo * +# * Copyright (c) 2013 Yorik van Havre * +# * Copyright (c) 2019 Eliud Cabrera Castillo * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/Draft/drafttests/test_import_tools.py b/src/Mod/Draft/drafttests/test_import_tools.py index 9bf7320f22..13ac81d51b 100644 --- a/src/Mod/Draft/drafttests/test_import_tools.py +++ b/src/Mod/Draft/drafttests/test_import_tools.py @@ -1,8 +1,8 @@ """Unit test for the Draft module, tools import tests. """ # *************************************************************************** -# * (c) 2013 Yorik van Havre * -# * (c) 2019 Eliud Cabrera Castillo * +# * Copyright (c) 2013 Yorik van Havre * +# * Copyright (c) 2019 Eliud Cabrera Castillo * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/Draft/drafttests/test_modification.py b/src/Mod/Draft/drafttests/test_modification.py index 96ed57a1c0..ca6d0fc4df 100644 --- a/src/Mod/Draft/drafttests/test_modification.py +++ b/src/Mod/Draft/drafttests/test_modification.py @@ -1,8 +1,8 @@ """Unit test for the Draft module, object modification tests. """ # *************************************************************************** -# * (c) 2013 Yorik van Havre * -# * (c) 2019 Eliud Cabrera Castillo * +# * Copyright (c) 2013 Yorik van Havre * +# * Copyright (c) 2019 Eliud Cabrera Castillo * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/Draft/drafttests/test_oca.py b/src/Mod/Draft/drafttests/test_oca.py index 952941f354..78c780cb41 100644 --- a/src/Mod/Draft/drafttests/test_oca.py +++ b/src/Mod/Draft/drafttests/test_oca.py @@ -1,8 +1,8 @@ """Unit test for the Draft module, OCA import and export tests. """ # *************************************************************************** -# * (c) 2013 Yorik van Havre * -# * (c) 2019 Eliud Cabrera Castillo * +# * Copyright (c) 2013 Yorik van Havre * +# * Copyright (c) 2019 Eliud Cabrera Castillo * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/Draft/drafttests/test_pivy.py b/src/Mod/Draft/drafttests/test_pivy.py index 38606bee71..ddfeaddddc 100644 --- a/src/Mod/Draft/drafttests/test_pivy.py +++ b/src/Mod/Draft/drafttests/test_pivy.py @@ -1,8 +1,8 @@ """Unit test for the Draft module, Pivy (Coin) tests. """ # *************************************************************************** -# * (c) 2013 Yorik van Havre * -# * (c) 2019 Eliud Cabrera Castillo * +# * Copyright (c) 2013 Yorik van Havre * +# * Copyright (c) 2019 Eliud Cabrera Castillo * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/Draft/drafttests/test_svg.py b/src/Mod/Draft/drafttests/test_svg.py index 088de7a640..b9d1c2a6a0 100644 --- a/src/Mod/Draft/drafttests/test_svg.py +++ b/src/Mod/Draft/drafttests/test_svg.py @@ -1,8 +1,8 @@ """Unit test for the Draft module, SVG import and export tests. """ # *************************************************************************** -# * (c) 2013 Yorik van Havre * -# * (c) 2019 Eliud Cabrera Castillo * +# * Copyright (c) 2013 Yorik van Havre * +# * Copyright (c) 2019 Eliud Cabrera Castillo * # * * # * This file is part of the FreeCAD CAx development system. * # * * diff --git a/src/Mod/Draft/importAirfoilDAT.py b/src/Mod/Draft/importAirfoilDAT.py index 123b7b8479..4b19e34ab7 100644 --- a/src/Mod/Draft/importAirfoilDAT.py +++ b/src/Mod/Draft/importAirfoilDAT.py @@ -15,7 +15,6 @@ Note (2019): this module has been unmaintained for a long time. # flake8 --ignore=E226,E266,E401,W503 # *************************************************************************** -# * * # * Copyright (c) 2010 Heiko Jakob * # * * # * This program is free software; you can redistribute it and/or modify * @@ -38,6 +37,7 @@ Note (2019): this module has been unmaintained for a long time. __title__ = "FreeCAD Draft Workbench - Airfoil data importer" __author__ = "Heiko Jakob " +__url__ = "https://www.freecadweb.org" import re, FreeCAD, Draft, Part, os from FreeCAD import Vector diff --git a/src/Mod/Draft/importDWG.py b/src/Mod/Draft/importDWG.py index bcc0057705..8d6c1f5b35 100644 --- a/src/Mod/Draft/importDWG.py +++ b/src/Mod/Draft/importDWG.py @@ -24,7 +24,6 @@ https://knowledge.autodesk.com/support/autocad/downloads/ # flake8 --ignore=E226,E266,E401,W503 # *************************************************************************** -# * * # * Copyright (c) 2009 Yorik van Havre * # * * # * This program is free software; you can redistribute it and/or modify * diff --git a/src/Mod/Draft/importDXF.py b/src/Mod/Draft/importDXF.py index ce1f1d0038..079fe0a5f0 100644 --- a/src/Mod/Draft/importDXF.py +++ b/src/Mod/Draft/importDXF.py @@ -1,11 +1,8 @@ # -*- coding: utf8 -*- - - # Check code with # flake8 --ignore=E226,E266,E401,W503 # *************************************************************************** -# * * # * Copyright (c) 2009 Yorik van Havre * # * * # * This program is free software; you can redistribute it and/or modify * @@ -28,7 +25,7 @@ __title__ = "FreeCAD Draft Workbench - DXF importer/exporter" __author__ = "Yorik van Havre " -__url__ = ["http://www.freecadweb.org"] +__url__ = "https://www.freecadweb.org" ## @package importDXF # \ingroup DRAFT diff --git a/src/Mod/Draft/importOCA.py b/src/Mod/Draft/importOCA.py index 9dbb94663b..8e6db75ded 100644 --- a/src/Mod/Draft/importOCA.py +++ b/src/Mod/Draft/importOCA.py @@ -17,7 +17,6 @@ maintained. # flake8 --ignore=E226,E266,E401,W503 # *************************************************************************** -# * * # * Copyright (c) 2009 Yorik van Havre * # * * # * This program is free software; you can redistribute it and/or modify * @@ -40,7 +39,7 @@ maintained. __title__ = "FreeCAD Draft Workbench - OCA importer/exporter" __author__ = "Yorik van Havre " -__url__ = ["http://www.freecadweb.org"] +__url__ = "https://www.freecadweb.org" import FreeCAD, os, Part, DraftVecUtils, DraftGeomUtils from FreeCAD import Vector diff --git a/src/Mod/Draft/importSVG.py b/src/Mod/Draft/importSVG.py index d798d767a4..2b55920957 100644 --- a/src/Mod/Draft/importSVG.py +++ b/src/Mod/Draft/importSVG.py @@ -19,7 +19,6 @@ Currently unsupported: # flake8 --ignore=E226,E266,E401,W503 # *************************************************************************** -# * * # * Copyright (c) 2009 Yorik van Havre * # * * # * This program is free software; you can redistribute it and/or modify * @@ -42,7 +41,7 @@ Currently unsupported: __title__ = "FreeCAD Draft Workbench - SVG importer/exporter" __author__ = "Yorik van Havre, Sebastian Hoogen" -__url__ = ["http://www.freecadweb.org"] +__url__ = "https://www.freecadweb.org" # ToDo: # ignoring CDATA