@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Yii2 module for automatically generating robots.txt. |
|
4 | - * |
|
5 | - * @link https://github.com/himiklab/yii2-sitemap-module |
|
6 | - * @author Serge Larin <[email protected]> |
|
7 | - * @author HimikLab |
|
8 | - * @copyright 2015 Assayer Pro Company |
|
9 | - * @license http://opensource.org/licenses/MIT MIT |
|
10 | - * |
|
11 | - */ |
|
3 | + * Yii2 module for automatically generating robots.txt. |
|
4 | + * |
|
5 | + * @link https://github.com/himiklab/yii2-sitemap-module |
|
6 | + * @author Serge Larin <[email protected]> |
|
7 | + * @author HimikLab |
|
8 | + * @copyright 2015 Assayer Pro Company |
|
9 | + * @license http://opensource.org/licenses/MIT MIT |
|
10 | + * |
|
11 | + */ |
|
12 | 12 | namespace assayerpro\sitemap; |
13 | 13 | |
14 | 14 | use Yii; |
@@ -1,16 +1,16 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Yii2 module for automatically generating XML Sitemap. |
|
4 | - * |
|
5 | - * @link https://github.com/himiklab/yii2-sitemap-module |
|
6 | - * @author Serge Larin <[email protected]> |
|
7 | - * @author HimikLab |
|
8 | - * @copyright 2015 Assayer Pro Company |
|
9 | - * @copyright Copyright (c) 2014 HimikLab |
|
10 | - * @license http://opensource.org/licenses/MIT MIT |
|
11 | - * |
|
12 | - * based on https://github.com/himiklab/yii2-sitemap-module |
|
13 | - */ |
|
3 | + * Yii2 module for automatically generating XML Sitemap. |
|
4 | + * |
|
5 | + * @link https://github.com/himiklab/yii2-sitemap-module |
|
6 | + * @author Serge Larin <[email protected]> |
|
7 | + * @author HimikLab |
|
8 | + * @copyright 2015 Assayer Pro Company |
|
9 | + * @copyright Copyright (c) 2014 HimikLab |
|
10 | + * @license http://opensource.org/licenses/MIT MIT |
|
11 | + * |
|
12 | + * based on https://github.com/himiklab/yii2-sitemap-module |
|
13 | + */ |
|
14 | 14 | |
15 | 15 | namespace assayerpro\sitemap; |
16 | 16 |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Behavior for XML Sitemap Yii2 module. |
|
4 | - * |
|
5 | - * @author Serge Larin <[email protected]> |
|
6 | - * @link https://github.com/assayer-pro/yii2-sitemap-module |
|
7 | - * @copyright 2015 Assayer Pro Company |
|
8 | - * @license http://opensource.org/licenses/MIT MIT |
|
9 | - * |
|
10 | - * based on https://github.com/himiklab/yii2-sitemap-module |
|
11 | - */ |
|
3 | + * Behavior for XML Sitemap Yii2 module. |
|
4 | + * |
|
5 | + * @author Serge Larin <[email protected]> |
|
6 | + * @link https://github.com/assayer-pro/yii2-sitemap-module |
|
7 | + * @copyright 2015 Assayer Pro Company |
|
8 | + * @license http://opensource.org/licenses/MIT MIT |
|
9 | + * |
|
10 | + * based on https://github.com/himiklab/yii2-sitemap-module |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | namespace assayerpro\sitemap\behaviors; |
14 | 14 |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * CreateController for sitemap module |
|
4 | - * |
|
5 | - * @link https://github.com/assayer-pro/yii2-sitemap-module |
|
6 | - * @author Serge Larin <[email protected]> |
|
7 | - * @copyright 2015 Assayer Pro Company |
|
8 | - * @license http://opensource.org/licenses/MIT MIT |
|
9 | - */ |
|
3 | + * CreateController for sitemap module |
|
4 | + * |
|
5 | + * @link https://github.com/assayer-pro/yii2-sitemap-module |
|
6 | + * @author Serge Larin <[email protected]> |
|
7 | + * @copyright 2015 Assayer Pro Company |
|
8 | + * @license http://opensource.org/licenses/MIT MIT |
|
9 | + */ |
|
10 | 10 | |
11 | 11 | namespace assayerpro\sitemap\console; |
12 | 12 |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * DefaultController for sitemap module |
|
4 | - * |
|
5 | - * @link https://github.com/himiklab/yii2-sitemap-module |
|
6 | - * @author Serge Larin <[email protected]> |
|
7 | - * @author HimikLab |
|
8 | - * @copyright 2015 Assayer Pro Company |
|
9 | - * @copyright Copyright (c) 2014 HimikLab |
|
10 | - * @license http://opensource.org/licenses/MIT MIT |
|
11 | - */ |
|
3 | + * DefaultController for sitemap module |
|
4 | + * |
|
5 | + * @link https://github.com/himiklab/yii2-sitemap-module |
|
6 | + * @author Serge Larin <[email protected]> |
|
7 | + * @author HimikLab |
|
8 | + * @copyright 2015 Assayer Pro Company |
|
9 | + * @copyright Copyright (c) 2014 HimikLab |
|
10 | + * @license http://opensource.org/licenses/MIT MIT |
|
11 | + */ |
|
12 | 12 | |
13 | 13 | namespace assayerpro\sitemap\controllers; |
14 | 14 |