从专有应用程序中调用 7-Zip 的许可影响

发布于 2024-09-10 07:07:46 字数 1455 浏览 4 评论 0原文

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

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

发布评论

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

评论(2

开始看清了 2024-09-17 07:07:46
  1. 如果用户提供 7zip,则不会。
  2. 是的,如果在分发二进制文件时收到请求,您需要提供 7zip 源代码。

您还可以直接使用 7zip DLL,不会有任何问题,因为它是 LGPL - 您需要再次提供 7zip 源代码。

  1. If the user is providing 7zip, no.
  2. Yes, you would need to provide the 7zip source if requested as you are distributing binaries.

You can also use the 7zip DLL directly without issue as it is LGPL - once again you would need to offer the 7zip source code.

〃安静 2024-09-17 07:07:46

直接使用 lzma SDK,该代码已放置在公共域中(如果您不相信我,请参阅标题),因此您可以将其合并到您的应用程序中,而不必担心 LGPL。

Use the lzma SDK directly, that code was placed in the public domain (see the headers if you don't believe me) so you are fine to incorporate it into your app without having to worry about the LGPL.

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