Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 88FE711424 for ; Thu, 17 Jul 2014 08:10:46 +0000 (UTC) Received: (qmail 37775 invoked by uid 500); 17 Jul 2014 08:10:45 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 37599 invoked by uid 500); 17 Jul 2014 08:10:45 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 37191 invoked by uid 99); 17 Jul 2014 08:10:45 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Jul 2014 08:10:45 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6BBE299BE80; Thu, 17 Jul 2014 08:10:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hugo@apache.org To: commits@cloudstack.apache.org Date: Thu, 17 Jul 2014 08:10:49 -0000 Message-Id: In-Reply-To: <8d6dd2d2bad84c6a934ecbe0f86003e0@git.apache.org> References: <8d6dd2d2bad84c6a934ecbe0f86003e0@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [05/39] Cleanup licenses in core with com.mycila:license-maven-plugin:format http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/RebootRouterCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/RebootRouterCommand.java b/core/src/com/cloud/agent/api/RebootRouterCommand.java index ec56a60..149ac5d 100644 --- a/core/src/com/cloud/agent/api/RebootRouterCommand.java +++ b/core/src/com/cloud/agent/api/RebootRouterCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 RebootRouterCommand extends RebootCommand { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/RecurringNetworkUsageAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/RecurringNetworkUsageAnswer.java b/core/src/com/cloud/agent/api/RecurringNetworkUsageAnswer.java index 3c68628..94e798e 100644 --- a/core/src/com/cloud/agent/api/RecurringNetworkUsageAnswer.java +++ b/core/src/com/cloud/agent/api/RecurringNetworkUsageAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 RecurringNetworkUsageAnswer extends Answer { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/RecurringNetworkUsageCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/RecurringNetworkUsageCommand.java b/core/src/com/cloud/agent/api/RecurringNetworkUsageCommand.java index f6e8804..1c9d162 100644 --- a/core/src/com/cloud/agent/api/RecurringNetworkUsageCommand.java +++ b/core/src/com/cloud/agent/api/RecurringNetworkUsageCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 RecurringNetworkUsageCommand extends Command implements CronCommand { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/RevertToVMSnapshotAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/RevertToVMSnapshotAnswer.java b/core/src/com/cloud/agent/api/RevertToVMSnapshotAnswer.java index 7168b89..b67d9dd 100644 --- a/core/src/com/cloud/agent/api/RevertToVMSnapshotAnswer.java +++ b/core/src/com/cloud/agent/api/RevertToVMSnapshotAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// package com.cloud.agent.api; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/RevertToVMSnapshotCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/RevertToVMSnapshotCommand.java b/core/src/com/cloud/agent/api/RevertToVMSnapshotCommand.java index b744ced..7a7d3d4 100644 --- a/core/src/com/cloud/agent/api/RevertToVMSnapshotCommand.java +++ b/core/src/com/cloud/agent/api/RevertToVMSnapshotCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 java.util.List; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/ScaleVmAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/ScaleVmAnswer.java b/core/src/com/cloud/agent/api/ScaleVmAnswer.java index 04f8b1f..1e49830 100644 --- a/core/src/com/cloud/agent/api/ScaleVmAnswer.java +++ b/core/src/com/cloud/agent/api/ScaleVmAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/ScaleVmCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/ScaleVmCommand.java b/core/src/com/cloud/agent/api/ScaleVmCommand.java index 4ef60ce..1c763dd 100644 --- a/core/src/com/cloud/agent/api/ScaleVmCommand.java +++ b/core/src/com/cloud/agent/api/ScaleVmCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/ScheduleHostScanTaskCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/ScheduleHostScanTaskCommand.java b/core/src/com/cloud/agent/api/ScheduleHostScanTaskCommand.java index e938de7..24c821b 100644 --- a/core/src/com/cloud/agent/api/ScheduleHostScanTaskCommand.java +++ b/core/src/com/cloud/agent/api/ScheduleHostScanTaskCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api; /* http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/SecStorageFirewallCfgCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/SecStorageFirewallCfgCommand.java b/core/src/com/cloud/agent/api/SecStorageFirewallCfgCommand.java index 8264334..653635c 100755 --- a/core/src/com/cloud/agent/api/SecStorageFirewallCfgCommand.java +++ b/core/src/com/cloud/agent/api/SecStorageFirewallCfgCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 java.util.ArrayList; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/SecStorageSetupAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/SecStorageSetupAnswer.java b/core/src/com/cloud/agent/api/SecStorageSetupAnswer.java index ac946da..92c13b3 100644 --- a/core/src/com/cloud/agent/api/SecStorageSetupAnswer.java +++ b/core/src/com/cloud/agent/api/SecStorageSetupAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 SecStorageSetupAnswer extends Answer { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/SecStorageSetupCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/SecStorageSetupCommand.java b/core/src/com/cloud/agent/api/SecStorageSetupCommand.java index 1871032..2c29cde 100644 --- a/core/src/com/cloud/agent/api/SecStorageSetupCommand.java +++ b/core/src/com/cloud/agent/api/SecStorageSetupCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 org.apache.cloudstack.framework.security.keystore.KeystoreManager; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/SecStorageVMSetupCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/SecStorageVMSetupCommand.java b/core/src/com/cloud/agent/api/SecStorageVMSetupCommand.java index a7f2843..7753f70 100644 --- a/core/src/com/cloud/agent/api/SecStorageVMSetupCommand.java +++ b/core/src/com/cloud/agent/api/SecStorageVMSetupCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 SecStorageVMSetupCommand extends Command { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/SecurityGroupRuleAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/SecurityGroupRuleAnswer.java b/core/src/com/cloud/agent/api/SecurityGroupRuleAnswer.java index 574d98a..b2740b9 100644 --- a/core/src/com/cloud/agent/api/SecurityGroupRuleAnswer.java +++ b/core/src/com/cloud/agent/api/SecurityGroupRuleAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 SecurityGroupRuleAnswer extends Answer { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/SecurityGroupRulesCmd.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/SecurityGroupRulesCmd.java b/core/src/com/cloud/agent/api/SecurityGroupRulesCmd.java index cfde80e..b9bdef5 100644 --- a/core/src/com/cloud/agent/api/SecurityGroupRulesCmd.java +++ b/core/src/com/cloud/agent/api/SecurityGroupRulesCmd.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 java.io.ByteArrayOutputStream; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/SetupAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/SetupAnswer.java b/core/src/com/cloud/agent/api/SetupAnswer.java index 88bccf3..6965071 100644 --- a/core/src/com/cloud/agent/api/SetupAnswer.java +++ b/core/src/com/cloud/agent/api/SetupAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 SetupAnswer extends Answer { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/SetupCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/SetupCommand.java b/core/src/com/cloud/agent/api/SetupCommand.java index ee43c59..c3c9847 100644 --- a/core/src/com/cloud/agent/api/SetupCommand.java +++ b/core/src/com/cloud/agent/api/SetupCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.host.HostEnvironment; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/SetupGuestNetworkCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/SetupGuestNetworkCommand.java b/core/src/com/cloud/agent/api/SetupGuestNetworkCommand.java index 853a068..26d4781 100644 --- a/core/src/com/cloud/agent/api/SetupGuestNetworkCommand.java +++ b/core/src/com/cloud/agent/api/SetupGuestNetworkCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.routing.NetworkElementCommand; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/ShutdownCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/ShutdownCommand.java b/core/src/com/cloud/agent/api/ShutdownCommand.java index 5412f35..3c0571c 100644 --- a/core/src/com/cloud/agent/api/ShutdownCommand.java +++ b/core/src/com/cloud/agent/api/ShutdownCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api; /** http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/SnapshotCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/SnapshotCommand.java b/core/src/com/cloud/agent/api/SnapshotCommand.java index a92b68a..a4975e6 100644 --- a/core/src/com/cloud/agent/api/SnapshotCommand.java +++ b/core/src/com/cloud/agent/api/SnapshotCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.StorageFilerTO; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StartAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StartAnswer.java b/core/src/com/cloud/agent/api/StartAnswer.java index 3bd7bff..6f63f20 100644 --- a/core/src/com/cloud/agent/api/StartAnswer.java +++ b/core/src/com/cloud/agent/api/StartAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 java.util.Map; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StartCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StartCommand.java b/core/src/com/cloud/agent/api/StartCommand.java index 88810c6..d411cba 100644 --- a/core/src/com/cloud/agent/api/StartCommand.java +++ b/core/src/com/cloud/agent/api/StartCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StartupAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StartupAnswer.java b/core/src/com/cloud/agent/api/StartupAnswer.java index e18fb34..7165226 100755 --- a/core/src/com/cloud/agent/api/StartupAnswer.java +++ b/core/src/com/cloud/agent/api/StartupAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 StartupAnswer extends Answer { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StartupCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StartupCommand.java b/core/src/com/cloud/agent/api/StartupCommand.java index 3ae9583..1de51ad 100755 --- a/core/src/com/cloud/agent/api/StartupCommand.java +++ b/core/src/com/cloud/agent/api/StartupCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.host.Host; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StartupExternalDhcpCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StartupExternalDhcpCommand.java b/core/src/com/cloud/agent/api/StartupExternalDhcpCommand.java index ba60e6d..46fdc95 100644 --- a/core/src/com/cloud/agent/api/StartupExternalDhcpCommand.java +++ b/core/src/com/cloud/agent/api/StartupExternalDhcpCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.host.Host; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StartupExternalFirewallCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StartupExternalFirewallCommand.java b/core/src/com/cloud/agent/api/StartupExternalFirewallCommand.java index c4ed107..70afea9 100644 --- a/core/src/com/cloud/agent/api/StartupExternalFirewallCommand.java +++ b/core/src/com/cloud/agent/api/StartupExternalFirewallCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.host.Host; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StartupExternalLoadBalancerCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StartupExternalLoadBalancerCommand.java b/core/src/com/cloud/agent/api/StartupExternalLoadBalancerCommand.java index 1e7a5f1..50187b2 100644 --- a/core/src/com/cloud/agent/api/StartupExternalLoadBalancerCommand.java +++ b/core/src/com/cloud/agent/api/StartupExternalLoadBalancerCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.host.Host; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StartupProxyCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StartupProxyCommand.java b/core/src/com/cloud/agent/api/StartupProxyCommand.java index ba31d25..3a65d70 100644 --- a/core/src/com/cloud/agent/api/StartupProxyCommand.java +++ b/core/src/com/cloud/agent/api/StartupProxyCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.host.Host; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StartupPxeServerCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StartupPxeServerCommand.java b/core/src/com/cloud/agent/api/StartupPxeServerCommand.java index 4385fc2..98d0765 100644 --- a/core/src/com/cloud/agent/api/StartupPxeServerCommand.java +++ b/core/src/com/cloud/agent/api/StartupPxeServerCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.host.Host; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StartupRoutingCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StartupRoutingCommand.java b/core/src/com/cloud/agent/api/StartupRoutingCommand.java index 52814ea..8601e92 100755 --- a/core/src/com/cloud/agent/api/StartupRoutingCommand.java +++ b/core/src/com/cloud/agent/api/StartupRoutingCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 java.util.HashMap; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StartupSecondaryStorageCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StartupSecondaryStorageCommand.java b/core/src/com/cloud/agent/api/StartupSecondaryStorageCommand.java index 26f7fdc..b480d3c 100644 --- a/core/src/com/cloud/agent/api/StartupSecondaryStorageCommand.java +++ b/core/src/com/cloud/agent/api/StartupSecondaryStorageCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.host.Host; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StartupStorageCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StartupStorageCommand.java b/core/src/com/cloud/agent/api/StartupStorageCommand.java index 4109960..12a60a1 100755 --- a/core/src/com/cloud/agent/api/StartupStorageCommand.java +++ b/core/src/com/cloud/agent/api/StartupStorageCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 java.util.HashMap; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StartupTrafficMonitorCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StartupTrafficMonitorCommand.java b/core/src/com/cloud/agent/api/StartupTrafficMonitorCommand.java index bb8f3d7..e746a01 100644 --- a/core/src/com/cloud/agent/api/StartupTrafficMonitorCommand.java +++ b/core/src/com/cloud/agent/api/StartupTrafficMonitorCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.host.Host; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StartupVMMAgentCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StartupVMMAgentCommand.java b/core/src/com/cloud/agent/api/StartupVMMAgentCommand.java index 2911d2e..7c9ad1a 100644 --- a/core/src/com/cloud/agent/api/StartupVMMAgentCommand.java +++ b/core/src/com/cloud/agent/api/StartupVMMAgentCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.host.Host; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StopAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StopAnswer.java b/core/src/com/cloud/agent/api/StopAnswer.java index ff2cd19..9713cd9 100755 --- a/core/src/com/cloud/agent/api/StopAnswer.java +++ b/core/src/com/cloud/agent/api/StopAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 StopAnswer extends RebootAnswer { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/StopCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/StopCommand.java b/core/src/com/cloud/agent/api/StopCommand.java index 61d13e0..90b8a04 100755 --- a/core/src/com/cloud/agent/api/StopCommand.java +++ b/core/src/com/cloud/agent/api/StopCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.GPUDeviceTO; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/TransferAgentCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/TransferAgentCommand.java b/core/src/com/cloud/agent/api/TransferAgentCommand.java index 0dfde7e..ab74d9b 100644 --- a/core/src/com/cloud/agent/api/TransferAgentCommand.java +++ b/core/src/com/cloud/agent/api/TransferAgentCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.host.Status.Event; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/UnPlugNicAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/UnPlugNicAnswer.java b/core/src/com/cloud/agent/api/UnPlugNicAnswer.java index e09ee71..7e438d0 100644 --- a/core/src/com/cloud/agent/api/UnPlugNicAnswer.java +++ b/core/src/com/cloud/agent/api/UnPlugNicAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 UnPlugNicAnswer extends Answer { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/UnPlugNicCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/UnPlugNicCommand.java b/core/src/com/cloud/agent/api/UnPlugNicCommand.java index eb980d0..984a0a4 100644 --- a/core/src/com/cloud/agent/api/UnPlugNicCommand.java +++ b/core/src/com/cloud/agent/api/UnPlugNicCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.NicTO; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/UnregisterNicCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/UnregisterNicCommand.java b/core/src/com/cloud/agent/api/UnregisterNicCommand.java index 0256d64..f3c0383 100644 --- a/core/src/com/cloud/agent/api/UnregisterNicCommand.java +++ b/core/src/com/cloud/agent/api/UnregisterNicCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 java.util.UUID; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/UnregisterVMCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/UnregisterVMCommand.java b/core/src/com/cloud/agent/api/UnregisterVMCommand.java index 466505f..a0085e0 100644 --- a/core/src/com/cloud/agent/api/UnregisterVMCommand.java +++ b/core/src/com/cloud/agent/api/UnregisterVMCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 UnregisterVMCommand extends Command { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/UpdateHostPasswordCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/UpdateHostPasswordCommand.java b/core/src/com/cloud/agent/api/UpdateHostPasswordCommand.java index 15fb714..e8dfa13 100644 --- a/core/src/com/cloud/agent/api/UpdateHostPasswordCommand.java +++ b/core/src/com/cloud/agent/api/UpdateHostPasswordCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.LogLevel.Log4jLevel; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/UpgradeSnapshotCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/UpgradeSnapshotCommand.java b/core/src/com/cloud/agent/api/UpgradeSnapshotCommand.java index 141a145..1353dbc 100644 --- a/core/src/com/cloud/agent/api/UpgradeSnapshotCommand.java +++ b/core/src/com/cloud/agent/api/UpgradeSnapshotCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.storage.StoragePool; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/VMSnapshotBaseCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/VMSnapshotBaseCommand.java b/core/src/com/cloud/agent/api/VMSnapshotBaseCommand.java index d2abd54..3625dc9 100644 --- a/core/src/com/cloud/agent/api/VMSnapshotBaseCommand.java +++ b/core/src/com/cloud/agent/api/VMSnapshotBaseCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// package com.cloud.agent.api; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/VMSnapshotTO.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/VMSnapshotTO.java b/core/src/com/cloud/agent/api/VMSnapshotTO.java index 8f42e0c..cb679e7 100644 --- a/core/src/com/cloud/agent/api/VMSnapshotTO.java +++ b/core/src/com/cloud/agent/api/VMSnapshotTO.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 java.util.List; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/ValidateSnapshotAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/ValidateSnapshotAnswer.java b/core/src/com/cloud/agent/api/ValidateSnapshotAnswer.java index ee637d1..a4e661f 100644 --- a/core/src/com/cloud/agent/api/ValidateSnapshotAnswer.java +++ b/core/src/com/cloud/agent/api/ValidateSnapshotAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 ValidateSnapshotAnswer extends Answer { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/ValidateSnapshotCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/ValidateSnapshotCommand.java b/core/src/com/cloud/agent/api/ValidateSnapshotCommand.java index 2497265..a3b6521 100644 --- a/core/src/com/cloud/agent/api/ValidateSnapshotCommand.java +++ b/core/src/com/cloud/agent/api/ValidateSnapshotCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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 ValidateSnapshotCommand extends Command { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/VmDiskStatsEntry.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/VmDiskStatsEntry.java b/core/src/com/cloud/agent/api/VmDiskStatsEntry.java index e5d7841..ead1e80 100644 --- a/core/src/com/cloud/agent/api/VmDiskStatsEntry.java +++ b/core/src/com/cloud/agent/api/VmDiskStatsEntry.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.vm.VmDiskStats; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/VmStatsEntry.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/VmStatsEntry.java b/core/src/com/cloud/agent/api/VmStatsEntry.java index a7a1968..0f30b6a 100755 --- a/core/src/com/cloud/agent/api/VmStatsEntry.java +++ b/core/src/com/cloud/agent/api/VmStatsEntry.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // 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.vm.VmStats; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/baremetal/IpmISetBootDevCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/baremetal/IpmISetBootDevCommand.java b/core/src/com/cloud/agent/api/baremetal/IpmISetBootDevCommand.java index 1ca0dbd..81b3652 100644 --- a/core/src/com/cloud/agent/api/baremetal/IpmISetBootDevCommand.java +++ b/core/src/com/cloud/agent/api/baremetal/IpmISetBootDevCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.baremetal; import com.cloud.agent.api.Command; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/baremetal/IpmiBootorResetCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/baremetal/IpmiBootorResetCommand.java b/core/src/com/cloud/agent/api/baremetal/IpmiBootorResetCommand.java index 4f8dcaf..1ba24ee 100644 --- a/core/src/com/cloud/agent/api/baremetal/IpmiBootorResetCommand.java +++ b/core/src/com/cloud/agent/api/baremetal/IpmiBootorResetCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.baremetal; import com.cloud.agent.api.Command; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/baremetal/PrepareCreateTemplateCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/baremetal/PrepareCreateTemplateCommand.java b/core/src/com/cloud/agent/api/baremetal/PrepareCreateTemplateCommand.java index f88526a..f6e80c5 100644 --- a/core/src/com/cloud/agent/api/baremetal/PrepareCreateTemplateCommand.java +++ b/core/src/com/cloud/agent/api/baremetal/PrepareCreateTemplateCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.baremetal; import com.cloud.agent.api.Command; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/baremetal/PreparePxeServerAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/baremetal/PreparePxeServerAnswer.java b/core/src/com/cloud/agent/api/baremetal/PreparePxeServerAnswer.java index 6a7e6d5..4896681 100644 --- a/core/src/com/cloud/agent/api/baremetal/PreparePxeServerAnswer.java +++ b/core/src/com/cloud/agent/api/baremetal/PreparePxeServerAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.baremetal; import com.cloud.agent.api.Answer; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/baremetal/PreparePxeServerCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/baremetal/PreparePxeServerCommand.java b/core/src/com/cloud/agent/api/baremetal/PreparePxeServerCommand.java index 0dfbbdc..b4da7ee 100644 --- a/core/src/com/cloud/agent/api/baremetal/PreparePxeServerCommand.java +++ b/core/src/com/cloud/agent/api/baremetal/PreparePxeServerCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.baremetal; import com.cloud.agent.api.Command; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/check/CheckSshAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/check/CheckSshAnswer.java b/core/src/com/cloud/agent/api/check/CheckSshAnswer.java index 3414eb0..acbc6fa 100644 --- a/core/src/com/cloud/agent/api/check/CheckSshAnswer.java +++ b/core/src/com/cloud/agent/api/check/CheckSshAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.check; import com.cloud.agent.api.Answer; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/check/CheckSshCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/check/CheckSshCommand.java b/core/src/com/cloud/agent/api/check/CheckSshCommand.java index e384983..750d211 100644 --- a/core/src/com/cloud/agent/api/check/CheckSshCommand.java +++ b/core/src/com/cloud/agent/api/check/CheckSshCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.check; import com.cloud.agent.api.Command; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/proxy/CheckConsoleProxyLoadCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/proxy/CheckConsoleProxyLoadCommand.java b/core/src/com/cloud/agent/api/proxy/CheckConsoleProxyLoadCommand.java index d9b1f2a..6190485 100644 --- a/core/src/com/cloud/agent/api/proxy/CheckConsoleProxyLoadCommand.java +++ b/core/src/com/cloud/agent/api/proxy/CheckConsoleProxyLoadCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.proxy; /** http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/proxy/ConsoleProxyLoadAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/proxy/ConsoleProxyLoadAnswer.java b/core/src/com/cloud/agent/api/proxy/ConsoleProxyLoadAnswer.java index 34f7339..0869003 100644 --- a/core/src/com/cloud/agent/api/proxy/ConsoleProxyLoadAnswer.java +++ b/core/src/com/cloud/agent/api/proxy/ConsoleProxyLoadAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.proxy; import com.cloud.agent.api.Answer; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/proxy/ProxyCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/proxy/ProxyCommand.java b/core/src/com/cloud/agent/api/proxy/ProxyCommand.java index b283eb8..6b9fa7b 100644 --- a/core/src/com/cloud/agent/api/proxy/ProxyCommand.java +++ b/core/src/com/cloud/agent/api/proxy/ProxyCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.proxy; import com.cloud.agent.api.Command; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/proxy/StartConsoleProxyAgentHttpHandlerCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/proxy/StartConsoleProxyAgentHttpHandlerCommand.java b/core/src/com/cloud/agent/api/proxy/StartConsoleProxyAgentHttpHandlerCommand.java index fef8fe1..223cf8a 100644 --- a/core/src/com/cloud/agent/api/proxy/StartConsoleProxyAgentHttpHandlerCommand.java +++ b/core/src/com/cloud/agent/api/proxy/StartConsoleProxyAgentHttpHandlerCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.proxy; import com.cloud.agent.api.Command; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/proxy/WatchConsoleProxyLoadCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/proxy/WatchConsoleProxyLoadCommand.java b/core/src/com/cloud/agent/api/proxy/WatchConsoleProxyLoadCommand.java index 267ed8b..55d0459 100644 --- a/core/src/com/cloud/agent/api/proxy/WatchConsoleProxyLoadCommand.java +++ b/core/src/com/cloud/agent/api/proxy/WatchConsoleProxyLoadCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.proxy; import com.cloud.agent.api.CronCommand; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/AggregationControlCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/AggregationControlCommand.java b/core/src/com/cloud/agent/api/routing/AggregationControlCommand.java index ef75360..6a8291e 100644 --- a/core/src/com/cloud/agent/api/routing/AggregationControlCommand.java +++ b/core/src/com/cloud/agent/api/routing/AggregationControlCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// package com.cloud.agent.api.routing; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/CreateIpAliasCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/CreateIpAliasCommand.java b/core/src/com/cloud/agent/api/routing/CreateIpAliasCommand.java index d754e3c..5e2fdf6 100644 --- a/core/src/com/cloud/agent/api/routing/CreateIpAliasCommand.java +++ b/core/src/com/cloud/agent/api/routing/CreateIpAliasCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import java.util.List; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/CreateLoadBalancerApplianceCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/CreateLoadBalancerApplianceCommand.java b/core/src/com/cloud/agent/api/routing/CreateLoadBalancerApplianceCommand.java index dc7f1a1..fdd2532 100644 --- a/core/src/com/cloud/agent/api/routing/CreateLoadBalancerApplianceCommand.java +++ b/core/src/com/cloud/agent/api/routing/CreateLoadBalancerApplianceCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; /** NetworkElementCommand to spin a load balancer appliance */ http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/DeleteIpAliasCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/DeleteIpAliasCommand.java b/core/src/com/cloud/agent/api/routing/DeleteIpAliasCommand.java index 36862ca..dd6b9b9 100644 --- a/core/src/com/cloud/agent/api/routing/DeleteIpAliasCommand.java +++ b/core/src/com/cloud/agent/api/routing/DeleteIpAliasCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import java.util.List; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/DestroyLoadBalancerApplianceCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/DestroyLoadBalancerApplianceCommand.java b/core/src/com/cloud/agent/api/routing/DestroyLoadBalancerApplianceCommand.java index 5f46d82..9f2ebe3 100644 --- a/core/src/com/cloud/agent/api/routing/DestroyLoadBalancerApplianceCommand.java +++ b/core/src/com/cloud/agent/api/routing/DestroyLoadBalancerApplianceCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + /** NetworkElementCommand to destroy a VPX instance on the Netscaler SDX load balancer appliance */ //TODO: fill in the Nitro API parameters required package com.cloud.agent.api.routing; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/DhcpEntryCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/DhcpEntryCommand.java b/core/src/com/cloud/agent/api/routing/DhcpEntryCommand.java index 24035a3..b942806 100644 --- a/core/src/com/cloud/agent/api/routing/DhcpEntryCommand.java +++ b/core/src/com/cloud/agent/api/routing/DhcpEntryCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; public class DhcpEntryCommand extends NetworkElementCommand { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/DnsMasqConfigCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/DnsMasqConfigCommand.java b/core/src/com/cloud/agent/api/routing/DnsMasqConfigCommand.java index 49adc9e..044dcc4 100644 --- a/core/src/com/cloud/agent/api/routing/DnsMasqConfigCommand.java +++ b/core/src/com/cloud/agent/api/routing/DnsMasqConfigCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import java.util.List; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/GetRouterAlertsCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/GetRouterAlertsCommand.java b/core/src/com/cloud/agent/api/routing/GetRouterAlertsCommand.java index a6769ef..0fc0a65 100644 --- a/core/src/com/cloud/agent/api/routing/GetRouterAlertsCommand.java +++ b/core/src/com/cloud/agent/api/routing/GetRouterAlertsCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// package com.cloud.agent.api.routing; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/GlobalLoadBalancerConfigAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/GlobalLoadBalancerConfigAnswer.java b/core/src/com/cloud/agent/api/routing/GlobalLoadBalancerConfigAnswer.java index 901bc6c..4999ef3 100644 --- a/core/src/com/cloud/agent/api/routing/GlobalLoadBalancerConfigAnswer.java +++ b/core/src/com/cloud/agent/api/routing/GlobalLoadBalancerConfigAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.Answer; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/GlobalLoadBalancerConfigCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/GlobalLoadBalancerConfigCommand.java b/core/src/com/cloud/agent/api/routing/GlobalLoadBalancerConfigCommand.java index 9c5244a..94e5c46 100644 --- a/core/src/com/cloud/agent/api/routing/GlobalLoadBalancerConfigCommand.java +++ b/core/src/com/cloud/agent/api/routing/GlobalLoadBalancerConfigCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// package com.cloud.agent.api.routing; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/GroupAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/GroupAnswer.java b/core/src/com/cloud/agent/api/routing/GroupAnswer.java index 293934b..accb911 100644 --- a/core/src/com/cloud/agent/api/routing/GroupAnswer.java +++ b/core/src/com/cloud/agent/api/routing/GroupAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// package com.cloud.agent.api.routing; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/HealthCheckLBConfigAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/HealthCheckLBConfigAnswer.java b/core/src/com/cloud/agent/api/routing/HealthCheckLBConfigAnswer.java index ee8033a..fc60ee4 100644 --- a/core/src/com/cloud/agent/api/routing/HealthCheckLBConfigAnswer.java +++ b/core/src/com/cloud/agent/api/routing/HealthCheckLBConfigAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import java.util.List; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/HealthCheckLBConfigCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/HealthCheckLBConfigCommand.java b/core/src/com/cloud/agent/api/routing/HealthCheckLBConfigCommand.java index 7206d2f..d30fed4 100644 --- a/core/src/com/cloud/agent/api/routing/HealthCheckLBConfigCommand.java +++ b/core/src/com/cloud/agent/api/routing/HealthCheckLBConfigCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.to.LoadBalancerTO; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/IpAliasTO.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/IpAliasTO.java b/core/src/com/cloud/agent/api/routing/IpAliasTO.java index 3876e14..a229d9a 100644 --- a/core/src/com/cloud/agent/api/routing/IpAliasTO.java +++ b/core/src/com/cloud/agent/api/routing/IpAliasTO.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; public class IpAliasTO { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/IpAssocAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/IpAssocAnswer.java b/core/src/com/cloud/agent/api/routing/IpAssocAnswer.java index 473c5c8..eb9b85c 100644 --- a/core/src/com/cloud/agent/api/routing/IpAssocAnswer.java +++ b/core/src/com/cloud/agent/api/routing/IpAssocAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.Answer; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/IpAssocCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/IpAssocCommand.java b/core/src/com/cloud/agent/api/routing/IpAssocCommand.java index fe6ab6f..0c9fb62 100644 --- a/core/src/com/cloud/agent/api/routing/IpAssocCommand.java +++ b/core/src/com/cloud/agent/api/routing/IpAssocCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.to.IpAddressTO; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/IpAssocVpcCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/IpAssocVpcCommand.java b/core/src/com/cloud/agent/api/routing/IpAssocVpcCommand.java index d4996a5..da1060f 100644 --- a/core/src/com/cloud/agent/api/routing/IpAssocVpcCommand.java +++ b/core/src/com/cloud/agent/api/routing/IpAssocVpcCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.to.IpAddressTO; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/LoadBalancerConfigCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/LoadBalancerConfigCommand.java b/core/src/com/cloud/agent/api/routing/LoadBalancerConfigCommand.java index 06ef62b..d8cc748 100644 --- a/core/src/com/cloud/agent/api/routing/LoadBalancerConfigCommand.java +++ b/core/src/com/cloud/agent/api/routing/LoadBalancerConfigCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.to.LoadBalancerTO; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/NetworkElementCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/NetworkElementCommand.java b/core/src/com/cloud/agent/api/routing/NetworkElementCommand.java index 120c717..e4105c1 100644 --- a/core/src/com/cloud/agent/api/routing/NetworkElementCommand.java +++ b/core/src/com/cloud/agent/api/routing/NetworkElementCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.Command; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/RemoteAccessVpnCfgCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/RemoteAccessVpnCfgCommand.java b/core/src/com/cloud/agent/api/routing/RemoteAccessVpnCfgCommand.java index a85fcbe..c7dabe5 100644 --- a/core/src/com/cloud/agent/api/routing/RemoteAccessVpnCfgCommand.java +++ b/core/src/com/cloud/agent/api/routing/RemoteAccessVpnCfgCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; public class RemoteAccessVpnCfgCommand extends NetworkElementCommand { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/SavePasswordCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/SavePasswordCommand.java b/core/src/com/cloud/agent/api/routing/SavePasswordCommand.java index ee20aa4..8bb72e4 100644 --- a/core/src/com/cloud/agent/api/routing/SavePasswordCommand.java +++ b/core/src/com/cloud/agent/api/routing/SavePasswordCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; public class SavePasswordCommand extends NetworkElementCommand { http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/SetFirewallRulesAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/SetFirewallRulesAnswer.java b/core/src/com/cloud/agent/api/routing/SetFirewallRulesAnswer.java index 5268c3d..a96f121 100644 --- a/core/src/com/cloud/agent/api/routing/SetFirewallRulesAnswer.java +++ b/core/src/com/cloud/agent/api/routing/SetFirewallRulesAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.Answer; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/SetFirewallRulesCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/SetFirewallRulesCommand.java b/core/src/com/cloud/agent/api/routing/SetFirewallRulesCommand.java index 36771b9..be85887 100644 --- a/core/src/com/cloud/agent/api/routing/SetFirewallRulesCommand.java +++ b/core/src/com/cloud/agent/api/routing/SetFirewallRulesCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.to.FirewallRuleTO; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/SetMonitorServiceCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/SetMonitorServiceCommand.java b/core/src/com/cloud/agent/api/routing/SetMonitorServiceCommand.java index 12f57dc..a537703 100644 --- a/core/src/com/cloud/agent/api/routing/SetMonitorServiceCommand.java +++ b/core/src/com/cloud/agent/api/routing/SetMonitorServiceCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import java.util.List; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/SetNetworkACLAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/SetNetworkACLAnswer.java b/core/src/com/cloud/agent/api/routing/SetNetworkACLAnswer.java index dc192ad..547ec55 100644 --- a/core/src/com/cloud/agent/api/routing/SetNetworkACLAnswer.java +++ b/core/src/com/cloud/agent/api/routing/SetNetworkACLAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.Answer; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/SetNetworkACLCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/SetNetworkACLCommand.java b/core/src/com/cloud/agent/api/routing/SetNetworkACLCommand.java index 0b9fec5..0cb1c3e 100644 --- a/core/src/com/cloud/agent/api/routing/SetNetworkACLCommand.java +++ b/core/src/com/cloud/agent/api/routing/SetNetworkACLCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// package com.cloud.agent.api.routing; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/SetPortForwardingRulesAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/SetPortForwardingRulesAnswer.java b/core/src/com/cloud/agent/api/routing/SetPortForwardingRulesAnswer.java index 8807e9a..731cbfa 100644 --- a/core/src/com/cloud/agent/api/routing/SetPortForwardingRulesAnswer.java +++ b/core/src/com/cloud/agent/api/routing/SetPortForwardingRulesAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.Answer; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/SetPortForwardingRulesCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/SetPortForwardingRulesCommand.java b/core/src/com/cloud/agent/api/routing/SetPortForwardingRulesCommand.java index d93ccaf..cb2669a 100644 --- a/core/src/com/cloud/agent/api/routing/SetPortForwardingRulesCommand.java +++ b/core/src/com/cloud/agent/api/routing/SetPortForwardingRulesCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.to.PortForwardingRuleTO; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/SetPortForwardingRulesVpcCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/SetPortForwardingRulesVpcCommand.java b/core/src/com/cloud/agent/api/routing/SetPortForwardingRulesVpcCommand.java index 1bce50d..5b23012 100644 --- a/core/src/com/cloud/agent/api/routing/SetPortForwardingRulesVpcCommand.java +++ b/core/src/com/cloud/agent/api/routing/SetPortForwardingRulesVpcCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.to.PortForwardingRuleTO; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/SetSourceNatAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/SetSourceNatAnswer.java b/core/src/com/cloud/agent/api/routing/SetSourceNatAnswer.java index 809182b..9606e46 100644 --- a/core/src/com/cloud/agent/api/routing/SetSourceNatAnswer.java +++ b/core/src/com/cloud/agent/api/routing/SetSourceNatAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.Answer; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/SetSourceNatCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/SetSourceNatCommand.java b/core/src/com/cloud/agent/api/routing/SetSourceNatCommand.java index 473a3bb..06c8334 100644 --- a/core/src/com/cloud/agent/api/routing/SetSourceNatCommand.java +++ b/core/src/com/cloud/agent/api/routing/SetSourceNatCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.to.IpAddressTO; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/SetStaticNatRulesAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/SetStaticNatRulesAnswer.java b/core/src/com/cloud/agent/api/routing/SetStaticNatRulesAnswer.java index de1356d..68786f7 100644 --- a/core/src/com/cloud/agent/api/routing/SetStaticNatRulesAnswer.java +++ b/core/src/com/cloud/agent/api/routing/SetStaticNatRulesAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.Answer; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/SetStaticNatRulesCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/SetStaticNatRulesCommand.java b/core/src/com/cloud/agent/api/routing/SetStaticNatRulesCommand.java index 64c7660..213fa47 100644 --- a/core/src/com/cloud/agent/api/routing/SetStaticNatRulesCommand.java +++ b/core/src/com/cloud/agent/api/routing/SetStaticNatRulesCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import com.cloud.agent.api.to.StaticNatRuleTO; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/SetStaticRouteAnswer.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/SetStaticRouteAnswer.java b/core/src/com/cloud/agent/api/routing/SetStaticRouteAnswer.java index cf2b952..56f2dce 100644 --- a/core/src/com/cloud/agent/api/routing/SetStaticRouteAnswer.java +++ b/core/src/com/cloud/agent/api/routing/SetStaticRouteAnswer.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,8 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// + package com.cloud.agent.api.routing; import java.util.Arrays; http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a49bb7e8/core/src/com/cloud/agent/api/routing/SetStaticRouteCommand.java ---------------------------------------------------------------------- diff --git a/core/src/com/cloud/agent/api/routing/SetStaticRouteCommand.java b/core/src/com/cloud/agent/api/routing/SetStaticRouteCommand.java index 1e4f0c8..2352364 100644 --- a/core/src/com/cloud/agent/api/routing/SetStaticRouteCommand.java +++ b/core/src/com/cloud/agent/api/routing/SetStaticRouteCommand.java @@ -1,3 +1,4 @@ +// // 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 @@ -14,6 +15,7 @@ // KIND, either express or implied. See the License for the // specific language governing permissions and limitations // under the License. +// package com.cloud.agent.api.routing;