aboutsummaryrefslogtreecommitdiff
path: root/src/mod_vcard_odbc.erl
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2011-02-14 13:50:55 +0100
committerChristophe Romain <christophe.romain@process-one.net>2011-02-14 13:50:55 +0100
commitfd52f2cb7d9d79287002959bd2d7d2c675fc3f0e (patch)
treee9d465211759f86ea3d7b40965dc8b21e05480fa /src/mod_vcard_odbc.erl
parentProvide HTTPS URL in CAPTCHA form when listener has 'tls' option (EJAB-1406) (diff)
update copyright up to 2011
Diffstat (limited to 'src/mod_vcard_odbc.erl')
-rw-r--r--src/mod_vcard_odbc.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mod_vcard_odbc.erl b/src/mod_vcard_odbc.erl
index 701babb40..c35f27362 100644
--- a/src/mod_vcard_odbc.erl
+++ b/src/mod_vcard_odbc.erl
@@ -5,7 +5,7 @@
%%% Created : 2 Jan 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
@@ -127,7 +127,7 @@ process_local_iq(_From, _To, #iq{type = Type, lang = Lang, sub_el = SubEl} = IQ)
translate:translate(
Lang,
"Erlang Jabber Server") ++
- "\nCopyright (c) 2002-2010 ProcessOne"}]},
+ "\nCopyright (c) 2002-2011 ProcessOne"}]},
{xmlelement, "BDAY", [],
[{xmlcdata, "2002-11-16"}]}
]}]}
@@ -413,7 +413,7 @@ iq_get_vcard(Lang) ->
[{xmlcdata, translate:translate(
Lang,
"ejabberd vCard module") ++
- "\nCopyright (c) 2003-2010 ProcessOne"}]}].
+ "\nCopyright (c) 2003-2011 ProcessOne"}]}].
find_xdata_el({xmlelement, _Name, _Attrs, SubEls}) ->
find_xdata_el1(SubEls).