diff options
Diffstat (limited to 'framework/Data/Common/IbmDb2')
-rw-r--r-- | framework/Data/Common/IbmDb2/TIbmColumnMetaData.php | 4 | ||||
-rw-r--r-- | framework/Data/Common/IbmDb2/TIbmMetaData.php | 4 | ||||
-rw-r--r-- | framework/Data/Common/IbmDb2/TIbmMetaDataInspector.php | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/framework/Data/Common/IbmDb2/TIbmColumnMetaData.php b/framework/Data/Common/IbmDb2/TIbmColumnMetaData.php index 284a5fd2..ee87a374 100644 --- a/framework/Data/Common/IbmDb2/TIbmColumnMetaData.php +++ b/framework/Data/Common/IbmDb2/TIbmColumnMetaData.php @@ -4,7 +4,7 @@ *
* @author Cesar Ramos <cramos[at]gmail[dot]com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2005-2007 PradoSoft
+ * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/
* @version $Id: TIbmColumnMetaData.php 1807 2007-03-31 06:42:15Z wei $
* @package System.Data.ActiveRecord.Vendor
@@ -154,4 +154,4 @@ class TIbmColumnMetaData extends TComponent }
-?>
\ No newline at end of file +?> diff --git a/framework/Data/Common/IbmDb2/TIbmMetaData.php b/framework/Data/Common/IbmDb2/TIbmMetaData.php index 99df5465..059ef2d5 100644 --- a/framework/Data/Common/IbmDb2/TIbmMetaData.php +++ b/framework/Data/Common/IbmDb2/TIbmMetaData.php @@ -5,7 +5,7 @@ *
* @author Cesar Ramos <cramos[at]gmail[dot]com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2005-2007 PradoSoft
+ * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/
* @version $Id: TIbmMetaData.php 1807 2007-03-31 06:42:15Z wei $
* @package System.Data.ActiveRecord.Vendor
@@ -110,4 +110,4 @@ class TIbmMetaData extends TDbMetaDataCommon }
-?>
\ No newline at end of file +?> diff --git a/framework/Data/Common/IbmDb2/TIbmMetaDataInspector.php b/framework/Data/Common/IbmDb2/TIbmMetaDataInspector.php index 1cd8af95..cfb4803d 100644 --- a/framework/Data/Common/IbmDb2/TIbmMetaDataInspector.php +++ b/framework/Data/Common/IbmDb2/TIbmMetaDataInspector.php @@ -4,7 +4,7 @@ *
* @author Cesar Ramos <cramos[at]gmail[dot]com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2005-2007 PradoSoft
+ * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/
* @version $Id: TIbmMetaDataInspector.php 1807 2007-03-31 06:42:15Z wei $
* @package System.Data.ActiveRecord.Vendor
@@ -110,4 +110,4 @@ class TIbmMetaDataInspector extends TDbMetaDataInspector return new TIbmMetaData($table,$columns,$pks);
}
}
-?>
\ No newline at end of file +?> |