diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2016-03-23 22:47:48 +0100 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2016-03-23 22:47:48 +0100 |
commit | f6c07c47e5d3a73db91318dab1dab2c3e0f4f8dd (patch) | |
tree | d3f018d6730a32e3b6b8819835c4798717306804 /framework/Security | |
parent | c729bfb8739565aa3c064d05a641a7d8cc1fbc3b (diff) |
belated happy new year
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 ee37b64d..ff69c210 100644 --- a/framework/Security/IUserManager.php +++ b/framework/Security/IUserManager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue <qiang.xue@gmail.com> * @link https://github.com/pradosoft/prado - * @copyright Copyright © 2005-2015 The PRADO Group + * @copyright Copyright © 2005-2016 The PRADO Group * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Security */ diff --git a/framework/Security/TAuthManager.php b/framework/Security/TAuthManager.php index 52d30d90..aaa816fc 100644 --- a/framework/Security/TAuthManager.php +++ b/framework/Security/TAuthManager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue <qiang.xue@gmail.com> * @link https://github.com/pradosoft/prado - * @copyright Copyright © 2005-2015 The PRADO Group + * @copyright Copyright © 2005-2016 The PRADO Group * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Security */ diff --git a/framework/Security/TAuthorizationRule.php b/framework/Security/TAuthorizationRule.php index 1b864963..9f9aa506 100644 --- a/framework/Security/TAuthorizationRule.php +++ b/framework/Security/TAuthorizationRule.php @@ -4,7 +4,7 @@ * * @author Qiang Xue <qiang.xue@gmail.com> * @link https://github.com/pradosoft/prado - * @copyright Copyright © 2005-2015 The PRADO Group + * @copyright Copyright © 2005-2016 The PRADO Group * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Security */ diff --git a/framework/Security/TDbUserManager.php b/framework/Security/TDbUserManager.php index 4a9f0327..578059d2 100644 --- a/framework/Security/TDbUserManager.php +++ b/framework/Security/TDbUserManager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue <qiang.xue@gmail.com> * @link https://github.com/pradosoft/prado - * @copyright Copyright © 2005-2015 The PRADO Group + * @copyright Copyright © 2005-2016 The PRADO Group * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Security */ diff --git a/framework/Security/TSecurityManager.php b/framework/Security/TSecurityManager.php index c9283bcb..1b612114 100644 --- a/framework/Security/TSecurityManager.php +++ b/framework/Security/TSecurityManager.php @@ -5,7 +5,7 @@ * * @author Qiang Xue <qiang.xue@gmail.com> * @link https://github.com/pradosoft/prado - * @copyright Copyright © 2005-2015 The PRADO Group + * @copyright Copyright © 2005-2016 The PRADO Group * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Security */ diff --git a/framework/Security/TUser.php b/framework/Security/TUser.php index 8be382c7..ffa34d8c 100644 --- a/framework/Security/TUser.php +++ b/framework/Security/TUser.php @@ -4,7 +4,7 @@ * * @author Qiang Xue <qiang.xue@gmail.com> * @link https://github.com/pradosoft/prado - * @copyright Copyright © 2005-2015 The PRADO Group + * @copyright Copyright © 2005-2016 The PRADO Group * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Security */ diff --git a/framework/Security/TUserManager.php b/framework/Security/TUserManager.php index 6ca8a423..b7e03836 100644 --- a/framework/Security/TUserManager.php +++ b/framework/Security/TUserManager.php @@ -4,7 +4,7 @@ * * @author Qiang Xue <qiang.xue@gmail.com> * @link https://github.com/pradosoft/prado - * @copyright Copyright © 2005-2015 The PRADO Group + * @copyright Copyright © 2005-2016 The PRADO Group * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Security */ |