language-agnostic - 我需要引用我网站上的 Mit 许可证吗?

标签 language-agnostic

如果我的站点使用 jquery 和 jquery 插件,我是否应该引用 MIT 许可证并向创建者表示感谢?还是这仅适用于软件再分发?

最佳答案

MIT license通过 jQuery Web site 链接:

Copyright (c) 2010 John Resig, http://jquery.com/

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

我想说这是不言自明的。如果您分发软件的大部分内容,则必须包含版权声明。

编辑:

再次阅读您的问题时,您可能想知道是否必须在网页的某个地方显示通知。在那种情况下,我会说不,脚本本身的通知就足够了。只是不要删除它们。

关于language-agnostic - 我需要引用我网站上的 Mit 许可证吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2190058/

相关文章:

performance - 递归还是迭代?

multithreading - 如何优化每核心数的线程数

language-agnostic - 捕获异常时真的会影响性能吗?

language-agnostic - Grand Central 与并行扩展

language-agnostic - 访客模式的实际优势是什么?有哪些替代方案?

c# - 具有变体的生产者-消费者 - 如何与线程信号/等待同步?

language-agnostic - 具有相同类型的多个对象的名称

exception - 为什么我不应该将每个 block 都包装在 "try"-"catch"中?

arrays - 我应该使用哪种算法从多维数组中提取数组?

algorithm - 什么是好的哈希函数?