Skip to content

Commit 20bc3b1

Browse files
committed
Update the copyright header for all relevant files
1 parent 855e050 commit 20bc3b1

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

GitHubAnalytics.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
<#
25
.SYNOPSIS PowerShell module for GitHub analytics
36
#>

GitHubLabels.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
<#
25
.SYNOPSIS PowerShell module for GitHub labels
36
#>

PowerShellForGitHub.psd1

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
#
2-
# Module manifest for module 'manifest'
3-
#
4-
# Generated by: KarolKaczmarek
5-
#
6-
# Generated on: 5/5/2016
7-
#
1+
# Copyright (c) Microsoft Corporation. All rights reserved.
2+
# Licensed under the MIT License.
83

94
@{
105

Tests/GitHubAnalytics.tests.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
<#
25
.Synopsis
36
Tests for GitHubAnalytics.psm1 module

Tests/GitHubLabels.tests.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
<#
25
.Synopsis
36
Tests for GitHubLabels.psm1 module

0 commit comments

Comments
 (0)