From 248d4e70a23e20a79c6bd9bc0d769ef6530b15f7 Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Thu, 28 Mar 2019 13:23:06 -0700 Subject: [PATCH] Add missing copyright in IntegrationTesting (#8891) --- src/Servers/IIS/IntegrationTesting.IIS/src/LoggingHandler.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Servers/IIS/IntegrationTesting.IIS/src/LoggingHandler.cs b/src/Servers/IIS/IntegrationTesting.IIS/src/LoggingHandler.cs index d9067c038e..4b0e4aa148 100644 --- a/src/Servers/IIS/IntegrationTesting.IIS/src/LoggingHandler.cs +++ b/src/Servers/IIS/IntegrationTesting.IIS/src/LoggingHandler.cs @@ -1,3 +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. + using System.Net.Http; using System.Text; using System.Threading;