Ashish wrote:
Funny enough, you don't need network to do "svn info pom.xml"  ;-)
so +1 for removing

Maarten

+1
I have removed all the @version from MINA, SSHD and AsyncWeb. Still have to remove those from FtpServer.

When it will be done, I will commit if nobody complains.

Note : We also have to use the same @author tags everywhere.
SSHd uses :
@author <a href="mailto:[email protected]";>Apache MINA SSHD Project</a>

FtpServer uses :
@author The Apache MINA Project ([email protected])

MINA uses :
@author The Apache MINA Project ([email protected])

AsyncWeb still have personal author's tags like :
@author <a href="mailto:[email protected]";>Adrian Sutton</a>

In this case, we have to do three things :
1) check that those authors are Apache committers
2) check that the code was either committed as a part of the project or as a part of an ASL 2.0 compliant project 3) if they are external (ie, ASL 2.0 compliant license project), then we have to check that the notice.txt contains the correct attribution

In any case, we should use the same tag formet (SSHd format ios probably more convenient, if we consider Javadoc).

--
--
cordialement, regards,
Emmanuel Lécharny
www.iktek.com
directory.apache.org


Reply via email to