From 654a9cae43358c7eecf3b522e9876aa7815e2453 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 7 Dec 2015 15:57:51 +0100 Subject: Move urls from pradosoft.com to github's project page; drop unmaintained quickstart tutorial translations --- framework/Security/IUserManager.php | 6 +++--- framework/Security/TAuthManager.php | 6 +++--- framework/Security/TAuthorizationRule.php | 6 +++--- framework/Security/TDbUserManager.php | 6 +++--- framework/Security/TSecurityManager.php | 6 +++--- framework/Security/TUser.php | 6 +++--- framework/Security/TUserManager.php | 6 +++--- 7 files changed, 21 insertions(+), 21 deletions(-) (limited to 'framework/Security') 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 - * @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 - * @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 - * @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 - * @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 - * @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 - * @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 - * @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 */ -- cgit v1.2.3