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/Util/TCallChain.php | 4 ++-- framework/Util/TClassBehavior.php | 4 ++-- framework/Util/TDataFieldAccessor.php | 6 +++--- framework/Util/TDateTimeStamp.php | 6 +++--- framework/Util/TLogRouter.php | 8 ++++---- framework/Util/TLogger.php | 6 +++--- framework/Util/TParameterModule.php | 6 +++--- framework/Util/TRpcClient.php | 4 ++-- framework/Util/TSimpleDateFormatter.php | 6 +++--- framework/Util/TVarDumper.php | 6 +++--- 10 files changed, 28 insertions(+), 28 deletions(-) (limited to 'framework/Util') 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 - * @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 - * @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 - * @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 - * @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, * * - * + * * * PHP configuration style: * 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 - * @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 - * @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 - * @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 - * @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 - * @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 */ -- cgit v1.2.3