[ 
https://issues.apache.org/jira/browse/HBASE-3870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448408#comment-13448408
 ] 

stack commented on HBASE-3870:
------------------------------

I used this bit of prettyness:

{code}
$ perl -i -nle 'print unless /.*Copyright .* The Apache Software Foundation.*/' 
`find ./ -name "*.java" -o -name "*.jamon" -o -name "*.rb" -o -name "*.c" -o 
-name "*.py" -o -name "*.proto" -o -name "*.html" -o -name "*.xml"`
{code}

It looks like it works.  Let me run it by hadoopqa




                
> Purge copyrights from src headers
> ---------------------------------
>
>                 Key: HBASE-3870
>                 URL: https://issues.apache.org/jira/browse/HBASE-3870
>             Project: HBase
>          Issue Type: Bug
>    Affects Versions: 0.92.0
>            Reporter: stack
>            Assignee: stack
>            Priority: Blocker
>
> Henry  Yandell wrote me:
> {quote}
> A quick note that I noticed that there were copyright statements in the HBase 
> code.
> For example:
> http://svn.apache.org/repos/asf/hbase/trunk/src/main/java/org/apache/hadoop/hbase/ClusterStatus.java
> My understanding from http://www.apache.org/legal/src-headers.html is
> that they shouldn't be there.
> {quote}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to