Added copyright in README
This commit is contained in:
parent
6d2405502f
commit
00aab13685
|
@ -38,6 +38,9 @@ servers and clients with optional TLS (for TCP) and optional application-layer e
|
|||
|
||||
namespace EonaCat.Connections.Server.Example
|
||||
{
|
||||
// This file is part of the EonaCat project(s) which is released under the Apache License.
|
||||
// See the LICENSE file or go to https://EonaCat.com/license for full license details.
|
||||
|
||||
public class Program
|
||||
{
|
||||
private static NetworkServer _server;
|
||||
|
@ -134,6 +137,9 @@ servers and clients with optional TLS (for TCP) and optional application-layer e
|
|||
|
||||
namespace EonaCat.Connections.Client.Example
|
||||
{
|
||||
// This file is part of the EonaCat project(s) which is released under the Apache License.
|
||||
// See the LICENSE file or go to https://EonaCat.com/license for full license details.
|
||||
|
||||
public class Program
|
||||
{
|
||||
private static NetworkClient _client;
|
||||
|
|
Loading…
Reference in New Issue