QT SQLite密码保护的License问题

发布于 2024-11-26 19:08:57 字数 1455 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

戈亓 2024-12-03 19:08:57

您必须重新分发修改后的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文