PowerShell/test/tools/Modules/HelpersRemoting/HelpersRemoting.psd1
Steve Lee 4bc52d2358 Use consistent '(c)' for copyright symbol (#5210)
- Remove the year about copyright
- Fix casing of `All rights reserved`
- Replace Unicode characters representing single quote with a single quote
2017-10-26 14:12:19 -07:00

22 lines
462 B
PowerShell

#
# Module manifest for module 'TestRemoting'
#
@{
RootModule = 'HelpersRemoting.psm1'
ModuleVersion = '1.0'
GUID = '7acf3c68-64f4-4550-bf14-b9361bfbfea3'
CompanyName = 'Microsoft Corporation'
Copyright = 'Copyright (c) Microsoft Corporation. All rights reserved.'
Description = 'Temporary module for remoting tests'
FunctionsToExport = 'New-RemoteRunspace', 'New-RemoteSession', 'Enter-RemoteSession', 'Invoke-RemoteCommand', 'Connect-RemoteSession'
}