Update header comments

This commit is contained in:
Timothy Warren 2019-12-11 16:49:42 -05:00
parent 83373700d3
commit a5dab73828
36 changed files with 147 additions and 112 deletions

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Mysql;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Mysql;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Mysql;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Pgsql;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Pgsql;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Pgsql;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Sqlite;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Sqlite;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Drivers\Sqlite;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Exception;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Exception;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Exception;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query;

View File

@ -4,15 +4,15 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2016 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace {
use Query\{

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests\Drivers\MySQL;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests\Drivers\MySQL;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests\Drivers\PgSQL;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests\Drivers\PgSQL;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests\Drivers\SQLite;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests\Drivers\SQLite;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace Query\Tests;

View File

@ -4,13 +4,14 @@
*
* SQL Query Builder / Database Abstraction Layer
*
* PHP version 7.1
* PHP version 7.2
*
* @package Query
* @author Timothy J. Warren <tim@timshomepage.net>
* @copyright 2012 - 2018 Timothy J. Warren
* @copyright 2012 - 2019 Timothy J. Warren
* @license http://www.opensource.org/licenses/mit-license.html MIT License
* @link https://git.timshomepage.net/aviat4ion/Query
* @link https://git.timshomepage.net/aviat/Query
* @version 3.0.0
*/
namespace {
/**