diff options
Diffstat (limited to 'src/core')
52 files changed, 55 insertions, 55 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 0a4032e01..1628a41af 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> # Copyright (C) 2008 Julien Louis <ptitlouis@sysif.net> # Copyright (C) 2009 Emmanuel Bouthenot <kolter@openics.org> # diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 46f6f3e51..65b199263 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> +# Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/core/wee-backtrace.c b/src/core/wee-backtrace.c index fd52a70d5..13d47c161 100644 --- a/src/core/wee-backtrace.c +++ b/src/core/wee-backtrace.c @@ -1,7 +1,7 @@ /* * wee-backtrace.c - backtrace after a segfault * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-backtrace.h b/src/core/wee-backtrace.h index 8eb92a659..0979accc5 100644 --- a/src/core/wee-backtrace.h +++ b/src/core/wee-backtrace.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 6251649e3..1f64ba6cd 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -1,7 +1,7 @@ /* * wee-command.c - WeeChat core commands * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/core/wee-command.h b/src/core/wee-command.h index 2fc62f281..16a2692f2 100644 --- a/src/core/wee-command.h +++ b/src/core/wee-command.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/core/wee-completion.c b/src/core/wee-completion.c index 65f31632c..8e46e6d56 100644 --- a/src/core/wee-completion.c +++ b/src/core/wee-completion.c @@ -1,7 +1,7 @@ /* * wee-completion.c - completion for WeeChat commands * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/core/wee-completion.h b/src/core/wee-completion.h index b2b17d9ca..7b7b1ee2b 100644 --- a/src/core/wee-completion.h +++ b/src/core/wee-completion.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-config-file.c b/src/core/wee-config-file.c index 473354936..d6234ff51 100644 --- a/src/core/wee-config-file.c +++ b/src/core/wee-config-file.c @@ -1,7 +1,7 @@ /* * wee-config-file.c - configuration files/sections/options management * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/core/wee-config-file.h b/src/core/wee-config-file.h index 9be9956ca..48a9474a1 100644 --- a/src/core/wee-config-file.h +++ b/src/core/wee-config-file.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/core/wee-config.c b/src/core/wee-config.c index e8bce7ee8..9afaf6562 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -1,7 +1,7 @@ /* * wee-config.c - WeeChat configuration options (file weechat.conf) * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/core/wee-config.h b/src/core/wee-config.h index 576a4ed80..eadf0706d 100644 --- a/src/core/wee-config.h +++ b/src/core/wee-config.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2006 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/core/wee-debug.c b/src/core/wee-debug.c index 4b2cb0a2b..3f1de5551 100644 --- a/src/core/wee-debug.c +++ b/src/core/wee-debug.c @@ -1,7 +1,7 @@ /* * wee-debug.c - debug functions * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-debug.h b/src/core/wee-debug.h index f21bbc7c8..d2ce51b57 100644 --- a/src/core/wee-debug.h +++ b/src/core/wee-debug.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-eval.c b/src/core/wee-eval.c index 074cd50b2..a982011dc 100644 --- a/src/core/wee-eval.c +++ b/src/core/wee-eval.c @@ -1,7 +1,7 @@ /* * wee-eval.c - evaluate expressions with references to internal vars * - * Copyright (C) 2012-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2012-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-eval.h b/src/core/wee-eval.h index 957954bbe..652cd0b91 100644 --- a/src/core/wee-eval.h +++ b/src/core/wee-eval.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2012-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-hashtable.c b/src/core/wee-hashtable.c index b9e677a2a..e77d4c624 100644 --- a/src/core/wee-hashtable.c +++ b/src/core/wee-hashtable.c @@ -1,7 +1,7 @@ /* * wee-hashtable.c - implementation of hashtable * - * Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-hashtable.h b/src/core/wee-hashtable.h index 40f373879..3d1dead3e 100644 --- a/src/core/wee-hashtable.h +++ b/src/core/wee-hashtable.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2010-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-hdata.c b/src/core/wee-hdata.c index 00694e05f..e6d710c4c 100644 --- a/src/core/wee-hdata.c +++ b/src/core/wee-hdata.c @@ -1,7 +1,7 @@ /* * wee-hdata.c - direct access to WeeChat data using hashtables * - * Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-hdata.h b/src/core/wee-hdata.h index cda479cab..94857e754 100644 --- a/src/core/wee-hdata.h +++ b/src/core/wee-hdata.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2011-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-hook.c b/src/core/wee-hook.c index 3f91ca416..2806ce65d 100644 --- a/src/core/wee-hook.c +++ b/src/core/wee-hook.c @@ -1,7 +1,7 @@ /* * wee-hook.c - WeeChat hooks management * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2012 Simon Arlott * * This file is part of WeeChat, the extensible chat client. diff --git a/src/core/wee-hook.h b/src/core/wee-hook.h index 25a418545..ca3f7b641 100644 --- a/src/core/wee-hook.h +++ b/src/core/wee-hook.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2012 Simon Arlott * * This file is part of WeeChat, the extensible chat client. diff --git a/src/core/wee-infolist.c b/src/core/wee-infolist.c index 3392ffeca..2a4a66479 100644 --- a/src/core/wee-infolist.c +++ b/src/core/wee-infolist.c @@ -1,7 +1,7 @@ /* * wee-infolist.c - info lists management * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-infolist.h b/src/core/wee-infolist.h index 772ac4a72..dfa3beba2 100644 --- a/src/core/wee-infolist.h +++ b/src/core/wee-infolist.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-input.c b/src/core/wee-input.c index 1f917e489..0bbed7d5e 100644 --- a/src/core/wee-input.c +++ b/src/core/wee-input.c @@ -1,7 +1,7 @@ /* * wee-input.c - default input callback for buffers * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-input.h b/src/core/wee-input.h index 4887fc39c..9fe2788e1 100644 --- a/src/core/wee-input.h +++ b/src/core/wee-input.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-list.c b/src/core/wee-list.c index fb80035b4..870d04ba3 100644 --- a/src/core/wee-list.c +++ b/src/core/wee-list.c @@ -1,7 +1,7 @@ /* * wee-list.c - sorted lists * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-list.h b/src/core/wee-list.h index 66f1e4d81..817247d5e 100644 --- a/src/core/wee-list.h +++ b/src/core/wee-list.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-log.c b/src/core/wee-log.c index 7bf0c6e27..690220a0e 100644 --- a/src/core/wee-log.c +++ b/src/core/wee-log.c @@ -1,7 +1,7 @@ /* * wee-log.c - WeeChat log file (weechat.log) * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/core/wee-log.h b/src/core/wee-log.h index 3e536640a..523f4419e 100644 --- a/src/core/wee-log.h +++ b/src/core/wee-log.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-network.c b/src/core/wee-network.c index 79ee04f69..49b258d49 100644 --- a/src/core/wee-network.c +++ b/src/core/wee-network.c @@ -1,7 +1,7 @@ /* * wee-network.c - network functions * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2010 Emmanuel Bouthenot <kolter@openics.org> * Copyright (C) 2010 Gu1ll4um3r0m41n <aeroxteam@gmail.com> * Copyright (C) 2012 Simon Arlott diff --git a/src/core/wee-network.h b/src/core/wee-network.h index 10294f2cb..59ba9c455 100644 --- a/src/core/wee-network.h +++ b/src/core/wee-network.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-proxy.c b/src/core/wee-proxy.c index f4af06dff..7fc81ccf8 100644 --- a/src/core/wee-proxy.c +++ b/src/core/wee-proxy.c @@ -1,7 +1,7 @@ /* * wee-proxy.c - proxy functions * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-proxy.h b/src/core/wee-proxy.h index b0adb616a..b8743e2df 100644 --- a/src/core/wee-proxy.h +++ b/src/core/wee-proxy.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-secure.c b/src/core/wee-secure.c index a049bf287..7dbc4ba09 100644 --- a/src/core/wee-secure.c +++ b/src/core/wee-secure.c @@ -1,7 +1,7 @@ /* * wee-secure.c - secured data configuration options (file sec.conf) * - * Copyright (C) 2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2013-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-secure.h b/src/core/wee-secure.h index 5850fba9d..561a1b9dd 100644 --- a/src/core/wee-secure.h +++ b/src/core/wee-secure.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2013-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-string.c b/src/core/wee-string.c index 29c181bd0..b9bf36850 100644 --- a/src/core/wee-string.c +++ b/src/core/wee-string.c @@ -1,7 +1,7 @@ /* * wee-string.c - string functions * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-string.h b/src/core/wee-string.h index d79ae8fac..3b75fb388 100644 --- a/src/core/wee-string.h +++ b/src/core/wee-string.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-upgrade-file.c b/src/core/wee-upgrade-file.c index 103181ddd..bb005f2b7 100644 --- a/src/core/wee-upgrade-file.c +++ b/src/core/wee-upgrade-file.c @@ -1,7 +1,7 @@ /* * wee-upgrade-file.c - save/restore data for upgrading WeeChat * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-upgrade-file.h b/src/core/wee-upgrade-file.h index 4bf833ebc..61de30325 100644 --- a/src/core/wee-upgrade-file.h +++ b/src/core/wee-upgrade-file.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-upgrade.c b/src/core/wee-upgrade.c index 6c1c87477..682f1bc07 100644 --- a/src/core/wee-upgrade.c +++ b/src/core/wee-upgrade.c @@ -1,7 +1,7 @@ /* * wee-upgrade.c - save/restore session data of WeeChat core * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-upgrade.h b/src/core/wee-upgrade.h index 1c97ee06d..3bdee8965 100644 --- a/src/core/wee-upgrade.h +++ b/src/core/wee-upgrade.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-url.c b/src/core/wee-url.c index 454242204..8b75ec43c 100644 --- a/src/core/wee-url.c +++ b/src/core/wee-url.c @@ -1,7 +1,7 @@ /* * wee-url.c - URL transfer * - * Copyright (C) 2012-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2012-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-url.h b/src/core/wee-url.h index fdd675129..659a0aca4 100644 --- a/src/core/wee-url.h +++ b/src/core/wee-url.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2012-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-utf8.c b/src/core/wee-utf8.c index 6d65708ac..2d5a8b0c4 100644 --- a/src/core/wee-utf8.c +++ b/src/core/wee-utf8.c @@ -1,7 +1,7 @@ /* * wee-utf8.c - UTF-8 string functions * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/core/wee-utf8.h b/src/core/wee-utf8.h index 7f0d4d3c2..97544b175 100644 --- a/src/core/wee-utf8.h +++ b/src/core/wee-utf8.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-util.c b/src/core/wee-util.c index cc8344a1b..d67433385 100644 --- a/src/core/wee-util.c +++ b/src/core/wee-util.c @@ -1,7 +1,7 @@ /* * wee-util.c - some useful functions * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-util.h b/src/core/wee-util.h index 92e2e8a4f..342881bc9 100644 --- a/src/core/wee-util.h +++ b/src/core/wee-util.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-version.c b/src/core/wee-version.c index 4a94b7f40..cee252e10 100644 --- a/src/core/wee-version.c +++ b/src/core/wee-version.c @@ -1,7 +1,7 @@ /* * wee-version.c - functions for WeeChat version * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/wee-version.h b/src/core/wee-version.h index 5f3b29e2a..ff027719e 100644 --- a/src/core/wee-version.h +++ b/src/core/wee-version.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * diff --git a/src/core/weechat.c b/src/core/weechat.c index d8a92900f..4dfe1ff9c 100644 --- a/src/core/weechat.c +++ b/src/core/weechat.c @@ -8,7 +8,7 @@ * ## WeeChat - Wee Enhanced Environment for Chat ## * ## Fast, light, extensible chat client ## * ## ## - * ## By Sebastien Helleu <flashcode@flashtux.org> ## + * ## By Sébastien Helleu <flashcode@flashtux.org> ## * ## ## * ## http://www.weechat.org/ ## * ## ## @@ -16,7 +16,7 @@ * * weechat.c - WeeChat main functions * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * * This file is part of WeeChat, the extensible chat client. * @@ -111,7 +111,7 @@ weechat_display_copyright () string_iconv_fprintf (stdout, /* TRANSLATORS: "%s %s" after "compiled on" is date and time */ _("WeeChat %s Copyright %s, compiled on %s %s\n" - "Developed by Sebastien Helleu <flashcode@flashtux.org> " + "Developed by Sébastien Helleu <flashcode@flashtux.org> " "- %s"), version_get_version_with_git (), WEECHAT_COPYRIGHT_DATE, diff --git a/src/core/weechat.h b/src/core/weechat.h index a1fa71869..c9a6d9084 100644 --- a/src/core/weechat.h +++ b/src/core/weechat.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2006 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. @@ -51,7 +51,7 @@ #endif -#define WEECHAT_COPYRIGHT_DATE "(C) 2003-2013" +#define WEECHAT_COPYRIGHT_DATE "(C) 2003-2014" #define WEECHAT_WEBSITE "http://www.weechat.org/" #define WEECHAT_WEBSITE_DOWNLOAD "http://www.weechat.org/download" |