You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2011/10/23 23:18:09 UTC

svn commit: r1187974 - in /hbase/branches/0.92: ./ bin/ src/assembly/ src/docbkx/ src/examples/mapreduce/ src/main/avro/ src/main/java/org/apache/hadoop/hbase/filter/ src/main/java/org/apache/hadoop/hbase/io/hfile/ src/main/java/org/apache/hadoop/hbase...

Author: stack
Date: Sun Oct 23 21:18:07 2011
New Revision: 1187974

URL: http://svn.apache.org/viewvc?rev=1187974&view=rev
Log:
HBASE-4647 RAT finds about 40 files missing licenses

Modified:
    hbase/branches/0.92/CHANGES.txt
    hbase/branches/0.92/bin/copy_table.rb
    hbase/branches/0.92/pom.xml
    hbase/branches/0.92/src/assembly/all.xml
    hbase/branches/0.92/src/docbkx/configuration.xml
    hbase/branches/0.92/src/docbkx/developer.xml
    hbase/branches/0.92/src/docbkx/external_apis.xml
    hbase/branches/0.92/src/docbkx/getting_started.xml
    hbase/branches/0.92/src/docbkx/ops_mgt.xml
    hbase/branches/0.92/src/docbkx/performance.xml
    hbase/branches/0.92/src/docbkx/preface.xml
    hbase/branches/0.92/src/docbkx/shell.xml
    hbase/branches/0.92/src/docbkx/troubleshooting.xml
    hbase/branches/0.92/src/docbkx/upgrading.xml
    hbase/branches/0.92/src/examples/mapreduce/index-builder-setup.rb
    hbase/branches/0.92/src/main/avro/hbase.avpr
    hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/filter/TimestampsFilter.java
    hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheableDeserializer.java
    hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.java
    hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/RegionPlan.java
    hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/ServerAndLoad.java
    hbase/branches/0.92/src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/Hbase.html
    hbase/branches/0.92/src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/index.html
    hbase/branches/0.92/src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/style.css
    hbase/branches/0.92/src/main/resources/hbase-default.xml
    hbase/branches/0.92/src/main/resources/hbase-webapps/master/index.html
    hbase/branches/0.92/src/main/resources/hbase-webapps/master/master.jsp
    hbase/branches/0.92/src/main/resources/hbase-webapps/master/table.jsp
    hbase/branches/0.92/src/main/resources/hbase-webapps/master/tablesDetailed.jsp
    hbase/branches/0.92/src/main/resources/hbase-webapps/master/zk.jsp
    hbase/branches/0.92/src/main/resources/hbase-webapps/regionserver/index.html
    hbase/branches/0.92/src/main/resources/hbase-webapps/regionserver/regionserver.jsp
    hbase/branches/0.92/src/main/resources/hbase-webapps/static/hbase.css
    hbase/branches/0.92/src/main/resources/org/apache/hadoop/hbase/mapred/RowCounter_Counters.properties
    hbase/branches/0.92/src/main/resources/org/apache/hadoop/hbase/mapreduce/RowCounter_Counters.properties
    hbase/branches/0.92/src/main/resources/org/apache/hadoop/hbase/rest/XMLSchema.xsd
    hbase/branches/0.92/src/packages/deb/conf-pseudo.control/conffile
    hbase/branches/0.92/src/packages/deb/hbase.control/control
    hbase/branches/0.92/src/site/site.vm
    hbase/branches/0.92/src/site/site.xml
    hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/TestHServerInfo.java
    hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/client/replication/TestReplicationAdmin.java
    hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/coprocessor/GenericEndpoint.java
    hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/coprocessor/GenericProtocol.java
    hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/filter/TestColumnPrefixFilter.java
    hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/filter/TestColumnRangeFilter.java
    hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRollAbort.java
    hbase/branches/0.92/src/test/resources/log4j.properties
    hbase/branches/0.92/src/test/resources/mapred-queues.xml
    hbase/branches/0.92/src/test/ruby/test_helper.rb

