aboutsummaryrefslogtreecommitdiff
path: root/src/mod_vcard_odbc.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-01-12 14:44:42 +0000
committerBadlop <badlop@process-one.net>2009-01-12 14:44:42 +0000
commitf09509502ed95dfec308d83238ce78a532e045ff (patch)
treed18077689e55cab16704d1477354b1f029af95cd /src/mod_vcard_odbc.erl
parentprevent unauthorized entity to gain none-affiliation for given entity (diff)
* doc/guide.tex: Update copyright date 2008 to 2009 (EJAB-842)
* doc/guide.html: Likewise * src/*/*.erl: Likewise * src/*/*.erl: Remove unneeded blankspaces in license text SVN Revision: 1804
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 a21fc19e6..3f74f71ba 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-2008 ProcessOne
+%%% ejabberd, Copyright (C) 2002-2009 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-2008 ProcessOne"}]},
+ "\nCopyright (c) 2002-2009 ProcessOne"}]},
{xmlelement, "BDAY", [],
[{xmlcdata, "2002-11-16"}]}
]}]}
@@ -408,7 +408,7 @@ iq_get_vcard(Lang) ->
[{xmlcdata, translate:translate(
Lang,
"ejabberd vCard module") ++
- "\nCopyright (c) 2003-2008 ProcessOne"}]}].
+ "\nCopyright (c) 2003-2009 ProcessOne"}]}].
find_xdata_el({xmlelement, _Name, _Attrs, SubEls}) ->
find_xdata_el1(SubEls).