许可证问题:GPL版权标题

Mar*_*Eve 7 licensing gpl

我正在开始一个新的GPL v2项目,该项目将基于现有的GPLed代码.目前,其他项目文件中的标题如下所示:

/**
*
* Copyright (c) 2006-2009 Andrew Person
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
*/
Run Code Online (Sandbox Code Playgroud)

现在,当我进行修改时,我显然需要根据许可证保留原始版权,但需要添加我的姓名和归属.我该怎么办呢?这可以接受吗?

/**
*
* Copyright (c) 2006-2009 Andrew Person
* Copyright (c) 2011 Martin Eve
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
*/
Run Code Online (Sandbox Code Playgroud)