diff --git a/dibi/dibi.php b/dibi/dibi.php index 96e2b3fe..11440bf6 100644 --- a/dibi/dibi.php +++ b/dibi/dibi.php @@ -3,7 +3,7 @@ /** * dibi - smart database abstraction layer (http://dibiphp.com) * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.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/firebird.php b/dibi/drivers/firebird.php index 051afd8a..60198279 100644 --- a/dibi/drivers/firebird.php +++ b/dibi/drivers/firebird.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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/mssql.php b/dibi/drivers/mssql.php index 09d7a60a..bacd1eff 100644 --- a/dibi/drivers/mssql.php +++ b/dibi/drivers/mssql.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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/mssql2005.php b/dibi/drivers/mssql2005.php index 3fa0955d..d832fef6 100644 --- a/dibi/drivers/mssql2005.php +++ b/dibi/drivers/mssql2005.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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/mysql.php b/dibi/drivers/mysql.php index 3c15e71a..b59ef4b1 100644 --- a/dibi/drivers/mysql.php +++ b/dibi/drivers/mysql.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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/mysql.reflector.php b/dibi/drivers/mysql.reflector.php index 1ddad6cb..107b1a6f 100644 --- a/dibi/drivers/mysql.reflector.php +++ b/dibi/drivers/mysql.reflector.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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/mysqli.php b/dibi/drivers/mysqli.php index 75a7a2ac..82991c5e 100644 --- a/dibi/drivers/mysqli.php +++ b/dibi/drivers/mysqli.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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/odbc.php b/dibi/drivers/odbc.php index bdb19d81..14e19d64 100644 --- a/dibi/drivers/odbc.php +++ b/dibi/drivers/odbc.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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/oracle.php b/dibi/drivers/oracle.php index 0adc943b..a74b42f0 100644 --- a/dibi/drivers/oracle.php +++ b/dibi/drivers/oracle.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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/pdo.php b/dibi/drivers/pdo.php index 67c3de59..127cdeab 100644 --- a/dibi/drivers/pdo.php +++ b/dibi/drivers/pdo.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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/postgre.php b/dibi/drivers/postgre.php index fdee0575..5733bdf0 100644 --- a/dibi/drivers/postgre.php +++ b/dibi/drivers/postgre.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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. @@ -324,7 +324,7 @@ class DibiPostgreDriver extends DibiObject implements IDibiDriver, IDibiResultDr } else { $value = pg_escape_string($value); } - + $value = strtr($value, array( '%' => '\\\\%', '_' => '\\\\_')); return ($pos <= 0 ? "'%" : "'") . $value . ($pos >= 0 ? "%'" : "'"); } diff --git a/dibi/drivers/sqlite.php b/dibi/drivers/sqlite.php index 839f3aa5..e4f2e804 100644 --- a/dibi/drivers/sqlite.php +++ b/dibi/drivers/sqlite.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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/sqlite.reflector.php b/dibi/drivers/sqlite.reflector.php index 491c3283..5313b158 100644 --- a/dibi/drivers/sqlite.reflector.php +++ b/dibi/drivers/sqlite.reflector.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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/sqlite3.php b/dibi/drivers/sqlite3.php index 26d293d0..2bc1ad72 100644 --- a/dibi/drivers/sqlite3.php +++ b/dibi/drivers/sqlite3.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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 73923609..d0422e08 100644 --- a/dibi/libs/DibiConnection.php +++ b/dibi/libs/DibiConnection.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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 0b492dbe..972f167b 100644 --- a/dibi/libs/DibiDataSource.php +++ b/dibi/libs/DibiDataSource.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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 c2df7f92..9d3204aa 100644 --- a/dibi/libs/DibiDatabaseInfo.php +++ b/dibi/libs/DibiDatabaseInfo.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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 5f546c4c..a06cfce3 100644 --- a/dibi/libs/DibiDateTime.php +++ b/dibi/libs/DibiDateTime.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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 07727a02..8ee90e44 100644 --- a/dibi/libs/DibiException.php +++ b/dibi/libs/DibiException.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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 d51439eb..c95ff1da 100644 --- a/dibi/libs/DibiFluent.php +++ b/dibi/libs/DibiFluent.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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 80be6696..3676bbaf 100644 --- a/dibi/libs/DibiHashMap.php +++ b/dibi/libs/DibiHashMap.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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 f359d88f..709b3900 100644 --- a/dibi/libs/DibiObject.php +++ b/dibi/libs/DibiObject.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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/DibiProfiler.php b/dibi/libs/DibiProfiler.php index fd5cb0fa..cec0a74d 100644 --- a/dibi/libs/DibiProfiler.php +++ b/dibi/libs/DibiProfiler.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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 ffb4b7d7..d55daff1 100644 --- a/dibi/libs/DibiResult.php +++ b/dibi/libs/DibiResult.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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 35b62ae7..bba57327 100644 --- a/dibi/libs/DibiResultIterator.php +++ b/dibi/libs/DibiResultIterator.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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 1a5024a8..aa9dc5ac 100644 --- a/dibi/libs/DibiRow.php +++ b/dibi/libs/DibiRow.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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 372c7b12..56fc1207 100644 --- a/dibi/libs/DibiTranslator.php +++ b/dibi/libs/DibiTranslator.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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 0577eeb4..1e5a6e05 100644 --- a/dibi/libs/interfaces.php +++ b/dibi/libs/interfaces.php @@ -3,7 +3,7 @@ /** * This file is part of the "dibi" - smart database abstraction layer. * - * Copyright (c) 2005, 2010 David Grudl (http://davidgrudl.com) + * 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/examples/Nette/license.txt b/examples/Nette/license.txt index e71694ab..26020d87 100644 --- a/examples/Nette/license.txt +++ b/examples/Nette/license.txt @@ -22,7 +22,7 @@ If your stuff is good, it will not take long to establish a reputation for yours New BSD License --------------- -Copyright (c) 2004, 2011 David Grudl (http://davidgrudl.com) +Copyright (c) 2004, 2012 David Grudl (http://davidgrudl.com) All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/license.txt b/license.txt index 9c7567f0..fc19aec7 100644 --- a/license.txt +++ b/license.txt @@ -21,7 +21,7 @@ it will not take long to establish a reputation for yourselves. New BSD License --------------- -Copyright (c) 2005, 2011 David Grudl (http://davidgrudl.com) +Copyright (c) 2005, 2012 David Grudl (http://davidgrudl.com) All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff --git a/tests/NetteTest/Assert.php b/tests/NetteTest/Assert.php index af0ec064..0e63e2fa 100644 --- a/tests/NetteTest/Assert.php +++ b/tests/NetteTest/Assert.php @@ -3,7 +3,7 @@ /** * Nette Framework * - * @copyright Copyright (c) 2004, 2010 David Grudl + * @copyright Copyright (c) 2004 David Grudl * @license http://nette.org/license Nette license * @link http://nette.org * @category Nette diff --git a/tests/NetteTest/TestCase.php b/tests/NetteTest/TestCase.php index e84b5498..aa02b272 100644 --- a/tests/NetteTest/TestCase.php +++ b/tests/NetteTest/TestCase.php @@ -3,7 +3,7 @@ /** * Nette Framework * - * @copyright Copyright (c) 2004, 2010 David Grudl + * @copyright Copyright (c) 2004 David Grudl * @license http://nette.org/license Nette license * @link http://nette.org * @category Nette diff --git a/tests/NetteTest/TestHelpers.php b/tests/NetteTest/TestHelpers.php index eb6a0ee7..719e8049 100644 --- a/tests/NetteTest/TestHelpers.php +++ b/tests/NetteTest/TestHelpers.php @@ -3,7 +3,7 @@ /** * Nette Framework * - * @copyright Copyright (c) 2004, 2010 David Grudl + * @copyright Copyright (c) 2004 David Grudl * @license http://nette.org/license Nette license * @link http://nette.org * @category Nette diff --git a/tests/NetteTest/TestRunner.php b/tests/NetteTest/TestRunner.php index ade71e09..3eebfe49 100644 --- a/tests/NetteTest/TestRunner.php +++ b/tests/NetteTest/TestRunner.php @@ -3,7 +3,7 @@ /** * Nette Framework * - * @copyright Copyright (c) 2004, 2010 David Grudl + * @copyright Copyright (c) 2004 David Grudl * @license http://nette.org/license Nette license * @link http://nette.org * @category Nette