aboutsummaryrefslogtreecommitdiff
path: root/src/web/ejabberd_web_admin.erl
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2007-11-27 23:35:26 +0000
committerBadlop <badlop@process-one.net>2007-11-27 23:35:26 +0000
commit0996e569a6e4dbd1243fb0b754813f7da742aedf (patch)
tree22d45f9b3f2c21a4e1e60ca6c2f4e825c6dbfc7d /src/web/ejabberd_web_admin.erl
parent* src/gen_mod.erl: Update in database the configuration changes in (diff)
* doc/guide.tex: Update URI of ejabberd official home page, URI
of ejabberd.jabber.ru, and copyright dates (EJAB-366) * doc/introduction.tex: * src/ejabberd.hrl: * src/ejabberd_admin.erl: * src/mod_irc/mod_irc.erl: * src/mod_irc/mod_irc_connection.erl: * src/mod_muc/mod_muc.erl: * src/mod_muc/mod_muc_log.erl: * src/mod_proxy65/mod_proxy65_service.erl: * src/mod_pubsub/mod_pubsub.erl: * src/mod_vcard.erl: * src/mod_vcard_ldap.erl: * src/mod_vcard_odbc.erl: * src/msgs/*.msg: * src/web/ejabberd_web_admin.erl: SVN Revision: 997
Diffstat (limited to 'src/web/ejabberd_web_admin.erl')
-rw-r--r--src/web/ejabberd_web_admin.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/web/ejabberd_web_admin.erl b/src/web/ejabberd_web_admin.erl
index bc15c3341..928d97f22 100644
--- a/src/web/ejabberd_web_admin.erl
+++ b/src/web/ejabberd_web_admin.erl
@@ -4,8 +4,8 @@
%%% Purpose : Administration web interface
%%% Created : 9 Apr 2004 by Alexey Shchepin <alexey@process-one.net>
%%%----------------------------------------------------------------------
-%%% Copyright (c) 2004-2006 Alexey Shchepin
-%%% Copyright (c) 2004-2006 Process One
+%%% Copyright (c) 2004-2007 Alexey Shchepin
+%%% Copyright (c) 2004-2007 Process One
%%%----------------------------------------------------------------------
-module(ejabberd_web_admin).
@@ -138,7 +138,7 @@ make_xhtml(Els, global, Lang) ->
[?XAE("div",
[{"id", "copyright"}],
[?XCT("p",
- "ejabberd (c) 2002-2006 Alexey Shchepin, 2004-2006 Process One")
+ "ejabberd (c) 2002-2007 Alexey Shchepin, 2004-2007 Process One")
])])])
]}};
@@ -195,7 +195,7 @@ make_xhtml(Els, Host, Lang) ->
[?XAE("div",
[{"id", "copyright"}],
[?XCT("p",
- "ejabberd (c) 2002-2006 Alexey Shchepin, 2004-2006 Process One")
+ "ejabberd (c) 2002-2007 Alexey Shchepin, 2004-2007 Process One")
])])])
]}}.