diff options
Diffstat (limited to 'framework/Util')
-rw-r--r-- | framework/Util/TCallChain.php | 4 | ||||
-rw-r--r-- | framework/Util/TClassBehavior.php | 4 | ||||
-rw-r--r-- | framework/Util/TDataFieldAccessor.php | 6 | ||||
-rw-r--r-- | framework/Util/TDateTimeStamp.php | 6 | ||||
-rw-r--r-- | framework/Util/TLogRouter.php | 8 | ||||
-rw-r--r-- | framework/Util/TLogger.php | 6 | ||||
-rw-r--r-- | framework/Util/TParameterModule.php | 6 | ||||
-rw-r--r-- | framework/Util/TRpcClient.php | 4 | ||||
-rw-r--r-- | framework/Util/TSimpleDateFormatter.php | 6 | ||||
-rw-r--r-- | framework/Util/TVarDumper.php | 6 |
10 files changed, 28 insertions, 28 deletions
diff --git a/framework/Util/TCallChain.php b/framework/Util/TCallChain.php index 97a9bdb7..4e9e23f7 100644 --- a/framework/Util/TCallChain.php +++ b/framework/Util/TCallChain.php @@ -3,9 +3,9 @@ * TCallChain class file. * * @author Brad Anderson <javalizard@gmail.com> - * @link http://www.pradosoft.com/ + * @link https://github.com/pradosoft/prado * @copyright Copyright © 2008-2015 Pradosoft - * @license http://www.pradosoft.com/license/ + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT */ /** diff --git a/framework/Util/TClassBehavior.php b/framework/Util/TClassBehavior.php index 03ea0c57..05f009d2 100644 --- a/framework/Util/TClassBehavior.php +++ b/framework/Util/TClassBehavior.php @@ -3,9 +3,9 @@ * TClassBehavior class file. * * @author Brad Anderson <javalizard@gmail.com> - * @link http://www.pradosoft.com/ + * @link https://github.com/pradosoft/prado * @copyright Copyright © 2008-2011 Pradosoft - * @license http://www.pradosoft.com/license/ + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT */ /** diff --git a/framework/Util/TDataFieldAccessor.php b/framework/Util/TDataFieldAccessor.php index 6517c478..e86b8c11 100644 --- a/framework/Util/TDataFieldAccessor.php +++ b/framework/Util/TDataFieldAccessor.php @@ -3,9 +3,9 @@ * TDataFieldAccessor 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.Util */ diff --git a/framework/Util/TDateTimeStamp.php b/framework/Util/TDateTimeStamp.php index a848782c..2bc2a9fd 100644 --- a/framework/Util/TDateTimeStamp.php +++ b/framework/Util/TDateTimeStamp.php @@ -3,9 +3,9 @@ * TDateTimeStamp class file. * @author Fabio Bas ctrlaltca[AT]gmail[DOT]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.Util */ diff --git a/framework/Util/TLogRouter.php b/framework/Util/TLogRouter.php index 94ab27bf..5b40f540 100644 --- a/framework/Util/TLogRouter.php +++ b/framework/Util/TLogRouter.php @@ -3,9 +3,9 @@ * TLogRouter, TLogRoute, TFileLogRoute, TEmailLogRoute 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.Util */ @@ -24,7 +24,7 @@ Prado::using('System.Data.TDbConnection'); * The format is as follows, * <code> * <route class="TFileLogRoute" Categories="System.Web.UI" Levels="Warning" /> - * <route class="TEmailLogRoute" Categories="Application" Levels="Fatal" Emails="admin@pradosoft.com" /> + * <route class="TEmailLogRoute" Categories="Application" Levels="Fatal" Emails="admin@prado.local" /> * </code> * PHP configuration style: * <code> diff --git a/framework/Util/TLogger.php b/framework/Util/TLogger.php index 4a4b2161..6f188b0b 100644 --- a/framework/Util/TLogger.php +++ b/framework/Util/TLogger.php @@ -3,9 +3,9 @@ * TLogger 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.Util */ diff --git a/framework/Util/TParameterModule.php b/framework/Util/TParameterModule.php index 2008229f..4819d309 100644 --- a/framework/Util/TParameterModule.php +++ b/framework/Util/TParameterModule.php @@ -3,9 +3,9 @@ * TParameterModule 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.Util */ diff --git a/framework/Util/TRpcClient.php b/framework/Util/TRpcClient.php index 91b27b52..c8920a2e 100644 --- a/framework/Util/TRpcClient.php +++ b/framework/Util/TRpcClient.php @@ -2,9 +2,9 @@ /** * @author Robin J. Rogge <rrogge@bigpoint.net> - * @link http://www.pradosoft.com/ + * @link https://github.com/pradosoft/prado * @copyright 2010 Bigpoint GmbH - * @license http://www.pradosoft.com/license/ + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT * @since 3.2 * @package System.Util */ diff --git a/framework/Util/TSimpleDateFormatter.php b/framework/Util/TSimpleDateFormatter.php index 1d7d7514..7e9fec6c 100644 --- a/framework/Util/TSimpleDateFormatter.php +++ b/framework/Util/TSimpleDateFormatter.php @@ -3,9 +3,9 @@ * TSimpleDateFormatter class file * * @author Wei Zhuo <weizhuo[at]gmail[dot]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.Util */ diff --git a/framework/Util/TVarDumper.php b/framework/Util/TVarDumper.php index e7e00d2b..c5318484 100644 --- a/framework/Util/TVarDumper.php +++ b/framework/Util/TVarDumper.php @@ -3,9 +3,9 @@ * TVarDumper 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.Util */ |