You can use ROWLEX in commercial projects AND you can contribute to it, too. If you decide to change ROWLEX and you bind it to your commercially distributed product, L-GPL forces you to publish the modifications.
If you decide to do both (contributing to ROWLEX and using the modified ROWLEX in a commercial product), I recommend you to strictly separate the two activities to avoid having your commercial product impacted by the L-GPL licensing issues. Do not just reuse the source code of ROWLEX in your commercial app, but keep ROWLEX (modified or unmodified) as a separately compiled dll. That independent dll can be linked to your commercial app without licensing penalties.
If you are interested in contributing, please send us a mail to admin at rowlex.net.
I don't know about ROWLEX specifically but generally yes, DLL-linked LGPL libraries can freely be used in any projects, including commercial projects, without the copyleft leaking to your code.
Of course, if you modify the library itself, then these modifications are subject to copyleft.
发布评论
评论(2)
您可以在商业项目中使用 ROWLEX,并且您也可以为其做出贡献。
如果您决定更改 ROWLEX 并将其绑定到您的商业发行产品,L-GPL 会强制您发布修改。
如果您决定同时进行这两项活动(为 ROWLEX 做出贡献并在商业产品中使用修改后的 ROWLEX),我建议您严格区分这两项活动,以避免您的商业产品受到 L-GPL 许可问题的影响。 不要只是在商业应用程序中重用 ROWLEX 的源代码,而是将 ROWLEX(修改或未修改)保留为单独编译的 dll。 该独立的 dll 可以链接到您的商业应用程序,而不会受到许可处罚。
如果您有兴趣做出贡献,请向我们发送邮件至 rowlex.net 的管理员。
You can use ROWLEX in commercial projects AND you can contribute to it, too.
If you decide to change ROWLEX and you bind it to your commercially distributed product, L-GPL forces you to publish the modifications.
If you decide to do both (contributing to ROWLEX and using the modified ROWLEX in a commercial product), I recommend you to strictly separate the two activities to avoid having your commercial product impacted by the L-GPL licensing issues. Do not just reuse the source code of ROWLEX in your commercial app, but keep ROWLEX (modified or unmodified) as a separately compiled dll. That independent dll can be linked to your commercial app without licensing penalties.
If you are interested in contributing, please send us a mail to admin at rowlex.net.
我不具体了解 ROWLEX,但一般来说是的,DLL 链接的 LGPL 库可以在任何项目中自由使用,包括商业项目,而不会将 copyleft 泄漏到您的代码中。
当然,如果您修改了库本身,那么这些修改将受到 Copyleft 的约束。
I don't know about ROWLEX specifically but generally yes, DLL-linked LGPL libraries can freely be used in any projects, including commercial projects, without the copyleft leaking to your code.
Of course, if you modify the library itself, then these modifications are subject to copyleft.