added apache license
Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/59b3dc1c Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/59b3dc1c Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/59b3dc1c Branch: refs/heads/NewKafkaSystemConsumer Commit: 59b3dc1c2c1820c899b5d5b217b0268d119348af Parents: 2203494 Author: Boris S <[email protected]> Authored: Fri Aug 31 15:11:39 2018 -0700 Committer: Boris S <[email protected]> Committed: Fri Aug 31 15:11:39 2018 -0700 ---------------------------------------------------------------------- .../kafka/TestNewKafkaSystemConsumer.java | 21 ++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/59b3dc1c/samza-kafka/src/test/scala/org/apache/samza/system/kafka/TestNewKafkaSystemConsumer.java ---------------------------------------------------------------------- diff --git a/samza-kafka/src/test/scala/org/apache/samza/system/kafka/TestNewKafkaSystemConsumer.java b/samza-kafka/src/test/scala/org/apache/samza/system/kafka/TestNewKafkaSystemConsumer.java index f7f63f3..fb7533b 100644 --- a/samza-kafka/src/test/scala/org/apache/samza/system/kafka/TestNewKafkaSystemConsumer.java +++ b/samza-kafka/src/test/scala/org/apache/samza/system/kafka/TestNewKafkaSystemConsumer.java @@ -1,3 +1,24 @@ +/* + * + * 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 java.util.Collections;
