Updated Branches: refs/heads/4.3 971b159f4 -> a0bfc9926
adding missing license headers for cs files Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a0bfc992 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a0bfc992 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a0bfc992 Branch: refs/heads/4.3 Commit: a0bfc99261595eb611587bfb3a096c414475bd08 Parents: 971b159 Author: Anshul Gangwar <[email protected]> Authored: Tue Dec 3 15:23:06 2013 +0530 Committer: Rajesh Battala <[email protected]> Committed: Tue Dec 3 15:51:00 2013 +0530 ---------------------------------------------------------------------- .../AgentShell/ProjectInstaller.Designer.cs | 20 ++++++++++++++++++-- .../AgentShell/ProjectInstaller.cs | 18 +++++++++++++++++- 2 files changed, 35 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a0bfc992/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/ProjectInstaller.Designer.cs ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/ProjectInstaller.Designer.cs b/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/ProjectInstaller.Designer.cs index 9b9dbb6..a10cbb0 100644 --- a/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/ProjectInstaller.Designer.cs +++ b/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/ProjectInstaller.Designer.cs @@ -1,4 +1,20 @@ -namespace CloudStack.Plugin.AgentShell +// 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. +namespace CloudStack.Plugin.AgentShell { partial class ProjectInstaller { @@ -57,4 +73,4 @@ private System.ServiceProcess.ServiceProcessInstaller serviceProcessInstaller1; private System.ServiceProcess.ServiceInstaller serviceInstaller1; } -} \ No newline at end of file +} http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a0bfc992/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/ProjectInstaller.cs ---------------------------------------------------------------------- diff --git a/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/ProjectInstaller.cs b/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/ProjectInstaller.cs index c3a225f..78356c6 100644 --- a/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/ProjectInstaller.cs +++ b/plugins/hypervisors/hyperv/DotNet/ServerResource/AgentShell/ProjectInstaller.cs @@ -1,4 +1,20 @@ -using System; +// 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. +using System; using System.Collections; using System.Collections.Generic; using System.ComponentModel;
