You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by jg...@apache.org on 2014/04/09 07:51:08 UTC

[2/2] git commit: SAMZA-231: TestKafkaSystemConsumer needs ASF header.

SAMZA-231: TestKafkaSystemConsumer needs ASF header.


Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/80bf7820
Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/80bf7820
Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/80bf7820

Branch: refs/heads/master
Commit: 80bf782049bf2bfb6fb431cf83ee77da14701c04
Parents: 73fea8d
Author: Yan Fang <yanfang724 at gmail dot com>
Authored: Tue Apr 8 22:43:56 2014 -0700
Committer: Jakob Homan <jg...@gmail.com>
Committed: Tue Apr 8 22:43:56 2014 -0700

----------------------------------------------------------------------
 .../system/kafka/TestKafkaSystemConsumer.scala   | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/80bf7820/samza-kafka/src/test/scala/org/apache/samza/system/kafka/TestKafkaSystemConsumer.scala
----------------------------------------------------------------------
diff --git a/samza-kafka/src/test/scala/org/apache/samza/system/kafka/TestKafkaSystemConsumer.scala b/samza-kafka/src/test/scala/org/apache/samza/system/kafka/TestKafkaSystemConsumer.scala
index d6fb959..93766cd 100644
--- a/samza-kafka/src/test/scala/org/apache/samza/system/kafka/TestKafkaSystemConsumer.scala
+++ b/samza-kafka/src/test/scala/org/apache/samza/system/kafka/TestKafkaSystemConsumer.scala
@@ -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.
+ */
+
 package org.apache.samza.system.kafka
 
 import org.junit.Test