在为客户创建自定义设计包时,我经常发现自己从base / default或rwd / default复制模板,并根据客户的需求修改此模板。
使用的许可证是学术免费许可证(AFL 3.0)(http://opensource.org/licenses/afl-3.0.php)
这说明以下内容:
6)所有权。您必须在您创建的任何衍生作品的源代码中保留原始作品源代码的所有版权,专利或商标声明,以及任何许可声明和在其中标识为“署名”的任何描述性文字注意。” 您必须使您创建的任何衍生作品的源代码都带有醒目的署名通知,该通知是经过合理计算的,以通知收件人您已经修改了原始作品。
这是否意味着完整的版权声明必须保存在您复制并更改为自己的设计包的每个文件中?
请参阅下面的完整通知:
**
* Magento
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE_AFL.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@magento.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade Magento to newer
* versions in the future. If you wish to customize Magento for your
* needs please refer to http://www.magento.com for more information.
*
* @category design
* @package rwd_default
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*/
==============后续问题==============
根据您的官方答复@benmarks,以下内容将满足所有法律要求:
**
* Derivative work based on template in base/default theme created by:
* Magento
*
* @copyright Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
*
* Changes by: My Name
* @copyright Copyright (c) 2015 MyCompany Ltd
**
1
我敢肯定,我知道正确的答案,但是,IANAL,所以在提供之前,我正在咨询我们的法律团队。
—
2015年
@benmarks我肯定会在下一次完全讲清楚“我不是律师”的路线时:P
—
Moose