diff options
author | ctrlaltca <> | 2013-01-07 20:23:32 +0000 |
---|---|---|
committer | ctrlaltca <> | 2013-01-07 20:23:32 +0000 |
commit | 67a8e014085216542d781ad66f1681206e9358a6 (patch) | |
tree | ab22167aeb73b44d59264abdd45e3f0412ad3cc6 /framework/Security | |
parent | 13c82d976c4ac5f03ab4f76f6886b78802e35d81 (diff) |
happy new year 2013!
Diffstat (limited to 'framework/Security')
-rw-r--r-- | framework/Security/IUserManager.php | 2 | ||||
-rw-r--r-- | framework/Security/TAuthManager.php | 2 | ||||
-rw-r--r-- | framework/Security/TAuthorizationRule.php | 2 | ||||
-rw-r--r-- | framework/Security/TDbUserManager.php | 2 | ||||
-rw-r--r-- | framework/Security/TSecurityManager.php | 2 | ||||
-rw-r--r-- | framework/Security/TUser.php | 2 | ||||
-rw-r--r-- | framework/Security/TUserManager.php | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/framework/Security/IUserManager.php b/framework/Security/IUserManager.php index 19431bd9..bbe55a4e 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-2012 PradoSoft + * @copyright Copyright © 2005-2013 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System.Security diff --git a/framework/Security/TAuthManager.php b/framework/Security/TAuthManager.php index b90e3e4d..1d499737 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-2012 PradoSoft + * @copyright Copyright © 2005-2013 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System.Security diff --git a/framework/Security/TAuthorizationRule.php b/framework/Security/TAuthorizationRule.php index 4eb32b10..7013c2d2 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-2012 PradoSoft + * @copyright Copyright © 2005-2013 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System.Security diff --git a/framework/Security/TDbUserManager.php b/framework/Security/TDbUserManager.php index e7269937..8e8b1f8f 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-2012 PradoSoft + * @copyright Copyright © 2005-2013 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System.Security diff --git a/framework/Security/TSecurityManager.php b/framework/Security/TSecurityManager.php index 652f789f..6b364170 100644 --- a/framework/Security/TSecurityManager.php +++ b/framework/Security/TSecurityManager.php @@ -5,7 +5,7 @@ * * @author Qiang Xue <qiang.xue@gmail.com> * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2012 PradoSoft + * @copyright Copyright © 2005-2013 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System.Security diff --git a/framework/Security/TUser.php b/framework/Security/TUser.php index 2b367255..60f0a270 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-2012 PradoSoft + * @copyright Copyright © 2005-2013 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System.Security diff --git a/framework/Security/TUserManager.php b/framework/Security/TUserManager.php index c66ce8ad..dd395ece 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-2012 PradoSoft + * @copyright Copyright © 2005-2013 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System.Security |