summaryrefslogtreecommitdiff
path: root/src/plugins/charset
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2012-12-15 12:27:57 +0100
committerSebastien Helleu <flashcode@flashtux.org>2012-12-15 12:27:57 +0100
commit7eb5cc4b9719cb52d931f91914d11830f6b82385 (patch)
treea850ee3b91e48bb388098f480fb895e31a80451c /src/plugins/charset
parenta64dad2597796cfc56bdebf624bcf4984991ad8b (diff)
downloadweechat-7eb5cc4b9719cb52d931f91914d11830f6b82385.zip
core: move comments with description of C file to top of files
Diffstat (limited to 'src/plugins/charset')
-rw-r--r--src/plugins/charset/charset.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/plugins/charset/charset.c b/src/plugins/charset/charset.c
index dc3d403f6..a4a43d1cb 100644
--- a/src/plugins/charset/charset.c
+++ b/src/plugins/charset/charset.c
@@ -1,4 +1,6 @@
/*
+ * charset.c - charset plugin for WeeChat: encode/decode strings
+ *
* Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org>
*
* This file is part of WeeChat, the extensible chat client.
@@ -17,11 +19,6 @@
* along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
*/
-/*
- * charset.c: charset plugin for WeeChat: encode/decode strings to other
- * charset, depending on buffer
- */
-
#include <stdio.h>
#include <stdlib.h>
#ifndef __USE_GNU