TD: Uniformity tweaks left over from #5383

This commit is contained in:
luz paz
2022-01-22 08:21:02 -05:00
committed by wwmayer
parent 015b229162
commit 043d328cb5
7 changed files with 13 additions and 16 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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) *

View File

@@ -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) *

View File

@@ -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"

View File

@@ -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"

View File

@@ -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