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;