marcovaldo 1 Posted June 10, 2022 Hello All, Hi Kiriakos Vlahos, Many thanks, Kiriakos, for creating the P4D and Pyscripter! (I am only just scratchig on the surface, but I am allready aware that this is a great tool and opportunity) Question (maybee anybody here has a hint) if I include P4D Code into my commercial application, how do the different licenses propagate through the call stack: Delphi code (commercial project) D4P Interface Code (MIT license) Python code (PSFL similar to BSD license ) 3rd party Library (GPL or Commercial license ) Question: Isolates the D4P and Python layer the Delphi App from the GPL constraints or propagates this up so that I need either putting my App into GPL too or purchase a commercial license of the 3rd party lib? Kind greetings, marcovaldo Share this post Link to post
David Heffernan 2345 Posted June 12, 2022 On 6/10/2022 at 9:55 PM, marcovaldo said: Isolates the D4P and Python layer the Delphi App from the GPL constraints or propagates this up so that I need either putting my App into GPL too or purchase a commercial license of the 3rd party lib The latter. If you include this gpl licensed component then that propagates. Share this post Link to post
marcovaldo 1 Posted June 12, 2022 Many thanks for your Answer - I want to do it the proper way, therefore was asking. Share this post Link to post