add RAT header for TaskPredicatesTest, as per #858
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/0c240580 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/0c240580 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/0c240580 Branch: refs/heads/master Commit: 0c24058088967d1928708d38c9c8c1658c923b99 Parents: c8fd8fb Author: Alex Heneveld <[email protected]> Authored: Thu Aug 20 13:26:59 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Thu Aug 20 13:39:01 2015 +0100 ---------------------------------------------------------------------- .../util/core/task/TaskPredicatesTest.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/0c240580/core/src/test/java/org/apache/brooklyn/util/core/task/TaskPredicatesTest.java ---------------------------------------------------------------------- diff --git a/core/src/test/java/org/apache/brooklyn/util/core/task/TaskPredicatesTest.java b/core/src/test/java/org/apache/brooklyn/util/core/task/TaskPredicatesTest.java index d87dbb5..f2709f2 100644 --- a/core/src/test/java/org/apache/brooklyn/util/core/task/TaskPredicatesTest.java +++ b/core/src/test/java/org/apache/brooklyn/util/core/task/TaskPredicatesTest.java @@ -1,3 +1,21 @@ +/* + * 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.brooklyn.util.core.task; import static org.testng.Assert.assertFalse;
