diff --git a/plugins/providers/hyperv/action/start_instance.rb b/plugins/providers/hyperv/action/start_instance.rb index 66bdad6ee..db5906ae4 100644 --- a/plugins/providers/hyperv/action/start_instance.rb +++ b/plugins/providers/hyperv/action/start_instance.rb @@ -1,8 +1,3 @@ -#------------------------------------------------------------------------- -# Copyright (c) Microsoft Open Technologies, Inc. -# All Rights Reserved. Licensed under the MIT License. -#-------------------------------------------------------------------------- - module VagrantPlugins module HyperV module Action diff --git a/plugins/providers/hyperv/communicator.rb b/plugins/providers/hyperv/communicator.rb deleted file mode 100644 index 3fca58482..000000000 --- a/plugins/providers/hyperv/communicator.rb +++ /dev/null @@ -1,8 +0,0 @@ -module VagrantPlugins - module HyperV - module Communicator - lib_path = Pathname.new(File.expand_path("../communicator", __FILE__)) - autoload :SSH, lib_path.join("ssh") - end - end -end diff --git a/plugins/providers/hyperv/scripts/start_vm.ps1 b/plugins/providers/hyperv/scripts/start_vm.ps1 index 6ccf45111..65971fc84 100644 --- a/plugins/providers/hyperv/scripts/start_vm.ps1 +++ b/plugins/providers/hyperv/scripts/start_vm.ps1 @@ -1,8 +1,3 @@ -#------------------------------------------------------------------------- -# Copyright (c) Microsoft Open Technologies, Inc. -# All Rights Reserved. Licensed under the MIT License. -#-------------------------------------------------------------------------- - param ( [string]$vm_id = $(throw "-vm_id is required.") )