diff options
author | Badlop <badlop@process-one.net> | 2008-07-31 11:18:49 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2008-07-31 11:18:49 +0000 |
commit | c3bda4aaee350ba0a10d6db880c89eb435f0970f (patch) | |
tree | 1db46b5f4064b36840bf7868675c3c4ed178ef26 /src/eldap | |
parent | * src/mod_muc/mod_muc_room.erl: Support Reasons for all (diff) |
* doc/guide.tex: Update Process-one name to ProcessOne (EJAB-708)
* doc/guide.html: Likewise
* doc/api/overview.edoc: Likewise
* src/*/*.erl: Likewise
* src/*/*.hrl: Likewise
* src/*/*.c: Likewise
* src/odbc/*.sql: Likewise
SVN Revision: 1499
Diffstat (limited to 'src/eldap')
-rw-r--r-- | src/eldap/eldap.hrl | 2 | ||||
-rw-r--r-- | src/eldap/eldap_filter.erl | 2 | ||||
-rw-r--r-- | src/eldap/eldap_pool.erl | 2 | ||||
-rw-r--r-- | src/eldap/eldap_utils.erl | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/eldap/eldap.hrl b/src/eldap/eldap.hrl index 75f6f76e..d006c14d 100644 --- a/src/eldap/eldap.hrl +++ b/src/eldap/eldap.hrl @@ -1,6 +1,6 @@ %%%---------------------------------------------------------------------- %%% -%%% ejabberd, Copyright (C) 2002-2008 Process-one +%%% ejabberd, Copyright (C) 2002-2008 ProcessOne %%% %%% This program is free software; you can redistribute it and/or %%% modify it under the terms of the GNU General Public License as diff --git a/src/eldap/eldap_filter.erl b/src/eldap/eldap_filter.erl index 771f909a..2feed108 100644 --- a/src/eldap/eldap_filter.erl +++ b/src/eldap/eldap_filter.erl @@ -6,7 +6,7 @@ %%% Author: Evgeniy Khramtsov <xramtsov@gmail.com> %%% %%% -%%% ejabberd, Copyright (C) 2002-2008 Process-one +%%% ejabberd, Copyright (C) 2002-2008 ProcessOne %%% %%% This program is free software; you can redistribute it and/or %%% modify it under the terms of the GNU General Public License as diff --git a/src/eldap/eldap_pool.erl b/src/eldap/eldap_pool.erl index 13b45402..7b9024de 100644 --- a/src/eldap/eldap_pool.erl +++ b/src/eldap/eldap_pool.erl @@ -5,7 +5,7 @@ %%% Created : 12 Nov 2006 by Evgeniy Khramtsov <xram@jabber.ru> %%% %%% -%%% ejabberd, Copyright (C) 2002-2008 Process-one +%%% ejabberd, Copyright (C) 2002-2008 ProcessOne %%% %%% This program is free software; you can redistribute it and/or %%% modify it under the terms of the GNU General Public License as diff --git a/src/eldap/eldap_utils.erl b/src/eldap/eldap_utils.erl index 465d9ffe..1f6d156d 100644 --- a/src/eldap/eldap_utils.erl +++ b/src/eldap/eldap_utils.erl @@ -5,7 +5,7 @@ %%% Created : 12 Oct 2006 by Mickael Remond <mremond@process-one.net> %%% %%% -%%% ejabberd, Copyright (C) 2002-2008 Process-one +%%% ejabberd, Copyright (C) 2002-2008 ProcessOne %%% %%% This program is free software; you can redistribute it and/or %%% modify it under the terms of the GNU General Public License as |