24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00

Fix ProcessOne name in comments.

SVN Revision: 2728
This commit is contained in:
Badlop 2009-11-04 20:19:38 +00:00
parent 3ed3c94a15
commit 26cd3a78d2
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@
%%% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
%%% 02111-1307 USA
%%%
%%% 2009, improvements from Process-One to support correct PEP handling
%%% 2009, improvements from ProcessOne to support correct PEP handling
%%% through s2s, use less memory, and speedup global caps handling
%%%----------------------------------------------------------------------

View File

@ -1239,7 +1239,7 @@ iq_get_vcard(Lang) ->
[#xmlcdata{cdata = list_to_binary(
translate:translate(Lang,
"ejabberd Publish-Subscribe module") ++
"\nCopyright (c) 2004-2009 Process-One")}]}].
"\nCopyright (c) 2004-2009 ProcessOne")}]}].
iq_pubsub(Host, ServerHost, From, IQType, SubEl, Lang) ->
iq_pubsub(Host, ServerHost, From, IQType, SubEl, Lang, all, plugins(ServerHost)).

View File

@ -1047,7 +1047,7 @@ iq_get_vcard(Lang) ->
[#xmlcdata{cdata = list_to_binary(
translate:translate(Lang,
"ejabberd Publish-Subscribe module") ++
"\nCopyright (c) 2004-2009 Process-One")}]}].
"\nCopyright (c) 2004-2009 ProcessOne")}]}].
iq_pubsub(Host, ServerHost, From, IQType, SubEl, Lang) ->
iq_pubsub(Host, ServerHost, From, IQType, SubEl, Lang, all, plugins(ServerHost)).

View File

@ -1,5 +1,5 @@
/*
* ejabberd, Copyright (C) 2002-2009 Process-one
* 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