Add Missing File Header (#1560)

This commit is contained in:
Mikael Mengistu 2018-03-08 19:49:32 +00:00 committed by GitHub
parent adbd964efd
commit 99aa25e4d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 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.
using System;
using System.Buffers;
using System.Collections.Generic;
@ -34,4 +37,4 @@ namespace Microsoft.AspNetCore.SignalR.Tests
}
}
}
}
}