From 00aab13685c96025d472938f2f866cf3d9481d74 Mon Sep 17 00:00:00 2001 From: EonaCat Date: Thu, 21 Aug 2025 19:11:20 +0200 Subject: [PATCH] Added copyright in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 16148ed..d2ad8a9 100644 --- a/README.md +++ b/README.md @@ -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;