diff --git a/UnitySetup/DSCResources/xUnityLicense/xUnityLicense.psm1 b/UnitySetup/DSCResources/xUnityLicense/xUnityLicense.psm1 index 2c456dd..f06cac5 100644 --- a/UnitySetup/DSCResources/xUnityLicense/xUnityLicense.psm1 +++ b/UnitySetup/DSCResources/xUnityLicense/xUnityLicense.psm1 @@ -1,4 +1,6 @@ -function Get-TargetResource { +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. +function Get-TargetResource { [CmdletBinding()] [OutputType([System.Collections.Hashtable])] param diff --git a/UnitySetup/DSCResources/xUnitySetupInstance/xUnitySetupInstance.psm1 b/UnitySetup/DSCResources/xUnitySetupInstance/xUnitySetupInstance.psm1 index f23990f..f6fb73c 100644 --- a/UnitySetup/DSCResources/xUnitySetupInstance/xUnitySetupInstance.psm1 +++ b/UnitySetup/DSCResources/xUnitySetupInstance/xUnitySetupInstance.psm1 @@ -1,4 +1,6 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. <# .Synopsis Returns the status of Unity installs and the set of their overlapping components. diff --git a/build.ps1 b/build.ps1 index bc3f140..e6c2ab1 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1,3 +1,6 @@ +# Copyright (c) Microsoft Corporation. All rights reserved. +# Licensed under the MIT License. + param([int]$Revision = 0, [string]$Suffix = '') Import-Module 'PowerShellGet' -Force