You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ni...@apache.org on 2013/10/19 01:44:23 UTC

git commit: updated refs/heads/4.2 to 643ce4b

Updated Branches:
  refs/heads/4.2 e63a1743d -> 643ce4bb9


remove the wrong location for file and add license header


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/643ce4bb
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/643ce4bb
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/643ce4bb

Branch: refs/heads/4.2
Commit: 643ce4bb90e0026c59772cdf05611e283728a574
Parents: e63a174
Author: Nitin Mehta <ni...@citrix.com>
Authored: Fri Oct 18 16:43:34 2013 -0700
Committer: Nitin Mehta <ni...@citrix.com>
Committed: Fri Oct 18 16:43:34 2013 -0700

----------------------------------------------------------------------
 api/src/com/cloud/deploy/HAPlanner.java         | 16 +++++++++++++++
 .../ha/src/com/cloud/deploy/HAPlanner.java      | 21 --------------------
 2 files changed, 16 insertions(+), 21 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/643ce4bb/api/src/com/cloud/deploy/HAPlanner.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/deploy/HAPlanner.java b/api/src/com/cloud/deploy/HAPlanner.java
index 775b09c..540b726 100644
--- a/api/src/com/cloud/deploy/HAPlanner.java
+++ b/api/src/com/cloud/deploy/HAPlanner.java
@@ -1,3 +1,19 @@
+// 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 com.cloud.deploy;
 
 public interface HAPlanner extends DeploymentPlanner {

http://git-wip-us.apache.org/repos/asf/cloudstack/blob/643ce4bb/plugins/deployment-planners/ha/src/com/cloud/deploy/HAPlanner.java
----------------------------------------------------------------------
diff --git a/plugins/deployment-planners/ha/src/com/cloud/deploy/HAPlanner.java b/plugins/deployment-planners/ha/src/com/cloud/deploy/HAPlanner.java
deleted file mode 100644
index d6278c5..0000000
--- a/plugins/deployment-planners/ha/src/com/cloud/deploy/HAPlanner.java
+++ /dev/null
@@ -1,21 +0,0 @@
-// 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 com.cloud.deploy;
-
-
-public interface HAPlanner extends DeploymentPlanner {
-}