C# iTextSharp DLL 是否可以免费使用并与我的 Web 应用程序项目一起重新分发?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/1762842/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-06 20:35:52  来源:igfitidea点击:

Is the iTextSharp DLL free to use and redistribute with my web application project?

c#licensingitextsharpgnu

提问by Shyju

Is the iTextSharpDLL free to use and redistribute with my web application project which i will be selling?

iTextSharp的DLL自由使用和再分发与我的Web应用程序项目,我会卖什么?

采纳答案by Thomas Weller

Yes, as long as you don't try to sell it to your customer as your own product (;-)), you're free to use and deploy it as part of your own app.

是的,只要您不尝试将其作为您自己的产品 (;-)) 出售给您的客户,您就可以自由地使用它并将其部署为您自己的应用程序的一部分。

Update 02/06/2011:
iText appears to now have a strong copyleftlicense (AGPL). This means that you cannot use it as part of a commercial product...

2011 年 2 月 6 日更新
iText 现在似乎拥有强大的Copyleft许可证 ( AGPL)。这意味着您不能将其用作商业产品的一部分...

回答by Daniel A. White

Yes, as long as you are just dynamically linking it under the LGPL.

是的,只要您只是在 LGPL 下动态链接它。

Edit: See accepted answer, iText now uses a strong copyleft licence which requires you to release your source code if you use it.

编辑:请参阅已接受的答案,iText 现在使用强大的 copyleft 许可证,如果您使用它,则需要您发布源代码。

回答by Christopher Galpin

Version 5.0.0and up is licensed under the AGPL (strong copyleft).
Version 4.1.6and previous are still licensed under the MPL/LGPL (weak copyleft).

版本5.0.0及更高版本是根据 AGPL(强copyleft)许可的。
版本4.1.6和之前的版本仍然在 MPL/LGPL(弱 copyleft)下获得许可。

So for a commercial product you'll almost certainly want to stick with 4.1.6 or previous.

因此,对于商业产品,您几乎肯定会希望坚持使用 4.1.6 或更低版本。

Here's an archived unofficial citation.

这是存档的非官方引文