Add copyright header to TransportSocketOptions.cs.

This commit is contained in:
Cesar Blum Silveira 2017-04-17 20:47:29 -07:00 committed by GitHub
parent e4af3f7e35
commit 801a7c7652
1 changed files with 5 additions and 2 deletions

View File

@ -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.Text;
@ -7,6 +10,6 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets
// TODO: Come up with some options
public class SocketTransportOptions
{
}
}