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/odbc | |
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/odbc')
-rw-r--r-- | src/odbc/ejabberd_odbc.erl | 2 | ||||
-rw-r--r-- | src/odbc/ejabberd_odbc_sup.erl | 2 | ||||
-rw-r--r-- | src/odbc/mssql.sql | 2 | ||||
-rw-r--r-- | src/odbc/mysql.sql | 2 | ||||
-rw-r--r-- | src/odbc/odbc_queries.erl | 2 | ||||
-rw-r--r-- | src/odbc/pg.sql | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/src/odbc/ejabberd_odbc.erl b/src/odbc/ejabberd_odbc.erl index a1717a66..59b3f603 100644 --- a/src/odbc/ejabberd_odbc.erl +++ b/src/odbc/ejabberd_odbc.erl @@ -5,7 +5,7 @@ %%% Created : 8 Dec 2004 by Alexey Shchepin <alexey@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 diff --git a/src/odbc/ejabberd_odbc_sup.erl b/src/odbc/ejabberd_odbc_sup.erl index 326ef6af..c007da52 100644 --- a/src/odbc/ejabberd_odbc_sup.erl +++ b/src/odbc/ejabberd_odbc_sup.erl @@ -5,7 +5,7 @@ %%% Created : 22 Dec 2004 by Alexey Shchepin <alexey@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 diff --git a/src/odbc/mssql.sql b/src/odbc/mssql.sql index c4e45938..c9313ede 100644 --- a/src/odbc/mssql.sql +++ b/src/odbc/mssql.sql @@ -1,5 +1,5 @@ /*
- * 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/odbc/mysql.sql b/src/odbc/mysql.sql index bec3f705..376164a5 100644 --- a/src/odbc/mysql.sql +++ b/src/odbc/mysql.sql @@ -1,5 +1,5 @@ -- --- 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/odbc/odbc_queries.erl b/src/odbc/odbc_queries.erl index cbe7e208..33caa71d 100644 --- a/src/odbc/odbc_queries.erl +++ b/src/odbc/odbc_queries.erl @@ -5,7 +5,7 @@ %%% Created : 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 diff --git a/src/odbc/pg.sql b/src/odbc/pg.sql index 712b4c73..971cde42 100644 --- a/src/odbc/pg.sql +++ b/src/odbc/pg.sql @@ -1,5 +1,5 @@ -- --- 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 |