Modified: hbase/branches/0.92/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/CHANGES.txt?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/CHANGES.txt (original)
+++ hbase/branches/0.92/CHANGES.txt Sun Oct 23 21:18:07 2011
@@ -360,6 +360,7 @@ Release 0.92.0 - Unreleased
                (Gaojinchao)
    HBASE-4588  The floating point arithmetic to validate memory allocation
                configurations need to be done as integers (dhruba)
+   HBASE-4647  RAT finds about 40 files missing licenses
 
   TESTS
    HBASE-4492  TestRollingRestart fails intermittently

Modified: hbase/branches/0.92/bin/copy_table.rb
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/bin/copy_table.rb?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/bin/copy_table.rb (original)
+++ hbase/branches/0.92/bin/copy_table.rb Sun Oct 23 21:18:07 2011
@@ -1,6 +1,4 @@
 #
-# Copyright 2009 The Apache Software Foundation
-#
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file
 # distributed with this work for additional information

Modified: hbase/branches/0.92/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/pom.xml?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/pom.xml (original)
+++ hbase/branches/0.92/pom.xml Sun Oct 23 21:18:07 2011
@@ -302,7 +302,7 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.6</version>
+          <version>1.0-alpha-3</version>
         </plugin>
         <plugin>
           <artifactId>maven-surefire-report-plugin</artifactId>

Modified: hbase/branches/0.92/src/assembly/all.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/assembly/all.xml?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/assembly/all.xml (original)
+++ hbase/branches/0.92/src/assembly/all.xml Sun Oct 23 21:18:07 2011
@@ -2,6 +2,25 @@
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd">
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
   <!--This 'all' id is not appended to the produced bundle because we do this:
     http://maven.apache.org/plugins/maven-assembly-plugin/faq.html#required-classifiers
   -->

Modified: hbase/branches/0.92/src/docbkx/configuration.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/docbkx/configuration.xml?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/docbkx/configuration.xml (original)
+++ hbase/branches/0.92/src/docbkx/configuration.xml Sun Oct 23 21:18:07 2011
@@ -7,6 +7,25 @@
       xmlns:m="http://www.w3.org/1998/Math/MathML"
       xmlns:html="http://www.w3.org/1999/xhtml"
       xmlns:db="http://docbook.org/ns/docbook">
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
     <title>Configuration</title>
     <para>This chapter is the Not-So-Quick start guide to HBase configuration.</para>
     <para>Please read this chapter carefully and ensure that all requirements have 

Modified: hbase/branches/0.92/src/docbkx/developer.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/docbkx/developer.xml?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/docbkx/developer.xml (original)
+++ hbase/branches/0.92/src/docbkx/developer.xml Sun Oct 23 21:18:07 2011
@@ -7,6 +7,25 @@
       xmlns:m="http://www.w3.org/1998/Math/MathML"
       xmlns:html="http://www.w3.org/1999/xhtml"
       xmlns:db="http://docbook.org/ns/docbook">
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
     <title>Developing HBase</title>
     <para>This chapter will be of interest only to those developing HBase (i.e., as opposed to using it).
     </para>

Modified: hbase/branches/0.92/src/docbkx/external_apis.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/docbkx/external_apis.xml?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/docbkx/external_apis.xml (original)
+++ hbase/branches/0.92/src/docbkx/external_apis.xml Sun Oct 23 21:18:07 2011
@@ -7,6 +7,25 @@
          xmlns:m="http://www.w3.org/1998/Math/MathML"
          xmlns:html="http://www.w3.org/1999/xhtml"
          xmlns:db="http://docbook.org/ns/docbook">
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
   <title>External APIs</title>
   This chapter will cover access to HBase either through non-Java languages, or through custom protocols.
   

Modified: hbase/branches/0.92/src/docbkx/getting_started.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/docbkx/getting_started.xml?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/docbkx/getting_started.xml (original)
+++ hbase/branches/0.92/src/docbkx/getting_started.xml Sun Oct 23 21:18:07 2011
@@ -7,6 +7,25 @@
          xmlns:m="http://www.w3.org/1998/Math/MathML"
          xmlns:html="http://www.w3.org/1999/xhtml"
          xmlns:db="http://docbook.org/ns/docbook">
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
   <title>Getting Started</title>
 
   <section>

