Skip to content

Commit ab737ee

Browse files
author
Anthony Staples
committed
Add copyright headers
1 parent 07e9050 commit ab737ee

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

src/WorkerIndexing/BindingInformation.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
using Microsoft.Azure.WebJobs.Script.Grpc.Messages;
1+
//
2+
// Copyright (c) Microsoft. All rights reserved.
3+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+
//
5+
6+
using Microsoft.Azure.WebJobs.Script.Grpc.Messages;
27
using Newtonsoft.Json;
38
using Newtonsoft.Json.Linq;
49
using System;

src/WorkerIndexing/FunctionInformation.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
using Microsoft.Azure.WebJobs.Script.Grpc.Messages;
1+
//
2+
// Copyright (c) Microsoft. All rights reserved.
3+
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
4+
//
5+
6+
using Microsoft.Azure.WebJobs.Script.Grpc.Messages;
27
using System.Collections.Generic;
38

49
namespace Microsoft.Azure.Functions.PowerShellWorker.WorkerIndexing

0 commit comments

Comments
 (0)