summaryrefslogtreecommitdiff
path: root/src/plugins/fifo
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fifo')
-rw-r--r--src/plugins/fifo/fifo-info.c6
-rw-r--r--src/plugins/fifo/fifo.c6
2 files changed, 4 insertions, 8 deletions
diff --git a/src/plugins/fifo/fifo-info.c b/src/plugins/fifo/fifo-info.c
index 02e62a435..b841e94e4 100644
--- a/src/plugins/fifo/fifo-info.c
+++ b/src/plugins/fifo/fifo-info.c
@@ -1,4 +1,6 @@
/*
+ * fifo-info.c - info and infolist hooks for fifo 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/>.
*/
-/*
- * fifo-info.c: info and infolist hooks for fifo plugin
- */
-
#include <stdlib.h>
#include "../weechat-plugin.h"
diff --git a/src/plugins/fifo/fifo.c b/src/plugins/fifo/fifo.c
index 104a00e49..e7250e88b 100644
--- a/src/plugins/fifo/fifo.c
+++ b/src/plugins/fifo/fifo.c
@@ -1,4 +1,6 @@
/*
+ * fifo.c - fifo plugin for WeeChat: remote control with FIFO pipe
+ *
* 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/>.
*/
-/*
- * fifo.c: fifo plugin for WeeChat: remote control with FIFO pipe
- */
-
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>