aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tcp_server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tcp_server.c')
-rw-r--r--src/tcp_server.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tcp_server.c b/src/tcp_server.c
index d82dc9f..87613a5 100644
--- a/src/tcp_server.c
+++ b/src/tcp_server.c
@@ -1,3 +1,10 @@
+/*
+ * Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com>
+ * This file is part of the "cimple" project.
+ * For details, see https://github.com/egor-tensin/cimple.
+ * Distributed under the MIT License.
+ */
+
#include "tcp_server.h"
#include "log.h"
#include "net.h"