From 16b3b872a34040a029bfd2adc170f657e15cc852 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Wed, 29 May 2013 10:24:30 +0200 Subject: [PATCH] Update license (MIT) To source/readme --- readme.md | 3 +++ src/Barryvdh/LaravelIdeHelper/GeneratorCommand.php | 12 +++++++++++- .../LaravelIdeHelper/IdeHelperServiceProvider.php | 12 +++++++++++- src/Barryvdh/LaravelIdeHelper/ModelsCommand.php | 12 +++++++++++- 4 files changed, 36 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 6d01a58..a3cc2e6 100644 --- a/readme.md +++ b/readme.md @@ -67,3 +67,6 @@ Also, all relations are Eloquent|Eloquent[] by default, you can change them to t After copying the phpdocs to your model, you can clear the file, so your IDE only uses the real source. +### License + +The Laravel IDE Helper Generator is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT) \ No newline at end of file diff --git a/src/Barryvdh/LaravelIdeHelper/GeneratorCommand.php b/src/Barryvdh/LaravelIdeHelper/GeneratorCommand.php index f7aeede..5439428 100755 --- a/src/Barryvdh/LaravelIdeHelper/GeneratorCommand.php +++ b/src/Barryvdh/LaravelIdeHelper/GeneratorCommand.php @@ -1,4 +1,14 @@ - + * @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; diff --git a/src/Barryvdh/LaravelIdeHelper/IdeHelperServiceProvider.php b/src/Barryvdh/LaravelIdeHelper/IdeHelperServiceProvider.php index c1dc3a2..97f6267 100644 --- a/src/Barryvdh/LaravelIdeHelper/IdeHelperServiceProvider.php +++ b/src/Barryvdh/LaravelIdeHelper/IdeHelperServiceProvider.php @@ -1,4 +1,14 @@ - + * @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\Support\ServiceProvider; diff --git a/src/Barryvdh/LaravelIdeHelper/ModelsCommand.php b/src/Barryvdh/LaravelIdeHelper/ModelsCommand.php index a5be45a..94ce896 100644 --- a/src/Barryvdh/LaravelIdeHelper/ModelsCommand.php +++ b/src/Barryvdh/LaravelIdeHelper/ModelsCommand.php @@ -1,4 +1,14 @@ - + * @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;