diff options
Diffstat (limited to 'src/client.c')
-rw-r--r-- | src/client.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/client.c b/src/client.c index 6f1bb47..7c47ae6 100644 --- a/src/client.c +++ b/src/client.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 "client.h" #include "log.h" #include "msg.h" |