From 623ab630916ef7d4e00272784737b32f18f10668 Mon Sep 17 00:00:00 2001 From: Mikael Mengistu Date: Fri, 13 Apr 2018 21:32:26 +0000 Subject: [PATCH] HubConnectionTests.Helper Header (#2011) --- .../HubConnectionTests.Helpers.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/Microsoft.AspNetCore.SignalR.Client.Tests/HubConnectionTests.Helpers.cs b/test/Microsoft.AspNetCore.SignalR.Client.Tests/HubConnectionTests.Helpers.cs index 8ec7a17abf..dfc6a703bd 100644 --- a/test/Microsoft.AspNetCore.SignalR.Client.Tests/HubConnectionTests.Helpers.cs +++ b/test/Microsoft.AspNetCore.SignalR.Client.Tests/HubConnectionTests.Helpers.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 Microsoft.AspNetCore.SignalR.Protocol; namespace Microsoft.AspNetCore.SignalR.Client.Tests