From 82e82e8872270ba00735b5642b1198566b2721fc Mon Sep 17 00:00:00 2001 From: David Grudl Date: Fri, 4 Aug 2006 14:04:26 +0000 Subject: [PATCH] specify license GPL as "v2" only --- copyright.txt | 5 ++--- dibi.compact/dibi.compact.php | 2 +- dibi/dibi.php | 2 +- dibi/drivers/mysql.php | 2 +- dibi/drivers/mysqli.php | 2 +- dibi/drivers/odbc.php | 2 +- dibi/drivers/sqlite.php | 2 +- dibi/libs/driver.php | 2 +- dibi/libs/exception.php | 2 +- dibi/libs/parser.php | 2 +- dibi/libs/resultset.php | 2 +- 11 files changed, 12 insertions(+), 13 deletions(-) diff --git a/copyright.txt b/copyright.txt index ad2e2f22..b9332d82 100644 --- a/copyright.txt +++ b/copyright.txt @@ -7,9 +7,8 @@ For more information, visit the homepage http://texy.info/dibi or author's weblog: http://www.dgx.cz/trine/ This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. +it under the terms of the GNU General Public License version 2 as published by +the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/dibi.compact/dibi.compact.php b/dibi.compact/dibi.compact.php index 7274b5e8..fa38d198 100644 --- a/dibi.compact/dibi.compact.php +++ b/dibi.compact/dibi.compact.php @@ -10,7 +10,7 @@ * @author David Grudl aka -dgx- * @link http://texy.info/dibi/ * @copyright Copyright (c) 2005-2006 David Grudl - * @license GNU GENERAL PUBLIC LICENSE + * @license GNU GENERAL PUBLIC LICENSE v2 * @package dibi * @category Database * @version 0.6b $Revision: 11 $ $Date: 2006-06-08 04:02:05 +0200 (čt, 08 VI 2006) $ diff --git a/dibi/dibi.php b/dibi/dibi.php index 52f61be3..5f0acce4 100644 --- a/dibi/dibi.php +++ b/dibi/dibi.php @@ -11,7 +11,7 @@ * @author David Grudl aka -dgx- * @link http://texy.info/dibi/ * @copyright Copyright (c) 2005-2006 David Grudl - * @license GNU GENERAL PUBLIC LICENSE + * @license GNU GENERAL PUBLIC LICENSE v2 * @package dibi * @category Database * @version 0.6b $Revision$ $Date$ diff --git a/dibi/drivers/mysql.php b/dibi/drivers/mysql.php index e5f2dabc..319e7a26 100644 --- a/dibi/drivers/mysql.php +++ b/dibi/drivers/mysql.php @@ -9,7 +9,7 @@ * @author David Grudl aka -dgx- * @link http://texy.info/dibi/ * @copyright Copyright (c) 2005-2006 David Grudl - * @license GNU GENERAL PUBLIC LICENSE + * @license GNU GENERAL PUBLIC LICENSE v2 * @package dibi * @category Database * @version $Revision$ $Date$ diff --git a/dibi/drivers/mysqli.php b/dibi/drivers/mysqli.php index 54ab590c..c2c78a11 100644 --- a/dibi/drivers/mysqli.php +++ b/dibi/drivers/mysqli.php @@ -9,7 +9,7 @@ * @author David Grudl aka -dgx- * @link http://texy.info/dibi/ * @copyright Copyright (c) 2005-2006 David Grudl - * @license GNU GENERAL PUBLIC LICENSE + * @license GNU GENERAL PUBLIC LICENSE v2 * @package dibi * @category Database * @version $Revision$ $Date$ diff --git a/dibi/drivers/odbc.php b/dibi/drivers/odbc.php index 849503e9..293959b0 100644 --- a/dibi/drivers/odbc.php +++ b/dibi/drivers/odbc.php @@ -9,7 +9,7 @@ * @author David Grudl aka -dgx- * @link http://texy.info/dibi/ * @copyright Copyright (c) 2005-2006 David Grudl - * @license GNU GENERAL PUBLIC LICENSE + * @license GNU GENERAL PUBLIC LICENSE v2 * @package dibi * @category Database * @version $Revision$ $Date$ diff --git a/dibi/drivers/sqlite.php b/dibi/drivers/sqlite.php index c23ddd82..28a855f0 100644 --- a/dibi/drivers/sqlite.php +++ b/dibi/drivers/sqlite.php @@ -9,7 +9,7 @@ * @author David Grudl aka -dgx- * @link http://texy.info/dibi/ * @copyright Copyright (c) 2005-2006 David Grudl - * @license GNU GENERAL PUBLIC LICENSE + * @license GNU GENERAL PUBLIC LICENSE v2 * @package dibi * @category Database * @version $Revision$ $Date$ diff --git a/dibi/libs/driver.php b/dibi/libs/driver.php index 9a823e02..beb4c901 100644 --- a/dibi/libs/driver.php +++ b/dibi/libs/driver.php @@ -9,7 +9,7 @@ * @author David Grudl aka -dgx- * @link http://texy.info/dibi/ * @copyright Copyright (c) 2005-2006 David Grudl - * @license GNU GENERAL PUBLIC LICENSE + * @license GNU GENERAL PUBLIC LICENSE v2 * @package dibi * @category Database * @version $Revision$ $Date$ diff --git a/dibi/libs/exception.php b/dibi/libs/exception.php index abccc6bf..dce90a61 100644 --- a/dibi/libs/exception.php +++ b/dibi/libs/exception.php @@ -9,7 +9,7 @@ * @author David Grudl aka -dgx- * @link http://texy.info/dibi/ * @copyright Copyright (c) 2005-2006 David Grudl - * @license GNU GENERAL PUBLIC LICENSE + * @license GNU GENERAL PUBLIC LICENSE v2 * @package dibi * @category Database * @version $Revision$ $Date$ diff --git a/dibi/libs/parser.php b/dibi/libs/parser.php index 56228a75..b4a6d93b 100644 --- a/dibi/libs/parser.php +++ b/dibi/libs/parser.php @@ -9,7 +9,7 @@ * @author David Grudl aka -dgx- * @link http://texy.info/dibi/ * @copyright Copyright (c) 2005-2006 David Grudl - * @license GNU GENERAL PUBLIC LICENSE + * @license GNU GENERAL PUBLIC LICENSE v2 * @package dibi * @category Database * @version $Revision$ $Date$ diff --git a/dibi/libs/resultset.php b/dibi/libs/resultset.php index 57720445..90ceec6f 100644 --- a/dibi/libs/resultset.php +++ b/dibi/libs/resultset.php @@ -9,7 +9,7 @@ * @author David Grudl aka -dgx- * @link http://texy.info/dibi/ * @copyright Copyright (c) 2005-2006 David Grudl - * @license GNU GENERAL PUBLIC LICENSE + * @license GNU GENERAL PUBLIC LICENSE v2 * @package dibi * @category Database * @version $Revision$ $Date$