diff options
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r-- | src/core/wee-command.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index dada86788..10ef4d126 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -1,4 +1,6 @@ /* + * wee-command.c - WeeChat core commands + * * Copyright (C) 2003-2012 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org> * @@ -18,10 +20,6 @@ * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. */ -/* - * wee-command.c: WeeChat core commands - */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif |