This repository was archived by the owner on Jan 29, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +21
-35
lines changed Expand file tree Collapse file tree 7 files changed +21
-35
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Zend Framework (http://framework.zend.com/)
4
- *
5
- * @link http://github.com/zendframework/zf2 for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7
- * @license http://framework.zend.com/license/new-bsd New BSD License
3
+ * @see https://github.com/zendframework/zend-mvc for the canonical source repository
4
+ * @copyright Copyright (c) 2017 Zend Technologies USA Inc. (http://www.zend.com)
5
+ * @license https://github.com/zendframework/zend-mvc/blob/master/LICENSE.md New BSD License
8
6
*/
9
7
10
8
namespace Zend \Mvc \Controller ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Zend Framework (http://framework.zend.com/)
4
- *
5
- * @link http://github.com/zendframework/zf2 for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7
- * @license http://framework.zend.com/license/new-bsd New BSD License
3
+ * @see https://github.com/zendframework/zend-mvc for the canonical source repository
4
+ * @copyright Copyright (c) 2005-2017 Zend Technologies USA Inc. (http://www.zend.com)
5
+ * @license https://github.com/zendframework/zend-mvc/blob/master/LICENSE.md New BSD License
8
6
*/
9
7
10
8
namespace Zend \Mvc ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Zend Framework (http://framework.zend.com/)
4
- *
5
- * @link http://github.com/zendframework/zf2 for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7
- * @license http://framework.zend.com/license/new-bsd New BSD License
3
+ * @see https://github.com/zendframework/zend-mvc for the canonical source repository
4
+ * @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http://www.zend.com)
5
+ * @license https://github.com/zendframework/zend-mvc/blob/master/LICENSE.md New BSD License
8
6
*/
9
7
10
8
namespace Zend \Mvc ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Zend Framework (http://framework.zend.com/)
4
- *
5
- * @link http://github.com/zendframework/zf2 for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7
- * @license http://framework.zend.com/license/new-bsd New BSD License
3
+ * @see https://github.com/zendframework/zend-mvc for the canonical source repository
4
+ * @copyright Copyright (c) 2017 Zend Technologies USA Inc. (http://www.zend.com)
5
+ * @license https://github.com/zendframework/zend-mvc/blob/master/LICENSE.md New BSD License
8
6
*/
9
7
10
8
namespace ZendTest \Mvc \Controller ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Zend Framework (http://framework.zend.com/)
4
- *
5
- * @link http://github.com/zendframework/zf2 for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7
- * @license http://framework.zend.com/license/new-bsd New BSD License
3
+ * @see https://github.com/zendframework/zend-mvc for the canonical source repository
4
+ * @copyright Copyright (c) 2005-2017 Zend Technologies USA Inc. (http://www.zend.com)
5
+ * @license https://github.com/zendframework/zend-mvc/blob/master/LICENSE.md New BSD License
8
6
*/
9
7
10
8
namespace ZendTest \Mvc ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Zend Framework (http://framework.zend.com/)
4
- *
5
- * @link http://github.com/zendframework/zf2 for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7
- * @license http://framework.zend.com/license/new-bsd New BSD License
3
+ * @see https://github.com/zendframework/zend-mvc for the canonical source repository
4
+ * @copyright Copyright (c) 2015-2017 Zend Technologies USA Inc. (http://www.zend.com)
5
+ * @license https://github.com/zendframework/zend-mvc/blob/master/LICENSE.md New BSD License
8
6
*/
9
7
10
8
namespace ZendTest \Mvc ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Zend Framework (http://framework.zend.com/)
4
- *
5
- * @link http://github.com/zendframework/zf2 for the canonical source repository
6
- * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
7
- * @license http://framework.zend.com/license/new-bsd New BSD License
3
+ * @see https://github.com/zendframework/zend-mvc for the canonical source repository
4
+ * @copyright Copyright (c) 2005-2017 Zend Technologies USA Inc. (http://www.zend.com)
5
+ * @license https://github.com/zendframework/zend-mvc/blob/master/LICENSE.md New BSD License
8
6
*/
9
7
10
8
namespace ZendTest \Mvc \View ;
You can’t perform that action at this time.
0 commit comments