diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2011-02-14 13:50:55 +0100 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2011-02-14 13:50:55 +0100 |
commit | fd52f2cb7d9d79287002959bd2d7d2c675fc3f0e (patch) | |
tree | e9d465211759f86ea3d7b40965dc8b21e05480fa /src/mod_irc/mod_irc.erl | |
parent | Provide HTTPS URL in CAPTCHA form when listener has 'tls' option (EJAB-1406) (diff) |
update copyright up to 2011
Diffstat (limited to 'src/mod_irc/mod_irc.erl')
-rw-r--r-- | src/mod_irc/mod_irc.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_irc/mod_irc.erl b/src/mod_irc/mod_irc.erl index b12f3b8b2..e610bf771 100644 --- a/src/mod_irc/mod_irc.erl +++ b/src/mod_irc/mod_irc.erl @@ -5,7 +5,7 @@ %%% Created : 15 Feb 2003 by Alexey Shchepin <alexey@process-one.net> %%% %%% -%%% ejabberd, Copyright (C) 2002-2010 ProcessOne +%%% ejabberd, Copyright (C) 2002-2011 ProcessOne %%% %%% This program is free software; you can redistribute it and/or %%% modify it under the terms of the GNU General Public License as @@ -425,7 +425,7 @@ iq_get_vcard(Lang) -> [{xmlcdata, ?EJABBERD_URI}]}, {xmlelement, "DESC", [], [{xmlcdata, translate:translate(Lang, "ejabberd IRC module") ++ - "\nCopyright (c) 2003-2010 Alexey Shchepin"}]}]. + "\nCopyright (c) 2003-2011 ProcessOne"}]}]. command_items(Host, Lang) -> lists:map(fun({Node, Name, _Function}) |