Skip to content

Commit 2d28258

Browse files
committed
Added copyrights
1 parent 46b0561 commit 2d28258

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

UnitySetup/DSCResources/xUnityLicense/xUnityLicense.psm1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
function Get-TargetResource {
1+
# Copyright (c) Microsoft Corporation. All rights reserved.
2+
# Licensed under the MIT License.
3+
function Get-TargetResource {
24
[CmdletBinding()]
35
[OutputType([System.Collections.Hashtable])]
46
param

UnitySetup/DSCResources/xUnitySetupInstance/xUnitySetupInstance.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
# Copyright (c) Microsoft Corporation. All rights reserved.
3+
# Licensed under the MIT License.
24
<#
35
.Synopsis
46
Returns the status of Unity installs and the set of their overlapping components.

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
param([int]$Revision = 0, [string]$Suffix = '')
25
Import-Module 'PowerShellGet' -Force
36

0 commit comments

Comments
 (0)