forgot a copyright header (#1183)
This commit is contained in:
parent
f4bb309994
commit
6e152e24e1
|
|
@ -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.
|
||||||
|
|
||||||
namespace Microsoft.AspNetCore.SignalR.Internal.Protocol
|
namespace Microsoft.AspNetCore.SignalR.Internal.Protocol
|
||||||
{
|
{
|
||||||
internal static class HubProtocolConstants
|
internal static class HubProtocolConstants
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue