WDTC - How much am I allowed to copy?

Hi Community,

I would like to copy the code from any WDTC base widget to build a new one based on teh code produced by B&R.

Am I allowed copy anything and use in my own widgets without any copyrights or similar issues using the WDTC?
I would like to take the base of a trend widget and make my own solution based on the existing, that by copying the base class of the existing company.

Does any one know?

Hi @johan.dehn

I don’t know about the actual legal aspect about the brease widget library.
For example for repository GitHub - br-automation-community/mappView-CustomWidgets: Collection of new and modified mappView widgets we edited existing widget to add features.

I want to add something that could help you with dependencies of widgets
From this Inheriting advanced widgets
I have a python script to copy paste widget with the dependencies: GitHub - FBoissadier/WDTC_InherateWidget

Hope this could help!

Regards,
Florent