PowerShell/test/tools/Modules/HelpersHostCS/HelpersHostCS.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

21 lines
368 B
PowerShell

#
# Module manifest for module 'HelpersHostCS'
#
@{
RootModule = 'HelpersHostCS.psm1'
ModuleVersion = '1.0'
GUID = '40a19c05-d765-41a1-995e-98ca5f247ee1'
CompanyName = 'Microsoft Corporation'
Copyright = 'Copyright (c) Microsoft Corporation. All rights reserved.'
Description = 'Simple console host for console IO tests.'
FunctionsToExport = 'New-TestHost'
}