From c03f47c6eb93d044d127ced3022d358333d28dd7 Mon Sep 17 00:00:00 2001 From: "Raghu Shantha [MSFT]" Date: Mon, 4 May 2015 10:30:37 -0700 Subject: [PATCH] Updated Author, CompanyName and Copyright properties We need to have Microsoft Corp in these fields. --- Engine/PSScriptAnalyzer.psd1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Engine/PSScriptAnalyzer.psd1 b/Engine/PSScriptAnalyzer.psd1 index c95a0194f..2c95981f9 100644 --- a/Engine/PSScriptAnalyzer.psd1 +++ b/Engine/PSScriptAnalyzer.psd1 @@ -5,7 +5,7 @@ @{ # Author of this module -Author = 'PowerShell ScriptAnalyzer Team' +Author = 'Microsoft Corporation' # Script module or binary module file associated with this manifest. RootModule = 'Microsoft.Windows.Powershell.ScriptAnalyzer.dll' @@ -17,10 +17,10 @@ ModuleVersion = '1.0' GUID = '324fc715-36bf-4aee-8e58-72e9b4a08ad9' # Company or vendor of this module -CompanyName = 'Microsoft' +CompanyName = 'Microsoft Corporation' # Copyright statement for this module -Copyright = '(c) 2015. All rights reserved.' +Copyright = '(c) Microsoft Corporation 2015. All rights reserved.' # Description of the functionality provided by this module 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.'