Added copyright in README

This commit is contained in:
EonaCat 2025-08-21 19:11:20 +02:00
parent 6d2405502f
commit 00aab13685
1 changed files with 6 additions and 0 deletions

View File

@ -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;