diff options
Diffstat (limited to 'framework/prado.php')
-rw-r--r-- | framework/prado.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/framework/prado.php b/framework/prado.php index 1dd4bb47..e91b26cc 100644 --- a/framework/prado.php +++ b/framework/prado.php @@ -11,9 +11,9 @@ * loads a class file if the class is not defined. * * @author Qiang Xue <qiang.xue@gmail.com> - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2014 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 */ |