diff --git a/build/preparerelease.ps1 b/build/preparerelease.ps1 index b33f825..7b1aafd 100644 --- a/build/preparerelease.ps1 +++ b/build/preparerelease.ps1 @@ -1,5 +1,9 @@ <# +.NOTES +Copyright (c) Microsoft Corporation. +Licensed under the MIT License. + .SYNOPSIS Prepares a PR for release diff --git a/build/versioninfo.ps1 b/build/versioninfo.ps1 index 1ca4155..1583533 100644 --- a/build/versioninfo.ps1 +++ b/build/versioninfo.ps1 @@ -1,3 +1,8 @@ +<# +Copyright (c) Microsoft Corporation. +Licensed under the MIT License. +#> + param( [string]$version )