GPL 2.0 Free Telerik Extensions for ASP.NET MVC [closed]

北城以北 提交于 2019-12-21 17:09:15

问题


Is my ASP.NET MVC project automatically GPL 2.0 licensed by including these libraries? I always find this confusing with the GPL.


回答1:


Yes, it is. You'll be statically referencing their code. That clearly falls under the "requires a GPL-compatible license" areas.

You can, of course, buy a commercial license or use a different component if you don't want to GPL your project.




回答2:


Your application only requires a GPL license when you distribute your application.

For example:

Scenario #1: You develop a website which uses a mysql database and the Telerik ASP.NET MVC controls (both GPL Open Source licenses). You then deploy your application to your web server and users interact with your application UI via their browsers then you do not need to GPL your software since you have not distributed the software to the users.

Scenario #2: You then create an installer for your application and sell your application with the intention of customers installing and running the application on their own servers then your software would need to be GPL licensed since you have distributed your software. NOTE: you can't circumvent this by not including mysql in your installation package and requesting the user download and install this independantly.

Hope this helps.



来源:https://stackoverflow.com/questions/3364626/gpl-2-0-free-telerik-extensions-for-asp-net-mvc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!