diff options
author | Badlop <badlop@process-one.net> | 2010-01-12 16:11:32 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-01-12 16:11:32 +0000 |
commit | 7b76fdcde758bbc6b9e94ed5667f2b61259da344 (patch) | |
tree | aead75f4c2fcb7b3b84a1b8603491d9fb728ec7a /src/odbc | |
parent | For XEP-0227 support, get exmpp 0.9.2; maybe 0.9.1 works too. (diff) |
Update year of ProcessOne copyright from 2009 to 2010 (EJAB-1159)
SVN Revision: 2891
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/mssql2000.sql | 2 | ||||
-rw-r--r-- | src/odbc/mssql2005.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 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/odbc/ejabberd_odbc.erl b/src/odbc/ejabberd_odbc.erl index ef00c8b20..b2c1c20fc 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-2009 ProcessOne +%%% ejabberd, Copyright (C) 2002-2010 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 863c44489..d828449ec 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-2009 ProcessOne +%%% ejabberd, Copyright (C) 2002-2010 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/mssql2000.sql b/src/odbc/mssql2000.sql index 89429a210..0b649cde4 100644 --- a/src/odbc/mssql2000.sql +++ b/src/odbc/mssql2000.sql @@ -1,5 +1,5 @@ /*
- * ejabberd, Copyright (C) 2002-2009 ProcessOne
+ * ejabberd, Copyright (C) 2002-2010 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/mssql2005.sql b/src/odbc/mssql2005.sql index a93231618..094dacbb3 100644 --- a/src/odbc/mssql2005.sql +++ b/src/odbc/mssql2005.sql @@ -1,5 +1,5 @@ /* - * ejabberd, Copyright (C) 2002-2009 ProcessOne + * ejabberd, Copyright (C) 2002-2010 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 a7732ba45..9d8fa9bb9 100644 --- a/src/odbc/mysql.sql +++ b/src/odbc/mysql.sql @@ -1,5 +1,5 @@ -- --- ejabberd, Copyright (C) 2002-2009 ProcessOne +-- ejabberd, Copyright (C) 2002-2010 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 f70b8fb35..c61d203b6 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-2009 ProcessOne +%%% ejabberd, Copyright (C) 2002-2010 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 269262672..b13fecb8a 100644 --- a/src/odbc/pg.sql +++ b/src/odbc/pg.sql @@ -1,5 +1,5 @@ -- --- ejabberd, Copyright (C) 2002-2009 ProcessOne +-- ejabberd, Copyright (C) 2002-2010 ProcessOne -- -- This program is free software; you can redistribute it and/or -- modify it under the terms of the GNU General Public License as |