diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-01 00:14:12 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-01 00:14:12 +0100 |
commit | 892aa79fb52af557312b2857d3d4b4f4842e2cc2 (patch) | |
tree | 996b01e95fe04f259c605bb053a4c9f2e7368453 /src/plugins/python | |
parent | d364298d758f93bc1b785ab64e8d05012725e218 (diff) | |
download | weechat-892aa79fb52af557312b2857d3d4b4f4842e2cc2.zip |
core: update copyright dates
Diffstat (limited to 'src/plugins/python')
-rw-r--r-- | src/plugins/python/CMakeLists.txt | 2 | ||||
-rw-r--r-- | src/plugins/python/Makefile.am | 2 | ||||
-rw-r--r-- | src/plugins/python/weechat-python-api.c | 2 | ||||
-rw-r--r-- | src/plugins/python/weechat-python-api.h | 2 | ||||
-rw-r--r-- | src/plugins/python/weechat-python.c | 4 | ||||
-rw-r--r-- | src/plugins/python/weechat-python.h | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/python/CMakeLists.txt b/src/plugins/python/CMakeLists.txt index 2d9d92881..221fc0002 100644 --- a/src/plugins/python/CMakeLists.txt +++ b/src/plugins/python/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> # # This file is part of WeeChat, the extensible chat client. # diff --git a/src/plugins/python/Makefile.am b/src/plugins/python/Makefile.am index 7be01078c..ebea48e47 100644 --- a/src/plugins/python/Makefile.am +++ b/src/plugins/python/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/plugins/python/weechat-python-api.c b/src/plugins/python/weechat-python-api.c index f4a9797f9..4b6128edd 100644 --- a/src/plugins/python/weechat-python-api.c +++ b/src/plugins/python/weechat-python-api.c @@ -1,7 +1,7 @@ /* * weechat-python-api.c - python API functions * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * Copyright (C) 2012 Simon Arlott * diff --git a/src/plugins/python/weechat-python-api.h b/src/plugins/python/weechat-python-api.h index 73dedc211..b965dd021 100644 --- a/src/plugins/python/weechat-python-api.h +++ b/src/plugins/python/weechat-python-api.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-2007 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. diff --git a/src/plugins/python/weechat-python.c b/src/plugins/python/weechat-python.c index aeff3802c..cfd6117c8 100644 --- a/src/plugins/python/weechat-python.c +++ b/src/plugins/python/weechat-python.c @@ -1,7 +1,7 @@ /* * weechat-python.c - python plugin for WeeChat * - * Copyright (C) 2003-2013 Sebastien Helleu <flashcode@flashtux.org> + * Copyright (C) 2003-2014 Sébastien Helleu <flashcode@flashtux.org> * Copyright (C) 2005-2007 Emmanuel Bouthenot <kolter@openics.org> * Copyright (C) 2012 Simon Arlott * @@ -36,7 +36,7 @@ WEECHAT_PLUGIN_NAME(PYTHON_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION(N_("Support of python scripts")); -WEECHAT_PLUGIN_AUTHOR("Sebastien Helleu <flashcode@flashtux.org>"); +WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); diff --git a/src/plugins/python/weechat-python.h b/src/plugins/python/weechat-python.h index 1865ee8d9..15c6f1e4d 100644 --- a/src/plugins/python/weechat-python.h +++ b/src/plugins/python/weechat-python.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-2007 Emmanuel Bouthenot <kolter@openics.org> * * This file is part of WeeChat, the extensible chat client. |