You would have to redistribute your modified QtSql library, and so you would have to distribute the complete, machine compilable source code necessary to build that library.
Your modified library would remain LGPL which means you would have the same rights/responsibilities using it as you would if you used the standard Qt distributed one.
This means that if your application's current usage of the Qt library is permissible under the LGPL, then using the modified library in the same way is also permissible.
I Am Not A Lawyer. This Is Not Legal Advice. I Am A Random Person Who May Not Have Your Best Interests At Heart. I May Be Ignorant Or Malicious Or A Monkey Randomly Hitting A Keyboard.
发布评论
评论(1)
您必须重新分发修改后的 QtSql 库,因此您必须分发构建该库所需的完整的、机器可编译的源代码。
您修改后的库将保留 LGPL,这意味着您将拥有与使用标准 Qt 分布式库相同的权利/责任。
这意味着,如果 LGPL 允许您的应用程序当前使用 Qt 库,那么以相同的方式使用修改后的库也是允许的。
我不是律师。这不是法律建议。我是一个随意的人,可能不会把你的最大利益放在心上。我可能是无知或恶意,或者是一只随意敲击键盘的猴子。
You would have to redistribute your modified QtSql library, and so you would have to distribute the complete, machine compilable source code necessary to build that library.
Your modified library would remain LGPL which means you would have the same rights/responsibilities using it as you would if you used the standard Qt distributed one.
This means that if your application's current usage of the Qt library is permissible under the LGPL, then using the modified library in the same way is also permissible.
I Am Not A Lawyer. This Is Not Legal Advice. I Am A Random Person Who May Not Have Your Best Interests At Heart. I May Be Ignorant Or Malicious Or A Monkey Randomly Hitting A Keyboard.