From 2d28258b5bdc066e90329c38ea9d7b0ed8ec8dec Mon Sep 17 00:00:00 2001 From: Josh Wittner Date: Thu, 10 May 2018 14:51:28 -0700 Subject: [PATCH] Added copyrights --- UnitySetup/DSCResources/xUnityLicense/xUnityLicense.psm1 | 4 +++- .../DSCResources/xUnitySetupInstance/xUnitySetupInstance.psm1 | 2 ++ build.ps1 | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) 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