summaryrefslogtreecommitdiff
path: root/src/mod_proxy65/mod_proxy65_service.erl
diff options
context:
space:
mode:
authorAlexey Shchepin <alexey@process-one.net>2013-01-24 16:25:13 +0200
committerAlexey Shchepin <alexey@process-one.net>2013-01-24 16:25:13 +0200
commit0ae400533c02cdaffd2f6e24af2067a7d1b673da (patch)
treecbd1a5848c05a20329b30cc01ff2db479a58017c /src/mod_proxy65/mod_proxy65_service.erl
parentMake sure update_info returns atoms only (EJAB-1595) (Thanks to Jose M Herrero) (diff)
Update copyright dates
Diffstat (limited to 'src/mod_proxy65/mod_proxy65_service.erl')
-rw-r--r--src/mod_proxy65/mod_proxy65_service.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mod_proxy65/mod_proxy65_service.erl b/src/mod_proxy65/mod_proxy65_service.erl
index fc4245d9..d3dda433 100644
--- a/src/mod_proxy65/mod_proxy65_service.erl
+++ b/src/mod_proxy65/mod_proxy65_service.erl
@@ -5,7 +5,7 @@
%%% Created : 12 Oct 2006 by Evgeniy Khramtsov <xram@jabber.ru>
%%%
%%%
-%%% ejabberd, Copyright (C) 2002-2012 ProcessOne
+%%% ejabberd, Copyright (C) 2002-2013 ProcessOne
%%%
%%% This program is free software; you can redistribute it and/or
%%% modify it under the terms of the GNU General Public License as
@@ -211,7 +211,7 @@ iq_vcard(Lang) ->
[{xmlcdata, ?EJABBERD_URI}]},
{xmlelement, "DESC", [],
[{xmlcdata, translate:translate(Lang, "ejabberd SOCKS5 Bytestreams module") ++
- "\nCopyright (c) 2003-2012 ProcessOne"}]}].
+ "\nCopyright (c) 2003-2013 ProcessOne"}]}].
parse_options(ServerHost, Opts) ->
MyHost = gen_mod:get_opt_host(ServerHost, Opts, "proxy.@HOST@"),