1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-04 21:28:02 +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

@@ -4,17 +4,26 @@
* dibi - Database Abstraction Layer according to dgx
* --------------------------------------------------
*
* For PHP 5.0.3 or newer
* Copyright (c) 2005-2007 David Grudl aka -dgx- <dave@dgx.cz>
*
* This source file is subject to the GNU GPL license.
* for PHP 5.0.3 and newer
*
* @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 0.7g $Revision$ $Date$
* @link http://dibi.texy.info/
* @license GNU GENERAL PUBLIC LICENSE version 2
* @package dibi
* @category Database
* @version 2.0 beta (Revision: $WCREV$, Date: $WCDATE$)
* @version 0.7g (Revision: $WCREV$, Date: $WCDATE$)
*/
/**
* This file is part of the "dibi" project (http://dibi.texy.info/)
*
* Copyright (c) 2005-2007 David Grudl aka -dgx- <dave@dgx.cz>
*
* @version $Revision$ $Date$
* @package dibi
*/

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
*/

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
*/

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
*/

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
*/

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
*/

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
*/

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
*/

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
*/

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
*/

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
*/

View File

@@ -1 +1,4 @@
Dibi Version 0.7g
Dibi version 0.7g
Revision: $WCREV$
Date: $WCDATE$