From 99aa25e4d8b362fba717753a44686be67548b9ad Mon Sep 17 00:00:00 2001 From: Mikael Mengistu Date: Thu, 8 Mar 2018 19:49:32 +0000 Subject: [PATCH] Add Missing File Header (#1560) --- .../Microsoft.AspNetCore.SignalR.Tests/HttpHeaderEndPoint.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.SignalR.Tests/HttpHeaderEndPoint.cs b/test/Microsoft.AspNetCore.SignalR.Tests/HttpHeaderEndPoint.cs index 949260c2ae..7fb3de2d05 100644 --- a/test/Microsoft.AspNetCore.SignalR.Tests/HttpHeaderEndPoint.cs +++ b/test/Microsoft.AspNetCore.SignalR.Tests/HttpHeaderEndPoint.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; using System.Buffers; using System.Collections.Generic; @@ -34,4 +37,4 @@ namespace Microsoft.AspNetCore.SignalR.Tests } } } -} \ No newline at end of file +}