软件何时成为“专有”?

发布于 2024-08-31 03:02:21 字数 1455 浏览 2 评论 0原文

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

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

发布评论

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

评论(3

素染倾城色 2024-09-07 03:02:21

这完全取决于许可证。如果代码根据 GPL 获得许可,则 GPL 附带一项法律要求,即任何静态组合(即与 GPL 代码一起编译)的代码也必须是 GPL。 Lesser GPL (LGPL) 允许动态链接。当然,在您分发包含二进制形式的产品之前,GPL 限制不会生效。

如果是 BSD 许可证,那么一旦您获取了代码,您就不需要做任何事情。 BSD 许可证更多的是为了赔偿创建者的损失,而不是限制代码的使用。

然后,在上述极端情况之间存在大量许可证。

如果您正在考虑在专有项目中使用任何开源代码,我会先咨询律师。他们可能并不总是正确,但他们应该能够提供帮助。

It depends entirely on the License. If the code is licensed under the GPL, the GPL carries a legal requirement that any code statically combined (ie, compiled with) GPL code must also be GPL. The Lesser GPL (LGPL) allows for dynamic linking. Of course, the GPLs restrictions don't kick in until you distribute the product, which includes binary form.

If it's the BSD license, then you really have no requirement to do anything once you've taken the code. The BSD license serves more to indemnify the creator of damages than restrict use of the code.

And then, there is a large spectrum of licenses in between the above extremes.

If you're thinking about using any Open Source code in a proprietary project, I'd consult a lawyer first. They may not always get it right, but they should be able to help.

魂ガ小子 2024-09-07 03:02:21

我认为这取决于您正在使用的代码/库的许可证。 IANAL。

I think it would depend on the license of the code/libraries you are using. IANAL.

灵芸 2024-09-07 03:02:21

正如其他答案所指出的,这完全取决于您正在使用的源代码的许可证。如果您从事任何商业活动,我会考虑聘请律师来审查您所涉及的任何许可证。以下是一些有关流行开源许可证信息的链接:

http://en.wikipedia.org/wiki/ Comparison_of_free_software_licenses
http://www.opensource.org/licenses/category

As the other answers note, it depends entirely on the license of the source code that you are using. If you are doing anything commercially I would consider hiring a lawyer to review any licenses you are getting involved with. Here are some links with information about popular open source licenses:

http://en.wikipedia.org/wiki/Comparison_of_free_software_licenses
http://www.opensource.org/licenses/category

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