Skip to content

Commit e2650ba

Browse files
committed
Merge pull request #88 from PowerShell/BugFixes
Updated Author, CompanyName and Copyright properties
2 parents 8c7b4d5 + c03f47c commit e2650ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Engine/PSScriptAnalyzer.psd1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@{
66

77
# Author of this module
8-
Author = 'PowerShell ScriptAnalyzer Team'
8+
Author = 'Microsoft Corporation'
99

1010
# Script module or binary module file associated with this manifest.
1111
RootModule = 'Microsoft.Windows.Powershell.ScriptAnalyzer.dll'
@@ -17,10 +17,10 @@ ModuleVersion = '1.0'
1717
GUID = '324fc715-36bf-4aee-8e58-72e9b4a08ad9'
1818

1919
# Company or vendor of this module
20-
CompanyName = 'Microsoft'
20+
CompanyName = 'Microsoft Corporation'
2121

2222
# Copyright statement for this module
23-
Copyright = '(c) 2015. All rights reserved.'
23+
Copyright = '(c) Microsoft Corporation 2015. All rights reserved.'
2424

2525
# Description of the functionality provided by this module
2626
Description = 'PSScriptAnalyzer provides script analysis and checks for potential code defects in the scripts by applying a group of builtin or customized rules on the scripts being analyzed.'

0 commit comments

Comments
 (0)