From 2769f1ae0a4d149e266a00bf52b2067e96e20ed9 Mon Sep 17 00:00:00 2001 From: David Grudl Date: Mon, 30 Dec 2013 23:19:42 +0100 Subject: [PATCH] typos --- dibi/bridges/Nette/DibiNette21Extension.php | 4 ---- dibi/bridges/Nette/DibiNettePanel.php | 4 ---- dibi/dibi.php | 3 --- dibi/drivers/DibiFirebirdDriver.php | 4 ---- dibi/drivers/DibiMsSql2005Driver.php | 4 ---- dibi/drivers/DibiMsSql2005Reflector.php | 4 ---- dibi/drivers/DibiMsSqlDriver.php | 4 ---- dibi/drivers/DibiMsSqlReflector.php | 3 --- dibi/drivers/DibiMySqlDriver.php | 4 ---- dibi/drivers/DibiMySqlReflector.php | 4 ---- dibi/drivers/DibiMySqliDriver.php | 4 ---- dibi/drivers/DibiOdbcDriver.php | 4 ---- dibi/drivers/DibiOracleDriver.php | 4 ---- dibi/drivers/DibiPdoDriver.php | 4 ---- dibi/drivers/DibiPostgreDriver.php | 4 ---- dibi/drivers/DibiSqlite3Driver.php | 4 ---- dibi/drivers/DibiSqliteDriver.php | 4 ---- dibi/drivers/DibiSqliteReflector.php | 4 ---- dibi/libs/DibiConnection.php | 4 ---- dibi/libs/DibiDataSource.php | 4 ---- dibi/libs/DibiDatabaseInfo.php | 4 ---- dibi/libs/DibiDateTime.php | 4 ---- dibi/libs/DibiEvent.php | 4 ---- dibi/libs/DibiException.php | 4 ---- dibi/libs/DibiFileLogger.php | 4 ---- dibi/libs/DibiFirePhpLogger.php | 4 ---- dibi/libs/DibiFluent.php | 4 ---- dibi/libs/DibiHashMap.php | 4 ---- dibi/libs/DibiLiteral.php | 4 ---- dibi/libs/DibiObject.php | 4 ---- dibi/libs/DibiResult.php | 4 ---- dibi/libs/DibiResultIterator.php | 4 ---- dibi/libs/DibiRow.php | 4 ---- dibi/libs/DibiTranslator.php | 4 ---- dibi/libs/interfaces.php | 4 ---- license.md | 2 +- 36 files changed, 1 insertion(+), 139 deletions(-) diff --git a/dibi/bridges/Nette/DibiNette21Extension.php b/dibi/bridges/Nette/DibiNette21Extension.php index a109586c..1bd0640c 100644 --- a/dibi/bridges/Nette/DibiNette21Extension.php +++ b/dibi/bridges/Nette/DibiNette21Extension.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/bridges/Nette/DibiNettePanel.php b/dibi/bridges/Nette/DibiNettePanel.php index 93ca65de..c26d36d0 100644 --- a/dibi/bridges/Nette/DibiNettePanel.php +++ b/dibi/bridges/Nette/DibiNettePanel.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/dibi.php b/dibi/dibi.php index 10aff9c7..7f526782 100644 --- a/dibi/dibi.php +++ b/dibi/dibi.php @@ -4,9 +4,6 @@ * dibi - smart database abstraction layer (http://dibiphp.com) * * Copyright (c) 2005, 2012 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/drivers/DibiFirebirdDriver.php b/dibi/drivers/DibiFirebirdDriver.php index 5647f8dd..c3066ac9 100644 --- a/dibi/drivers/DibiFirebirdDriver.php +++ b/dibi/drivers/DibiFirebirdDriver.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/drivers/DibiMsSql2005Driver.php b/dibi/drivers/DibiMsSql2005Driver.php index f6719937..2c354164 100644 --- a/dibi/drivers/DibiMsSql2005Driver.php +++ b/dibi/drivers/DibiMsSql2005Driver.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/drivers/DibiMsSql2005Reflector.php b/dibi/drivers/DibiMsSql2005Reflector.php index f7175199..a13e8129 100644 --- a/dibi/drivers/DibiMsSql2005Reflector.php +++ b/dibi/drivers/DibiMsSql2005Reflector.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/drivers/DibiMsSqlDriver.php b/dibi/drivers/DibiMsSqlDriver.php index 733d355c..9cc54d85 100644 --- a/dibi/drivers/DibiMsSqlDriver.php +++ b/dibi/drivers/DibiMsSqlDriver.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ require_once dirname(__FILE__) . '/DibiMsSqlReflector.php'; diff --git a/dibi/drivers/DibiMsSqlReflector.php b/dibi/drivers/DibiMsSqlReflector.php index f9391525..d097476b 100644 --- a/dibi/drivers/DibiMsSqlReflector.php +++ b/dibi/drivers/DibiMsSqlReflector.php @@ -5,9 +5,6 @@ * * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. - * * @package dibi\drivers */ diff --git a/dibi/drivers/DibiMySqlDriver.php b/dibi/drivers/DibiMySqlDriver.php index 56f7f8e0..44841ef3 100644 --- a/dibi/drivers/DibiMySqlDriver.php +++ b/dibi/drivers/DibiMySqlDriver.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/drivers/DibiMySqlReflector.php b/dibi/drivers/DibiMySqlReflector.php index 06a01f86..57aff894 100644 --- a/dibi/drivers/DibiMySqlReflector.php +++ b/dibi/drivers/DibiMySqlReflector.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/drivers/DibiMySqliDriver.php b/dibi/drivers/DibiMySqliDriver.php index 3d0d752e..3ab336f8 100644 --- a/dibi/drivers/DibiMySqliDriver.php +++ b/dibi/drivers/DibiMySqliDriver.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/drivers/DibiOdbcDriver.php b/dibi/drivers/DibiOdbcDriver.php index 10e32832..74dcf6f8 100644 --- a/dibi/drivers/DibiOdbcDriver.php +++ b/dibi/drivers/DibiOdbcDriver.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/drivers/DibiOracleDriver.php b/dibi/drivers/DibiOracleDriver.php index 837b0e44..9e5b5884 100644 --- a/dibi/drivers/DibiOracleDriver.php +++ b/dibi/drivers/DibiOracleDriver.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/drivers/DibiPdoDriver.php b/dibi/drivers/DibiPdoDriver.php index 0ae7cdc9..326e202f 100644 --- a/dibi/drivers/DibiPdoDriver.php +++ b/dibi/drivers/DibiPdoDriver.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/drivers/DibiPostgreDriver.php b/dibi/drivers/DibiPostgreDriver.php index f8388ce4..3b7020a5 100644 --- a/dibi/drivers/DibiPostgreDriver.php +++ b/dibi/drivers/DibiPostgreDriver.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/drivers/DibiSqlite3Driver.php b/dibi/drivers/DibiSqlite3Driver.php index 091286a4..856281da 100644 --- a/dibi/drivers/DibiSqlite3Driver.php +++ b/dibi/drivers/DibiSqlite3Driver.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/drivers/DibiSqliteDriver.php b/dibi/drivers/DibiSqliteDriver.php index 86491799..d9cce772 100644 --- a/dibi/drivers/DibiSqliteDriver.php +++ b/dibi/drivers/DibiSqliteDriver.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/drivers/DibiSqliteReflector.php b/dibi/drivers/DibiSqliteReflector.php index 396a6299..bc8bbe3d 100644 --- a/dibi/drivers/DibiSqliteReflector.php +++ b/dibi/drivers/DibiSqliteReflector.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiConnection.php b/dibi/libs/DibiConnection.php index 53988896..33988945 100644 --- a/dibi/libs/DibiConnection.php +++ b/dibi/libs/DibiConnection.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiDataSource.php b/dibi/libs/DibiDataSource.php index 413db2d4..73104aa6 100644 --- a/dibi/libs/DibiDataSource.php +++ b/dibi/libs/DibiDataSource.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiDatabaseInfo.php b/dibi/libs/DibiDatabaseInfo.php index 772de871..be956634 100644 --- a/dibi/libs/DibiDatabaseInfo.php +++ b/dibi/libs/DibiDatabaseInfo.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiDateTime.php b/dibi/libs/DibiDateTime.php index a25ccf84..7586ab17 100644 --- a/dibi/libs/DibiDateTime.php +++ b/dibi/libs/DibiDateTime.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiEvent.php b/dibi/libs/DibiEvent.php index 1e4b9e06..238cd6e2 100644 --- a/dibi/libs/DibiEvent.php +++ b/dibi/libs/DibiEvent.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiException.php b/dibi/libs/DibiException.php index a62853f3..6d48e757 100644 --- a/dibi/libs/DibiException.php +++ b/dibi/libs/DibiException.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiFileLogger.php b/dibi/libs/DibiFileLogger.php index d77e03c0..79c55d49 100644 --- a/dibi/libs/DibiFileLogger.php +++ b/dibi/libs/DibiFileLogger.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiFirePhpLogger.php b/dibi/libs/DibiFirePhpLogger.php index bf10ad74..1f2bf311 100644 --- a/dibi/libs/DibiFirePhpLogger.php +++ b/dibi/libs/DibiFirePhpLogger.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiFluent.php b/dibi/libs/DibiFluent.php index 9ba0af46..ee513b9b 100644 --- a/dibi/libs/DibiFluent.php +++ b/dibi/libs/DibiFluent.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiHashMap.php b/dibi/libs/DibiHashMap.php index 4dd7b98b..cd97ba80 100644 --- a/dibi/libs/DibiHashMap.php +++ b/dibi/libs/DibiHashMap.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiLiteral.php b/dibi/libs/DibiLiteral.php index ee10d04a..5bf15d4f 100644 --- a/dibi/libs/DibiLiteral.php +++ b/dibi/libs/DibiLiteral.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiObject.php b/dibi/libs/DibiObject.php index ad42de18..3bdbb3c4 100644 --- a/dibi/libs/DibiObject.php +++ b/dibi/libs/DibiObject.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiResult.php b/dibi/libs/DibiResult.php index ff82319b..f1d500d7 100644 --- a/dibi/libs/DibiResult.php +++ b/dibi/libs/DibiResult.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiResultIterator.php b/dibi/libs/DibiResultIterator.php index 4caf7522..8951461e 100644 --- a/dibi/libs/DibiResultIterator.php +++ b/dibi/libs/DibiResultIterator.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiRow.php b/dibi/libs/DibiRow.php index 6f22bbb0..a87186ff 100644 --- a/dibi/libs/DibiRow.php +++ b/dibi/libs/DibiRow.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/DibiTranslator.php b/dibi/libs/DibiTranslator.php index 51d5dc1f..aced156b 100644 --- a/dibi/libs/DibiTranslator.php +++ b/dibi/libs/DibiTranslator.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/dibi/libs/interfaces.php b/dibi/libs/interfaces.php index 20880d76..06b05221 100644 --- a/dibi/libs/interfaces.php +++ b/dibi/libs/interfaces.php @@ -2,11 +2,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. - * * Copyright (c) 2005 David Grudl (http://davidgrudl.com) - * - * For the full copyright and license information, please view - * the file license.txt that was distributed with this source code. */ diff --git a/license.md b/license.md index dc9d0a83..f10f7b43 100644 --- a/license.md +++ b/license.md @@ -16,7 +16,7 @@ remains intact. New BSD License --------------- -Copyright (c) 2004, 2013 David Grudl (http://davidgrudl.com) +Copyright (c) 2004, 2014 David Grudl (http://davidgrudl.com) All rights reserved. Redistribution and use in source and binary forms, with or without modification,