比如我举个例子,XX 秀的动画是用 joelambert/Flux-Slider 来做的,它重新分发了其 1.4.4 这个版本,但是里面去掉了原有的版权声明
/*
Flux Slider v1.4.4
http://www.joelambert.co.uk/flux
Copyright 2011, Joe Lambert.
Free to use under the MIT license.
http://www.opensource.org/licenses/mit-license.php
*/
MIT 协议要求
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
这样是违反了 MIT 协议吗?
1
geelaw 2019-06-26 20:49:29 +08:00 via iPhone 1
你需要在使用的项目的可见处(例如一个网站,那么就在法律声明页面 /关于页面上)写上版权声明,至于代码 minify 是可以的。
|