diff --git a/build/update_header_comments.php b/build/update_header_comments.php new file mode 100644 index 0000000..5292fc1 --- /dev/null +++ b/build/update_header_comments.php @@ -0,0 +1,70 @@ + + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query; diff --git a/src/Query/AbstractQueryBuilder.php b/src/Query/AbstractQueryBuilder.php index bcfa7b2..1f23364 100644 --- a/src/Query/AbstractQueryBuilder.php +++ b/src/Query/AbstractQueryBuilder.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query; diff --git a/src/Query/AbstractSQL.php b/src/Query/AbstractSQL.php index cc3942c..85b1d84 100644 --- a/src/Query/AbstractSQL.php +++ b/src/Query/AbstractSQL.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license - * @package Query + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query; diff --git a/src/Query/AbstractUtil.php b/src/Query/AbstractUtil.php index a6c9c68..7b78e61 100644 --- a/src/Query/AbstractUtil.php +++ b/src/Query/AbstractUtil.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query; diff --git a/src/Query/BadDBDriverException.php b/src/Query/BadDBDriverException.php index 57d1fde..a8fc3db 100644 --- a/src/Query/BadDBDriverException.php +++ b/src/Query/BadDBDriverException.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query; diff --git a/src/Query/ConnectionManager.php b/src/Query/ConnectionManager.php index ede48ee..939ddc1 100644 --- a/src/Query/ConnectionManager.php +++ b/src/Query/ConnectionManager.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query; diff --git a/src/Query/DriverInterface.php b/src/Query/DriverInterface.php index 086e0b9..1fff2ed 100644 --- a/src/Query/DriverInterface.php +++ b/src/Query/DriverInterface.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query; diff --git a/src/Query/Drivers/Firebird/Driver.php b/src/Query/Drivers/Firebird/Driver.php index 0f48d7d..7ed2e22 100644 --- a/src/Query/Drivers/Firebird/Driver.php +++ b/src/Query/Drivers/Firebird/Driver.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query\Drivers\Firebird; diff --git a/src/Query/Drivers/Firebird/Result.php b/src/Query/Drivers/Firebird/Result.php index 23b2928..ec0180e 100644 --- a/src/Query/Drivers/Firebird/Result.php +++ b/src/Query/Drivers/Firebird/Result.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query\Drivers\Firebird; diff --git a/src/Query/Drivers/Firebird/SQL.php b/src/Query/Drivers/Firebird/SQL.php index a94a0cb..6144660 100644 --- a/src/Query/Drivers/Firebird/SQL.php +++ b/src/Query/Drivers/Firebird/SQL.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query\Drivers\Firebird; diff --git a/src/Query/Drivers/Firebird/Util.php b/src/Query/Drivers/Firebird/Util.php index 85e903c..44d20d4 100644 --- a/src/Query/Drivers/Firebird/Util.php +++ b/src/Query/Drivers/Firebird/Util.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query\Drivers\Firebird; diff --git a/src/Query/Drivers/Mysql/Driver.php b/src/Query/Drivers/Mysql/Driver.php index 1786d0d..03c6204 100644 --- a/src/Query/Drivers/Mysql/Driver.php +++ b/src/Query/Drivers/Mysql/Driver.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query\Drivers\Mysql; diff --git a/src/Query/Drivers/Mysql/SQL.php b/src/Query/Drivers/Mysql/SQL.php index 004e35e..e6ff2cd 100644 --- a/src/Query/Drivers/Mysql/SQL.php +++ b/src/Query/Drivers/Mysql/SQL.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query\Drivers\Mysql; diff --git a/src/Query/Drivers/Mysql/Util.php b/src/Query/Drivers/Mysql/Util.php index ce74441..751d67c 100644 --- a/src/Query/Drivers/Mysql/Util.php +++ b/src/Query/Drivers/Mysql/Util.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query\Drivers\Mysql; diff --git a/src/Query/Drivers/Pgsql/Driver.php b/src/Query/Drivers/Pgsql/Driver.php index 51c3a05..477c82a 100644 --- a/src/Query/Drivers/Pgsql/Driver.php +++ b/src/Query/Drivers/Pgsql/Driver.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query\Drivers\Pgsql; diff --git a/src/Query/Drivers/Pgsql/SQL.php b/src/Query/Drivers/Pgsql/SQL.php index bd89c1a..051c997 100644 --- a/src/Query/Drivers/Pgsql/SQL.php +++ b/src/Query/Drivers/Pgsql/SQL.php @@ -2,14 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query\Drivers\Pgsql; diff --git a/src/Query/Drivers/Pgsql/Util.php b/src/Query/Drivers/Pgsql/Util.php index a569263..a41f727 100644 --- a/src/Query/Drivers/Pgsql/Util.php +++ b/src/Query/Drivers/Pgsql/Util.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query\Drivers\Pgsql; diff --git a/src/Query/Drivers/Sqlite/Driver.php b/src/Query/Drivers/Sqlite/Driver.php index dd0a145..d355afe 100644 --- a/src/Query/Drivers/Sqlite/Driver.php +++ b/src/Query/Drivers/Sqlite/Driver.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query\Drivers\Sqlite; diff --git a/src/Query/Drivers/Sqlite/SQL.php b/src/Query/Drivers/Sqlite/SQL.php index 7fff6d7..7118841 100644 --- a/src/Query/Drivers/Sqlite/SQL.php +++ b/src/Query/Drivers/Sqlite/SQL.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query\Drivers\Sqlite; diff --git a/src/Query/Drivers/Sqlite/Util.php b/src/Query/Drivers/Sqlite/Util.php index b6174a2..26e91a3 100644 --- a/src/Query/Drivers/Sqlite/Util.php +++ b/src/Query/Drivers/Sqlite/Util.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query\Drivers\Sqlite; diff --git a/src/Query/QueryBuilder.php b/src/Query/QueryBuilder.php index 171e758..d919fb4 100644 --- a/src/Query/QueryBuilder.php +++ b/src/Query/QueryBuilder.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query; diff --git a/src/Query/QueryBuilderInterface.php b/src/Query/QueryBuilderInterface.php index cb1cee7..6371ad2 100644 --- a/src/Query/QueryBuilderInterface.php +++ b/src/Query/QueryBuilderInterface.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query; diff --git a/src/Query/QueryParser.php b/src/Query/QueryParser.php index 9d0d028..9959fb0 100644 --- a/src/Query/QueryParser.php +++ b/src/Query/QueryParser.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query; diff --git a/src/Query/SQLInterface.php b/src/Query/SQLInterface.php index f6b5b04..805a199 100644 --- a/src/Query/SQLInterface.php +++ b/src/Query/SQLInterface.php @@ -2,15 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license - * @package Query + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + // -------------------------------------------------------------------------- namespace Query; diff --git a/src/common.php b/src/common.php index af45910..ac417eb 100644 --- a/src/common.php +++ b/src/common.php @@ -2,16 +2,18 @@ /** * Query * - * Free Query Builder / Database Abstraction Layer + * SQL Query Builder / Database Abstraction Layer * - * @package Query - * @subpackage Core - * @author Timothy J. Warren - * @copyright Copyright (c) 2012 - 2015 - * @link https://github.com/aviat4ion/Query - * @license http://philsturgeon.co.uk/code/dbad-license + * PHP version 5.4 + * + * @package Query + * @author Timothy J. Warren + * @copyright 2012 - 2015 Timothy J. Warren + * @license http://www.opensource.org/licenses/mit-license.html MIT License + * @link https://git.timshomepage.net/aviat4ion/Query */ + use Query\ConnectionManager; require __DIR__ . '/../vendor/autoload.php';