Skip to content

Commit 1b8386a

Browse files
committed
Add copyright banners to script and module
1 parent f46abf3 commit 1b8386a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

build.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) Microsoft Corporation. All rights reserved.
2+
# Licensed under the MIT License.
3+
14
[CmdletBinding(DefaultParameterSetName="BuildOne")]
25
param(
36
[Parameter(ParameterSetName="BuildAll")]

build.psm1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright (c) Microsoft Corporation. All rights reserved.
2+
# Licensed under the MIT License.
3+
14
# Build module for PowerShell ScriptAnalyzer
25
$projectRoot = $PSScriptRoot
36
$destinationDir = Join-Path -Path $projectRoot -ChildPath (Join-Path -Path "out" -ChildPath "PSScriptAnalyzer")

0 commit comments

Comments
 (0)