diff options
Diffstat (limited to 'framework/Security')
-rw-r--r-- | framework/Security/IUserManager.php | 6 | ||||
-rw-r--r-- | framework/Security/TAuthManager.php | 6 | ||||
-rw-r--r-- | framework/Security/TAuthorizationRule.php | 6 | ||||
-rw-r--r-- | framework/Security/TDbUserManager.php | 6 | ||||
-rw-r--r-- | framework/Security/TSecurityManager.php | 6 | ||||
-rw-r--r-- | framework/Security/TUser.php | 6 | ||||
-rw-r--r-- | framework/Security/TUserManager.php | 6 |
7 files changed, 21 insertions, 21 deletions
diff --git a/framework/Security/IUserManager.php b/framework/Security/IUserManager.php index 0259d52f..ee37b64d 100644 --- a/framework/Security/IUserManager.php +++ b/framework/Security/IUserManager.php @@ -3,9 +3,9 @@ * IUserManager interface file * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 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 38817f11..52d30d90 100644 --- a/framework/Security/TAuthManager.php +++ b/framework/Security/TAuthManager.php @@ -3,9 +3,9 @@ * TAuthManager class file * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 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 c140fa3c..1b864963 100644 --- a/framework/Security/TAuthorizationRule.php +++ b/framework/Security/TAuthorizationRule.php @@ -3,9 +3,9 @@ * TAuthorizationRule, TAuthorizationRuleCollection class file * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 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 652b202f..4a9f0327 100644 --- a/framework/Security/TDbUserManager.php +++ b/framework/Security/TDbUserManager.php @@ -3,9 +3,9 @@ * TDbUserManager class * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 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 d7860d1b..c9283bcb 100644 --- a/framework/Security/TSecurityManager.php +++ b/framework/Security/TSecurityManager.php @@ -4,9 +4,9 @@ * TSecurityManager class file * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 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 1a16b07e..8be382c7 100644 --- a/framework/Security/TUser.php +++ b/framework/Security/TUser.php @@ -3,9 +3,9 @@ * TUser class file. * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 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 1615434c..6ca8a423 100644 --- a/framework/Security/TUserManager.php +++ b/framework/Security/TUserManager.php @@ -3,9 +3,9 @@ * TUserManager class * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2015 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2005-2015 The PRADO Group + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @package System.Security */ |