1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +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 @@
/*
* script-action.c - actions on scripts
*
* 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/>.
*/
/*
* script-action.c: actions on scripts (load/unload, install/remove, hold, ...)
*/
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
+2 -4
View File
@@ -1,4 +1,6 @@
/*
* script-buffer.c - display scripts on script buffer
*
* 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/>.
*/
/*
* script-buffer.c: display scripts on script buffer
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+2 -4
View File
@@ -1,4 +1,6 @@
/*
* script-command.c - script command
*
* 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/>.
*/
/*
* script-command.c: script commands
*/
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
+2 -4
View File
@@ -1,4 +1,6 @@
/*
* script-completion.c - completions for script command
*
* 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/>.
*/
/*
* script-completion.c: completion for script commands
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+2 -4
View File
@@ -1,4 +1,6 @@
/*
* script-config.c - script configuration options (file script.conf)
*
* 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/>.
*/
/*
* script-config.c: script configuration options (file script.conf)
*/
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
+2 -4
View File
@@ -1,4 +1,6 @@
/*
* script-info.c - info, infolist and hdata hooks for script plugin
*
* 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/>.
*/
/*
* script-info.c: info, infolist and hdata hooks for script plugin
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+2 -4
View File
@@ -1,4 +1,6 @@
/*
* script-repo.c - download and read repository file (plugins.xml.gz)
*
* 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/>.
*/
/*
* script-repo.c: download and read repository file (plugins.xml.gz)
*/
/*
* this define is needed for strptime()
* but is not used for OpenBSD, it causes bug with gcrypt (see bug #37373)
+2 -4
View File
@@ -1,4 +1,6 @@
/*
* script.c - scripts manager for WeeChat
*
* 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/>.
*/
/*
* script.c: scripts manager for WeeChat
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>