You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/02/28 21:47:53 UTC

[42/50] [abbrv] git commit: refs/heads/ui-multiple-nics - rat: Fix the license, the mouse is squeaking, Nitin stepped on it :)

rat: Fix the license, the mouse is squeaking, Nitin stepped on it :)

Signed-off-by: Rohit Yadav <bh...@apache.org>


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

Branch: refs/heads/ui-multiple-nics
Commit: f16347960aa8c4472ee59b1671c1000bd8b7836c
Parents: 01db2df
Author: Rohit Yadav <bh...@apache.org>
Authored: Thu Feb 28 18:34:34 2013 +0530
Committer: Rohit Yadav <bh...@apache.org>
Committed: Thu Feb 28 18:35:43 2013 +0530

----------------------------------------------------------------------
 api/src/com/cloud/agent/api/ScaleVmAnswer.java  |   16 ++++++++++++++++
 api/src/com/cloud/agent/api/ScaleVmCommand.java |   16 ++++++++++++++++
 2 files changed, 32 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f1634796/api/src/com/cloud/agent/api/ScaleVmAnswer.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/agent/api/ScaleVmAnswer.java b/api/src/com/cloud/agent/api/ScaleVmAnswer.java
index 9481e0b..31d6e44 100644
--- a/api/src/com/cloud/agent/api/ScaleVmAnswer.java
+++ b/api/src/com/cloud/agent/api/ScaleVmAnswer.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.agent.api;
 
 public class ScaleVmAnswer extends Answer {

http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/f1634796/api/src/com/cloud/agent/api/ScaleVmCommand.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/agent/api/ScaleVmCommand.java b/api/src/com/cloud/agent/api/ScaleVmCommand.java
index 41db206..e5078d5 100644
--- a/api/src/com/cloud/agent/api/ScaleVmCommand.java
+++ b/api/src/com/cloud/agent/api/ScaleVmCommand.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.agent.api;
 
 import com.cloud.agent.api.to.VirtualMachineTO;