Modified: hbase/branches/0.92/src/docbkx/ops_mgt.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/docbkx/ops_mgt.xml?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/docbkx/ops_mgt.xml (original)
+++ hbase/branches/0.92/src/docbkx/ops_mgt.xml Sun Oct 23 21:18:07 2011
@@ -7,6 +7,25 @@
          xmlns:m="http://www.w3.org/1998/Math/MathML"
          xmlns:html="http://www.w3.org/1999/xhtml"
          xmlns:db="http://docbook.org/ns/docbook">
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
   <title>HBase Operational Management</title>
   This chapter will cover operational tools and practices required of a running HBase cluster.
   The subject of operations is related to the topics of <xref linkend="trouble" />, <xref linkend="performance"/>,

Modified: hbase/branches/0.92/src/docbkx/performance.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/docbkx/performance.xml?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/docbkx/performance.xml (original)
+++ hbase/branches/0.92/src/docbkx/performance.xml Sun Oct 23 21:18:07 2011
@@ -7,6 +7,25 @@
          xmlns:m="http://www.w3.org/1998/Math/MathML"
          xmlns:html="http://www.w3.org/1999/xhtml"
          xmlns:db="http://docbook.org/ns/docbook">
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
   <title>Performance Tuning</title>
 
   <section xml:id="perf.os">

Modified: hbase/branches/0.92/src/docbkx/preface.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/docbkx/preface.xml?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/docbkx/preface.xml (original)
+++ hbase/branches/0.92/src/docbkx/preface.xml Sun Oct 23 21:18:07 2011
@@ -6,6 +6,25 @@
          xmlns:m="http://www.w3.org/1998/Math/MathML"
          xmlns:html="http://www.w3.org/1999/xhtml"
          xmlns:db="http://docbook.org/ns/docbook">
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
   <title>Preface</title>
 
   <para>This book aims to be the official guide for the <link

Modified: hbase/branches/0.92/src/docbkx/shell.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/docbkx/shell.xml?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/docbkx/shell.xml (original)
+++ hbase/branches/0.92/src/docbkx/shell.xml Sun Oct 23 21:18:07 2011
@@ -7,6 +7,25 @@
       xmlns:m="http://www.w3.org/1998/Math/MathML"
       xmlns:html="http://www.w3.org/1999/xhtml"
       xmlns:db="http://docbook.org/ns/docbook">
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
     <title>The HBase Shell</title>
 
     <para>

Modified: hbase/branches/0.92/src/docbkx/troubleshooting.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/docbkx/troubleshooting.xml?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/docbkx/troubleshooting.xml (original)
+++ hbase/branches/0.92/src/docbkx/troubleshooting.xml Sun Oct 23 21:18:07 2011
@@ -7,6 +7,25 @@
          xmlns:m="http://www.w3.org/1998/Math/MathML"
          xmlns:html="http://www.w3.org/1999/xhtml"
          xmlns:db="http://docbook.org/ns/docbook">
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
   <title>Troubleshooting and Debugging HBase</title>
     <section xml:id="trouble.general">
       <title>General Guidelines</title>

Modified: hbase/branches/0.92/src/docbkx/upgrading.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/docbkx/upgrading.xml?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/docbkx/upgrading.xml (original)
+++ hbase/branches/0.92/src/docbkx/upgrading.xml Sun Oct 23 21:18:07 2011
@@ -7,6 +7,25 @@
       xmlns:m="http://www.w3.org/1998/Math/MathML"
       xmlns:html="http://www.w3.org/1999/xhtml"
       xmlns:db="http://docbook.org/ns/docbook">
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
     <title>Upgrading</title>
     <para>
         Review <xref linkend="configuration" />, in particular the section on Hadoop version.

