From a184f4ba5e9d30e69b8ed8f0af9619826d571b2c Mon Sep 17 00:00:00 2001 From: zYne Date: Sun, 24 Sep 2006 09:56:23 +0000 Subject: [PATCH] added license --- Doctrine/DataDict.php | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/Doctrine/DataDict.php b/Doctrine/DataDict.php index 14ca006b7..cf4af576d 100644 --- a/Doctrine/DataDict.php +++ b/Doctrine/DataDict.php @@ -1,4 +1,31 @@ . + */ + +/** + * Doctrine_DataDict + * + * @package Doctrine ORM + * @url www.phpdoctrine.com + * @license LGPL + */ class Doctrine_DataDict { private $dbh; @@ -111,7 +138,7 @@ class Doctrine_DataDict { elseif($length < 10) return "I4"; else - return "I8"; + return "I8"; break; default: throw new Doctrine_Exception("Unknown column type $type");