Skip to content

Commit

Permalink
fix: update file documentation and copyright notice in control.c
Browse files Browse the repository at this point in the history
Signed-off-by: Dengfeng Liu <[email protected]>
  • Loading branch information
liudf0716 committed Nov 13, 2024
1 parent 92f3254 commit ae8a0c7
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions control.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,14 @@
*/

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

#include <string.h>
#include <stdlib.h>
Expand Down

0 comments on commit ae8a0c7

Please sign in to comment.