@
un严格按照许可证来的话
应该保留版权信息以及完整的许可证文本
比如我之前说的
firefox 的 about:license
google chrome 的 chrome://credits/
但是一般用超链接来指向许可证文本也是可以接受的
比如 jQuery 官方明确表示
https://jquery.org/license/You are free to use any jQuery project in any other project (even commercial projects) as long as the copyright header is left intact.
它的 copyright header 就是版权声明 + 许可证的超链接
http://code.jquery.com/jquery-2.1.3.js/*!
* jQuery JavaScript Library v2.1.3
*
http://jquery.com/ *
* Includes Sizzle.js
*
http://sizzlejs.com/ *
* Copyright 2005, 2014 jQuery Foundation, Inc. and other contributors
* Released under the MIT license
*
http://jquery.org/license *
* Date: 2014-12-18T15:11Z
*/
http://code.jquery.com/jquery-2.1.3.min.js/*! jQuery v2.1.3 | (c) 2005, 2014 jQuery Foundation, Inc. |
jquery.org/license */