diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/CMakeLists.txt | 11 | ||||
-rw-r--r-- | doc/en/Makefile.am | 12 | ||||
-rw-r--r-- | doc/en/weechat_faq.en.txt | 2 | ||||
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 4 | ||||
-rw-r--r-- | doc/en/weechat_quickstart.en.txt | 2 | ||||
-rw-r--r-- | doc/en/weechat_scripting.en.txt | 2 | ||||
-rw-r--r-- | doc/en/weechat_tester.en.txt | 2 | ||||
-rw-r--r-- | doc/en/weechat_user.en.txt | 6 |
8 files changed, 24 insertions, 17 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt index 4a42295ad..c688bd312 100644 --- a/doc/en/CMakeLists.txt +++ b/doc/en/CMakeLists.txt @@ -1,17 +1,20 @@ -# Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> # -# This program is free software; you can redistribute it and/or modify +# Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> +# +# This file is part of WeeChat, the extensible chat client. +# +# WeeChat is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, +# WeeChat is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with WeeChat. If not, see <http://www.gnu.org/licenses/>. # # user's guide diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am index 553b369ec..e33990bd0 100644 --- a/doc/en/Makefile.am +++ b/doc/en/Makefile.am @@ -1,17 +1,21 @@ -# Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> # -# This program is free software; you can redistribute it and/or modify +# Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2006 Julien Louis <ptitlouis@sysif.net> +# +# This file is part of WeeChat, the extensible chat client. +# +# WeeChat is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # -# This program is distributed in the hope that it will be useful, +# WeeChat is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with WeeChat. If not, see <http://www.gnu.org/licenses/>. # docdir = $(datadir)/doc/$(PACKAGE) diff --git a/doc/en/weechat_faq.en.txt b/doc/en/weechat_faq.en.txt index e4f187a71..2339d0fa3 100644 --- a/doc/en/weechat_faq.en.txt +++ b/doc/en/weechat_faq.en.txt @@ -1,6 +1,6 @@ WeeChat FAQ (Frequently Asked Questions) ======================================== -FlashCode <flashcode@flashtux.org> +Sébastien Helleu <flashcode@flashtux.org> [[general]] diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index 4fa6568f4..77d2993e5 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -1,6 +1,6 @@ WeeChat Plugin API Reference ============================ -FlashCode <flashcode@flashtux.org> +Sébastien Helleu <flashcode@flashtux.org> This manual documents WeeChat chat client, it is part of WeeChat. @@ -153,7 +153,7 @@ very useful, but that's just an example!): WEECHAT_PLUGIN_NAME("double"); WEECHAT_PLUGIN_DESCRIPTION("Test plugin for WeeChat"); -WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>"); +WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION("0.1"); WEECHAT_PLUGIN_LICENSE("GPL3"); diff --git a/doc/en/weechat_quickstart.en.txt b/doc/en/weechat_quickstart.en.txt index e3bb91067..e3aa5e045 100644 --- a/doc/en/weechat_quickstart.en.txt +++ b/doc/en/weechat_quickstart.en.txt @@ -1,6 +1,6 @@ WeeChat Quick Start Guide ========================= -FlashCode <flashcode@flashtux.org> +Sébastien Helleu <flashcode@flashtux.org> [[start]] diff --git a/doc/en/weechat_scripting.en.txt b/doc/en/weechat_scripting.en.txt index ef4e58050..5f67f0b71 100644 --- a/doc/en/weechat_scripting.en.txt +++ b/doc/en/weechat_scripting.en.txt @@ -1,6 +1,6 @@ WeeChat Scripting Guide ======================= -FlashCode <flashcode@flashtux.org> +Sébastien Helleu <flashcode@flashtux.org> This manual documents WeeChat chat client, it is part of WeeChat. diff --git a/doc/en/weechat_tester.en.txt b/doc/en/weechat_tester.en.txt index b5f2c508b..720ea4e1d 100644 --- a/doc/en/weechat_tester.en.txt +++ b/doc/en/weechat_tester.en.txt @@ -1,6 +1,6 @@ WeeChat Tester's Guide ====================== -FlashCode <flashcode@flashtux.org> +Sébastien Helleu <flashcode@flashtux.org> [[purpose]] diff --git a/doc/en/weechat_user.en.txt b/doc/en/weechat_user.en.txt index 07211f82a..854657c9b 100644 --- a/doc/en/weechat_user.en.txt +++ b/doc/en/weechat_user.en.txt @@ -1,6 +1,6 @@ WeeChat User's Guide ==================== -FlashCode <flashcode@flashtux.org> +Sébastien Helleu <flashcode@flashtux.org> This manual documents WeeChat chat client, it is part of WeeChat. @@ -1622,14 +1622,14 @@ Authors Developers ~~~~~~~~~~ -FlashCode (Sébastien Helleu):: +Sébastien Helleu (FlashCode):: main developer [[contributors]] Contributors ~~~~~~~~~~~~ -Kolter (Emmanuel Bouthenot):: +Emmanuel Bouthenot (kolter):: debian packager Ptitlouis:: |