1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

core: move comments with description of C file to top of files

This commit is contained in:
Sebastien Helleu
2012-12-15 12:27:57 +01:00
parent a64dad2597
commit 7eb5cc4b97
158 changed files with 316 additions and 642 deletions
+2 -4
View File
@@ -1,4 +1,6 @@
/*
* irc-msgbuffer.c - target buffer for IRC messages
*
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@@ -17,10 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
/*
* irc-msgbuffer.c: target buffer for IRC messages (weechat, current, private)
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>