diff options
Diffstat (limited to 'demos/blog/protected/Common/BlogPage.php')
-rwxr-xr-x | demos/blog/protected/Common/BlogPage.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/blog/protected/Common/BlogPage.php b/demos/blog/protected/Common/BlogPage.php index 2c394e46..ebcb49bb 100755 --- a/demos/blog/protected/Common/BlogPage.php +++ b/demos/blog/protected/Common/BlogPage.php @@ -3,18 +3,18 @@ * BlogPage class file * * @author Qiang Xue <qiang.xue@gmail.com> - * @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 */ /** * BlogPage class * * @author Qiang Xue <qiang.xue@gmail.com> - * @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 BlogPage extends TPage { |