Modified: hbase/branches/0.92/src/examples/mapreduce/index-builder-setup.rb
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/examples/mapreduce/index-builder-setup.rb?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/examples/mapreduce/index-builder-setup.rb (original)
+++ hbase/branches/0.92/src/examples/mapreduce/index-builder-setup.rb Sun Oct 23 21:18:07 2011
@@ -1,3 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 # Set up sample data for IndexBuilder example
 create "people", "attributes"
 create "people-email", "INDEX"

Modified: hbase/branches/0.92/src/main/avro/hbase.avpr
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/avro/hbase.avpr?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/avro/hbase.avpr (original)
+++ hbase/branches/0.92/src/main/avro/hbase.avpr Sun Oct 23 21:18:07 2011
@@ -606,4 +606,4 @@
       "errors" : [ "AIOError", "AIllegalArgument" ]
     }
   }
-}
\ No newline at end of file
+}

Modified: hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/filter/TimestampsFilter.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/filter/TimestampsFilter.java?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/filter/TimestampsFilter.java (original)
+++ hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/filter/TimestampsFilter.java Sun Oct 23 21:18:07 2011
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.hadoop.hbase.filter;
 
 import java.io.DataInput;

Modified: hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheableDeserializer.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheableDeserializer.java?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheableDeserializer.java (original)
+++ hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/io/hfile/CacheableDeserializer.java Sun Oct 23 21:18:07 2011
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.hadoop.hbase.io.hfile;
 
 import java.io.IOException;

Modified: hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.java?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.java (original)
+++ hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/mapreduce/TsvImporterMapper.java Sun Oct 23 21:18:07 2011
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.hadoop.hbase.mapreduce;
 
 import org.apache.hadoop.io.LongWritable;

Modified: hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/RegionPlan.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/RegionPlan.java?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/RegionPlan.java (original)
+++ hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/RegionPlan.java Sun Oct 23 21:18:07 2011
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.hadoop.hbase.master;
 
 import org.apache.hadoop.hbase.HRegionInfo;

Modified: hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/ServerAndLoad.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/ServerAndLoad.java?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/ServerAndLoad.java (original)
+++ hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/master/ServerAndLoad.java Sun Oct 23 21:18:07 2011
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.hadoop.hbase.master;
 
 
@@ -28,4 +45,4 @@ class ServerAndLoad implements Comparabl
     int diff = this.load - other.load;
     return diff != 0 ? diff : this.sn.compareTo(other.getServerName());
   }
-}
\ No newline at end of file
+}

Modified: hbase/branches/0.92/src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/Hbase.html
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/Hbase.html?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/Hbase.html (original)
+++ hbase/branches/0.92/src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/Hbase.html Sun Oct 23 21:18:07 2011
@@ -1,4 +1,23 @@
 <html><head>
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
 <link href="style.css" rel="stylesheet" type="text/css"/>
 <title>Thrift module: Hbase</title></head><body>
 <h1>Thrift module: Hbase</h1>

Modified: hbase/branches/0.92/src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/index.html
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/index.html?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/index.html (original)
+++ hbase/branches/0.92/src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/index.html Sun Oct 23 21:18:07 2011
@@ -1,4 +1,23 @@
 <html><head>
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
 <link href="style.css" rel="stylesheet" type="text/css"/>
 <title>All Thrift declarations</title></head><body>
 <h1>All Thrift declarations</h1>

