forgot a copyright header (#1183)

This commit is contained in:
Andrew Stanton-Nurse 2017-12-05 16:51:24 -08:00 committed by GitHub
parent f4bb309994
commit 6e152e24e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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
{
internal static class HubProtocolConstants