在商业软件中分发jquery许可证 [英] Distributing jquery licence in commercial software

查看:92
本文介绍了在商业软件中分发jquery许可证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在构建一个使用jquery的商业Web应用程序.我认为我需要为使用 MIT 许可证,因为该应用程序是商业应用程序.当我在Wikipedia中查看MIT许可证时,它说:

I’m building a commercial web application that uses jquery. I think I need to use the MIT licence for jquery because the application is commercial. When I looked at the MIT licence in Wikipedia it says:

这是一个许可许可证,这意味着它可以在专有软件中随许可证分发的情况下在专有软件中重复使用"

"It is a permissive license, meaning that it permits reuse within proprietary software on the condition that the license is distributed with that software"

我的问题是如何在Web应用程序中分发许可证?用户在首次使用该网站时是否必须接受许可?还是将许可证包含在关于"页面中?

My question is how do you distribute the licence in a web application? Does the user have to accept the licence the first time they use the web site? Or do I include the licence in an about page?

推荐答案

据我了解,当您显示网页时,实际上并没有分发该软件.对此有一些例外,但没有例外适用于MIT许可证.

As I understand it, when you are displaying a web page, you're not actually distributing the software. There are exceptions to this, but none that apply to the MIT license.

我相信,当您在网页中包含jQuery时,在jQuery源中就有对许可证的引用.这样就足够了.

I believe when you include jQuery in your web page, there is a reference to the license in the jQuery source. That should be sufficient.

这是源代码中的参考,来自jQuery的缩小版:

Here is the reference in the source code, from the minified version of jQuery:

Copyright 2010, John Resig
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license

如果您将应用程序分发为要在客户服务器上执行的商业应用程序,则我将包括MIT许可证的完整副本和jQuery的未压缩源代码,并将该应用程序作为单独的文件提供.

If you are distributing the app as a commercial application to be executed on the customer's servers, I would include a full copy of the MIT license and the unminified source code for jQuery with the application as separate files.

最终用户无需同意任何条款,除非他们决定自己分发jQuery文件.

There are not any terms that the end user has to agree to, unless they decide to distribute the jQuery files themselves.

这篇关于在商业软件中分发jquery许可证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