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/ruby/weechat-ruby.c | |
parent | d364298d758f93bc1b785ab64e8d05012725e218 (diff) | |
download | weechat-892aa79fb52af557312b2857d3d4b4f4842e2cc2.zip |
core: update copyright dates
Diffstat (limited to 'src/plugins/ruby/weechat-ruby.c')
-rw-r--r-- | src/plugins/ruby/weechat-ruby.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/ruby/weechat-ruby.c b/src/plugins/ruby/weechat-ruby.c index f97cf7991..b71cc39fa 100644 --- a/src/plugins/ruby/weechat-ruby.c +++ b/src/plugins/ruby/weechat-ruby.c @@ -1,7 +1,7 @@ /* * weechat-ruby.c - ruby 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> * * This file is part of WeeChat, the extensible chat client. @@ -58,7 +58,7 @@ WEECHAT_PLUGIN_NAME(RUBY_PLUGIN_NAME); WEECHAT_PLUGIN_DESCRIPTION(N_("Support of ruby 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); |