Update copyright for the new year

This commit is contained in:
Timothy Warren 2014-01-02 12:36:50 -05:00
parent 73d6e72afc
commit 6dc9ed0d52
24 changed files with 48 additions and 48 deletions

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -66,4 +66,4 @@ function query_autoload($class)
// Set up autoloader
spl_autoload_register('query_autoload');
// End of autoload.php
// End of autoload.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -552,4 +552,4 @@ abstract class DB_PDO extends PDO {
return array($sql, $vals);
}
}
// End of db_pdo.php
// End of db_pdo.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -96,4 +96,4 @@ abstract class DB_Util {
abstract public function backup_data();
}
// End of db_util.php
// End of db_util.php

View File

@ -5,7 +5,7 @@
* Free Query Builder / Database Abstraction Layer
*
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
* @package Query
@ -113,4 +113,4 @@ interface iDB_SQL {
public function column_list($table);
}
// End of db_sql.php
// End of db_sql.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -477,4 +477,4 @@ interface iQuery_Builder {
public function reset_query();
}
// End of iquery_builder.php
// End of iquery_builder.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -1386,4 +1386,4 @@ class Query_Builder implements iQuery_Builder {
return $sql;
}
}
// End of query_builder.php
// End of query_builder.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -106,4 +106,4 @@ class Query_Parser {
}
// End of query_parser.php
// End of query_parser.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -209,4 +209,4 @@ function Query($params = '')
return $conn;
}
// End of common.php
// End of common.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -284,4 +284,4 @@ class Firebird extends DB_PDO {
return NULL;
}
}
// End of firebird_driver.php
// End of firebird_driver.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -287,4 +287,4 @@ class Firebird_Result extends PDOStatement {
return array(0, $code, $msg);
}
}
// End of firebird_result.php
// End of firebird_result.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -255,4 +255,4 @@ SQL;
}
}
//End of firebird_sql.php
//End of firebird_sql.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -191,4 +191,4 @@ class Firebird_Util extends DB_Util {
return $output_sql;
}
}
// End of firebird_util.php
// End of firebird_util.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -65,4 +65,4 @@ class MySQL extends DB_PDO {
$this->query("TRUNCATE `{$table}`");
}
}
//End of mysql_driver.php
//End of mysql_driver.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -178,4 +178,4 @@ class MySQL_SQL implements iDB_SQL {
return "SHOW FULL COLUMNS FROM {$table}";
}
}
//End of mysql_sql.php
//End of mysql_sql.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -214,4 +214,4 @@ class MySQL_Util extends DB_Util {
return $output_sql;
}
}
// End of mysql_util.php
// End of mysql_util.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -70,4 +70,4 @@ class ODBC extends DB_PDO {
return NULL;
}
}
// End of odbc_driver.php
// End of odbc_driver.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -168,4 +168,4 @@ class ODBC_SQL implements iDB_SQL {
}
}
// End of odbc_sql.php
// End of odbc_sql.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -88,4 +88,4 @@ class ODBC_Util extends DB_Util {
return '';
}
}
// End of ODBC_util.php
// End of ODBC_util.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -70,4 +70,4 @@ SQL;
return $this->driver_query($sql);
}
}
//End of pgsql_driver.php
//End of pgsql_driver.php

View File

@ -5,7 +5,7 @@
* Free Query Builder / Database Abstraction Layer
*
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -227,4 +227,4 @@ SQL;
SQL;
}
}
//End of pgsql_manip.php
//End of pgsql_manip.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -177,4 +177,4 @@ class PgSQL_Util extends DB_Util {
return $output_sql;
}
}
// End of pgsql_util.php
// End of pgsql_util.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -136,4 +136,4 @@ class SQLite extends DB_PDO {
return NULL;
}
}
//End of sqlite_driver.php
//End of sqlite_driver.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -180,4 +180,4 @@ SQL;
}
}
//End of sqlite_sql.php
//End of sqlite_sql.php

View File

@ -6,7 +6,7 @@
*
* @package Query
* @author Timothy J. Warren
* @copyright Copyright (c) 2012 - 2013
* @copyright Copyright (c) 2012 - 2014
* @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license
*/
@ -195,4 +195,4 @@ class SQLite_Util extends DB_Util {
return $sql_structure;
}
}
// End of sqlite_util.php
// End of sqlite_util.php