From 7eb5cc4b9719cb52d931f91914d11830f6b82385 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 15 Dec 2012 12:27:57 +0100 Subject: core: move comments with description of C file to top of files --- src/plugins/xfer/xfer-buffer.c | 6 ++---- src/plugins/xfer/xfer-chat.c | 6 ++---- src/plugins/xfer/xfer-command.c | 6 ++---- src/plugins/xfer/xfer-completion.c | 6 ++---- src/plugins/xfer/xfer-config.c | 6 ++---- src/plugins/xfer/xfer-dcc.c | 6 ++---- src/plugins/xfer/xfer-file.c | 6 ++---- src/plugins/xfer/xfer-info.c | 6 ++---- src/plugins/xfer/xfer-network.c | 6 ++---- src/plugins/xfer/xfer-upgrade.c | 6 ++---- src/plugins/xfer/xfer.c | 6 ++---- 11 files changed, 22 insertions(+), 44 deletions(-) (limited to 'src/plugins/xfer') diff --git a/src/plugins/xfer/xfer-buffer.c b/src/plugins/xfer/xfer-buffer.c index fed1d6cb0..0b9ca869f 100644 --- a/src/plugins/xfer/xfer-buffer.c +++ b/src/plugins/xfer/xfer-buffer.c @@ -1,4 +1,6 @@ /* + * xfer-buffer.c - display xfer list on xfer buffer + * * Copyright (C) 2003-2012 Sebastien Helleu * * This file is part of WeeChat, the extensible chat client. @@ -17,10 +19,6 @@ * along with WeeChat. If not, see . */ -/* - * xfer-buffer.c: display xfer list on xfer buffer - */ - #include #include #include diff --git a/src/plugins/xfer/xfer-chat.c b/src/plugins/xfer/xfer-chat.c index 4416e2381..0ee672c9f 100644 --- a/src/plugins/xfer/xfer-chat.c +++ b/src/plugins/xfer/xfer-chat.c @@ -1,4 +1,6 @@ /* + * xfer-chat.c - chat with direct connection to remote host + * * Copyright (C) 2003-2012 Sebastien Helleu * * This file is part of WeeChat, the extensible chat client. @@ -17,10 +19,6 @@ * along with WeeChat. If not, see . */ -/* - * xfer-chat.c: chat with direct connection to remote host - */ - #include #include #include diff --git a/src/plugins/xfer/xfer-command.c b/src/plugins/xfer/xfer-command.c index 807079ad7..44cec54f9 100644 --- a/src/plugins/xfer/xfer-command.c +++ b/src/plugins/xfer/xfer-command.c @@ -1,4 +1,6 @@ /* + * xfer-command.c - xfer command + * * Copyright (C) 2003-2012 Sebastien Helleu * * This file is part of WeeChat, the extensible chat client. @@ -17,10 +19,6 @@ * along with WeeChat. If not, see . */ -/* - * xfer-command.c: xfer command - */ - #include #include #include diff --git a/src/plugins/xfer/xfer-completion.c b/src/plugins/xfer/xfer-completion.c index d537c3c51..f060927e9 100644 --- a/src/plugins/xfer/xfer-completion.c +++ b/src/plugins/xfer/xfer-completion.c @@ -1,4 +1,6 @@ /* + * xfer-completion.c - nick completion for xfer chats + * * Copyright (C) 2003-2012 Sebastien Helleu * * This file is part of WeeChat, the extensible chat client. @@ -17,10 +19,6 @@ * along with WeeChat. If not, see . */ -/* - * xfer-completion.c: nick completion for xfer chats - */ - #include #include #include diff --git a/src/plugins/xfer/xfer-config.c b/src/plugins/xfer/xfer-config.c index ebbd88cd2..b2ac86178 100644 --- a/src/plugins/xfer/xfer-config.c +++ b/src/plugins/xfer/xfer-config.c @@ -1,4 +1,6 @@ /* + * xfer-config.c - xfer configuration options (file xfer.conf) + * * Copyright (C) 2003-2012 Sebastien Helleu * * This file is part of WeeChat, the extensible chat client. @@ -17,10 +19,6 @@ * along with WeeChat. If not, see . */ -/* - * xfer-config.c: xfer configuration options (file xfer.conf) - */ - #include #include diff --git a/src/plugins/xfer/xfer-dcc.c b/src/plugins/xfer/xfer-dcc.c index fc8c702c4..49a8a6a63 100644 --- a/src/plugins/xfer/xfer-dcc.c +++ b/src/plugins/xfer/xfer-dcc.c @@ -1,4 +1,6 @@ /* + * xfer-dcc.c - file transfer via DCC protocol + * * Copyright (C) 2003-2012 Sebastien Helleu * * This file is part of WeeChat, the extensible chat client. @@ -17,10 +19,6 @@ * along with WeeChat. If not, see . */ -/* - * xfer-dcc.c: file transfer via DCC protocol - */ - #include #include #include diff --git a/src/plugins/xfer/xfer-file.c b/src/plugins/xfer/xfer-file.c index e8338e010..56309fc03 100644 --- a/src/plugins/xfer/xfer-file.c +++ b/src/plugins/xfer/xfer-file.c @@ -1,4 +1,6 @@ /* + * xfer-file.c - file functions for xfer plugin + * * Copyright (C) 2003-2012 Sebastien Helleu * * This file is part of WeeChat, the extensible chat client. @@ -17,10 +19,6 @@ * along with WeeChat. If not, see . */ -/* - * xfer-file.c: file functions for xfer plugin - */ - #include #include #include diff --git a/src/plugins/xfer/xfer-info.c b/src/plugins/xfer/xfer-info.c index 9276bd452..9e648d67d 100644 --- a/src/plugins/xfer/xfer-info.c +++ b/src/plugins/xfer/xfer-info.c @@ -1,4 +1,6 @@ /* + * xfer-info.c - info and infolist hooks for xfer plugin + * * Copyright (C) 2003-2012 Sebastien Helleu * * This file is part of WeeChat, the extensible chat client. @@ -17,10 +19,6 @@ * along with WeeChat. If not, see . */ -/* - * xfer-info.c: info and infolist hooks for xfer plugin - */ - #include #include diff --git a/src/plugins/xfer/xfer-network.c b/src/plugins/xfer/xfer-network.c index 78dc2b019..1252713cc 100644 --- a/src/plugins/xfer/xfer-network.c +++ b/src/plugins/xfer/xfer-network.c @@ -1,4 +1,6 @@ /* + * xfer-network.c - network functions for xfer plugin + * * Copyright (C) 2003-2012 Sebastien Helleu * * This file is part of WeeChat, the extensible chat client. @@ -17,10 +19,6 @@ * along with WeeChat. If not, see . */ -/* - * xfer-network.c: network functions for xfer plugin - */ - #include #include #include diff --git a/src/plugins/xfer/xfer-upgrade.c b/src/plugins/xfer/xfer-upgrade.c index fe0137e10..a948470d3 100644 --- a/src/plugins/xfer/xfer-upgrade.c +++ b/src/plugins/xfer/xfer-upgrade.c @@ -1,4 +1,6 @@ /* + * xfer-upgrade.c - save/restore xfer plugin data when upgrading WeeChat + * * Copyright (C) 2003-2012 Sebastien Helleu * * This file is part of WeeChat, the extensible chat client. @@ -17,10 +19,6 @@ * along with WeeChat. If not, see . */ -/* - * xfer-upgrade.c: save/restore xfer plugin data when upgrading WeeChat - */ - #include #include diff --git a/src/plugins/xfer/xfer.c b/src/plugins/xfer/xfer.c index f9f099b4a..f45cb7688 100644 --- a/src/plugins/xfer/xfer.c +++ b/src/plugins/xfer/xfer.c @@ -1,4 +1,6 @@ /* + * xfer.c - file transfer and direct chat plugin for WeeChat + * * Copyright (C) 2003-2012 Sebastien Helleu * * This file is part of WeeChat, the extensible chat client. @@ -17,10 +19,6 @@ * along with WeeChat. If not, see . */ -/* - * xfer.c: file transfer and direct chat plugin for WeeChat - */ - #include #include #include -- cgit v1.2.3