diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-15 12:27:57 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-12-15 12:27:57 +0100 |
commit | 7eb5cc4b9719cb52d931f91914d11830f6b82385 (patch) | |
tree | a850ee3b91e48bb388098f480fb895e31a80451c /src/plugins/guile | |
parent | a64dad2597796cfc56bdebf624bcf4984991ad8b (diff) | |
download | weechat-7eb5cc4b9719cb52d931f91914d11830f6b82385.zip |
core: move comments with description of C file to top of files
Diffstat (limited to 'src/plugins/guile')
-rw-r--r-- | src/plugins/guile/weechat-guile-api.c | 6 | ||||
-rw-r--r-- | src/plugins/guile/weechat-guile.c | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/src/plugins/guile/weechat-guile-api.c b/src/plugins/guile/weechat-guile-api.c index c553ef445..73bf1dc36 100644 --- a/src/plugins/guile/weechat-guile-api.c +++ b/src/plugins/guile/weechat-guile-api.c @@ -1,4 +1,6 @@ /* + * weechat-guile-api.c - guile API functions + * * Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org> * Copyright (C) 2012 Simon Arlott * @@ -18,10 +20,6 @@ * along with WeeChat. If not, see <http://www.gnu.org/licenses/>. */ -/* - * weechat-guile-api.c: guile API functions - */ - #undef _ #include <libguile.h> diff --git a/src/plugins/guile/weechat-guile.c b/src/plugins/guile/weechat-guile.c index f65b3e0bb..7cc0d192d 100644 --- a/src/plugins/guile/weechat-guile.c +++ b/src/plugins/guile/weechat-guile.c @@ -1,4 +1,6 @@ /* + * weechat-guile.c - guile (scheme) plugin for WeeChat + * * Copyright (C) 2011-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/>. */ -/* - * weechat-guile.c: guile (scheme) plugin for WeeChat - */ - #undef _ #include <libguile.h> |