From 11a314ca96b6fb06037cb52af75f2b65de883230 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Sat, 19 Apr 2008 14:13:48 +0000 Subject: [PATCH] minor: updated phpDoc headers --- 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 +- dibi/netterobots.txt | 2 ++ license.cs.txt | 2 +- license.txt | 2 +- readme.txt | 2 +- 23 files changed, 24 insertions(+), 22 deletions(-) create mode 100644 dibi/netterobots.txt diff --git a/dibi/dibi.php b/dibi/dibi.php index b98ef0d4..1c85e19d 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 b43382a5..435c0058 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 050ae7cc..0dec91cf 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 d7af2089..ad7abe4d 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 6545416f..3d604a1e 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 12c29e61..d54757b4 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 7cd65cca..e7c4a4a5 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 491d5ae7..12a39c6d 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 7c329a46..8818a33e 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 21404666..46de0a38 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 59676877..c5a8ac1d 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 66095138..8fe55a8d 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 f6ae6f0f..48d5e906 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 4281ac67..37e042e2 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 504d15ec..7c34bec0 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 10f7fe30..17af7ad1 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 f0ba1d49..f642a31d 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 4cef63b1..77871a71 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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 19b19138..d9166870 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 (http://www.davidgrudl.com) + * Copyright (c) 2005, 2008 David Grudl (http://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/netterobots.txt b/dibi/netterobots.txt new file mode 100644 index 00000000..a7ce92d7 --- /dev/null +++ b/dibi/netterobots.txt @@ -0,0 +1,2 @@ +Disallow: /drivers +Disallow: /Nette diff --git a/license.cs.txt b/license.cs.txt index 36812a54..4983528e 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.davidgrudl.com) +Copyright (c) 2005, 2008 David Grudl (http://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 3f5d14f4..3203f48e 100644 --- a/license.txt +++ b/license.txt @@ -1,7 +1,7 @@ The Dibi License, Version 1 =========================== -Copyright (c) 2005, 2008 David Grudl (http://www.davidgrudl.com) +Copyright (c) 2005, 2008 David Grudl (http://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 2bf47467..2d9acfbd 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Dibi (c) David Grudl, 2005-2008 (http://www.davidgrudl.com) +Dibi (c) David Grudl, 2005-2008 (http://davidgrudl.com)