Repository: incubator-brooklyn Updated Branches: refs/heads/master fc3851b3d -> 4f7c1441b
Adds apache header to StaticSensor Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/17caf0d0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/17caf0d0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/17caf0d0 Branch: refs/heads/master Commit: 17caf0d09eb47b0bf93bcdb3605c62de75f2b56e Parents: 0e50fcf Author: Martin Harris <[email protected]> Authored: Tue Apr 28 15:27:07 2015 +0530 Committer: Richard Downer <[email protected]> Committed: Thu May 28 17:27:34 2015 +0100 ---------------------------------------------------------------------- .../brooklyn/entity/software/StaticSensor.java | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/17caf0d0/software/base/src/main/java/brooklyn/entity/software/StaticSensor.java ---------------------------------------------------------------------- diff --git a/software/base/src/main/java/brooklyn/entity/software/StaticSensor.java b/software/base/src/main/java/brooklyn/entity/software/StaticSensor.java index deaac70..a4f60e7 100644 --- a/software/base/src/main/java/brooklyn/entity/software/StaticSensor.java +++ b/software/base/src/main/java/brooklyn/entity/software/StaticSensor.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.software; import brooklyn.config.ConfigKey;
