From 5b85e8309e6719dc5f79ae631d035ea5eb94ce13 Mon Sep 17 00:00:00 2001 From: Mikael Mengistu Date: Tue, 27 Mar 2018 21:54:11 -0700 Subject: [PATCH] Adding File Header (#1741) --- .../WebSocketsSupportedConditionAttribute.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.AspNetCore.SignalR.Tests.Utils/WebSocketsSupportedConditionAttribute.cs b/test/Microsoft.AspNetCore.SignalR.Tests.Utils/WebSocketsSupportedConditionAttribute.cs index f7d4d9b896..c362238463 100644 --- a/test/Microsoft.AspNetCore.SignalR.Tests.Utils/WebSocketsSupportedConditionAttribute.cs +++ b/test/Microsoft.AspNetCore.SignalR.Tests.Utils/WebSocketsSupportedConditionAttribute.cs @@ -1,4 +1,7 @@ -using System; +// 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.Collections.Generic; using System.Runtime.InteropServices; using System.Text; @@ -36,4 +39,4 @@ namespace Microsoft.AspNetCore.SignalR.Tests public string SkipReason => "No WebSockets Client for this platform"; } -} \ No newline at end of file +}