Skip to content

Commit

Permalink
Add copyright headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Staples committed Aug 26, 2022
1 parent 07e9050 commit ab737ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion src/WorkerIndexing/BindingInformation.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
using Microsoft.Azure.WebJobs.Script.Grpc.Messages;
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//

using Microsoft.Azure.WebJobs.Script.Grpc.Messages;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
Expand Down
7 changes: 6 additions & 1 deletion src/WorkerIndexing/FunctionInformation.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
using Microsoft.Azure.WebJobs.Script.Grpc.Messages;
//
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
//

using Microsoft.Azure.WebJobs.Script.Grpc.Messages;
using System.Collections.Generic;

namespace Microsoft.Azure.Functions.PowerShellWorker.WorkerIndexing
Expand Down

0 comments on commit ab737ee

Please sign in to comment.