Change header to Query

This commit is contained in:
Timothy Warren 2012-04-13 10:59:50 -04:00
parent b2ec6823a4
commit ffb454e95f
1 changed files with 5 additions and 5 deletions

View File

@ -1,19 +1,19 @@
<?php <?php
/** /**
* OpenSQLManager * Query
* *
* Free Database manager for Open Source Databases * Free Query Builder / Database Abstraction Layer
* *
* @author Timothy J. Warren * @author Timothy J. Warren
* @copyright Copyright (c) 2012 * @copyright Copyright (c) 2012
* @link https://github.com/aviat4ion/OpenSQLManager * @link https://github.com/aviat4ion/Query
* @license http://philsturgeon.co.uk/code/dbad-license * @license http://philsturgeon.co.uk/code/dbad-license
*/ */
// -------------------------------------------------------------------------- // --------------------------------------------------------------------------
/** /**
* Class for manipulating datbase connections, and program settings * Class for manipulating datbase connections, and miscellaneous settings
* *
* Use JSON for compatibility * Use JSON for compatibility
*/ */