[ 
https://issues.apache.org/jira/browse/THRIFT-294?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bryan Duxbury updated THRIFT-294:
---------------------------------

    Attachment: thrift-294.patch

{code}
find . | xargs grep -l "@author" | grep -v "\.svn" | xargs sed -i.bak 
"/@author/d"
{code}

This patch gets rid of all the author tags. Will this have accidentally whacked 
anything that's actually code-relevant by accident? I'll commit if everyone 
thinks its ok.

> Remove @author tags
> -------------------
>
>                 Key: THRIFT-294
>                 URL: https://issues.apache.org/jira/browse/THRIFT-294
>             Project: Thrift
>          Issue Type: Task
>            Reporter: Greg Stein
>            Priority: Critical
>             Fix For: 0.1
>
>         Attachments: thrift-294.patch
>
>
> The @author tags should be removed from the codebase. Apache prefers that 
> code is built as a community and recognized as a community. Individuals can 
> be recognized through the version control logs and possible a COMMITTERS or 
> CONTRIBUTORS file.
> See 5.D. in the Feb 2004 board minutes:
>   
> http://www.apache.org/foundation/records/minutes/2004/board_minutes_2004_02_18.txt
> Or in a bit more prose form at:
>   
> http://mail-archives.apache.org/mod_mbox/www-community/200402.mbox/%[email protected]%3e
> Not attaching a patch at this time. This is a simple "find and delete" task.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to