1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-06 06:07:39 +02:00

modified phpDoc headers

This commit is contained in:
David Grudl
2007-04-11 18:30:30 +00:00
parent 89ee302927
commit e834c0ccae
12 changed files with 62 additions and 110 deletions

View File

@@ -1,18 +1,12 @@
<?php
/**
* dibi - Database Abstraction Layer according to dgx
* --------------------------------------------------
* This file is part of the "dibi" project (http://dibi.texy.info/)
*
* This source file is subject to the GNU GPL license.
* Copyright (c) 2005-2007 David Grudl aka -dgx- <dave@dgx.cz>
*
* @author David Grudl aka -dgx- <dave@dgx.cz>
* @link http://dibi.texy.info/
* @copyright Copyright (c) 2005-2007 David Grudl
* @license GNU GENERAL PUBLIC LICENSE v2
* @package dibi
* @category Database
* @version $Revision$ $Date$
* @version $Revision$ $Date$
* @package dibi
*/