#ZipLib可以用于闭源软件
[quote]
he library is released under the GPL with the following exception:
Linking this library statically or dynamically with other modules is
making a combined work based on this library. Thus, the terms and
conditions of the GNU General Public License cover the whole
combination.
As a special exception, the copyright holders of this library give you
permission to link this library with independent modules to produce an
executable, regardless of the license terms of these independent
modules, and to copy and distribute the resulting executable under
terms of your choice, provided that you also meet, for each linked
independent module, the terms and conditions of the license of that
module. An independent module is a module which is not derived from
or based on this library. If you modify this library, you may extend
this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version.
[/quote]
一直没弄明白是怎么回事,什么样才算是"derived from or based on"? 到底是允许不允许私有非GPL的项目使用?
今天在它的论坛上发现了这样的回答:
[quote]
Yes, you can use the library in a closed source application. The
license comes with an exception to the GPL which explicitly allows this.
However,
you will need to link against the compiled assembly. Use and
modification of the source code require you to publish your code under
the same license.
[/quote]
原来只要不使用它的源代码,只是在编译和发布时链接它的dll,就可以对自己的代码选择自己的协议了--只要不违反你使用的任何其它组件的协议.
[Update]看来他们也觉得有必要解释一下了.现在SharpZipLib首页有了以下说明:
Bottom line In plain English this means you can use this library in commercial closed-source applications.
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 从HTTP原因短语缺失研究HTTP/2和HTTP/3的设计差异
· 三行代码完成国际化适配,妙~啊~