Update license (MIT)

To source/readme
This commit is contained in:
Barry vd. Heuvel
2013-05-29 10:24:30 +02:00
parent 507775fda6
commit 16b3b872a3
4 changed files with 36 additions and 3 deletions
@@ -1,4 +1,14 @@
<?php namespace Barryvdh\LaravelIdeHelper;
<?php
/**
* Laravel IDE Helper Generator
*
* @author Barry vd. Heuvel <[email protected]>
* @copyright 2013 Barry vd. Heuvel / Fruitcake Studio (http://www.fruitcakestudio.nl)
* @license http://www.opensource.org/licenses/mit-license.php MIT
* @link https://github.com/barryvdh/laravel-ide-helper
*/
namespace Barryvdh\LaravelIdeHelper;
use Illuminate\Console\Command;
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Input\InputArgument;