From 489cd753a59a5240b3dc5dc6f685463662e64cb4 Mon Sep 17 00:00:00 2001 From: Rich Lander Date: Sun, 5 Mar 2017 17:33:16 -0800 Subject: [PATCH] Re-license as MIT (#5925) --- .../DesktopTestProjects/DesktopKestrelSample/src/Startup.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TestAssets/DesktopTestProjects/DesktopKestrelSample/src/Startup.cs b/TestAssets/DesktopTestProjects/DesktopKestrelSample/src/Startup.cs index 4015cb438..c54634573 100644 --- a/TestAssets/DesktopTestProjects/DesktopKestrelSample/src/Startup.cs +++ b/TestAssets/DesktopTestProjects/DesktopKestrelSample/src/Startup.cs @@ -1,5 +1,6 @@ -// Copyright (c) .NET Foundation. All rights reserved. -// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. +// 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.IO;