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/04/20 17:35:29 UTC

[7/7] bookkeeper git commit: Added missing license header

Added missing license header


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

Branch: refs/heads/sijie/bookkeeper_fallocate
Commit: 95028b9d85f6e0dbc932f44b440798ea4fb49d02
Parents: 49081ae
Author: Sijie Guo <si...@apache.org>
Authored: Thu Apr 20 10:33:04 2017 -0700
Committer: Sijie Guo <si...@apache.org>
Committed: Thu Apr 20 10:33:04 2017 -0700

----------------------------------------------------------------------
 .../java/org/apache/bookkeeper/util/Errno.java     | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bookkeeper/blob/95028b9d/bookkeeper-server/src/main/java/org/apache/bookkeeper/util/Errno.java
----------------------------------------------------------------------
diff --git a/bookkeeper-server/src/main/java/org/apache/bookkeeper/util/Errno.java b/bookkeeper-server/src/main/java/org/apache/bookkeeper/util/Errno.java
index e5d8ae8..86d1e28 100644
--- a/bookkeeper-server/src/main/java/org/apache/bookkeeper/util/Errno.java
+++ b/bookkeeper-server/src/main/java/org/apache/bookkeeper/util/Errno.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.util;
 
 import com.sun.jna.Library;