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 --- demos/blog/protected/Common/BlogException.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'demos/blog/protected/Common/BlogException.php') diff --git a/demos/blog/protected/Common/BlogException.php b/demos/blog/protected/Common/BlogException.php index e857cc3d..0a28d0b1 100755 --- a/demos/blog/protected/Common/BlogException.php +++ b/demos/blog/protected/Common/BlogException.php @@ -3,18 +3,18 @@ * BlogException class file * * @author Qiang Xue - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2006 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2006-2015 The PRADO Group + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT */ /** * BlogException class * * @author Qiang Xue - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2006 PradoSoft - * @license http://www.pradosoft.com/license/ + * @link https://github.com/pradosoft/prado + * @copyright Copyright © 2006-2015 The PRADO Group + * @license https://github.com/pradosoft/prado/blob/master/COPYRIGHT */ class BlogException extends THttpException { -- cgit v1.2.3