I have purchased a license for LLBLGen Pro. However, I want to start developing an open-source CMS component.
Am I allowed to distribute the generated data layer (compiled and/or decompiled) for free (which will include the runtime libraries of LLBLGen Pro)?
Best regards,
You can ship the generated code and the COMPILED runtime libraries without problems. You may not ship the runtime libs sourcecode.
So if I understand correctly, I can distribute the generated project file including all the generated files (entities, factories, etc) and the following dll's:
SD.LLBLGen.Pro.DQE.SqlServer.NET20 SD.LLBLGen.Pro.ORMSupportClasses.NET20
That's correct