mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 09:13:14 +02:00
all: move description of C files below the copyright and license
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
/*
|
||||
* irc-server.c - I/O communication with IRC servers
|
||||
*
|
||||
* SPDX-FileCopyrightText: 2003-2025 Sébastien Helleu <flashcode@flashtux.org>
|
||||
* SPDX-FileCopyrightText: 2005-2010 Emmanuel Bouthenot <kolter@openics.org>
|
||||
* SPDX-FileCopyrightText: 2012 Simon Arlott
|
||||
@@ -23,6 +21,8 @@
|
||||
* along with WeeChat. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
/* I/O communication with IRC servers */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user