FEM: improve some licence headers and doxygen docu

This commit is contained in:
Bernd Hahnebach
2020-03-16 06:43:13 +01:00
parent f8093de71c
commit c865faf2de
3 changed files with 18 additions and 9 deletions

View File

@@ -1,6 +1,8 @@
# ***************************************************************************
# * Copyright (c) 2016 Bernd Hahnebach <bernd@bimstatik.org> *
# * *
# * 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) *
# * as published by the Free Software Foundation; either version 2 of *
@@ -19,6 +21,13 @@
# * *
# ***************************************************************************
__title__ = "FreeCAD FEM command definitions"
__author__ = "Bernd Hahnebach"
__url__ = "http://www.freecadweb.org"
## @package commands
# \ingroup FEM
# \brief FreeCAD FEM command definitions
import FreeCAD
import FreeCADGui

View File

@@ -1,6 +1,8 @@
# ***************************************************************************
# * Copyright (c) 2015 FreeCAD Developers *
# * Copyright (c) 2015 Przemo Fiszt <przemo@firszt.eu> *
# * Copyright (c) 2016 Bernd Hahnebach <bernd@bimstatik.org> *
# * *
# * 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) *
@@ -20,12 +22,13 @@
# * *
# ***************************************************************************
__title__ = "Fem Commands"
__author__ = "Przemo Firszt"
__title__ = "FreeCAD FEM command base class"
__author__ = "Przemo Firszt, Bernd Hahnebach"
__url__ = "http://www.freecadweb.org"
## \addtogroup FEM
# @{
## @package manager
# \ingroup FEM
# \brief FreeCAD FEM command base class
import FreeCAD
@@ -364,6 +367,3 @@ class CommandManager(object):
)
FreeCADGui.Selection.clearSelection()
FreeCAD.ActiveDocument.recompute()
## @}

View File

@@ -33,7 +33,7 @@ modules.
"""
__title__ = "FreeCAD FEM solver run"
__author__ = "Markus Hovorka"
__author__ = "Markus Hovorka, Bernd Hahnebach"
__url__ = "http://www.freecadweb.org"
import os