Repository: kafka
Updated Branches:
  refs/heads/trunk da9733091 -> 4511aeebc


Minor: Missing License

Author: Sriharsha Chintalapani <har...@hortonworks.com>

Reviewers: Gwen Shapira

Closes #524 from harshach/missing-license


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/4511aeeb
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/4511aeeb
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/4511aeeb

Branch: refs/heads/trunk
Commit: 4511aeebc3e37a3d9e2ebeabbd6bbfd16d681719
Parents: da97330
Author: Sriharsha Chintalapani <har...@hortonworks.com>
Authored: Fri Nov 13 10:25:00 2015 -0800
Committer: Gwen Shapira <csh...@gmail.com>
Committed: Fri Nov 13 10:25:00 2015 -0800

----------------------------------------------------------------------
 .../scala/kafka/common/StreamEndException.scala     | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/4511aeeb/core/src/main/scala/kafka/common/StreamEndException.scala
----------------------------------------------------------------------
diff --git a/core/src/main/scala/kafka/common/StreamEndException.scala 
b/core/src/main/scala/kafka/common/StreamEndException.scala
index 2d814f7..a9410bc 100644
--- a/core/src/main/scala/kafka/common/StreamEndException.scala
+++ b/core/src/main/scala/kafka/common/StreamEndException.scala
@@ -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.
+  */
 package kafka.common
 
 /**

Reply via email to