Skip to content

Commit

Permalink
Runtime: Add copyright header to all missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosscastro committed May 1, 2020
1 parent 53f43ba commit 214a965
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 1 deletion.
3 changes: 3 additions & 0 deletions runtime/dotnet/azurefunctions/MessagesTrigger.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using System;
using System.IO;
using System.Threading.Tasks;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using Microsoft.Rest.Serialization;
using Newtonsoft.Json;
using System;
Expand Down
3 changes: 3 additions & 0 deletions runtime/dotnet/azurefunctions/SkillsTrigger.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using System;
using System.IO;
using System.Threading.Tasks;
Expand Down
3 changes: 3 additions & 0 deletions runtime/dotnet/azurefunctions/Startup.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using Microsoft.ApplicationInsights.Extensibility;
using Microsoft.AspNetCore.Http;
using Microsoft.Azure.Functions.Extensions.DependencyInjection;
Expand Down
1 change: 0 additions & 1 deletion runtime/dotnet/tests/InputsTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

using Microsoft.Bot.Builder;
Expand Down

0 comments on commit 214a965

Please sign in to comment.