哪些 FOSS 许可证允许在待售产品中进行二进制分发?

发布于 2024-08-28 02:29:17 字数 1455 浏览 4 评论 0原文

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

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

发布评论

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

评论(2

肥爪爪 2024-09-04 02:29:17

我假设大多数许可证允许您以二进制形式分发产品。如果不允许二进制分发,它将迫使库的每个用户,以及使用该库的任何程序的每个用户自己编译它。这是非常不切实际的。

通常你只需要为关心的人提供一种获取资源的方法即可。如果您没有对库进行任何更改,这可能就像将它们引用到原始库网页一样简单。

话虽这么说,我对您提到的许可证不是特别熟悉,因此您可能需要通读它们才能了解它们对二进制分发的看法。例如,他们可能需要在二进制发行版中提供免责声明,说明使用了该许可证下的哪些库。

I assume most licenses allow you to distribute the product in binary form. If binary distribution were not allowed it would force every user of the library, and therefore every user of any program that uses the library, to compile it themselves. This would be very impractical.

Usually you just have to provide a way to get the sources for anybody who cares. If you made no changes to the libraries this might be as simple as referring them to the original libraries web page.

That being said, I'm not particularly familiar with the licenses you mention, so you might have to read through them to see what they have to say about binary distribution. It could, for example, be that they require a disclaimer in the binary distribution that states which libraries under that license were used.

那片花海 2024-09-04 02:29:17

上述三个许可证都允许此类分发。

The above three licenses all permit such distribution.

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