mirror of
https://github.com/weechat/weechat.git
synced 2026-06-19 01:24:46 +02:00
core: update copyright dates
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user