Skip to content

Commit ae8a0c7

Browse files
committed
fix: update file documentation and copyright notice in control.c
Signed-off-by: Dengfeng Liu <[email protected]>
1 parent 92f3254 commit ae8a0c7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

control.c

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@
1616
*/
1717

1818
/** @file control.c
19-
@brief xfrp control protocol implemented
20-
@author Copyright (C) 2016 Dengfeng Liu <[email protected]>
21-
*/
19+
* @brief xfrpc main control protocol implementation
20+
* @author Copyright (C) 2024 Dengfeng Liu <[email protected]>
21+
*
22+
* This program is free software: you can redistribute it and/or modify
23+
* it under the terms of the GNU General Public License as published by
24+
* the Free Software Foundation, either version 3 of the License, or
25+
* (at your option) any later version.
26+
*/
2227

2328
#include <string.h>
2429
#include <stdlib.h>

0 commit comments

Comments
 (0)