Skip to content

Commit

Permalink
Removed unnecessary copyright comments. [skip ci] (yiisoft#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerGamer1 authored and samdark committed Jan 7, 2018
1 parent b4a3266 commit 319c0d5
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 33 deletions.
4 changes: 0 additions & 4 deletions environments/dev/yii
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<?php
/**
* Yii console bootstrap file.
*
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/

defined('YII_DEBUG') or define('YII_DEBUG', true);
Expand Down
4 changes: 0 additions & 4 deletions environments/dev/yii_test
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<?php
/**
* Yii console bootstrap file.
*
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/

defined('YII_DEBUG') or define('YII_DEBUG', true);
Expand Down
5 changes: 0 additions & 5 deletions environments/dev/yii_test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

rem -------------------------------------------------------------
rem Yii command line bootstrap script for Windows.
rem
rem @author Qiang Xue <[email protected]>
rem @link http://www.yiiframework.com/
rem @copyright Copyright (c) 2008 Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem -------------------------------------------------------------

@setlocal
Expand Down
4 changes: 0 additions & 4 deletions environments/prod/yii
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
<?php
/**
* Yii console bootstrap file.
*
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/

defined('YII_DEBUG') or define('YII_DEBUG', false);
Expand Down
6 changes: 0 additions & 6 deletions init
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
* In order to run in non-interactive mode:
*
* init --env=Development --overwrite=n
*
* @author Alexander Makarov <[email protected]>
*
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/

if (!extension_loaded('openssl')) {
Expand Down
5 changes: 0 additions & 5 deletions init.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

rem -------------------------------------------------------------
rem Yii command line init script for Windows.
rem
rem @author Qiang Xue <[email protected]>
rem @link http://www.yiiframework.com/
rem @copyright Copyright (c) 2008 Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem -------------------------------------------------------------

@setlocal
Expand Down
5 changes: 0 additions & 5 deletions yii.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@

rem -------------------------------------------------------------
rem Yii command line bootstrap script for Windows.
rem
rem @author Qiang Xue <[email protected]>
rem @link http://www.yiiframework.com/
rem @copyright Copyright (c) 2008 Yii Software LLC
rem @license http://www.yiiframework.com/license/
rem -------------------------------------------------------------

@setlocal
Expand Down

0 comments on commit 319c0d5

Please sign in to comment.