PartDesign: fix header uniformity

This commit is contained in:
luz paz
2022-11-30 01:28:56 +01:00
committed by Uwe
parent da7006b889
commit 674bd3d6ec
12 changed files with 23 additions and 25 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) 2008 Jürgen Riegel ([email protected]) *
* Copyright (c) 2008 Jürgen Riegel <[email protected]> *
* *
* This file is part of the FreeCAD CAx development system. *
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) 2008 Jürgen Riegel ([email protected]) *
* Copyright (c) 2008 Jürgen Riegel <[email protected]> *
* *
* This file is part of the FreeCAD CAx development system. *
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) 2008 Jürgen Riegel ([email protected]) *
* Copyright (c) 2008 Jürgen Riegel <[email protected]> *
* *
* This file is part of the FreeCAD CAx development system. *
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) 2008 Jürgen Riegel ([email protected]) *
* Copyright (c) 2008 Jürgen Riegel <[email protected]> *
* *
* This file is part of the FreeCAD CAx development system. *
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) 2008 Jürgen Riegel ([email protected]) *
* Copyright (c) 2008 Jürgen Riegel <[email protected]> *
* *
* This file is part of the FreeCAD CAx development system. *
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) 2008 Jürgen Riegel ([email protected]) *
* Copyright (c) 2008 Jürgen Riegel <[email protected]> *
* *
* This file is part of the FreeCAD CAx development system. *
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) 2008 Jürgen Riegel ([email protected]) *
* Copyright (c) 2008 Jürgen Riegel <[email protected]> *
* *
* This file is part of the FreeCAD CAx development system. *
* *
+1 -1
View File
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) 2008 Jürgen Riegel ([email protected]) *
* Copyright (c) 2008 Jürgen Riegel <[email protected]> *
* *
* This file is part of the FreeCAD CAx development system. *
* *
+4 -6
View File
@@ -1,10 +1,7 @@
# FreeCAD init script of the PartDesign module
# (c) 2001 Juergen Riegel
#***************************************************************************
#* (c) Juergen Riegel ([email protected]) 2002 *
#* Copyright (c) 2001,2002 Juergen Riegel <[email protected]> *
#* *
#* This file ispart of the FreeCAD CAx development system. *
#* This file is part 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) *
@@ -22,7 +19,8 @@
#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 *
#* USA *
#* *
#* Juergen Riegel 2002 *
#***************************************************************************/
# FreeCAD init script of the PartDesign module
FreeCAD.__unit_test__ += [ "TestPartDesignApp" ]
+7 -9
View File
@@ -1,12 +1,5 @@
# PartDesign 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 ([email protected]) 2002 *
#* Copyright (c) 2002,2003 Juergen Riegel <[email protected]> *
#* *
#* This file is part of the FreeCAD CAx development system. *
#* *
@@ -26,9 +19,14 @@
#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 *
#* USA *
#* *
#* Juergen Riegel 2002 *
#***************************************************************************/
# PartDesign 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 PartDesignWorkbench ( Workbench ):
"PartDesign workbench object"
def __init__(self):
+2 -1
View File
@@ -1,4 +1,5 @@
# (c) Juergen Riegel ([email protected]) 2011 LGPL *
#**************************************************************************
# Copyright (c) 2011 Juergen Riegel <[email protected]> *
# *
# This file is part of the FreeCAD CAx development system. *
# *
+2 -1
View File
@@ -1,4 +1,5 @@
# (c) Juergen Riegel ([email protected]) 2011 LGPL *
#**************************************************************************
# Copyright (c) 2011 Juergen Riegel <[email protected]> *
# *
# This file is part of the FreeCAD CAx development system. *
# *