Updated Branches: refs/heads/master dca9555ed -> 9a04ec85b
SAMZA-94, cont: Adding missing Apache 2.0 license header to TestUtil. Project: http://git-wip-us.apache.org/repos/asf/incubator-samza/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-samza/commit/9a04ec85 Tree: http://git-wip-us.apache.org/repos/asf/incubator-samza/tree/9a04ec85 Diff: http://git-wip-us.apache.org/repos/asf/incubator-samza/diff/9a04ec85 Branch: refs/heads/master Commit: 9a04ec85b2bc4e5caf4a2aee7a08b2ba48040105 Parents: dca9555 Author: Chris Riccomini <[email protected]> Authored: Mon Dec 9 12:41:37 2013 -0800 Committer: Chris Riccomini <[email protected]> Committed: Mon Dec 9 12:41:37 2013 -0800 ---------------------------------------------------------------------- .../scala/org/apache/samza/util/TestUtil.scala | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-samza/blob/9a04ec85/samza-test/src/main/scala/org/apache/samza/util/TestUtil.scala ---------------------------------------------------------------------- diff --git a/samza-test/src/main/scala/org/apache/samza/util/TestUtil.scala b/samza-test/src/main/scala/org/apache/samza/util/TestUtil.scala index 69c085a..11a7666 100644 --- a/samza-test/src/main/scala/org/apache/samza/util/TestUtil.scala +++ b/samza-test/src/main/scala/org/apache/samza/util/TestUtil.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.util import org.junit.Assert._
