我可以将 QT LPGL 2.1 用于商业用途吗?

发布于 2024-10-06 00:07:20 字数 1455 浏览 0 评论 0原文

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

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

发布评论

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

评论(4

挽清梦 2024-10-13 00:07:20

LGPL 的基本点是,只要动态链接到原始二进制文件,您就可以在其上自由构建任何内容。一旦修改了库本身,就需要遵守 LGPL 并分发代码(但仅限于库本身)。

有一些发行版怪癖,但从安装程序调用库安装是可以的。

The basic point of LGPL is that you can freely build anything on top of it as long as you are linking dynamically against the original binaries. Once you modify the library itself, you need to obey LGPL and distribute the code (but only for the library itself).

There are some distribution quirks, but invoking the library installation from your install program was OK.

一身骄傲 2024-10-13 00:07:20

LGPL 许可与是否商业无关,而是与源代码许可有关。简而言之:

  • 您可以保留自己的代码
  • 如果您修改任何 Qt 代码,您需要向客户(即您提到的“一家公司”)提供这些更改的源代码。修改需要根据 LGPL 获得许可(这意味着他们可以根据需要将其提供给其他任何人)。

LGPL license is not about being commercial or not, it's about licensing the source code. In short:

  • You can keep your own code to yourself
  • If you modify any of the Qt code, you need to provide the source code of those changes to the client, that "one company" you mention. The modifications need to be licensed under LGPL (which means they can give it to anyone else if they want).
素年丶 2024-10-13 00:07:20

你说它是供一家公司内部使用的(我假设是你自己的公司 - 否则就会有两家公司)。这意味着您不是重新分发,只是使用。这完全没问题:LPGL 为您提供不受限制的使用权。 LGPL 限制仅在分发应用程序时有效。

准确的引用可以在第 0 条中找到:“使用库运行程序的行为不受限制”

You're saying it's for internal use in one company (I'm assuimg your own - else there'd be two comapnies). That means you're not redistributing, just using. This is perfectly fine: LPGL gives you unrestricted rights to use. LGPL restrictions are only effective when distributing the application.

The precise quote is found in clause 0: "The act of running a program using the Library is not restricted"

寻梦旅人 2024-10-13 00:07:20

将许可证交给律师阅读。你不想违反条款然后不得不说“stackoverflow 说没问题”。

Take the License to a lawyer to read. You don't want to violate the terms and then have to say that "stackoverflow said it was ok".

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