Adding license documentation to interface class docblocks.

This commit is contained in:
Ian 'z0r0' Abreu
2025-09-01 21:50:59 -04:00
parent 6fa1adf141
commit b24040ee52
76 changed files with 154 additions and 1 deletions

View File

@@ -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():

View File

@@ -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():