add apache header to new java to kill the RAT problem
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/d87e1179 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/d87e1179 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/d87e1179 Branch: refs/heads/master Commit: d87e1179da4c164424eb63d65d2ff9a93112a667 Parents: d94ed9a Author: Alex Heneveld <alex.henev...@cloudsoftcorp.com> Authored: Mon Oct 27 00:42:16 2014 -0700 Committer: Alex Heneveld <alex.henev...@cloudsoftcorp.com> Committed: Fri Oct 31 09:38:20 2014 -0500 ---------------------------------------------------------------------- .../java/brooklyn/entity/basic/EntityTasks.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/d87e1179/core/src/main/java/brooklyn/entity/basic/EntityTasks.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/brooklyn/entity/basic/EntityTasks.java b/core/src/main/java/brooklyn/entity/basic/EntityTasks.java index fd0a63a..37114c5 100644 --- a/core/src/main/java/brooklyn/entity/basic/EntityTasks.java +++ b/core/src/main/java/brooklyn/entity/basic/EntityTasks.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 brooklyn.entity.basic; import brooklyn.entity.Entity;