Skip to content

Commit d6b6e3e

Browse files
adding headers to cs files
1 parent f6a9c08 commit d6b6e3e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/Azs.Compute.Admin/custom/PlatformImage.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//---------------------------------------------------------------------------------------------
2+
/// Copyright (c) Microsoft Corporation. All rights reserved.
3+
/// Licensed under the MIT License. See License.txt in the project root for license information.
4+
//---------------------------------------------------------------------------------------------
5+
16
namespace Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20151201Preview
27
{
38
using System;

src/Azs.Compute.Admin/custom/VMExtension.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//---------------------------------------------------------------------------------------------
2+
/// Copyright (c) Microsoft Corporation. All rights reserved.
3+
/// Licensed under the MIT License. See License.txt in the project root for license information.
4+
//---------------------------------------------------------------------------------------------
5+
16
namespace Microsoft.Azure.PowerShell.Cmdlets.ComputeAdmin.Models.Api20151201Preview
27
{
38
using System;

0 commit comments

Comments
 (0)