Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndon Andonov <andon.andonov@microsoft.com>2018-01-02 21:37:32 +0300
committerAndon Andonov <andon.andonov@microsoft.com>2018-01-02 21:37:32 +0300
commit15137583954523e1474e6f6e26c4debee74d1700 (patch)
treee9e1fe158ce29a97e52c452d2a6935ff10044c1e /samples/WebApi
parenta15e1a91e4866a351e3af1150828b8d2cd9a4eb3 (diff)
Add license header to Startup.cs
Diffstat (limited to 'samples/WebApi')
-rw-r--r--samples/WebApi/Startup.cs6
1 files changed, 5 insertions, 1 deletions
diff --git a/samples/WebApi/Startup.cs b/samples/WebApi/Startup.cs
index de86d5c70..c432519f5 100644
--- a/samples/WebApi/Startup.cs
+++ b/samples/WebApi/Startup.cs
@@ -1,4 +1,8 @@
-using System;
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the MIT license.
+// See the LICENSE file in the project root for more information.
+
+using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;