aboutsummaryrefslogtreecommitdiff
path: root/src/mod_proxy65/mod_proxy65_service.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2008-01-15 17:02:57 +0000
committerBadlop <badlop@process-one.net>2008-01-15 17:02:57 +0000
commit2d2fcc82105bbdae6d04fed7ffb40f357756d926 (patch)
treee4ed02aac29e9e088efc11e3f407f84c18bc8fe4 /src/mod_proxy65/mod_proxy65_service.erl
parentMerge changesets 1150 and 1151 into branch ejabberd-2.0.x: (diff)
* doc/guide.tex: Updated copyright dates to 2008
* src/*: Likewise SVN Revision: 1153
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 65394773e..78392fa47 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-2007 Process-one
+%%% ejabberd, Copyright (C) 2002-2008 Process-one
%%%
%%% This program is free software; you can redistribute it and/or
%%% modify it under the terms of the GNU General Public License as
@@ -190,7 +190,7 @@ iq_vcard(Lang) ->
[{xmlcdata, ?EJABBERD_URI}]},
{xmlelement, "DESC", [],
[{xmlcdata, translate:translate(Lang, "ejabberd SOCKS5 Bytestreams module") ++
- "\nCopyright (c) 2003-2007 Alexey Shchepin"}]}].
+ "\nCopyright (c) 2003-2008 Alexey Shchepin"}]}].
parse_options(ServerHost, Opts) ->
MyHost = gen_mod:get_opt_host(ServerHost, Opts, "proxy.@HOST@"),