TD: Uniformity tweaks left over from #5383
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
__title__ = "TechDrawTools.CommandCopyView"
|
||||
__author__ = "WandererFan"
|
||||
__url__ = "http://www.freecadweb.org/index.html"
|
||||
__url__ = "https://www.freecadweb.org"
|
||||
__version__ = "00.01"
|
||||
__date__ = "2022/01/11"
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
__title__ = "TechDrawTools.CommandMoveView"
|
||||
__author__ = "WandererFan"
|
||||
__url__ = "http://www.freecadweb.org/index.html"
|
||||
__url__ = "https://www.freecadweb.org"
|
||||
__version__ = "00.01"
|
||||
__date__ = "2022/01/11"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# ***************************************************************************
|
||||
# * Copyright (c) 2022 - Wanderer Fan <wandererfan@gmail.com> *
|
||||
# * Copyright (c) 2022 Wanderer Fan <wandererfan@gmail.com> *
|
||||
# * *
|
||||
# * This program is free software; you can redistribute it and/or modify *
|
||||
# * it under the terms of the GNU Lesser General Public License (LGPL) *
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# ***************************************************************************
|
||||
# * Copyright (c) 2022 - Wanderer Fan <wandererfan@gmail.com> *
|
||||
# * Copyright (c) 2022 Wanderer Fan <wandererfan@gmail.com> *
|
||||
# * *
|
||||
# * This program is free software; you can redistribute it and/or modify *
|
||||
# * it under the terms of the GNU Lesser General Public License (LGPL) *
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# ***************************************************************************
|
||||
# * *
|
||||
# * Copyright (c) 2022 - Wanderer Fan <wandererfan@gmail.com> *
|
||||
# * Copyright (c) 2022 Wanderer Fan <wandererfan@gmail.com> *
|
||||
# * *
|
||||
# * 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,8 +21,8 @@
|
||||
"""Provides the TechDraw CopyView Task Dialog."""
|
||||
|
||||
__title__ = "TechDrawTools.TaskCopyView"
|
||||
__author__ = "WandeererFan"
|
||||
__url__ = "http://www.freecadweb.org/index.html"
|
||||
__author__ = "WandererFan"
|
||||
__url__ = "https://www.freecadweb.org"
|
||||
__version__ = "00.01"
|
||||
__date__ = "2022/01/11"
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# ***************************************************************************
|
||||
# * *
|
||||
# * Copyright (c) 2022 - Wanderer Fan <wandererfan@gmail.com> *
|
||||
# * Copyright (c) 2022 Wanderer Fan <wandererfan@gmail.com> *
|
||||
# * *
|
||||
# * 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,8 +21,8 @@
|
||||
"""Provides the TechDraw MoveView Task Dialog."""
|
||||
|
||||
__title__ = "TechDrawTools.TaskMoveView"
|
||||
__author__ = "WandeererFan"
|
||||
__url__ = "http://www.freecadweb.org/index.html"
|
||||
__author__ = "WandererFan"
|
||||
__url__ = "https://www.freecadweb.org"
|
||||
__version__ = "00.01"
|
||||
__date__ = "2022/01/11"
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
# ***************************************************************************
|
||||
# * *
|
||||
# * Copyright (c) 2022 - Wanderer Fan <wandererfan@gmail.com> *
|
||||
# * Copyright (c) 2022 Wanderer Fan <wandererfan@gmail.com> *
|
||||
# * *
|
||||
# * This program is free software; you can redistribute it and/or modify *
|
||||
# * it under the terms of the GNU Lesser General Public License (LGPL) *
|
||||
@@ -24,8 +23,8 @@ __title__ = "TechDrawTools package"
|
||||
__author__ = "WandererFan"
|
||||
__url__ = "https://www.freecadweb.org"
|
||||
__version__ = "00.01"
|
||||
__date__ = "2022-01-11"
|
||||
|
||||
__date__ = "2022-01-11"
|
||||
|
||||
## @package TechDrawTools
|
||||
# \ingroup TechDraw
|
||||
# \brief TechDrawTools Package for TechDraw workbench
|
||||
|
||||
Reference in New Issue
Block a user