You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2017/01/31 21:45:40 UTC

bookkeeper git commit: BOOKKEEPER-996: LongHierarchicalLedgerManagerFactory is missing license header

Repository: bookkeeper
Updated Branches:
  refs/heads/master c813b3d32 -> 91db1254c


BOOKKEEPER-996: LongHierarchicalLedgerManagerFactory is missing license header

Author: Sijie Guo <si...@apache.org>

Reviewers: Enrico Olivelli <eo...@gmail.com>

Closes #103 from sijie/sijie/fix_rat_issue


Project: http://git-wip-us.apache.org/repos/asf/bookkeeper/repo
Commit: http://git-wip-us.apache.org/repos/asf/bookkeeper/commit/91db1254
Tree: http://git-wip-us.apache.org/repos/asf/bookkeeper/tree/91db1254
Diff: http://git-wip-us.apache.org/repos/asf/bookkeeper/diff/91db1254

Branch: refs/heads/master
Commit: 91db1254c1118c4efa1c520f61850a3382f41fff
Parents: c813b3d
Author: Sijie Guo <si...@apache.org>
Authored: Tue Jan 31 13:45:36 2017 -0800
Committer: Sijie Guo <si...@apache.org>
Committed: Tue Jan 31 13:45:36 2017 -0800

----------------------------------------------------------------------
 .../meta/LongHierarchicalLedgerManagerFactory.java | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/91db1254/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/LongHierarchicalLedgerManagerFactory.java
----------------------------------------------------------------------
diff --git a/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/LongHierarchicalLedgerManagerFactory.java b/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/LongHierarchicalLedgerManagerFactory.java
index 020bde8..06e7b9e 100644
--- a/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/LongHierarchicalLedgerManagerFactory.java
+++ b/bookkeeper-server/src/main/java/org/apache/bookkeeper/meta/LongHierarchicalLedgerManagerFactory.java
@@ -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.bookkeeper.meta;
 
 public class LongHierarchicalLedgerManagerFactory extends HierarchicalLedgerManagerFactory {