diff options
Diffstat (limited to 'src')
280 files changed, 1810 insertions, 1610 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 977f23b70..9fd5ee31e 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,17 +1,22 @@ -# 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) 2007-2008 Julien Louis <ptitlouis@sysif.net> +# Copyright (C) 2008-2009 Emmanuel Bouthenot <kolter@openics.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/>. # ADD_DEFINITIONS(-DHAVE_CONFIG_H) diff --git a/src/Makefile.am b/src/Makefile.am index e8426897b..ff4b391c5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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/>. # SUBDIRS = core plugins gui diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 79ca8907c..88800f59a 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -1,17 +1,22 @@ -# 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) 2008 Julien Louis <ptitlouis@sysif.net> +# Copyright (C) 2009 Emmanuel Bouthenot <kolter@openics.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/>. # SET(LIB_CORE_SRC diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 66460b762..ab6f4a0df 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(GCRYPT_CFLAGS) $(GNUTLS_CFLAGS) diff --git a/src/core/wee-backtrace.c b/src/core/wee-backtrace.c index e73eeb717..03e6ccd49 100644 --- a/src/core/wee-backtrace.c +++ b/src/core/wee-backtrace.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-backtrace.c: display backtrace after a segfault */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-backtrace.h b/src/core/wee-backtrace.h index ef54656e1..1c6fcb1a7 100644 --- a/src/core/wee-backtrace.h +++ b/src/core/wee-backtrace.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_BACKTACE_H #define __WEECHAT_BACKTACE_H 1 diff --git a/src/core/wee-command.c b/src/core/wee-command.c index e1aa4f6f1..f0d6af13e 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-command.c: WeeChat core commands */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-command.h b/src/core/wee-command.h index 0b72f5ee7..2045e92aa 100644 --- a/src/core/wee-command.h +++ b/src/core/wee-command.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_COMMAND_H #define __WEECHAT_COMMAND_H 1 diff --git a/src/core/wee-config-file.c b/src/core/wee-config-file.c index 2c3b4e8e2..54e362f43 100644 --- a/src/core/wee-config-file.c +++ b/src/core/wee-config-file.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-config-file.c: configuration files/sections/options management */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-config-file.h b/src/core/wee-config-file.h index 75bfcb98a..2a251189d 100644 --- a/src/core/wee-config-file.h +++ b/src/core/wee-config-file.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_CONFIG_FILE_H #define __WEECHAT_CONFIG_FILE_H 1 diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 7f8f5f111..e1385fda5 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-config.c: WeeChat configuration options (file weechat.conf) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-config.h b/src/core/wee-config.h index d8b82d91e..68d98c94f 100644 --- a/src/core/wee-config.h +++ b/src/core/wee-config.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_CONFIG_H #define __WEECHAT_CONFIG_H 1 diff --git a/src/core/wee-debug.c b/src/core/wee-debug.c index b122a77e6..d75ffa1ef 100644 --- a/src/core/wee-debug.c +++ b/src/core/wee-debug.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-debug.c: debug functions for WeeChat */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-debug.h b/src/core/wee-debug.h index 9daec7646..c12f0c259 100644 --- a/src/core/wee-debug.h +++ b/src/core/wee-debug.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_DEBUG_H #define __WEECHAT_DEBUG_H 1 diff --git a/src/core/wee-hook.c b/src/core/wee-hook.c index 2a0384607..44b6eedfd 100644 --- a/src/core/wee-hook.c +++ b/src/core/wee-hook.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-hook.c: WeeChat hooks management */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-hook.h b/src/core/wee-hook.h index ffe97c602..5cd5deb2c 100644 --- a/src/core/wee-hook.h +++ b/src/core/wee-hook.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_HOOK_H #define __WEECHAT_HOOK_H 1 diff --git a/src/core/wee-infolist.c b/src/core/wee-infolist.c index e2eb0d1a1..3f6ba5b9a 100644 --- a/src/core/wee-infolist.c +++ b/src/core/wee-infolist.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-infolist.c: info lists management */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-infolist.h b/src/core/wee-infolist.h index e741cb9bc..ee1fdf599 100644 --- a/src/core/wee-infolist.h +++ b/src/core/wee-infolist.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_INFOLIST_H #define __WEECHAT_INFOLIST_H 1 diff --git a/src/core/wee-input.c b/src/core/wee-input.c index 0f5855a4b..20fa71cec 100644 --- a/src/core/wee-input.c +++ b/src/core/wee-input.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-input.c: default callback function to read user input */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-input.h b/src/core/wee-input.h index a4000eadb..f267ac14e 100644 --- a/src/core/wee-input.h +++ b/src/core/wee-input.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_INPUT_H #define __WEECHAT_INPUT_H 1 diff --git a/src/core/wee-list.c b/src/core/wee-list.c index 8316747c2..15583a6bd 100644 --- a/src/core/wee-list.c +++ b/src/core/wee-list.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-list.c: sorted lists management */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-list.h b/src/core/wee-list.h index fb5460083..f7ca48447 100644 --- a/src/core/wee-list.h +++ b/src/core/wee-list.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_LIST_H #define __WEECHAT_LIST_H 1 diff --git a/src/core/wee-log.c b/src/core/wee-log.c index 93ae8c141..c7a5c6854 100644 --- a/src/core/wee-log.c +++ b/src/core/wee-log.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-log.c: WeeChat log file */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-log.h b/src/core/wee-log.h index 76fb05eec..3e506eaf0 100644 --- a/src/core/wee-log.h +++ b/src/core/wee-log.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_LOG_H #define __WEECHAT_LOG_H 1 diff --git a/src/core/wee-network.c b/src/core/wee-network.c index e77862304..cdb4bbe05 100644 --- a/src/core/wee-network.c +++ b/src/core/wee-network.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2010 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-network.c: network functions for WeeChat */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-network.h b/src/core/wee-network.h index 385dca895..ff7587f2b 100644 --- a/src/core/wee-network.h +++ b/src/core/wee-network.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_NETWORK_H #define __WEECHAT_NETWORK_H 1 diff --git a/src/core/wee-proxy.c b/src/core/wee-proxy.c index 71ef9e34b..0596b27ef 100644 --- a/src/core/wee-proxy.c +++ b/src/core/wee-proxy.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-proxy.c: proxy functions for WeeChat */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-proxy.h b/src/core/wee-proxy.h index da786a535..024e52d11 100644 --- a/src/core/wee-proxy.h +++ b/src/core/wee-proxy.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_PROXY_H #define __WEECHAT_PROXY_H 1 diff --git a/src/core/wee-string.c b/src/core/wee-string.c index 115c81295..8e3fdb66b 100644 --- a/src/core/wee-string.c +++ b/src/core/wee-string.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-string.c: string functions for WeeChat */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-string.h b/src/core/wee-string.h index 44b896381..f0e7eb95e 100644 --- a/src/core/wee-string.h +++ b/src/core/wee-string.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_STRING_H #define __WEECHAT_STRING_H 1 diff --git a/src/core/wee-upgrade-file.c b/src/core/wee-upgrade-file.c index 0e50b88d5..813bc7d1a 100644 --- a/src/core/wee-upgrade-file.c +++ b/src/core/wee-upgrade-file.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-upgrade-file.c: save/restore data for upgrading WeeChat */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-upgrade-file.h b/src/core/wee-upgrade-file.h index 917af8407..51ba48d6e 100644 --- a/src/core/wee-upgrade-file.h +++ b/src/core/wee-upgrade-file.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_UPGRADE_FILE_H #define __WEECHAT_UPGRADE_FILE_H 1 diff --git a/src/core/wee-upgrade.c b/src/core/wee-upgrade.c index 667446230..90983b1e5 100644 --- a/src/core/wee-upgrade.c +++ b/src/core/wee-upgrade.c @@ -1,19 +1,20 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* @@ -21,7 +22,6 @@ * (buffers, command history, hotlist, uptime) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-upgrade.h b/src/core/wee-upgrade.h index 709094114..5571c0de1 100644 --- a/src/core/wee-upgrade.h +++ b/src/core/wee-upgrade.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_UPGRADE_H #define __WEECHAT_UPGRADE_H 1 diff --git a/src/core/wee-utf8.c b/src/core/wee-utf8.c index 8efe8c83b..563032e35 100644 --- a/src/core/wee-utf8.c +++ b/src/core/wee-utf8.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-utf8.c: UTF-8 string functions for WeeChat */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-utf8.h b/src/core/wee-utf8.h index 6dc2d6b4f..c46791551 100644 --- a/src/core/wee-utf8.h +++ b/src/core/wee-utf8.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_UTF8_H #define __WEECHAT_UTF8_H 1 diff --git a/src/core/wee-util.c b/src/core/wee-util.c index 6272d645e..ced6543ff 100644 --- a/src/core/wee-util.c +++ b/src/core/wee-util.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * wee-util.c: some useful functions for WeeChat */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/core/wee-util.h b/src/core/wee-util.h index 6dab94619..2c7b0db21 100644 --- a/src/core/wee-util.h +++ b/src/core/wee-util.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_UTIL_H #define __WEECHAT_UTIL_H 1 diff --git a/src/core/weechat.c b/src/core/weechat.c index 717f622de..28ae487b5 100644 --- a/src/core/weechat.c +++ b/src/core/weechat.c @@ -8,34 +8,34 @@ * ## WeeChat - Wee Enhanced Environment for Chat ## * ## Fast, light, extensible chat client ## * ## ## - * ## By FlashCode <flashcode@flashtux.org> ## + * ## By Sebastien Helleu <flashcode@flashtux.org> ## * ## ## * ## http://www.weechat.org/ ## * ## ## * ########################################################################## * - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * weechat.c: core functions for WeeChat */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -98,8 +98,8 @@ weechat_display_usage (char *exec_name) string_iconv_fprintf (stdout, "\n"); string_iconv_fprintf (stdout, /* TRANSLATORS: "%s %s" after "compiled on" is date and time */ - _("%s (c) Copyright 2003-2010, compiled on %s %s\n" - "Developed by FlashCode <flashcode@flashtux.org> " + _("%s Copyright (C) 2003-2010, compiled on %s %s\n" + "Developed by Sebastien Helleu <flashcode@flashtux.org> " "- %s"), PACKAGE_STRING, __DATE__, __TIME__, WEECHAT_WEBSITE); string_iconv_fprintf (stdout, "\n\n"); diff --git a/src/core/weechat.h b/src/core/weechat.h index 26ab9d851..8ee3817b5 100644 --- a/src/core/weechat.h +++ b/src/core/weechat.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_H #define __WEECHAT_H 1 @@ -50,7 +51,7 @@ #endif -#define WEECHAT_COPYRIGHT_DATE "(c) 2003-2010" +#define WEECHAT_COPYRIGHT_DATE "(C) 2003-2010" #define WEECHAT_WEBSITE "http://www.weechat.org/" #define WEECHAT_WEBSITE_DOWNLOAD "http://www.weechat.org/download" @@ -61,21 +62,21 @@ /* license */ #define WEECHAT_LICENSE_TEXT \ - PACKAGE_STRING " (c) Copyright 2003-2010, compiled on " __DATE__ " " __TIME__ \ - "\nDeveloped by FlashCode <flashcode@flashtux.org> - " WEECHAT_WEBSITE "\n\n" \ - "This program is free software; you can redistribute it and/or modify\n" \ + "WeeChat " PACKAGE_VERSION " Copyright (C) 2003-2010, compiled on " __DATE__ " " __TIME__ \ + "\nDeveloped by Sebastien Helleu <flashcode@flashtux.org> - " WEECHAT_WEBSITE "\n\n" \ + "WeeChat is free software; you can redistribute it and/or modify\n" \ "it under the terms of the GNU General Public License as published by\n" \ "the Free Software Foundation; either version 3 of the License, or\n" \ "(at your option) any later version.\n" \ "\n", \ \ - "This program is distributed in the hope that it will be useful,\n" \ + "WeeChat is distributed in the hope that it will be useful,\n" \ "but WITHOUT ANY WARRANTY; without even the implied warranty of\n" \ "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" \ "GNU General Public License for more details.\n" \ "\n" \ "You should have received a copy of the GNU General Public License\n" \ - "along with this program. If not, see <http://www.gnu.org/licenses/>.\n\n" + "along with WeeChat. If not, see <http://www.gnu.org/licenses/>.\n\n" /* directory separator, depending on OS */ diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 8ee717f61..c310dedd6 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/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/>. # SET(LIB_GUI_COMMON_SRC diff --git a/src/gui/Makefile.am b/src/gui/Makefile.am index 6054507e6..1be93f2f5 100644 --- a/src/gui/Makefile.am +++ b/src/gui/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" diff --git a/src/gui/curses/CMakeLists.txt b/src/gui/curses/CMakeLists.txt index 923013e46..d6272368f 100644 --- a/src/gui/curses/CMakeLists.txt +++ b/src/gui/curses/CMakeLists.txt @@ -1,17 +1,22 @@ -# 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) 2007-2008 Julien Louis <ptitlouis@sysif.net> +# Copyright (C) 2009 Emmanuel Bouthenot <kolter@openics.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/>. # if(COMMAND cmake_policy) diff --git a/src/gui/curses/Makefile.am b/src/gui/curses/Makefile.am index 814f129be..5437d92b6 100644 --- a/src/gui/curses/Makefile.am +++ b/src/gui/curses/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(NCURSES_CFLAGS) diff --git a/src/gui/curses/gui-curses-bar-window.c b/src/gui/curses/gui-curses-bar-window.c index 0e4366cf9..59c288d0b 100644 --- a/src/gui/curses/gui-curses-bar-window.c +++ b/src/gui/curses/gui-curses-bar-window.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-curses-bar-window.c: bar window functions for Curses GUI */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/curses/gui-curses-chat.c b/src/gui/curses/gui-curses-chat.c index 42cb157d9..013337f53 100644 --- a/src/gui/curses/gui-curses-chat.c +++ b/src/gui/curses/gui-curses-chat.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-curses-chat.c: chat display functions for Curses GUI */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/curses/gui-curses-color.c b/src/gui/curses/gui-curses-color.c index 92eb4e0d6..9638841c6 100644 --- a/src/gui/curses/gui-curses-color.c +++ b/src/gui/curses/gui-curses-color.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-curses-color.c: color functions for Curses GUI */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/curses/gui-curses-keyboard.c b/src/gui/curses/gui-curses-keyboard.c index 9625b4e47..ca6c44c7c 100644 --- a/src/gui/curses/gui-curses-keyboard.c +++ b/src/gui/curses/gui-curses-keyboard.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-curses-keyboard.c: keyboard functions for Curses GUI */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/curses/gui-curses-main.c b/src/gui/curses/gui-curses-main.c index 1ed915cd4..051408d35 100644 --- a/src/gui/curses/gui-curses-main.c +++ b/src/gui/curses/gui-curses-main.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-curses-main.c: main loop for Curses GUI */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/curses/gui-curses-window.c b/src/gui/curses/gui-curses-window.c index 2b699d4c4..ca3699911 100644 --- a/src/gui/curses/gui-curses-window.c +++ b/src/gui/curses/gui-curses-window.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-curses-window.c: window display functions for Curses GUI */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/curses/gui-curses.h b/src/gui/curses/gui-curses.h index 47ad3fad0..c0483b010 100644 --- a/src/gui/curses/gui-curses.h +++ b/src/gui/curses/gui-curses.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_CURSES_H #define __WEECHAT_GUI_CURSES_H 1 diff --git a/src/gui/gtk/CMakeLists.txt b/src/gui/gtk/CMakeLists.txt index d64ce1e1a..8a87e6505 100644 --- a/src/gui/gtk/CMakeLists.txt +++ b/src/gui/gtk/CMakeLists.txt @@ -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) 2007 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/>. # SET(WEECHAT_GTK_SRC diff --git a/src/gui/gtk/Makefile.am b/src/gui/gtk/Makefile.am index 76e5d8fe5..de686242c 100644 --- a/src/gui/gtk/Makefile.am +++ b/src/gui/gtk/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(GTK_CFLAGS) diff --git a/src/gui/gtk/gui-gtk-bar-window.c b/src/gui/gtk/gui-gtk-bar-window.c index 8246c03f7..08d51e597 100644 --- a/src/gui/gtk/gui-gtk-bar-window.c +++ b/src/gui/gtk/gui-gtk-bar-window.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-gtk-bar-window.c: bar window functions for Gtk GUI */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gtk/gui-gtk-chat.c b/src/gui/gtk/gui-gtk-chat.c index 0ed37c760..bdccb1aa3 100644 --- a/src/gui/gtk/gui-gtk-chat.c +++ b/src/gui/gtk/gui-gtk-chat.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-gtk-chat.c: chat display functions for Gtk GUI */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gtk/gui-gtk-color.c b/src/gui/gtk/gui-gtk-color.c index ea89d2186..a4d7d0978 100644 --- a/src/gui/gtk/gui-gtk-color.c +++ b/src/gui/gtk/gui-gtk-color.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-gtk-color.c: color functions for Gtk GUI */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gtk/gui-gtk-keyboard.c b/src/gui/gtk/gui-gtk-keyboard.c index f7941bf2f..59d32b6a5 100644 --- a/src/gui/gtk/gui-gtk-keyboard.c +++ b/src/gui/gtk/gui-gtk-keyboard.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-gtk-keyboard.c: keyboard functions for Gtk GUI */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gtk/gui-gtk-main.c b/src/gui/gtk/gui-gtk-main.c index bc3170f7f..ec5b5d101 100644 --- a/src/gui/gtk/gui-gtk-main.c +++ b/src/gui/gtk/gui-gtk-main.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-gtk-main.c: main loop for Gtk GUI */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gtk/gui-gtk-window.c b/src/gui/gtk/gui-gtk-window.c index e868fcbe7..63e9e257e 100644 --- a/src/gui/gtk/gui-gtk-window.c +++ b/src/gui/gtk/gui-gtk-window.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-gtk-window.c: window display functions for Gtk GUI */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gtk/gui-gtk.h b/src/gui/gtk/gui-gtk.h index bf92d2502..edfc7dfb4 100644 --- a/src/gui/gtk/gui-gtk.h +++ b/src/gui/gtk/gui-gtk.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_GTK_H #define __WEECHAT_GUI_GTK_H 1 diff --git a/src/gui/gui-bar-item.c b/src/gui/gui-bar-item.c index 97c826cdb..524277207 100644 --- a/src/gui/gui-bar-item.c +++ b/src/gui/gui-bar-item.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-bar-item.c: bar item functions (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-bar-item.h b/src/gui/gui-bar-item.h index 118bec4db..14609dc02 100644 --- a/src/gui/gui-bar-item.h +++ b/src/gui/gui-bar-item.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_BAR_ITEM_H #define __WEECHAT_GUI_BAR_ITEM_H 1 diff --git a/src/gui/gui-bar-window.c b/src/gui/gui-bar-window.c index 3c1046e79..c3d6099ba 100644 --- a/src/gui/gui-bar-window.c +++ b/src/gui/gui-bar-window.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-bar-window.c: bar window functions (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-bar-window.h b/src/gui/gui-bar-window.h index 39d0f821f..f25d7fae2 100644 --- a/src/gui/gui-bar-window.h +++ b/src/gui/gui-bar-window.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_BAR_WINDOW_H #define __WEECHAT_GUI_BAR_WINDOW_H 1 diff --git a/src/gui/gui-bar.c b/src/gui/gui-bar.c index b9f19ffe7..81d8e22b4 100644 --- a/src/gui/gui-bar.c +++ b/src/gui/gui-bar.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-bar.c: bar functions (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-bar.h b/src/gui/gui-bar.h index f1847cb07..805edbfa9 100644 --- a/src/gui/gui-bar.h +++ b/src/gui/gui-bar.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_BAR_H #define __WEECHAT_GUI_BAR_H 1 diff --git a/src/gui/gui-buffer.c b/src/gui/gui-buffer.c index f31e4d748..5c77a2fcd 100644 --- a/src/gui/gui-buffer.c +++ b/src/gui/gui-buffer.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-buffer.c: buffer functions (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-buffer.h b/src/gui/gui-buffer.h index 2dacd8bdf..d41125dab 100644 --- a/src/gui/gui-buffer.h +++ b/src/gui/gui-buffer.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_BUFFER_H #define __WEECHAT_GUI_BUFFER_H 1 diff --git a/src/gui/gui-chat.c b/src/gui/gui-chat.c index c2eab74e8..e036f48db 100644 --- a/src/gui/gui-chat.c +++ b/src/gui/gui-chat.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-chat.c: chat functions (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-chat.h b/src/gui/gui-chat.h index 16c5ae56e..6e31924fd 100644 --- a/src/gui/gui-chat.h +++ b/src/gui/gui-chat.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_CHAT_H #define __WEECHAT_GUI_CHAT_H 1 diff --git a/src/gui/gui-color.c b/src/gui/gui-color.c index 7ce5ab301..ef873bffc 100644 --- a/src/gui/gui-color.c +++ b/src/gui/gui-color.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-color.c: color functions (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-color.h b/src/gui/gui-color.h index 71c102427..1651a504a 100644 --- a/src/gui/gui-color.h +++ b/src/gui/gui-color.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_COLOR_H #define __WEECHAT_GUI_COLOR_H 1 diff --git a/src/gui/gui-completion.c b/src/gui/gui-completion.c index f81638639..a76331f67 100644 --- a/src/gui/gui-completion.c +++ b/src/gui/gui-completion.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-completion.c: word completion according to context (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-completion.h b/src/gui/gui-completion.h index 88b2e26ef..e0dc956e5 100644 --- a/src/gui/gui-completion.h +++ b/src/gui/gui-completion.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_COMPLETION_H #define __WEECHAT_GUI_COMPLETION_H 1 diff --git a/src/gui/gui-filter.c b/src/gui/gui-filter.c index 70e2391d7..2c79d8bb1 100644 --- a/src/gui/gui-filter.c +++ b/src/gui/gui-filter.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-filter.c: filter functions (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-filter.h b/src/gui/gui-filter.h index 5c3b6495e..d8873727e 100644 --- a/src/gui/gui-filter.h +++ b/src/gui/gui-filter.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_FILTER_H #define __WEECHAT_GUI_FILTER_H 1 diff --git a/src/gui/gui-history.c b/src/gui/gui-history.c index 68dba843e..4b490ca95 100644 --- a/src/gui/gui-history.c +++ b/src/gui/gui-history.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-history.c: memorize commands or text for buffers (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-history.h b/src/gui/gui-history.h index 3c54afa8a..0f07f88a1 100644 --- a/src/gui/gui-history.h +++ b/src/gui/gui-history.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_HISTORY_H #define __WEECHAT_GUI_HISTORY_H 1 diff --git a/src/gui/gui-hotlist.c b/src/gui/gui-hotlist.c index dfb6a1c97..feca3ed38 100644 --- a/src/gui/gui-hotlist.c +++ b/src/gui/gui-hotlist.c @@ -1,19 +1,20 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* @@ -21,7 +22,6 @@ * (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-hotlist.h b/src/gui/gui-hotlist.h index 3da03d83a..0256cdf5b 100644 --- a/src/gui/gui-hotlist.h +++ b/src/gui/gui-hotlist.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_HOTLIST_H #define __WEECHAT_GUI_HOTLIST_H 1 diff --git a/src/gui/gui-input.c b/src/gui/gui-input.c index bbe2b3dda..8b1f94227 100644 --- a/src/gui/gui-input.c +++ b/src/gui/gui-input.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-input.c: input functions (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-input.h b/src/gui/gui-input.h index 16dd8b9a0..022bd0d38 100644 --- a/src/gui/gui-input.h +++ b/src/gui/gui-input.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_INPUT_H #define __WEECHAT_GUI_INPUT_H 1 diff --git a/src/gui/gui-keyboard.c b/src/gui/gui-keyboard.c index 7f8d45aac..8a8ae48f1 100644 --- a/src/gui/gui-keyboard.c +++ b/src/gui/gui-keyboard.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-keyboard: keyboard functions (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-keyboard.h b/src/gui/gui-keyboard.h index da8b857bd..8c900256a 100644 --- a/src/gui/gui-keyboard.h +++ b/src/gui/gui-keyboard.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_KEYBOARD_H #define __WEECHAT_GUI_KEYBOARD_H 1 diff --git a/src/gui/gui-layout.c b/src/gui/gui-layout.c index 96d0da2ff..65633cb59 100644 --- a/src/gui/gui-layout.c +++ b/src/gui/gui-layout.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-layout.c: layout functions (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-layout.h b/src/gui/gui-layout.h index 5c934052a..107475ae2 100644 --- a/src/gui/gui-layout.h +++ b/src/gui/gui-layout.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_LAYOUT_H #define __WEECHAT_GUI_LAYOUT_H 1 diff --git a/src/gui/gui-line.c b/src/gui/gui-line.c index c0230fb7d..8f4e08951 100644 --- a/src/gui/gui-line.c +++ b/src/gui/gui-line.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-line.c: line functions (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-line.h b/src/gui/gui-line.h index 00f04909c..2a7f3ba62 100644 --- a/src/gui/gui-line.h +++ b/src/gui/gui-line.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_LINE_H #define __WEECHAT_GUI_LINE_H 1 diff --git a/src/gui/gui-main.h b/src/gui/gui-main.h index d2222339a..4686d9948 100644 --- a/src/gui/gui-main.h +++ b/src/gui/gui-main.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_MAIN_H #define __WEECHAT_GUI_MAIN_H 1 diff --git a/src/gui/gui-nicklist.c b/src/gui/gui-nicklist.c index 438157c3f..5ed2788b6 100644 --- a/src/gui/gui-nicklist.c +++ b/src/gui/gui-nicklist.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-nicklist.c: nicklist functions (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-nicklist.h b/src/gui/gui-nicklist.h index e6fbb4071..0465c2e1d 100644 --- a/src/gui/gui-nicklist.h +++ b/src/gui/gui-nicklist.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_NICKLIST_H #define __WEECHAT_GUI_NICKLIST_H 1 diff --git a/src/gui/gui-window.c b/src/gui/gui-window.c index 63a85748e..ced9a0d30 100644 --- a/src/gui/gui-window.c +++ b/src/gui/gui-window.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * gui-window.c: window functions (used by all GUI) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/gui/gui-window.h b/src/gui/gui-window.h index 84b72222d..fb64cf863 100644 --- a/src/gui/gui-window.h +++ b/src/gui/gui-window.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_WINDOW_H #define __WEECHAT_GUI_WINDOW_H 1 diff --git a/src/gui/qt/Makefile.am b/src/gui/qt/Makefile.am index a76441301..8361cf48e 100644 --- a/src/gui/qt/Makefile.am +++ b/src/gui/qt/Makefile.am @@ -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/>. # EXTRA_DIST = gui-qt.c \ diff --git a/src/gui/qt/gui-qt.c b/src/gui/qt/gui-qt.c index 4afaf52dd..1efff6850 100644 --- a/src/gui/qt/gui-qt.c +++ b/src/gui/qt/gui-qt.c @@ -1,23 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - /* gui-qt.c: Qt GUI for WeeChat */ - /* ***** Qt GUI for WeeChat, NOT developed! ***** */ diff --git a/src/gui/qt/gui-qt.h b/src/gui/qt/gui-qt.h index da945c2b1..e49de7503 100644 --- a/src/gui/qt/gui-qt.h +++ b/src/gui/qt/gui-qt.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_GUI_QT_H #define __WEECHAT_GUI_QT_H 1 diff --git a/src/gui/wxwidgets/Makefile.am b/src/gui/wxwidgets/Makefile.am index b61af03d1..52ac1cd28 100644 --- a/src/gui/wxwidgets/Makefile.am +++ b/src/gui/wxwidgets/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) 2005 Benoit Papillault <benoit.papillault@free.fr> +# Copyright (C) 2005-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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" diff --git a/src/gui/wxwidgets/gui-display.c b/src/gui/wxwidgets/gui-display.c index 755ceb2c4..275dff96a 100644 --- a/src/gui/wxwidgets/gui-display.c +++ b/src/gui/wxwidgets/gui-display.c @@ -1,19 +1,21 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2005 Benoit Papillault <benoit.papillault@free.fr> + * Copyright (C) 2005-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* gui-display.c: display functions for wxWidgets GUI */ diff --git a/src/gui/wxwidgets/gui-input.c b/src/gui/wxwidgets/gui-input.c index 1f9c95717..4e0dc2162 100644 --- a/src/gui/wxwidgets/gui-input.c +++ b/src/gui/wxwidgets/gui-input.c @@ -1,19 +1,21 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2005 Benoit Papillault <benoit.papillault@free.fr> + * Copyright (C) 2005-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* gui-input: user input functions for wxWidgets GUI */ diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index e4f0a8440..80bcbad08 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -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) 2009 Emmanuel Bouthenot <kolter@openics.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/>. # SET(LIB_PLUGINS_SRC diff --git a/src/plugins/Makefile.am b/src/plugins/Makefile.am index 802e62bf6..0c2c4d671 100644 --- a/src/plugins/Makefile.am +++ b/src/plugins/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-2009 Emmanuel Bouthenot <kolter@openics.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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" diff --git a/src/plugins/alias/CMakeLists.txt b/src/plugins/alias/CMakeLists.txt index b9b0c0b05..70bf295b8 100644 --- a/src/plugins/alias/CMakeLists.txt +++ b/src/plugins/alias/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/>. # ADD_LIBRARY(alias MODULE diff --git a/src/plugins/alias/Makefile.am b/src/plugins/alias/Makefile.am index 511109f3d..2e2566016 100644 --- a/src/plugins/alias/Makefile.am +++ b/src/plugins/alias/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(ALIAS_CFLAGS) diff --git a/src/plugins/alias/alias-config.c b/src/plugins/alias/alias-config.c index 66b027353..305c03e4f 100644 --- a/src/plugins/alias/alias-config.c +++ b/src/plugins/alias/alias-config.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * alias-config.c: alias configuration options (file alias.conf) */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/alias/alias-config.h b/src/plugins/alias/alias-config.h index b24427016..cd30ca6ec 100644 --- a/src/plugins/alias/alias-config.h +++ b/src/plugins/alias/alias-config.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_ALIAS_CONFIG_H #define __WEECHAT_ALIAS_CONFIG_H 1 diff --git a/src/plugins/alias/alias-info.c b/src/plugins/alias/alias-info.c index bbeffe1af..8c4de7927 100644 --- a/src/plugins/alias/alias-info.c +++ b/src/plugins/alias/alias-info.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * alias-info.c: info and infolist hooks for alias plugin */ - #include <stdlib.h> #include "../weechat-plugin.h" diff --git a/src/plugins/alias/alias-info.h b/src/plugins/alias/alias-info.h index cc80efa0d..216f13b37 100644 --- a/src/plugins/alias/alias-info.h +++ b/src/plugins/alias/alias-info.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_ALIAS_INFO_H #define __WEECHAT_ALIAS_INFO_H 1 diff --git a/src/plugins/alias/alias.c b/src/plugins/alias/alias.c index 8aa846531..d4f5e9245 100644 --- a/src/plugins/alias/alias.c +++ b/src/plugins/alias/alias.c @@ -1,19 +1,20 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* @@ -21,7 +22,6 @@ * commands */ - #include <stdlib.h> #include <stdio.h> #include <string.h> @@ -34,7 +34,7 @@ WEECHAT_PLUGIN_NAME(ALIAS_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION("Alias plugin for WeeChat"); -WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>"); +WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); diff --git a/src/plugins/alias/alias.h b/src/plugins/alias/alias.h index 57215b6bd..d292db79a 100644 --- a/src/plugins/alias/alias.h +++ b/src/plugins/alias/alias.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_ALIAS_H #define __WEECHAT_ALIAS_H 1 diff --git a/src/plugins/aspell/CMakeLists.txt b/src/plugins/aspell/CMakeLists.txt index ed3c408db..894fba0c1 100644 --- a/src/plugins/aspell/CMakeLists.txt +++ b/src/plugins/aspell/CMakeLists.txt @@ -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) 2006 Emmanuel Bouthenot <kolter@openics.org> +# Copyright (C) 2006-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/>. # ADD_LIBRARY(aspell MODULE diff --git a/src/plugins/aspell/Makefile.am b/src/plugins/aspell/Makefile.am index b1bde9d42..61da155c8 100644 --- a/src/plugins/aspell/Makefile.am +++ b/src/plugins/aspell/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) 2006 Emmanuel Bouthenot <kolter@openics.org> +# Copyright (C) 2006-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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(ASPELL_CFLAGS) diff --git a/src/plugins/aspell/weechat-aspell-config.c b/src/plugins/aspell/weechat-aspell-config.c index 9f036bed5..927373bdb 100644 --- a/src/plugins/aspell/weechat-aspell-config.c +++ b/src/plugins/aspell/weechat-aspell-config.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> + * Copyright (C) 2006-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * weechat-aspell-config.c: aspell configuration options (file aspell.conf) */ - #include <stdlib.h> #include <string.h> #include <limits.h> diff --git a/src/plugins/aspell/weechat-aspell-config.h b/src/plugins/aspell/weechat-aspell-config.h index 295401d4d..fc8c6676a 100644 --- a/src/plugins/aspell/weechat-aspell-config.h +++ b/src/plugins/aspell/weechat-aspell-config.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> + * Copyright (C) 2006-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_ASPELL_CONFIG_H #define __WEECHAT_ASPELL_CONFIG_H 1 diff --git a/src/plugins/aspell/weechat-aspell-speller.c b/src/plugins/aspell/weechat-aspell-speller.c index c68339ba6..42db11532 100644 --- a/src/plugins/aspell/weechat-aspell-speller.c +++ b/src/plugins/aspell/weechat-aspell-speller.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> + * Copyright (C) 2006-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * weechat-aspell-speller.c: speller management for aspell plugin */ - #include <stdlib.h> #include <string.h> diff --git a/src/plugins/aspell/weechat-aspell-speller.h b/src/plugins/aspell/weechat-aspell-speller.h index fbc7dcb2e..657922997 100644 --- a/src/plugins/aspell/weechat-aspell-speller.h +++ b/src/plugins/aspell/weechat-aspell-speller.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> + * Copyright (C) 2006-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_ASPELL_SPELLER_H #define __WEECHAT_ASPELL_SPELLER_H 1 diff --git a/src/plugins/aspell/weechat-aspell.c b/src/plugins/aspell/weechat-aspell.c index 2a39ff7b1..c99fdbac5 100644 --- a/src/plugins/aspell/weechat-aspell.c +++ b/src/plugins/aspell/weechat-aspell.c @@ -1,19 +1,21 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> + * Copyright (C) 2006-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* @@ -21,7 +23,6 @@ * words in input line */ - #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -36,7 +37,7 @@ WEECHAT_PLUGIN_NAME(ASPELL_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION("Aspell plugin for WeeChat"); -WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>"); +WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); diff --git a/src/plugins/aspell/weechat-aspell.h b/src/plugins/aspell/weechat-aspell.h index 27018b96e..c718173e5 100644 --- a/src/plugins/aspell/weechat-aspell.h +++ b/src/plugins/aspell/weechat-aspell.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> + * Copyright (C) 2006-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_ASPELL_H #define __WEECHAT_ASPELL_H 1 diff --git a/src/plugins/charset/CMakeLists.txt b/src/plugins/charset/CMakeLists.txt index eee2eb7cd..64ce12c87 100644 --- a/src/plugins/charset/CMakeLists.txt +++ b/src/plugins/charset/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/>. # ADD_LIBRARY(charset MODULE charset.c) diff --git a/src/plugins/charset/Makefile.am b/src/plugins/charset/Makefile.am index 35a032038..02872b098 100644 --- a/src/plugins/charset/Makefile.am +++ b/src/plugins/charset/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(CHARSET_CFLAGS) diff --git a/src/plugins/charset/charset.c b/src/plugins/charset/charset.c index c4f0a38b0..9e40e89ca 100644 --- a/src/plugins/charset/charset.c +++ b/src/plugins/charset/charset.c @@ -1,19 +1,20 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* @@ -21,7 +22,6 @@ * charset, depending on buffer */ - #include <stdio.h> #include <stdlib.h> #ifndef __USE_GNU @@ -37,7 +37,7 @@ WEECHAT_PLUGIN_NAME(CHARSET_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION("Charset plugin for WeeChat"); -WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>"); +WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); diff --git a/src/plugins/demo/CMakeLists.txt b/src/plugins/demo/CMakeLists.txt index 99ff26601..7658ec383 100644 --- a/src/plugins/demo/CMakeLists.txt +++ b/src/plugins/demo/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/>. # ADD_LIBRARY(demo MODULE demo.c) diff --git a/src/plugins/demo/Makefile.am b/src/plugins/demo/Makefile.am index b3f675e38..54abeec71 100644 --- a/src/plugins/demo/Makefile.am +++ b/src/plugins/demo/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(DEMO_CFLAGS) diff --git a/src/plugins/demo/demo.c b/src/plugins/demo/demo.c index 8c61905b6..c55ab8f85 100644 --- a/src/plugins/demo/demo.c +++ b/src/plugins/demo/demo.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * demo.c: demo plugin for WeeChat */ - #include <stdlib.h> #include <unistd.h> #include <stdio.h> @@ -37,7 +37,7 @@ WEECHAT_PLUGIN_NAME(DEMO_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION("Demo plugin for WeeChat"); -WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>"); +WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); diff --git a/src/plugins/fifo/CMakeLists.txt b/src/plugins/fifo/CMakeLists.txt index b7c43e23e..f41af5aec 100644 --- a/src/plugins/fifo/CMakeLists.txt +++ b/src/plugins/fifo/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/>. # ADD_LIBRARY(fifo MODULE diff --git a/src/plugins/fifo/Makefile.am b/src/plugins/fifo/Makefile.am index 8e07ed544..f023fabbc 100644 --- a/src/plugins/fifo/Makefile.am +++ b/src/plugins/fifo/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(FIFO_CFLAGS) diff --git a/src/plugins/fifo/fifo-info.c b/src/plugins/fifo/fifo-info.c index c6f44e669..fda2db47a 100644 --- a/src/plugins/fifo/fifo-info.c +++ b/src/plugins/fifo/fifo-info.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * fifo-info.c: info and infolist hooks for fifo plugin */ - #include <stdlib.h> #include "../weechat-plugin.h" diff --git a/src/plugins/fifo/fifo-info.h b/src/plugins/fifo/fifo-info.h index f419a9db4..06d172d21 100644 --- a/src/plugins/fifo/fifo-info.h +++ b/src/plugins/fifo/fifo-info.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_FIFO_INFO_H #define __WEECHAT_FIFO_INFO_H 1 diff --git a/src/plugins/fifo/fifo.c b/src/plugins/fifo/fifo.c index 474497a49..43afdf68b 100644 --- a/src/plugins/fifo/fifo.c +++ b/src/plugins/fifo/fifo.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * fifo.c: fifo plugin for WeeChat: remote control with FIFO pipe */ - #include <stdlib.h> #include <unistd.h> #include <stdio.h> @@ -38,7 +38,7 @@ WEECHAT_PLUGIN_NAME(FIFO_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION("Fifo plugin for WeeChat"); -WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>"); +WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); diff --git a/src/plugins/fifo/fifo.h b/src/plugins/fifo/fifo.h index 64eb880df..864391f7a 100644 --- a/src/plugins/fifo/fifo.h +++ b/src/plugins/fifo/fifo.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_FIFO_H #define __WEECHAT_FIFO_H 1 diff --git a/src/plugins/irc/CMakeLists.txt b/src/plugins/irc/CMakeLists.txt index 65a22a68f..d751b90da 100644 --- a/src/plugins/irc/CMakeLists.txt +++ b/src/plugins/irc/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/>. # ADD_LIBRARY(irc MODULE diff --git a/src/plugins/irc/Makefile.am b/src/plugins/irc/Makefile.am index 6c0777387..da7b374be 100644 --- a/src/plugins/irc/Makefile.am +++ b/src/plugins/irc/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(GCRYPT_CFLAGS) $(GNUTLS_CFLAGS) diff --git a/src/plugins/irc/irc-bar-item.c b/src/plugins/irc/irc-bar-item.c index 5f0dceb7e..558ba5a29 100644 --- a/src/plugins/irc/irc-bar-item.c +++ b/src/plugins/irc/irc-bar-item.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-bar-item.c: bar items for IRC plugin */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/irc/irc-bar-item.h b/src/plugins/irc/irc-bar-item.h index 5782f0f07..39a410f44 100644 --- a/src/plugins/irc/irc-bar-item.h +++ b/src/plugins/irc/irc-bar-item.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_BAR_ITEM_H #define __WEECHAT_IRC_BAR_ITEM_H 1 diff --git a/src/plugins/irc/irc-buffer.c b/src/plugins/irc/irc-buffer.c index ffa263395..8cc9edac4 100644 --- a/src/plugins/irc/irc-buffer.c +++ b/src/plugins/irc/irc-buffer.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-buffer.c: buffer functions for IRC plugin */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/irc/irc-buffer.h b/src/plugins/irc/irc-buffer.h index 4ad53334e..ede859087 100644 --- a/src/plugins/irc/irc-buffer.h +++ b/src/plugins/irc/irc-buffer.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_BUFFER_H #define __WEECHAT_IRC_BUFFER_H 1 diff --git a/src/plugins/irc/irc-channel.c b/src/plugins/irc/irc-channel.c index 60362d44f..f9813e84c 100644 --- a/src/plugins/irc/irc-channel.c +++ b/src/plugins/irc/irc-channel.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-channel.c: channel and private chat management for IRC plugin */ - #include <stdlib.h> #include <unistd.h> #include <stdio.h> diff --git a/src/plugins/irc/irc-channel.h b/src/plugins/irc/irc-channel.h index 00d4191ec..e8d818314 100644 --- a/src/plugins/irc/irc-channel.h +++ b/src/plugins/irc/irc-channel.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_CHANNEL_H #define __WEECHAT_IRC_CHANNEL_H 1 diff --git a/src/plugins/irc/irc-color.c b/src/plugins/irc/irc-color.c index 1469405bf..6373d8a66 100644 --- a/src/plugins/irc/irc-color.c +++ b/src/plugins/irc/irc-color.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-color.c: IRC color decoding/encoding in messages */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/irc/irc-color.h b/src/plugins/irc/irc-color.h index 4bf6d7347..36f40192f 100644 --- a/src/plugins/irc/irc-color.h +++ b/src/plugins/irc/irc-color.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_COLOR_H #define __WEECHAT_IRC_COLOR_H 1 diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 6e81d9685..d2550faa0 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-command.c: IRC commands */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/irc/irc-command.h b/src/plugins/irc/irc-command.h index 9263c269f..621ee23b2 100644 --- a/src/plugins/irc/irc-command.h +++ b/src/plugins/irc/irc-command.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_COMMAND_H #define __WEECHAT_IRC_COMMAND_H 1 diff --git a/src/plugins/irc/irc-completion.c b/src/plugins/irc/irc-completion.c index 1e50fd2c2..a91ad96f4 100644 --- a/src/plugins/irc/irc-completion.c +++ b/src/plugins/irc/irc-completion.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-completion.c: completion for IRC commands */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/irc/irc-completion.h b/src/plugins/irc/irc-completion.h index 875366ec1..ac7ba3de3 100644 --- a/src/plugins/irc/irc-completion.h +++ b/src/plugins/irc/irc-completion.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_COMPLETION_H #define __WEECHAT_IRC_COMPLETION_H 1 diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c index 4de2c1044..406da4e5e 100644 --- a/src/plugins/irc/irc-config.c +++ b/src/plugins/irc/irc-config.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-config.c: IRC configuration options (file irc.conf) */ - #include <stdlib.h> #include <unistd.h> #include <stdio.h> diff --git a/src/plugins/irc/irc-config.h b/src/plugins/irc/irc-config.h index b5b06a1dd..131e4c51b 100644 --- a/src/plugins/irc/irc-config.h +++ b/src/plugins/irc/irc-config.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_CONFIG_H #define __WEECHAT_IRC_CONFIG_H 1 diff --git a/src/plugins/irc/irc-ctcp.c b/src/plugins/irc/irc-ctcp.c index cbfdb39c4..3b8a5eae9 100644 --- a/src/plugins/irc/irc-ctcp.c +++ b/src/plugins/irc/irc-ctcp.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-ctcp.c: IRC CTCP protocol */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/irc/irc-ctcp.h b/src/plugins/irc/irc-ctcp.h index f825c53e2..541232af9 100644 --- a/src/plugins/irc/irc-ctcp.h +++ b/src/plugins/irc/irc-ctcp.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_CTCP_H #define __WEECHAT_IRC_CTCP_H 1 diff --git a/src/plugins/irc/irc-debug.c b/src/plugins/irc/irc-debug.c index b4dd3c57c..5a0eb32d0 100644 --- a/src/plugins/irc/irc-debug.c +++ b/src/plugins/irc/irc-debug.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-debug.c: debug functions for IRC plugin */ - #include <stdlib.h> #include <string.h> diff --git a/src/plugins/irc/irc-debug.h b/src/plugins/irc/irc-debug.h index e8f9a06ed..598aec330 100644 --- a/src/plugins/irc/irc-debug.h +++ b/src/plugins/irc/irc-debug.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_DEBUG_H #define __WEECHAT_IRC_DEBUG_H 1 diff --git a/src/plugins/irc/irc-display.c b/src/plugins/irc/irc-display.c index ba8346999..96b936567 100644 --- a/src/plugins/irc/irc-display.c +++ b/src/plugins/irc/irc-display.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-display.c: display functions for IRC plugin */ - #include <stdlib.h> #include <unistd.h> #include <stdio.h> diff --git a/src/plugins/irc/irc-display.h b/src/plugins/irc/irc-display.h index 9e67a5f5b..0bc1e3289 100644 --- a/src/plugins/irc/irc-display.h +++ b/src/plugins/irc/irc-display.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_DISPLAY_H #define __WEECHAT_IRC_DISPLAY_H 1 diff --git a/src/plugins/irc/irc-ignore.c b/src/plugins/irc/irc-ignore.c index 025ad78b9..d84bdaf04 100644 --- a/src/plugins/irc/irc-ignore.c +++ b/src/plugins/irc/irc-ignore.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-ignore.c: ignore (nicks/hosts) management for IRC plugin */ - #include <stdlib.h> #include <string.h> diff --git a/src/plugins/irc/irc-ignore.h b/src/plugins/irc/irc-ignore.h index db6c96d47..874d9e9f2 100644 --- a/src/plugins/irc/irc-ignore.h +++ b/src/plugins/irc/irc-ignore.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_IGNORE_H #define __WEECHAT_IRC_IGNORE_H 1 diff --git a/src/plugins/irc/irc-info.c b/src/plugins/irc/irc-info.c index 6ad2dc584..4f1602e1a 100644 --- a/src/plugins/irc/irc-info.c +++ b/src/plugins/irc/irc-info.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-info.c: info and infolist hooks for IRC plugin */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/irc/irc-info.h b/src/plugins/irc/irc-info.h index 1e3ac912a..f56eb6ca0 100644 --- a/src/plugins/irc/irc-info.h +++ b/src/plugins/irc/irc-info.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_INFO_H #define __WEECHAT_IRC_INFO_H 1 diff --git a/src/plugins/irc/irc-input.c b/src/plugins/irc/irc-input.c index 48464d03b..71a190aeb 100644 --- a/src/plugins/irc/irc-input.c +++ b/src/plugins/irc/irc-input.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-input.c: input data management for IRC buffers */ - #include <stdlib.h> #include <string.h> diff --git a/src/plugins/irc/irc-input.h b/src/plugins/irc/irc-input.h index 437cc48c0..45fc7a158 100644 --- a/src/plugins/irc/irc-input.h +++ b/src/plugins/irc/irc-input.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_INPUT_H #define __WEECHAT_IRC_INPUT_H 1 diff --git a/src/plugins/irc/irc-mode.c b/src/plugins/irc/irc-mode.c index 6c28cef65..24664e9d0 100644 --- a/src/plugins/irc/irc-mode.c +++ b/src/plugins/irc/irc-mode.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-mode.c: IRC channel/user modes management */ - #include <stdlib.h> #include <string.h> diff --git a/src/plugins/irc/irc-mode.h b/src/plugins/irc/irc-mode.h index a6969071a..a540b7ff7 100644 --- a/src/plugins/irc/irc-mode.h +++ b/src/plugins/irc/irc-mode.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_MODE_H #define __WEECHAT_IRC_MODE_H 1 diff --git a/src/plugins/irc/irc-msgbuffer.c b/src/plugins/irc/irc-msgbuffer.c index 159a46258..5fc14840b 100644 --- a/src/plugins/irc/irc-msgbuffer.c +++ b/src/plugins/irc/irc-msgbuffer.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-msgbuffer.c: target buffer for IRC messages (weechat, current, private) */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/irc/irc-msgbuffer.h b/src/plugins/irc/irc-msgbuffer.h index d5e50a791..2034e472f 100644 --- a/src/plugins/irc/irc-msgbuffer.h +++ b/src/plugins/irc/irc-msgbuffer.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_MSGBUFFER_H #define __WEECHAT_IRC_MSGBUFFER_H 1 diff --git a/src/plugins/irc/irc-nick.c b/src/plugins/irc/irc-nick.c index 9ea273910..835d39482 100644 --- a/src/plugins/irc/irc-nick.c +++ b/src/plugins/irc/irc-nick.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-nick.c: nick management for IRC plugin */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/irc/irc-nick.h b/src/plugins/irc/irc-nick.h index 43334207b..f5f1ec682 100644 --- a/src/plugins/irc/irc-nick.h +++ b/src/plugins/irc/irc-nick.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_NICK_H #define __WEECHAT_IRC_NICK_H 1 diff --git a/src/plugins/irc/irc-protocol.c b/src/plugins/irc/irc-protocol.c index 02d4ba726..ecae70f2d 100644 --- a/src/plugins/irc/irc-protocol.c +++ b/src/plugins/irc/irc-protocol.c @@ -1,19 +1,21 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* @@ -21,7 +23,6 @@ * according to RFC 1459, 2810, 2811 and 2812 */ - #ifndef __USE_XOPEN #define __USE_XOPEN #endif diff --git a/src/plugins/irc/irc-protocol.h b/src/plugins/irc/irc-protocol.h index 6e112fb71..9918d5746 100644 --- a/src/plugins/irc/irc-protocol.h +++ b/src/plugins/irc/irc-protocol.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_PROTOCOL_H #define __WEECHAT_IRC_PROTOCOL_H 1 diff --git a/src/plugins/irc/irc-raw.c b/src/plugins/irc/irc-raw.c index 75e813f29..2a8d91fff 100644 --- a/src/plugins/irc/irc-raw.c +++ b/src/plugins/irc/irc-raw.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-raw.c: functions for IRC raw data messages */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/irc/irc-raw.h b/src/plugins/irc/irc-raw.h index 6b06ef0c6..489a9996a 100644 --- a/src/plugins/irc/irc-raw.h +++ b/src/plugins/irc/irc-raw.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_RAW_H #define __WEECHAT_IRC_RAW_H 1 diff --git a/src/plugins/irc/irc-sasl.c b/src/plugins/irc/irc-sasl.c index c41bc0ad7..076eb9f81 100644 --- a/src/plugins/irc/irc-sasl.c +++ b/src/plugins/irc/irc-sasl.c @@ -1,19 +1,20 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* @@ -21,7 +22,6 @@ * using mechanisms PLAIN or DH-BLOWFISH */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/irc/irc-sasl.h b/src/plugins/irc/irc-sasl.h index 6eb3b75f9..61f50abc5 100644 --- a/src/plugins/irc/irc-sasl.h +++ b/src/plugins/irc/irc-sasl.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_SASL_H #define __WEECHAT_IRC_SASL_H 1 diff --git a/src/plugins/irc/irc-server.c b/src/plugins/irc/irc-server.c index 6d09760ac..795a41441 100644 --- a/src/plugins/irc/irc-server.c +++ b/src/plugins/irc/irc-server.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2010 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-server.c: I/O communication with IRC servers */ - #include <stdlib.h> #include <unistd.h> #include <errno.h> diff --git a/src/plugins/irc/irc-server.h b/src/plugins/irc/irc-server.h index bf9bfefda..575545467 100644 --- a/src/plugins/irc/irc-server.h +++ b/src/plugins/irc/irc-server.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_SERVER_H #define __WEECHAT_IRC_SERVER_H 1 diff --git a/src/plugins/irc/irc-upgrade.c b/src/plugins/irc/irc-upgrade.c index 45cf23f13..1ef0a69c7 100644 --- a/src/plugins/irc/irc-upgrade.c +++ b/src/plugins/irc/irc-upgrade.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc-upgrade.c: save/restore IRC plugin data when upgrading WeeChat */ - #include <stdio.h> #include <string.h> diff --git a/src/plugins/irc/irc-upgrade.h b/src/plugins/irc/irc-upgrade.h index 34f5604c7..1b3ecf139 100644 --- a/src/plugins/irc/irc-upgrade.h +++ b/src/plugins/irc/irc-upgrade.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_UPGRADE_H #define __WEECHAT_IRC_UPGRADE_H 1 diff --git a/src/plugins/irc/irc.c b/src/plugins/irc/irc.c index fa09b29b2..56e7ae00b 100644 --- a/src/plugins/irc/irc.c +++ b/src/plugins/irc/irc.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * irc.c: IRC (Internet Relay Chat) plugin for WeeChat */ - #include <stdlib.h> #include <string.h> #include <time.h> @@ -44,7 +44,7 @@ WEECHAT_PLUGIN_NAME(IRC_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION("IRC (Internet Relay Chat) plugin for WeeChat"); -WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>"); +WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); diff --git a/src/plugins/irc/irc.h b/src/plugins/irc/irc.h index ed591ef06..5dea08884 100644 --- a/src/plugins/irc/irc.h +++ b/src/plugins/irc/irc.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_IRC_H #define __WEECHAT_IRC_H 1 diff --git a/src/plugins/logger/CMakeLists.txt b/src/plugins/logger/CMakeLists.txt index 7865abbe9..6cd9b6c5a 100644 --- a/src/plugins/logger/CMakeLists.txt +++ b/src/plugins/logger/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/>. # ADD_LIBRARY(logger MODULE diff --git a/src/plugins/logger/Makefile.am b/src/plugins/logger/Makefile.am index 2fb58a153..c97b39edc 100644 --- a/src/plugins/logger/Makefile.am +++ b/src/plugins/logger/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(LOGGER_CFLAGS) diff --git a/src/plugins/logger/logger-buffer.c b/src/plugins/logger/logger-buffer.c index cd364c7ce..1eb4a539a 100644 --- a/src/plugins/logger/logger-buffer.c +++ b/src/plugins/logger/logger-buffer.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * logger-buffer.c: logger buffer list management */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/plugins/logger/logger-buffer.h b/src/plugins/logger/logger-buffer.h index a64f7fde4..3d6664c40 100644 --- a/src/plugins/logger/logger-buffer.h +++ b/src/plugins/logger/logger-buffer.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_LOGGER_BUFFER_H #define __WEECHAT_LOGGER_BUFFER_H 1 diff --git a/src/plugins/logger/logger-config.c b/src/plugins/logger/logger-config.c index ea8eb1f94..a473de98e 100644 --- a/src/plugins/logger/logger-config.c +++ b/src/plugins/logger/logger-config.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * logger-config.c: logger configuration options (file logger.conf) */ - #include <stdlib.h> #include <limits.h> diff --git a/src/plugins/logger/logger-config.h b/src/plugins/logger/logger-config.h index 30be78d8a..c4a01d7e6 100644 --- a/src/plugins/logger/logger-config.h +++ b/src/plugins/logger/logger-config.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_LOGGER_CONFIG_H #define __WEECHAT_LOGGER_CONFIG_H 1 diff --git a/src/plugins/logger/logger-info.c b/src/plugins/logger/logger-info.c index f7accbd0b..51dfb0142 100644 --- a/src/plugins/logger/logger-info.c +++ b/src/plugins/logger/logger-info.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * logger-info.c: info and infolist hooks for logger plugin */ - #include <stdlib.h> #include <stdio.h> diff --git a/src/plugins/logger/logger-info.h b/src/plugins/logger/logger-info.h index 5edeb8521..82d1541e0 100644 --- a/src/plugins/logger/logger-info.h +++ b/src/plugins/logger/logger-info.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_LOGGER_INFO_H #define __WEECHAT_LOGGER_INFO_H 1 diff --git a/src/plugins/logger/logger-tail.c b/src/plugins/logger/logger-tail.c index 1cb2715ef..e9391603d 100644 --- a/src/plugins/logger/logger-tail.c +++ b/src/plugins/logger/logger-tail.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * logger-tail.c: return last lines of a file */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/plugins/logger/logger-tail.h b/src/plugins/logger/logger-tail.h index 7053334c0..889f022dc 100644 --- a/src/plugins/logger/logger-tail.h +++ b/src/plugins/logger/logger-tail.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_LOGGER_TAIL_H #define __WEECHAT_LOGGER_TAIL_H 1 diff --git a/src/plugins/logger/logger.c b/src/plugins/logger/logger.c index 412603ac8..39a7e246b 100644 --- a/src/plugins/logger/logger.c +++ b/src/plugins/logger/logger.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * logger.c: logger plugin for WeeChat: save buffer lines to disk files */ - #ifndef _GNU_SOURCE #define _GNU_SOURCE 1 #endif @@ -47,7 +47,7 @@ WEECHAT_PLUGIN_NAME(LOGGER_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION("Logger plugin for WeeChat"); -WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>"); +WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); diff --git a/src/plugins/logger/logger.h b/src/plugins/logger/logger.h index 1ce937bca..245547759 100644 --- a/src/plugins/logger/logger.h +++ b/src/plugins/logger/logger.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_LOGGER_H #define __WEECHAT_LOGGER_H 1 diff --git a/src/plugins/plugin-api.c b/src/plugins/plugin-api.c index 82ba1a6e7..9163120c9 100644 --- a/src/plugins/plugin-api.c +++ b/src/plugins/plugin-api.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * plugin-api.c: extra functions for plugin API */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/plugins/plugin-api.h b/src/plugins/plugin-api.h index 94726c6e1..9736ab70d 100644 --- a/src/plugins/plugin-api.h +++ b/src/plugins/plugin-api.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_PLUGIN_API_H #define __WEECHAT_PLUGIN_API_H 1 diff --git a/src/plugins/plugin-config.c b/src/plugins/plugin-config.c index 49fcc5f10..ff6ec9dbf 100644 --- a/src/plugins/plugin-config.c +++ b/src/plugins/plugin-config.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * plugin-config.c: plugin configuration options (file plugins.conf) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/plugins/plugin-config.h b/src/plugins/plugin-config.h index 55b17bc56..9abe1238f 100644 --- a/src/plugins/plugin-config.h +++ b/src/plugins/plugin-config.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_PLUGIN_CONFIG_H #define __WEECHAT_PLUGIN_CONFIG_H 1 diff --git a/src/plugins/plugin.c b/src/plugins/plugin.c index b43ddbdce..fd1118138 100644 --- a/src/plugins/plugin.c +++ b/src/plugins/plugin.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * plugin.c: WeeChat plugins management (load/unload dynamic C libraries) */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/plugins/plugin.h b/src/plugins/plugin.h index ffde0fc4c..a28ac3bab 100644 --- a/src/plugins/plugin.h +++ b/src/plugins/plugin.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_PLUGIN_H #define __WEECHAT_PLUGIN_H 1 diff --git a/src/plugins/relay/CMakeLists.txt b/src/plugins/relay/CMakeLists.txt index 401e61cd2..9a36b5eba 100644 --- a/src/plugins/relay/CMakeLists.txt +++ b/src/plugins/relay/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/>. # ADD_LIBRARY(relay MODULE diff --git a/src/plugins/relay/Makefile.am b/src/plugins/relay/Makefile.am index 34f2ab9f2..53f6583f1 100644 --- a/src/plugins/relay/Makefile.am +++ b/src/plugins/relay/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" diff --git a/src/plugins/relay/relay-buffer.c b/src/plugins/relay/relay-buffer.c index ac7f5e617..df39df81e 100644 --- a/src/plugins/relay/relay-buffer.c +++ b/src/plugins/relay/relay-buffer.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * relay-buffer.c: display clients list on relay buffer */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/relay/relay-buffer.h b/src/plugins/relay/relay-buffer.h index ee683b52a..fb8b0995f 100644 --- a/src/plugins/relay/relay-buffer.h +++ b/src/plugins/relay/relay-buffer.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_RELAY_DISPLAY_H #define __WEECHAT_RELAY_DISPLAY_H 1 diff --git a/src/plugins/relay/relay-client.c b/src/plugins/relay/relay-client.c index c492b1f92..5d018206c 100644 --- a/src/plugins/relay/relay-client.c +++ b/src/plugins/relay/relay-client.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * relay-client.c: client functions for relay plugin */ - #include <stdlib.h> #include <unistd.h> #include <stdio.h> diff --git a/src/plugins/relay/relay-client.h b/src/plugins/relay/relay-client.h index 56d4bd363..48b057eef 100644 --- a/src/plugins/relay/relay-client.h +++ b/src/plugins/relay/relay-client.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_RELAY_CLIENT_H #define __WEECHAT_RELAY_CLIENT_H 1 diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c index d0ebbde1c..008274edc 100644 --- a/src/plugins/relay/relay-command.c +++ b/src/plugins/relay/relay-command.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * relay-command.c: relay command */ - #include <stdlib.h> #include <string.h> #include <time.h> diff --git a/src/plugins/relay/relay-command.h b/src/plugins/relay/relay-command.h index 324573f93..0ceee0d82 100644 --- a/src/plugins/relay/relay-command.h +++ b/src/plugins/relay/relay-command.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_RELAY_COMMAND_H #define __WEECHAT_RELAY_COMMAND_H 1 diff --git a/src/plugins/relay/relay-completion.c b/src/plugins/relay/relay-completion.c index 48773055a..852d19555 100644 --- a/src/plugins/relay/relay-completion.c +++ b/src/plugins/relay/relay-completion.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * relay-completion.c: completion for relay command */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/relay/relay-completion.h b/src/plugins/relay/relay-completion.h index d147d060e..586d52e40 100644 --- a/src/plugins/relay/relay-completion.h +++ b/src/plugins/relay/relay-completion.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_RELAY_COMPLETION_H #define __WEECHAT_RELAY_COMPLETION_H 1 diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c index 29100cf80..d5b3f940d 100644 --- a/src/plugins/relay/relay-config.c +++ b/src/plugins/relay/relay-config.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * relay-config.c: relay configuration options (file relay.conf) */ - #include <stdlib.h> #include <limits.h> diff --git a/src/plugins/relay/relay-config.h b/src/plugins/relay/relay-config.h index 4973b7b79..d71da0315 100644 --- a/src/plugins/relay/relay-config.h +++ b/src/plugins/relay/relay-config.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_RELAY_CONFIG_H #define __WEECHAT_RELAY_CONFIG_H 1 diff --git a/src/plugins/relay/relay-info.c b/src/plugins/relay/relay-info.c index a9f109237..105b76f5d 100644 --- a/src/plugins/relay/relay-info.c +++ b/src/plugins/relay/relay-info.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * relay-info.c: info and infolist hooks for relay plugin */ - #include <stdlib.h> #include <stdio.h> diff --git a/src/plugins/relay/relay-info.h b/src/plugins/relay/relay-info.h index 2bc3042cc..48b1bb088 100644 --- a/src/plugins/relay/relay-info.h +++ b/src/plugins/relay/relay-info.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_RELAY_INFO_H #define __WEECHAT_RELAY_INFO_H 1 diff --git a/src/plugins/relay/relay-protocol-irc.c b/src/plugins/relay/relay-protocol-irc.c index fcd948c07..ca2723221 100644 --- a/src/plugins/relay/relay-protocol-irc.c +++ b/src/plugins/relay/relay-protocol-irc.c @@ -1,19 +1,20 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* @@ -21,7 +22,6 @@ * (relay acting as an IRC proxy/bouncer) */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/relay/relay-protocol-irc.h b/src/plugins/relay/relay-protocol-irc.h index c9a452d21..c964a4092 100644 --- a/src/plugins/relay/relay-protocol-irc.h +++ b/src/plugins/relay/relay-protocol-irc.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_RELAY_PROTOCOL_IRC_H #define __WEECHAT_RELAY_PROTOCOL_IRC_H 1 diff --git a/src/plugins/relay/relay-protocol-weechat.c b/src/plugins/relay/relay-protocol-weechat.c index 20ae94a54..d731fa919 100644 --- a/src/plugins/relay/relay-protocol-weechat.c +++ b/src/plugins/relay/relay-protocol-weechat.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * relay-protocol-weechat.c: WeeChat protocol for relay to client */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/relay/relay-protocol-weechat.h b/src/plugins/relay/relay-protocol-weechat.h index 0819c2960..a40d6a49e 100644 --- a/src/plugins/relay/relay-protocol-weechat.h +++ b/src/plugins/relay/relay-protocol-weechat.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_RELAY_PROTOCOL_WEECHAT_H #define __WEECHAT_RELAY_PROTOCOL_WEECHAT_H 1 diff --git a/src/plugins/relay/relay-server.c b/src/plugins/relay/relay-server.c index 80395e372..b8cff7dc7 100644 --- a/src/plugins/relay/relay-server.c +++ b/src/plugins/relay/relay-server.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * relay-server.c: server functions for relay plugin */ - #include <stdlib.h> #include <unistd.h> #include <stdio.h> diff --git a/src/plugins/relay/relay-server.h b/src/plugins/relay/relay-server.h index 89d53722b..1cd76dec3 100644 --- a/src/plugins/relay/relay-server.h +++ b/src/plugins/relay/relay-server.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_RELAY_SERVER_H #define __WEECHAT_RELAY_SERVER_H 1 diff --git a/src/plugins/relay/relay-upgrade.c b/src/plugins/relay/relay-upgrade.c index 27cdf8661..11495aca4 100644 --- a/src/plugins/relay/relay-upgrade.c +++ b/src/plugins/relay/relay-upgrade.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * relay-upgrade.c: save/restore relay plugin data when upgrading WeeChat */ - #include <stdlib.h> #include "../weechat-plugin.h" diff --git a/src/plugins/relay/relay-upgrade.h b/src/plugins/relay/relay-upgrade.h index a7a108921..c9b2ab89b 100644 --- a/src/plugins/relay/relay-upgrade.h +++ b/src/plugins/relay/relay-upgrade.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_RELAY_UPGRADE_H #define __WEECHAT_RELAY_UPGRADE_H 1 diff --git a/src/plugins/relay/relay.c b/src/plugins/relay/relay.c index 667404904..5ededd5ed 100644 --- a/src/plugins/relay/relay.c +++ b/src/plugins/relay/relay.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * relay.c: network communication between WeeChat and remote client */ - #include <stdlib.h> #include "../weechat-plugin.h" @@ -38,7 +38,7 @@ WEECHAT_PLUGIN_NAME(RELAY_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION("Network communication between WeeChat and " "remote application"); -WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>"); +WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); diff --git a/src/plugins/relay/relay.h b/src/plugins/relay/relay.h index 4188925e6..dcc7a9549 100644 --- a/src/plugins/relay/relay.h +++ b/src/plugins/relay/relay.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_RELAY_H #define __WEECHAT_RELAY_H 1 diff --git a/src/plugins/scripts/CMakeLists.txt b/src/plugins/scripts/CMakeLists.txt index 4940c3dc8..e0d46b984 100644 --- a/src/plugins/scripts/CMakeLists.txt +++ b/src/plugins/scripts/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/>. # SET(LIB_SCRIPTS_SRC script.c script.h script-callback.c script-callback.h diff --git a/src/plugins/scripts/Makefile.am b/src/plugins/scripts/Makefile.am index bb786fefd..0ad064a31 100644 --- a/src/plugins/scripts/Makefile.am +++ b/src/plugins/scripts/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" diff --git a/src/plugins/scripts/lua/CMakeLists.txt b/src/plugins/scripts/lua/CMakeLists.txt index eede0539b..6c050d953 100644 --- a/src/plugins/scripts/lua/CMakeLists.txt +++ b/src/plugins/scripts/lua/CMakeLists.txt @@ -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) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> +# Copyright (C) 2006-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/>. # ADD_LIBRARY(lua MODULE weechat-lua.c weechat-lua.h weechat-lua-api.c diff --git a/src/plugins/scripts/lua/Makefile.am b/src/plugins/scripts/lua/Makefile.am index 8223bb55e..70f5b3152 100644 --- a/src/plugins/scripts/lua/Makefile.am +++ b/src/plugins/scripts/lua/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) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> +# Copyright (C) 2006-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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(LUA_CFLAGS) diff --git a/src/plugins/scripts/lua/weechat-lua-api.c b/src/plugins/scripts/lua/weechat-lua-api.c index 41b099ce8..7a5de5bd7 100644 --- a/src/plugins/scripts/lua/weechat-lua-api.c +++ b/src/plugins/scripts/lua/weechat-lua-api.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> + * Copyright (C) 2006-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * weechat-lua-api.c: lua API functions */ - #undef _ #include <lua.h> diff --git a/src/plugins/scripts/lua/weechat-lua-api.h b/src/plugins/scripts/lua/weechat-lua-api.h index 2a2d4f310..30d3b8337 100644 --- a/src/plugins/scripts/lua/weechat-lua-api.h +++ b/src/plugins/scripts/lua/weechat-lua-api.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> + * Copyright (C) 2006-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_LUA_API_H #define __WEECHAT_LUA_API_H 1 diff --git a/src/plugins/scripts/lua/weechat-lua.c b/src/plugins/scripts/lua/weechat-lua.c index 06209cfcf..10248ed21 100644 --- a/src/plugins/scripts/lua/weechat-lua.c +++ b/src/plugins/scripts/lua/weechat-lua.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> + * Copyright (C) 2006-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * weechat-lua.c: lua plugin for WeeChat */ - #undef _ #include <lua.h> @@ -37,7 +38,7 @@ WEECHAT_PLUGIN_NAME(LUA_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION("Lua plugin for WeeChat"); -WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>"); +WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); diff --git a/src/plugins/scripts/lua/weechat-lua.h b/src/plugins/scripts/lua/weechat-lua.h index d22cf47b2..a2131205f 100644 --- a/src/plugins/scripts/lua/weechat-lua.h +++ b/src/plugins/scripts/lua/weechat-lua.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2006-2007 Emmanuel Bouthenot <kolter@openics.org> + * Copyright (C) 2006-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_LUA_H #define __WEECHAT_LUA_H 1 diff --git a/src/plugins/scripts/perl/CMakeLists.txt b/src/plugins/scripts/perl/CMakeLists.txt index 4fde8fc8a..36ca082c4 100644 --- a/src/plugins/scripts/perl/CMakeLists.txt +++ b/src/plugins/scripts/perl/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/>. # ADD_LIBRARY(perl MODULE weechat-perl.c weechat-perl.h weechat-perl-api.c diff --git a/src/plugins/scripts/perl/Makefile.am b/src/plugins/scripts/perl/Makefile.am index 7d1d5f2fb..a8c0a6f4b 100644 --- a/src/plugins/scripts/perl/Makefile.am +++ b/src/plugins/scripts/perl/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(PERL_CFLAGS) diff --git a/src/plugins/scripts/perl/weechat-perl-api.c b/src/plugins/scripts/perl/weechat-perl-api.c index e3a1bc733..e38f0a7c3 100644 --- a/src/plugins/scripts/perl/weechat-perl-api.c +++ b/src/plugins/scripts/perl/weechat-perl-api.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2008 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * weechat-perl-api.c: perl API functions */ - #undef _ #include <EXTERN.h> diff --git a/src/plugins/scripts/perl/weechat-perl-api.h b/src/plugins/scripts/perl/weechat-perl-api.h index 155aa78da..bd3b9b314 100644 --- a/src/plugins/scripts/perl/weechat-perl-api.h +++ b/src/plugins/scripts/perl/weechat-perl-api.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_PERL_API_H #define __WEECHAT_PERL_API_H 1 diff --git a/src/plugins/scripts/perl/weechat-perl.c b/src/plugins/scripts/perl/weechat-perl.c index 63626a9d7..7de8af730 100644 --- a/src/plugins/scripts/perl/weechat-perl.c +++ b/src/plugins/scripts/perl/weechat-perl.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2008 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * weechat-perl.c: perl plugin for WeeChat */ - #undef _ #include <EXTERN.h> @@ -35,7 +36,7 @@ WEECHAT_PLUGIN_NAME(PERL_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION("Perl plugin for WeeChat"); -WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>"); +WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); diff --git a/src/plugins/scripts/perl/weechat-perl.h b/src/plugins/scripts/perl/weechat-perl.h index 0e6b5ccf7..f5e209538 100644 --- a/src/plugins/scripts/perl/weechat-perl.h +++ b/src/plugins/scripts/perl/weechat-perl.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_PERL_H #define __WEECHAT_PERL_H 1 diff --git a/src/plugins/scripts/python/CMakeLists.txt b/src/plugins/scripts/python/CMakeLists.txt index 484df5956..4cd7f566d 100644 --- a/src/plugins/scripts/python/CMakeLists.txt +++ b/src/plugins/scripts/python/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/>. # ADD_LIBRARY(python MODULE weechat-python.c weechat-python.h diff --git a/src/plugins/scripts/python/Makefile.am b/src/plugins/scripts/python/Makefile.am index 9e8b96ba9..81fb9e083 100644 --- a/src/plugins/scripts/python/Makefile.am +++ b/src/plugins/scripts/python/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(PYTHON_CFLAGS) diff --git a/src/plugins/scripts/python/weechat-python-api.c b/src/plugins/scripts/python/weechat-python-api.c index 561bafad5..5f83d4abd 100644 --- a/src/plugins/scripts/python/weechat-python-api.c +++ b/src/plugins/scripts/python/weechat-python-api.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * weechat-python-api.c: python API functions */ - #undef _ #include <Python.h> diff --git a/src/plugins/scripts/python/weechat-python-api.h b/src/plugins/scripts/python/weechat-python-api.h index 6ffe17870..a0830ac4b 100644 --- a/src/plugins/scripts/python/weechat-python-api.h +++ b/src/plugins/scripts/python/weechat-python-api.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_PYTHON_API_H #define __WEECHAT_PYTHON_API_H 1 diff --git a/src/plugins/scripts/python/weechat-python.c b/src/plugins/scripts/python/weechat-python.c index d30096473..110bbe0cf 100644 --- a/src/plugins/scripts/python/weechat-python.c +++ b/src/plugins/scripts/python/weechat-python.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * weechat-python.c: python plugin for WeeChat */ - #undef _ #include <Python.h> @@ -33,7 +34,7 @@ WEECHAT_PLUGIN_NAME(PYTHON_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION("Python plugin for WeeChat"); -WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>"); +WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); diff --git a/src/plugins/scripts/python/weechat-python.h b/src/plugins/scripts/python/weechat-python.h index 421f73b6b..7966d36d4 100644 --- a/src/plugins/scripts/python/weechat-python.h +++ b/src/plugins/scripts/python/weechat-python.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_PYTHON_H #define __WEECHAT_PYTHON_H 1 diff --git a/src/plugins/scripts/ruby/CMakeLists.txt b/src/plugins/scripts/ruby/CMakeLists.txt index f9b853802..e6b7697c8 100644 --- a/src/plugins/scripts/ruby/CMakeLists.txt +++ b/src/plugins/scripts/ruby/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/>. # ADD_LIBRARY(ruby MODULE weechat-ruby.c weechat-ruby.h weechat-ruby-api.c diff --git a/src/plugins/scripts/ruby/Makefile.am b/src/plugins/scripts/ruby/Makefile.am index 5b56e8612..f6203b022 100644 --- a/src/plugins/scripts/ruby/Makefile.am +++ b/src/plugins/scripts/ruby/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(RUBY_CFLAGS) diff --git a/src/plugins/scripts/ruby/weechat-ruby-api.c b/src/plugins/scripts/ruby/weechat-ruby-api.c index 67258afa4..0e52378a5 100644 --- a/src/plugins/scripts/ruby/weechat-ruby-api.c +++ b/src/plugins/scripts/ruby/weechat-ruby-api.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * weechat-ruby-api.c: ruby API functions */ - #undef _ #include <ruby.h> diff --git a/src/plugins/scripts/ruby/weechat-ruby-api.h b/src/plugins/scripts/ruby/weechat-ruby-api.h index 49130389d..4742e71d6 100644 --- a/src/plugins/scripts/ruby/weechat-ruby-api.h +++ b/src/plugins/scripts/ruby/weechat-ruby-api.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_RUBY_API_H #define __WEECHAT_RUBY_API_H 1 diff --git a/src/plugins/scripts/ruby/weechat-ruby.c b/src/plugins/scripts/ruby/weechat-ruby.c index 40f3a69ed..ffaf816d2 100644 --- a/src/plugins/scripts/ruby/weechat-ruby.c +++ b/src/plugins/scripts/ruby/weechat-ruby.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * weechat-ruby.c: ruby plugin for WeeChat */ - #undef _ #include <ruby.h> @@ -56,7 +57,7 @@ WEECHAT_PLUGIN_NAME(RUBY_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION("Ruby plugin for WeeChat"); -WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>"); +WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); diff --git a/src/plugins/scripts/ruby/weechat-ruby.h b/src/plugins/scripts/ruby/weechat-ruby.h index 89cfad2c3..f61a568d0 100644 --- a/src/plugins/scripts/ruby/weechat-ruby.h +++ b/src/plugins/scripts/ruby/weechat-ruby.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_RUBY_H #define __WEECHAT_RUBY_H 1 diff --git a/src/plugins/scripts/script-api.c b/src/plugins/scripts/script-api.c index 05904ecfb..04b8b5951 100644 --- a/src/plugins/scripts/script-api.c +++ b/src/plugins/scripts/script-api.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * script-api.c: script API functions, used by script plugins (perl/python/..) */ - #include <stdlib.h> #include <string.h> #include <stdarg.h> diff --git a/src/plugins/scripts/script-api.h b/src/plugins/scripts/script-api.h index fab902e2a..0bb4c9c10 100644 --- a/src/plugins/scripts/script-api.h +++ b/src/plugins/scripts/script-api.h @@ -1,19 +1,20 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ #ifndef __WEECHAT_SCRIPT_API_H diff --git a/src/plugins/scripts/script-callback.c b/src/plugins/scripts/script-callback.c index b62645c74..b32e53f4c 100644 --- a/src/plugins/scripts/script-callback.c +++ b/src/plugins/scripts/script-callback.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * script-callback.c: script callbacks management */ - #include <stdlib.h> #include <unistd.h> #include <string.h> diff --git a/src/plugins/scripts/script-callback.h b/src/plugins/scripts/script-callback.h index c3db7a32e..db9f38dd9 100644 --- a/src/plugins/scripts/script-callback.h +++ b/src/plugins/scripts/script-callback.h @@ -1,19 +1,20 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ #ifndef __WEECHAT_SCRIPT_CALLBACK_H diff --git a/src/plugins/scripts/script.c b/src/plugins/scripts/script.c index 3a811b9a8..532f458e9 100644 --- a/src/plugins/scripts/script.c +++ b/src/plugins/scripts/script.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * script.c: common functions used by script plugins (perl/python/..) */ - #include <stdlib.h> #include <unistd.h> #include <stdio.h> diff --git a/src/plugins/scripts/script.h b/src/plugins/scripts/script.h index 702cb0f79..3f7f86cc5 100644 --- a/src/plugins/scripts/script.h +++ b/src/plugins/scripts/script.h @@ -1,19 +1,20 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ #ifndef __WEECHAT_SCRIPT_H diff --git a/src/plugins/scripts/tcl/CMakeLists.txt b/src/plugins/scripts/tcl/CMakeLists.txt index 1ac87f279..6c5b5524d 100644 --- a/src/plugins/scripts/tcl/CMakeLists.txt +++ b/src/plugins/scripts/tcl/CMakeLists.txt @@ -1,17 +1,22 @@ -# Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> # -# This program is free software; you can redistribute it and/or modify +# Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> +# Copyright (C) 2008 Julien Louis <ptitlouis@sysif.net> +# Copyright (C) 2008-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/>. # ADD_LIBRARY(tcl MODULE weechat-tcl.c weechat-tcl.h diff --git a/src/plugins/scripts/tcl/Makefile.am b/src/plugins/scripts/tcl/Makefile.am index 2bab8cbc3..2d92e2e1a 100644 --- a/src/plugins/scripts/tcl/Makefile.am +++ b/src/plugins/scripts/tcl/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) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> +# Copyright (C) 2008-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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" $(TCL_CFLAGS) diff --git a/src/plugins/scripts/tcl/weechat-tcl-api.c b/src/plugins/scripts/tcl/weechat-tcl-api.c index 8430139df..0688652a9 100644 --- a/src/plugins/scripts/tcl/weechat-tcl-api.c +++ b/src/plugins/scripts/tcl/weechat-tcl-api.c @@ -1,26 +1,28 @@ /* - * Copyright (c) 2008-2010 by Dmitry Kobylin <fnfal@academ.tsc.ru> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> + * Copyright (C) 2008 Julien Louis <ptitlouis@sysif.net> + * Copyright (C) 2008-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * weechat-tcl-api.c: tcl API functions */ - #undef _ #include <tcl.h> diff --git a/src/plugins/scripts/tcl/weechat-tcl-api.h b/src/plugins/scripts/tcl/weechat-tcl-api.h index df44f3b53..c9a461b36 100644 --- a/src/plugins/scripts/tcl/weechat-tcl-api.h +++ b/src/plugins/scripts/tcl/weechat-tcl-api.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> + * Copyright (C) 2008-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_TCL_API_H #define __WEECHAT_TCL_API_H 1 diff --git a/src/plugins/scripts/tcl/weechat-tcl.c b/src/plugins/scripts/tcl/weechat-tcl.c index b6aa6e5e6..f874c83b5 100644 --- a/src/plugins/scripts/tcl/weechat-tcl.c +++ b/src/plugins/scripts/tcl/weechat-tcl.c @@ -1,26 +1,27 @@ /* - * Copyright (c) 2008-2010 by Dmitry Kobylin <fnfal@academ.tsc.ru> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> + * Copyright (C) 2008-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * weechat-tcl.c: tcl plugin for WeeChat */ - #undef _ #include <tcl.h> diff --git a/src/plugins/scripts/tcl/weechat-tcl.h b/src/plugins/scripts/tcl/weechat-tcl.h index d680fe8da..c4bce34a4 100644 --- a/src/plugins/scripts/tcl/weechat-tcl.h +++ b/src/plugins/scripts/tcl/weechat-tcl.h @@ -1,22 +1,23 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2008-2010 Dmitry Kobylin <fnfal@academ.tsc.ru> + * Copyright (C) 2008-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_TCL_H #define __WEECHAT_TCL_H 1 diff --git a/src/plugins/weechat-plugin.h b/src/plugins/weechat-plugin.h index 42585fcfa..65d79e1f2 100644 --- a/src/plugins/weechat-plugin.h +++ b/src/plugins/weechat-plugin.h @@ -1,22 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ -/* This header is designed to be distributed with WeeChat plugins */ +/* + * weechat-plugin.h: this header is designed to be distributed with + * WeeChat plugins, in order to compile them + */ #ifndef __WEECHAT_WEECHAT_PLUGIN_H #define __WEECHAT_WEECHAT_PLUGIN_H 1 diff --git a/src/plugins/xfer/CMakeLists.txt b/src/plugins/xfer/CMakeLists.txt index 22d81e7e9..6ec34d32a 100644 --- a/src/plugins/xfer/CMakeLists.txt +++ b/src/plugins/xfer/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/>. # ADD_LIBRARY(xfer MODULE diff --git a/src/plugins/xfer/Makefile.am b/src/plugins/xfer/Makefile.am index 1a510811c..3a38a2e32 100644 --- a/src/plugins/xfer/Makefile.am +++ b/src/plugins/xfer/Makefile.am @@ -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/>. # INCLUDES = -DLOCALEDIR=\"$(datadir)/locale\" diff --git a/src/plugins/xfer/xfer-buffer.c b/src/plugins/xfer/xfer-buffer.c index 0fc050b4e..161f27fa7 100644 --- a/src/plugins/xfer/xfer-buffer.c +++ b/src/plugins/xfer/xfer-buffer.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * xfer-buffer.c: display xfer list on xfer buffer */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/xfer/xfer-buffer.h b/src/plugins/xfer/xfer-buffer.h index 3f6059042..b0874631d 100644 --- a/src/plugins/xfer/xfer-buffer.h +++ b/src/plugins/xfer/xfer-buffer.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_XFER_DISPLAY_H #define __WEECHAT_XFER_DISPLAY_H 1 diff --git a/src/plugins/xfer/xfer-chat.c b/src/plugins/xfer/xfer-chat.c index 43c557c56..f7af2ed13 100644 --- a/src/plugins/xfer/xfer-chat.c +++ b/src/plugins/xfer/xfer-chat.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * xfer-chat.c: chat with direct connection to remote host */ - #include <stdlib.h> #include <stdio.h> #include <stdarg.h> diff --git a/src/plugins/xfer/xfer-chat.h b/src/plugins/xfer/xfer-chat.h index eef1fa969..ce7699c6f 100644 --- a/src/plugins/xfer/xfer-chat.h +++ b/src/plugins/xfer/xfer-chat.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_XFER_CHAT_H #define __WEECHAT_XFER_CHAT_H 1 diff --git a/src/plugins/xfer/xfer-command.c b/src/plugins/xfer/xfer-command.c index a50553e35..ee30e9a4a 100644 --- a/src/plugins/xfer/xfer-command.c +++ b/src/plugins/xfer/xfer-command.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * xfer-command.c: xfer command */ - #include <stdlib.h> #include <string.h> #include <time.h> diff --git a/src/plugins/xfer/xfer-command.h b/src/plugins/xfer/xfer-command.h index dbd13737b..2264134bb 100644 --- a/src/plugins/xfer/xfer-command.h +++ b/src/plugins/xfer/xfer-command.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_XFER_COMMAND_H #define __WEECHAT_XFER_COMMAND_H 1 diff --git a/src/plugins/xfer/xfer-completion.c b/src/plugins/xfer/xfer-completion.c index 73ea36980..dd4b018d4 100644 --- a/src/plugins/xfer/xfer-completion.c +++ b/src/plugins/xfer/xfer-completion.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * xfer-completion.c: nick completion for xfer chats */ - #include <stdlib.h> #include <stdio.h> #include <string.h> diff --git a/src/plugins/xfer/xfer-completion.h b/src/plugins/xfer/xfer-completion.h index e5b1e5bbd..b877a8339 100644 --- a/src/plugins/xfer/xfer-completion.h +++ b/src/plugins/xfer/xfer-completion.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_XFER_COMPLETION_H #define __WEECHAT_XFER_COMPLETION_H 1 diff --git a/src/plugins/xfer/xfer-config.c b/src/plugins/xfer/xfer-config.c index 0b06abe61..93fb85e29 100644 --- a/src/plugins/xfer/xfer-config.c +++ b/src/plugins/xfer/xfer-config.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * xfer-config.c: xfer configuration options (file xfer.conf) */ - #include <stdlib.h> #include <limits.h> diff --git a/src/plugins/xfer/xfer-config.h b/src/plugins/xfer/xfer-config.h index 18cabf2b4..e7bf27096 100644 --- a/src/plugins/xfer/xfer-config.h +++ b/src/plugins/xfer/xfer-config.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_XFER_CONFIG_H #define __WEECHAT_XFER_CONFIG_H 1 diff --git a/src/plugins/xfer/xfer-dcc.c b/src/plugins/xfer/xfer-dcc.c index 7a8f43928..2185a84e2 100644 --- a/src/plugins/xfer/xfer-dcc.c +++ b/src/plugins/xfer/xfer-dcc.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * xfer-dcc.c: file transfer via DCC protocol */ - #include <stdlib.h> #include <unistd.h> #include <sys/types.h> diff --git a/src/plugins/xfer/xfer-dcc.h b/src/plugins/xfer/xfer-dcc.h index c76536391..b4d2c83d4 100644 --- a/src/plugins/xfer/xfer-dcc.h +++ b/src/plugins/xfer/xfer-dcc.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_XFER_DCC_H #define __WEECHAT_XFER_DCC_H 1 diff --git a/src/plugins/xfer/xfer-file.c b/src/plugins/xfer/xfer-file.c index 854979d71..74b7f1378 100644 --- a/src/plugins/xfer/xfer-file.c +++ b/src/plugins/xfer/xfer-file.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * xfer-file.c: file functions for xfer plugin */ - #include <stdlib.h> #include <unistd.h> #include <stdio.h> diff --git a/src/plugins/xfer/xfer-file.h b/src/plugins/xfer/xfer-file.h index 16702bc33..55c5a4b19 100644 --- a/src/plugins/xfer/xfer-file.h +++ b/src/plugins/xfer/xfer-file.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_XFER_FILE_H #define __WEECHAT_XFER_FILE_H 1 diff --git a/src/plugins/xfer/xfer-info.c b/src/plugins/xfer/xfer-info.c index e45f21c09..596e5f6e4 100644 --- a/src/plugins/xfer/xfer-info.c +++ b/src/plugins/xfer/xfer-info.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * xfer-info.c: info and infolist hooks for xfer plugin */ - #include <stdlib.h> #include <stdio.h> diff --git a/src/plugins/xfer/xfer-info.h b/src/plugins/xfer/xfer-info.h index 7cbfdd276..c1eff4fee 100644 --- a/src/plugins/xfer/xfer-info.h +++ b/src/plugins/xfer/xfer-info.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_XFER_INFO_H #define __WEECHAT_XFER_INFO_H 1 diff --git a/src/plugins/xfer/xfer-network.c b/src/plugins/xfer/xfer-network.c index 7efe01a7d..1afef1d6c 100644 --- a/src/plugins/xfer/xfer-network.c +++ b/src/plugins/xfer/xfer-network.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * xfer-network.c: network functions for xfer plugin */ - #include <stdlib.h> #include <unistd.h> #include <stdio.h> diff --git a/src/plugins/xfer/xfer-network.h b/src/plugins/xfer/xfer-network.h index 76f12a1a2..03e9303cb 100644 --- a/src/plugins/xfer/xfer-network.h +++ b/src/plugins/xfer/xfer-network.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_XFER_NETWORK_H #define __WEECHAT_XFER_NETWORK_H 1 diff --git a/src/plugins/xfer/xfer-upgrade.c b/src/plugins/xfer/xfer-upgrade.c index 9d1ffb695..53378a36c 100644 --- a/src/plugins/xfer/xfer-upgrade.c +++ b/src/plugins/xfer/xfer-upgrade.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * xfer-upgrade.c: save/restore xfer plugin data when upgrading WeeChat */ - #include <stdlib.h> #include <string.h> diff --git a/src/plugins/xfer/xfer-upgrade.h b/src/plugins/xfer/xfer-upgrade.h index 9f722155c..50c4e96c9 100644 --- a/src/plugins/xfer/xfer-upgrade.h +++ b/src/plugins/xfer/xfer-upgrade.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_XFER_UPGRADE_H #define __WEECHAT_XFER_UPGRADE_H 1 diff --git a/src/plugins/xfer/xfer.c b/src/plugins/xfer/xfer.c index 74b8bef2c..21df1335c 100644 --- a/src/plugins/xfer/xfer.c +++ b/src/plugins/xfer/xfer.c @@ -1,26 +1,26 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ /* * xfer.c: file transfer and direct chat plugin for WeeChat */ - #include <stdlib.h> #include <unistd.h> #include <stdio.h> @@ -47,7 +47,7 @@ WEECHAT_PLUGIN_NAME(XFER_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION("Xfer (file transfer and direct chat) plugin for " "WeeChat"); -WEECHAT_PLUGIN_AUTHOR("FlashCode <flashcode@flashtux.org>"); +WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); diff --git a/src/plugins/xfer/xfer.h b/src/plugins/xfer/xfer.h index 686582e10..cf3c0affa 100644 --- a/src/plugins/xfer/xfer.h +++ b/src/plugins/xfer/xfer.h @@ -1,22 +1,22 @@ /* - * Copyright (c) 2003-2010 by FlashCode <flashcode@flashtux.org> - * See README for License detail, AUTHORS for developers list. + * Copyright (C) 2003-2010 Sebastien Helleu <flashcode@flashtux.org> * - * This program is free software; you can redistribute it and/or modify + * 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/>. */ - #ifndef __WEECHAT_XFER_H #define __WEECHAT_XFER_H 1 |