Repository: hbase
Updated Branches:
  refs/heads/0.98 940bde52b -> 4c08239a7


HBASE-15400 Addendum amends license header of RatioBasedCompactionPolicy


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4c08239a
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4c08239a
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/4c08239a

Branch: refs/heads/0.98
Commit: 4c08239a7c0ac8f25b40e57bd21bee75015ee359
Parents: 940bde5
Author: tedyu <yuzhih...@gmail.com>
Authored: Sat Apr 9 10:16:22 2016 -0700
Committer: tedyu <yuzhih...@gmail.com>
Committed: Sat Apr 9 10:16:22 2016 -0700

----------------------------------------------------------------------
 .../regionserver/compactions/RatioBasedCompactionPolicy.java    | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/4c08239a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/RatioBasedCompactionPolicy.java
----------------------------------------------------------------------
diff --git 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/RatioBasedCompactionPolicy.java
 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/RatioBasedCompactionPolicy.java
index 1c3392b..1685aa2 100644
--- 
a/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/RatioBasedCompactionPolicy.java
+++ 
b/hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/compactions/RatioBasedCompactionPolicy.java
@@ -9,6 +9,11 @@
  *
  *     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.compactions;
 

Reply via email to