diff options
Diffstat (limited to 'framework/Security')
-rw-r--r-- | framework/Security/IUserManager.php | 4 | ||||
-rw-r--r-- | framework/Security/TAuthManager.php | 4 | ||||
-rw-r--r-- | framework/Security/TAuthorizationRule.php | 4 | ||||
-rw-r--r-- | framework/Security/TDbUserManager.php | 4 | ||||
-rw-r--r-- | framework/Security/TSecurityManager.php | 4 | ||||
-rw-r--r-- | framework/Security/TUser.php | 4 | ||||
-rw-r--r-- | framework/Security/TUserManager.php | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/framework/Security/IUserManager.php b/framework/Security/IUserManager.php index d90450a9..d8907160 100644 --- a/framework/Security/IUserManager.php +++ b/framework/Security/IUserManager.php @@ -4,7 +4,7 @@ *
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2005 PradoSoft
+ * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Security
@@ -56,4 +56,4 @@ interface IUserManager public function validateUser($username,$password);
}
-?>
\ No newline at end of file +?> diff --git a/framework/Security/TAuthManager.php b/framework/Security/TAuthManager.php index eab82e56..64422845 100644 --- a/framework/Security/TAuthManager.php +++ b/framework/Security/TAuthManager.php @@ -4,7 +4,7 @@ *
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2005 PradoSoft
+ * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Security
@@ -401,4 +401,4 @@ class TAuthManager extends TModule }
}
-?>
\ No newline at end of file +?> diff --git a/framework/Security/TAuthorizationRule.php b/framework/Security/TAuthorizationRule.php index d16ad93b..d301737b 100644 --- a/framework/Security/TAuthorizationRule.php +++ b/framework/Security/TAuthorizationRule.php @@ -4,7 +4,7 @@ *
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2005 PradoSoft
+ * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Security
@@ -294,4 +294,4 @@ class TAuthorizationRuleCollection extends TList }
}
-?>
\ No newline at end of file +?> diff --git a/framework/Security/TDbUserManager.php b/framework/Security/TDbUserManager.php index 35cf4fd7..bd70de8d 100644 --- a/framework/Security/TDbUserManager.php +++ b/framework/Security/TDbUserManager.php @@ -4,7 +4,7 @@ *
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2005-2007 PradoSoft
+ * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Security
@@ -318,4 +318,4 @@ abstract class TDbUser extends TUser }
}
-?>
\ No newline at end of file +?> diff --git a/framework/Security/TSecurityManager.php b/framework/Security/TSecurityManager.php index 5caf96dc..9fbadd10 100644 --- a/framework/Security/TSecurityManager.php +++ b/framework/Security/TSecurityManager.php @@ -4,7 +4,7 @@ *
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2005 PradoSoft
+ * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Security
@@ -279,4 +279,4 @@ class TSecurityManagerValidationMode extends TEnumerable const SHA1='SHA1';
}
-?>
\ No newline at end of file +?> diff --git a/framework/Security/TUser.php b/framework/Security/TUser.php index 95458003..d0e850cf 100644 --- a/framework/Security/TUser.php +++ b/framework/Security/TUser.php @@ -4,7 +4,7 @@ *
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2005 PradoSoft
+ * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Security
@@ -220,4 +220,4 @@ class TUser extends TComponent implements IUser }
}
-?>
\ No newline at end of file +?> diff --git a/framework/Security/TUserManager.php b/framework/Security/TUserManager.php index f6aee767..20b2cbb1 100644 --- a/framework/Security/TUserManager.php +++ b/framework/Security/TUserManager.php @@ -4,7 +4,7 @@ *
* @author Qiang Xue <qiang.xue@gmail.com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2005 PradoSoft
+ * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/
* @version $Id$
* @package System.Security
@@ -320,4 +320,4 @@ class TUserManagerPasswordMode extends TEnumerable const SHA1='SHA1';
}
-?>
\ No newline at end of file +?> |