Skip to content

Updated Author, CompanyName and Copyright properties #88

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 4, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Engine/PSScriptAnalyzer.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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.'
Expand Down