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
/**
* OpenSQLManager
* Query
*
* Free Database manager for Open Source Databases
* Free Query Builder / Database Abstraction Layer
*
* @author Timothy J. Warren
* @copyright Copyright (c) 2012
* @link https://github.com/aviat4ion/OpenSQLManager
* @license http://philsturgeon.co.uk/code/dbad-license
* @link https://github.com/aviat4ion/Query
* @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
*/