From 1459c6c95da8dc9c9cfc6f6657b6c3afb3532220 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Fri, 15 Feb 2008 04:51:35 +0000 Subject: [PATCH] updated headers --- dibi/Nette/NException.php | 2 +- dibi/Nette/NObject.php | 2 +- dibi/Nette/exceptions.php | 2 +- dibi/dibi.php | 2 +- dibi/drivers/mssql.php | 2 +- dibi/drivers/mysql.php | 2 +- dibi/drivers/mysqli.php | 2 +- dibi/drivers/odbc.php | 2 +- dibi/drivers/oracle.php | 2 +- dibi/drivers/pdo.php | 2 +- dibi/drivers/postgre.php | 2 +- dibi/drivers/sqlite.php | 2 +- dibi/libs/DibiConnection.php | 2 +- dibi/libs/DibiDataSource.php | 2 +- dibi/libs/DibiException.php | 2 +- dibi/libs/DibiLogger.php | 2 +- dibi/libs/DibiResult.php | 2 +- dibi/libs/DibiResultIterator.php | 2 +- dibi/libs/DibiTable.php | 2 +- dibi/libs/DibiTranslator.php | 2 +- dibi/libs/DibiVariable.php | 2 +- dibi/libs/interfaces.php | 2 +- license.cs.txt | 2 +- license.txt | 2 +- readme.txt | 4 ++-- 25 files changed, 26 insertions(+), 26 deletions(-) diff --git a/dibi/Nette/NException.php b/dibi/Nette/NException.php index 89b65d20..f1eb1bb6 100644 --- a/dibi/Nette/NException.php +++ b/dibi/Nette/NException.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/Nette/NObject.php b/dibi/Nette/NObject.php index d61850b7..8005566e 100644 --- a/dibi/Nette/NObject.php +++ b/dibi/Nette/NObject.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/Nette/exceptions.php b/dibi/Nette/exceptions.php index ceaedb61..513c6ddf 100644 --- a/dibi/Nette/exceptions.php +++ b/dibi/Nette/exceptions.php @@ -3,7 +3,7 @@ /** * Nette Framework * - * Copyright (c) 2004, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2004, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "Nette license" that is bundled * with this package in the file license.txt. diff --git a/dibi/dibi.php b/dibi/dibi.php index 060198c3..f179f2e4 100644 --- a/dibi/dibi.php +++ b/dibi/dibi.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/drivers/mssql.php b/dibi/drivers/mssql.php index 1b124d66..d48b9609 100644 --- a/dibi/drivers/mssql.php +++ b/dibi/drivers/mssql.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/drivers/mysql.php b/dibi/drivers/mysql.php index 3b1eb51e..7d3731ca 100644 --- a/dibi/drivers/mysql.php +++ b/dibi/drivers/mysql.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/drivers/mysqli.php b/dibi/drivers/mysqli.php index 983e7236..a1fa05e8 100644 --- a/dibi/drivers/mysqli.php +++ b/dibi/drivers/mysqli.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/drivers/odbc.php b/dibi/drivers/odbc.php index 2799cb3b..b98a84c0 100644 --- a/dibi/drivers/odbc.php +++ b/dibi/drivers/odbc.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/drivers/oracle.php b/dibi/drivers/oracle.php index cf023b82..46a355b1 100644 --- a/dibi/drivers/oracle.php +++ b/dibi/drivers/oracle.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/drivers/pdo.php b/dibi/drivers/pdo.php index b12176ef..57a98a5c 100644 --- a/dibi/drivers/pdo.php +++ b/dibi/drivers/pdo.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/drivers/postgre.php b/dibi/drivers/postgre.php index 5bc75dcb..792de393 100644 --- a/dibi/drivers/postgre.php +++ b/dibi/drivers/postgre.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/drivers/sqlite.php b/dibi/drivers/sqlite.php index 90fb1442..34944681 100644 --- a/dibi/drivers/sqlite.php +++ b/dibi/drivers/sqlite.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/libs/DibiConnection.php b/dibi/libs/DibiConnection.php index 0a56bdbb..5b07be54 100644 --- a/dibi/libs/DibiConnection.php +++ b/dibi/libs/DibiConnection.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/libs/DibiDataSource.php b/dibi/libs/DibiDataSource.php index 71467e77..64c0e69d 100644 --- a/dibi/libs/DibiDataSource.php +++ b/dibi/libs/DibiDataSource.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/libs/DibiException.php b/dibi/libs/DibiException.php index ef480b5d..b3263e22 100644 --- a/dibi/libs/DibiException.php +++ b/dibi/libs/DibiException.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/libs/DibiLogger.php b/dibi/libs/DibiLogger.php index 2f0767c2..5181362b 100644 --- a/dibi/libs/DibiLogger.php +++ b/dibi/libs/DibiLogger.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/libs/DibiResult.php b/dibi/libs/DibiResult.php index 693a78c9..2521b247 100644 --- a/dibi/libs/DibiResult.php +++ b/dibi/libs/DibiResult.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/libs/DibiResultIterator.php b/dibi/libs/DibiResultIterator.php index 566d5610..504d15ec 100644 --- a/dibi/libs/DibiResultIterator.php +++ b/dibi/libs/DibiResultIterator.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/libs/DibiTable.php b/dibi/libs/DibiTable.php index e59e5496..79517500 100644 --- a/dibi/libs/DibiTable.php +++ b/dibi/libs/DibiTable.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/libs/DibiTranslator.php b/dibi/libs/DibiTranslator.php index bbddc95b..3af6eb35 100644 --- a/dibi/libs/DibiTranslator.php +++ b/dibi/libs/DibiTranslator.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/libs/DibiVariable.php b/dibi/libs/DibiVariable.php index 7ad60d43..abd85d82 100644 --- a/dibi/libs/DibiVariable.php +++ b/dibi/libs/DibiVariable.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/dibi/libs/interfaces.php b/dibi/libs/interfaces.php index dbc3a139..19b19138 100644 --- a/dibi/libs/interfaces.php +++ b/dibi/libs/interfaces.php @@ -4,7 +4,7 @@ * dibi - tiny'n'smart database abstraction layer * ---------------------------------------------- * - * Copyright (c) 2005, 2008 David Grudl aka -dgx- (http://www.dgx.cz) + * Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) * * This source file is subject to the "dibi license" that is bundled * with this package in the file license.txt. diff --git a/license.cs.txt b/license.cs.txt index 32199971..36812a54 100644 --- a/license.cs.txt +++ b/license.cs.txt @@ -8,7 +8,7 @@ anglick Dibi Licence, Verze 1 ===================== -Copyright (c) 2005, 2008 David Grudl (http://www.dgx.cz) +Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) Všechna práva vyhrazena. Tato licence je právní ujednání mezi vámi a Davidem Grudlem pro potřeby diff --git a/license.txt b/license.txt index 342a8533..3f5d14f4 100644 --- a/license.txt +++ b/license.txt @@ -1,7 +1,7 @@ The Dibi License, Version 1 =========================== -Copyright (c) 2005, 2008 David Grudl (http://www.dgx.cz) +Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) All rights reserved. This license is a legal agreement between you and David Grudl for the use diff --git a/readme.txt b/readme.txt index bc4171e5..2bf47467 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Dibi (c) David Grudl, 2005-2008 (http://www.dgx.cz) +Dibi (c) David Grudl, 2005-2008 (http://www.davidgrudl.com) @@ -38,4 +38,4 @@ whitespaces are removed. ----- For more information, visit the author's weblog (in czech language): -http://latrine.dgx.cz +http://www.latrine.cz