Skip to content

Commit 92f3254

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

File tree

1 file changed

+16
-20
lines changed

1 file changed

+16
-20
lines changed

control.c

Lines changed: 16 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
1-
/* vim: set et ts=4 sts=4 sw=4 : */
2-
/********************************************************************\
3-
* This program is free software; you can redistribute it and/or *
4-
* modify it under the terms of the GNU General Public License as *
5-
* published by the Free Software Foundation; either version 2 of *
6-
* the License, or (at your option) any later version. *
7-
* *
8-
* This program is distributed in the hope that it will be useful, *
9-
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
10-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
11-
* GNU General Public License for more details. *
12-
* *
13-
* You should have received a copy of the GNU General Public License*
14-
* along with this program; if not, contact: *
15-
* *
16-
* Free Software Foundation Voice: +1-617-542-5942 *
17-
* 59 Temple Place - Suite 330 Fax: +1-617-542-2652 *
18-
* Boston, MA 02111-1307, USA [email protected] *
19-
* *
20-
\********************************************************************/
1+
/*
2+
* Copyright (C) 2024 Dengfeng Liu <[email protected]>
3+
*
4+
* This program is free software: you can redistribute it and/or modify
5+
* it under the terms of the GNU General Public License as published by
6+
* the Free Software Foundation, either version 3 of the License, or
7+
* (at your option) any later version.
8+
*
9+
* This program is distributed in the hope that it will be useful,
10+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12+
* GNU General Public License for more details.
13+
*
14+
* You should have received a copy of the GNU General Public License
15+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16+
*/
2117

2218
/** @file control.c
2319
@brief xfrp control protocol implemented

0 commit comments

Comments
 (0)