Updated Branches:
  refs/heads/master 65fbc6866 -> 39010dbc5

SAMZA-61: TestSystemConsumers needs license header. Contributed by Rekha
Joshi.  Committed by Jakob Homan.


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

Branch: refs/heads/master
Commit: 39010dbc570a09aed3ca896923b94c302f0d524b
Parents: 65fbc68
Author: Rekha Joshi <rekhajoshm at gmail dot com>
Authored: Tue Nov 26 13:14:35 2013 -0800
Committer: Jakob Homan <[email protected]>
Committed: Tue Nov 26 13:14:35 2013 -0800

----------------------------------------------------------------------
 .../samza/system/TestSystemConsumers.scala       | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/39010dbc/samza-core/src/test/scala/org/apache/samza/system/TestSystemConsumers.scala
----------------------------------------------------------------------
diff --git 
a/samza-core/src/test/scala/org/apache/samza/system/TestSystemConsumers.scala 
b/samza-core/src/test/scala/org/apache/samza/system/TestSystemConsumers.scala
index e941125..c9ae187 100644
--- 
a/samza-core/src/test/scala/org/apache/samza/system/TestSystemConsumers.scala
+++ 
b/samza-core/src/test/scala/org/apache/samza/system/TestSystemConsumers.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
 
 import scala.collection.JavaConversions._

Reply via email to