Adding license documentation to interface class docblocks.
This commit is contained in:
@@ -12,6 +12,8 @@ from Base.Metadata import export
|
||||
)
|
||||
class PathSim(BaseClass):
|
||||
"""
|
||||
Author: Shai Seger (shaise_at_g-mail)
|
||||
License: LGPL-2.1-or-later
|
||||
FreeCAD python wrapper of PathSimulator
|
||||
|
||||
PathSimulator.PathSim():
|
||||
|
||||
@@ -13,6 +13,8 @@ from Metadata import no_args
|
||||
)
|
||||
class CAMSim(BaseClass):
|
||||
"""
|
||||
Author: Shai Seger (shaise_at_g-mail)
|
||||
License: LGPL-2.1-or-later
|
||||
FreeCAD python wrapper of CAMSimulator
|
||||
|
||||
CAMSimulator.CAMSim():
|
||||
|
||||
Reference in New Issue
Block a user