Modified: hbase/branches/0.92/src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/style.css
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/style.css?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/style.css (original)
+++ hbase/branches/0.92/src/main/javadoc/org/apache/hadoop/hbase/thrift/doc-files/style.css Sun Oct 23 21:18:07 2011
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 /* Auto-generated CSS for generated Thrift docs */
 body { font-family: Tahoma, sans-serif; }
 pre { background-color: #dddddd; padding: 6px; }

Modified: hbase/branches/0.92/src/main/resources/hbase-default.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/resources/hbase-default.xml?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/resources/hbase-default.xml (original)
+++ hbase/branches/0.92/src/main/resources/hbase-default.xml Sun Oct 23 21:18:07 2011
@@ -2,8 +2,6 @@
 <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
 <!--
 /**
- * Copyright 2009 The Apache Software Foundation
- *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
  * distributed with this work for additional information

Modified: hbase/branches/0.92/src/main/resources/hbase-webapps/master/index.html
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/resources/hbase-webapps/master/index.html?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/resources/hbase-webapps/master/index.html (original)
+++ hbase/branches/0.92/src/main/resources/hbase-webapps/master/index.html Sun Oct 23 21:18:07 2011
@@ -1 +1,20 @@
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
 <meta HTTP-EQUIV="REFRESH" content="0;url=/master-status"/>

Modified: hbase/branches/0.92/src/main/resources/hbase-webapps/master/master.jsp
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/resources/hbase-webapps/master/master.jsp?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/resources/hbase-webapps/master/master.jsp (original)
+++ hbase/branches/0.92/src/main/resources/hbase-webapps/master/master.jsp Sun Oct 23 21:18:07 2011
@@ -1 +1,20 @@
+<%--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+--%>
 <meta HTTP-EQUIV="REFRESH" content="0;url=/master-status"/>

Modified: hbase/branches/0.92/src/main/resources/hbase-webapps/master/table.jsp
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/resources/hbase-webapps/master/table.jsp?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/resources/hbase-webapps/master/table.jsp (original)
+++ hbase/branches/0.92/src/main/resources/hbase-webapps/master/table.jsp Sun Oct 23 21:18:07 2011
@@ -1,3 +1,22 @@
+<%--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+--%>
 <%@ page contentType="text/html;charset=UTF-8"
   import="java.util.HashMap"
   import="org.apache.hadoop.io.Writable"

Modified: hbase/branches/0.92/src/main/resources/hbase-webapps/master/tablesDetailed.jsp
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/resources/hbase-webapps/master/tablesDetailed.jsp?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/resources/hbase-webapps/master/tablesDetailed.jsp (original)
+++ hbase/branches/0.92/src/main/resources/hbase-webapps/master/tablesDetailed.jsp Sun Oct 23 21:18:07 2011
@@ -1,3 +1,22 @@
+<%--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+--%>
 <%@ page contentType="text/html;charset=UTF-8"
   import="java.util.*"
   import="org.apache.hadoop.util.StringUtils"

Modified: hbase/branches/0.92/src/main/resources/hbase-webapps/master/zk.jsp
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/resources/hbase-webapps/master/zk.jsp?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/resources/hbase-webapps/master/zk.jsp (original)
+++ hbase/branches/0.92/src/main/resources/hbase-webapps/master/zk.jsp Sun Oct 23 21:18:07 2011
@@ -1,3 +1,22 @@
+<%--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+--%>
 <%@ page contentType="text/html;charset=UTF-8"
   import="java.io.IOException"
   import="org.apache.hadoop.conf.Configuration"

Modified: hbase/branches/0.92/src/main/resources/hbase-webapps/regionserver/index.html
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/resources/hbase-webapps/regionserver/index.html?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/resources/hbase-webapps/regionserver/index.html (original)
+++ hbase/branches/0.92/src/main/resources/hbase-webapps/regionserver/index.html Sun Oct 23 21:18:07 2011
@@ -1 +1,20 @@
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
 <meta HTTP-EQUIV="REFRESH" content="0;url=/rs-status"/>

Modified: hbase/branches/0.92/src/main/resources/hbase-webapps/regionserver/regionserver.jsp
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/resources/hbase-webapps/regionserver/regionserver.jsp?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/resources/hbase-webapps/regionserver/regionserver.jsp (original)
+++ hbase/branches/0.92/src/main/resources/hbase-webapps/regionserver/regionserver.jsp Sun Oct 23 21:18:07 2011
@@ -1 +1,20 @@
-<meta HTTP-EQUIV="REFRESH" content="0;url=/rs-status"/>
\ No newline at end of file
+<%--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+--%>
+<meta HTTP-EQUIV="REFRESH" content="0;url=/rs-status"/>

Modified: hbase/branches/0.92/src/main/resources/hbase-webapps/static/hbase.css
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/resources/hbase-webapps/static/hbase.css?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/resources/hbase-webapps/static/hbase.css (original)
+++ hbase/branches/0.92/src/main/resources/hbase-webapps/static/hbase.css Sun Oct 23 21:18:07 2011
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 h1, h2, h3 { color: DarkSlateBlue }
 table { border: thin solid DodgerBlue }
 tr { border: thin solid DodgerBlue }

Modified: hbase/branches/0.92/src/main/resources/org/apache/hadoop/hbase/mapred/RowCounter_Counters.properties
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/resources/org/apache/hadoop/hbase/mapred/RowCounter_Counters.properties?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/resources/org/apache/hadoop/hbase/mapred/RowCounter_Counters.properties (original)
+++ hbase/branches/0.92/src/main/resources/org/apache/hadoop/hbase/mapred/RowCounter_Counters.properties Sun Oct 23 21:18:07 2011
@@ -1,6 +1,21 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 # ResourceBundle properties file for RowCounter MR job
 
 CounterGroupName=         RowCounter
 
-ROWS.name=                Rows
\ No newline at end of file
+ROWS.name=                Rows

Modified: hbase/branches/0.92/src/main/resources/org/apache/hadoop/hbase/mapreduce/RowCounter_Counters.properties
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/resources/org/apache/hadoop/hbase/mapreduce/RowCounter_Counters.properties?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/resources/org/apache/hadoop/hbase/mapreduce/RowCounter_Counters.properties (original)
+++ hbase/branches/0.92/src/main/resources/org/apache/hadoop/hbase/mapreduce/RowCounter_Counters.properties Sun Oct 23 21:18:07 2011
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 
 # ResourceBundle properties file for RowCounter MR job
 

Modified: hbase/branches/0.92/src/main/resources/org/apache/hadoop/hbase/rest/XMLSchema.xsd
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/main/resources/org/apache/hadoop/hbase/rest/XMLSchema.xsd?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/main/resources/org/apache/hadoop/hbase/rest/XMLSchema.xsd (original)
+++ hbase/branches/0.92/src/main/resources/org/apache/hadoop/hbase/rest/XMLSchema.xsd Sun Oct 23 21:18:07 2011
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
 <schema targetNamespace="ModelSchema" elementFormDefault="qualified" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="ModelSchema">
 
     <element name="Version" type="tns:Version"></element>
@@ -149,4 +168,4 @@
         <attribute name="storefileIndexSizeMB" type="int"></attribute>
     </complexType>
 
-</schema>
\ No newline at end of file
+</schema>

Modified: hbase/branches/0.92/src/packages/deb/conf-pseudo.control/conffile
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/packages/deb/conf-pseudo.control/conffile?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/packages/deb/conf-pseudo.control/conffile (original)
+++ hbase/branches/0.92/src/packages/deb/conf-pseudo.control/conffile Sun Oct 23 21:18:07 2011
@@ -1 +1,16 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 /etc/hbase/hbase-site.xml

Modified: hbase/branches/0.92/src/packages/deb/hbase.control/control
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/packages/deb/hbase.control/control?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/packages/deb/hbase.control/control (original)
+++ hbase/branches/0.92/src/packages/deb/hbase.control/control Sun Oct 23 21:18:07 2011
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 Package: hbase
 Version: @version@
 Section: misc

Modified: hbase/branches/0.92/src/site/site.vm
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/site/site.vm?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/site/site.vm (original)
+++ hbase/branches/0.92/src/site/site.vm Sun Oct 23 21:18:07 2011
@@ -1,4 +1,21 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+#*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+*#
 <!-- Generated by Apache Maven Doxia at $dateFormat.format( $currentDate ) -->
 #macro ( link $href $name $target $img $position $alt $border $width $height )
   #set ( $linkTitle = ' title="' + $name + '"' )

Modified: hbase/branches/0.92/src/site/site.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/site/site.xml?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/site/site.xml (original)
+++ hbase/branches/0.92/src/site/site.xml Sun Oct 23 21:18:07 2011
@@ -1,4 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
+
 
 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

Modified: hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/TestHServerInfo.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/TestHServerInfo.java?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/TestHServerInfo.java (original)
+++ hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/TestHServerInfo.java Sun Oct 23 21:18:07 2011
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.hadoop.hbase;
 
 import static org.junit.Assert.*;
@@ -77,4 +94,4 @@ public class TestHServerInfo {
     int compare2 = hsi2.compareTo(hsi1);
     assertTrue((compare1 > 0)? compare2 < 0: compare2 > 0);
   }
-}
\ No newline at end of file
+}

Modified: hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/client/replication/TestReplicationAdmin.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/client/replication/TestReplicationAdmin.java?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/client/replication/TestReplicationAdmin.java (original)
+++ hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/client/replication/TestReplicationAdmin.java Sun Oct 23 21:18:07 2011
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.hadoop.hbase.client.replication;
 
 import java.util.concurrent.atomic.AtomicBoolean;

Modified: hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/coprocessor/GenericEndpoint.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/coprocessor/GenericEndpoint.java?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/coprocessor/GenericEndpoint.java (original)
+++ hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/coprocessor/GenericEndpoint.java Sun Oct 23 21:18:07 2011
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.hadoop.hbase.coprocessor;
 
 public class GenericEndpoint extends BaseEndpointCoprocessor implements

Modified: hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/coprocessor/GenericProtocol.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/coprocessor/GenericProtocol.java?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/coprocessor/GenericProtocol.java (original)
+++ hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/coprocessor/GenericProtocol.java Sun Oct 23 21:18:07 2011
@@ -1,3 +1,54 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.hadoop.hbase.coprocessor;
 
 import org.apache.hadoop.hbase.ipc.CoprocessorProtocol;

Modified: hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/filter/TestColumnPrefixFilter.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/filter/TestColumnPrefixFilter.java?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/filter/TestColumnPrefixFilter.java (original)
+++ hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/filter/TestColumnPrefixFilter.java Sun Oct 23 21:18:07 2011
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.hadoop.hbase.filter;
 
 import static org.junit.Assert.*;

Modified: hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/filter/TestColumnRangeFilter.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/filter/TestColumnRangeFilter.java?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/filter/TestColumnRangeFilter.java (original)
+++ hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/filter/TestColumnRangeFilter.java Sun Oct 23 21:18:07 2011
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.hadoop.hbase.filter;
 
 import static org.junit.Assert.*;

Modified: hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRollAbort.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRollAbort.java?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRollAbort.java (original)
+++ hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestLogRollAbort.java Sun Oct 23 21:18:07 2011
@@ -1,3 +1,20 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.apache.hadoop.hbase.regionserver.wal;
 
 import static org.junit.Assert.assertEquals;

Modified: hbase/branches/0.92/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/test/resources/log4j.properties?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/test/resources/log4j.properties (original)
+++ hbase/branches/0.92/src/test/resources/log4j.properties Sun Oct 23 21:18:07 2011
@@ -1,3 +1,19 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
 # Define some default values that can be overridden by system properties
 hbase.root.logger=INFO,console
 hbase.log.dir=.

Modified: hbase/branches/0.92/src/test/resources/mapred-queues.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/test/resources/mapred-queues.xml?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/test/resources/mapred-queues.xml (original)
+++ hbase/branches/0.92/src/test/resources/mapred-queues.xml Sun Oct 23 21:18:07 2011
@@ -1,4 +1,23 @@
 <?xml version="1.0"?>
+<!--
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+-->
 <!-- This is the template for queue configuration. The format supports nesting of
      queues within queues - a feature called hierarchical queues. All queues are
      defined within the 'queues' tag which is the top level element for this

Modified: hbase/branches/0.92/src/test/ruby/test_helper.rb
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/test/ruby/test_helper.rb?rev=1187974&r1=1187973&r2=1187974&view=diff
==============================================================================
--- hbase/branches/0.92/src/test/ruby/test_helper.rb (original)
+++ hbase/branches/0.92/src/test/ruby/test_helper.rb Sun Oct 23 21:18:07 2011
@@ -1,3 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 require 'test/unit'
 
 module Testing