Skip to content

Commit

Permalink
Copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
kascat committed Sep 22, 2022
1 parent babc14a commit a1ad85b
Show file tree
Hide file tree
Showing 18 changed files with 132 additions and 24 deletions.
10 changes: 8 additions & 2 deletions src/Commands/CommandGenerator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

/**
* Copyright by Fabio Dukievicz <fabiojd47@gmail.com>
* Licensed under MIT
* This file is part of the kascat/easy-module library
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Fabio Dukievicz <fabiojd47@gmail.com>
* @license http://opensource.org/licenses/MIT MIT
*/

namespace Kascat\EasyModule\Commands;
Expand Down
10 changes: 8 additions & 2 deletions src/Commands/ControllerGenerator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

/**
* Copyright by Fabio Dukievicz <fabiojd47@gmail.com>
* Licensed under MIT
* This file is part of the kascat/easy-module library
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Fabio Dukievicz <fabiojd47@gmail.com>
* @license http://opensource.org/licenses/MIT MIT
*/

namespace Kascat\EasyModule\Commands;
Expand Down
10 changes: 8 additions & 2 deletions src/Commands/Generator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

/**
* Copyright by Fabio Dukievicz <fabiojd47@gmail.com>
* Licensed under MIT
* This file is part of the kascat/easy-module library
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Fabio Dukievicz <fabiojd47@gmail.com>
* @license http://opensource.org/licenses/MIT MIT
*/

namespace Kascat\EasyModule\Commands;
Expand Down
10 changes: 8 additions & 2 deletions src/Commands/ModelGenerator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

/**
* Copyright by Fabio Dukievicz <fabiojd47@gmail.com>
* Licensed under MIT
* This file is part of the kascat/easy-module library
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Fabio Dukievicz <fabiojd47@gmail.com>
* @license http://opensource.org/licenses/MIT MIT
*/

namespace Kascat\EasyModule\Commands;
Expand Down
10 changes: 8 additions & 2 deletions src/Commands/ModuleGenerator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

/**
* Copyright by Fabio Dukievicz <fabiojd47@gmail.com>
* Licensed under MIT
* This file is part of the kascat/easy-module library
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Fabio Dukievicz <fabiojd47@gmail.com>
* @license http://opensource.org/licenses/MIT MIT
*/

namespace Kascat\EasyModule\Commands;
Expand Down
10 changes: 8 additions & 2 deletions src/Commands/RouteGenerator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

/**
* Copyright by Fabio Dukievicz <fabiojd47@gmail.com>
* Licensed under MIT
* This file is part of the kascat/easy-module library
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Fabio Dukievicz <fabiojd47@gmail.com>
* @license http://opensource.org/licenses/MIT MIT
*/

namespace Kascat\EasyModule\Commands;
Expand Down
10 changes: 8 additions & 2 deletions src/Commands/ServiceGenerator.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

/**
* Copyright by Fabio Dukievicz <fabiojd47@gmail.com>
* Licensed under MIT
* This file is part of the kascat/easy-module library
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Fabio Dukievicz <fabiojd47@gmail.com>
* @license http://opensource.org/licenses/MIT MIT
*/

namespace Kascat\EasyModule\Commands;
Expand Down
10 changes: 8 additions & 2 deletions src/Core/ModularServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

/**
* Copyright by Fabio Dukievicz <fabiojd47@gmail.com>
* Licensed under MIT
* This file is part of the kascat/easy-module library
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Fabio Dukievicz <fabiojd47@gmail.com>
* @license http://opensource.org/licenses/MIT MIT
*/

namespace Kascat\EasyModule\Core;
Expand Down
10 changes: 8 additions & 2 deletions src/Core/Request.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

/**
* Copyright by Fabio Dukievicz <fabiojd47@gmail.com>
* Licensed under MIT
* This file is part of the kascat/easy-module library
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Fabio Dukievicz <fabiojd47@gmail.com>
* @license http://opensource.org/licenses/MIT MIT
*/

namespace Kascat\EasyModule\Core;
Expand Down
10 changes: 8 additions & 2 deletions src/Core/Response.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

/**
* Copyright by Fabio Dukievicz <fabiojd47@gmail.com>
* Licensed under MIT
* This file is part of the kascat/easy-module library
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Fabio Dukievicz <fabiojd47@gmail.com>
* @license http://opensource.org/licenses/MIT MIT
*/

namespace Kascat\EasyModule\Core;
Expand Down
10 changes: 8 additions & 2 deletions src/Core/Service.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

/**
* Copyright by Fabio Dukievicz <fabiojd47@gmail.com>
* Licensed under MIT
* This file is part of the kascat/easy-module library
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Fabio Dukievicz <fabiojd47@gmail.com>
* @license http://opensource.org/licenses/MIT MIT
*/

namespace Kascat\EasyModule\Core;
Expand Down
10 changes: 8 additions & 2 deletions src/Core/Utils.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<?php

/**
* Copyright by Fabio Dukievicz <fabiojd47@gmail.com>
* Licensed under MIT
* This file is part of the kascat/easy-module library
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @copyright Copyright (c) Fabio Dukievicz <fabiojd47@gmail.com>
* @license http://opensource.org/licenses/MIT MIT
*/

namespace Kascat\EasyModule\Core;
Expand Down
6 changes: 6 additions & 0 deletions src/stubs/controller.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* Easy Module library
* Packagist: https://packagist.org/packages/kascat/easy-module
* GitHub: https://github.com/kascat/easy-module
*/

namespace {{modelNamePlural}};

use App\Http\Controllers\Controller;
Expand Down
6 changes: 6 additions & 0 deletions src/stubs/model.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* Easy Module library
* Packagist: https://packagist.org/packages/kascat/easy-module
* GitHub: https://github.com/kascat/easy-module
*/

namespace {{modelNamePlural}};

use Illuminate\Database\Eloquent\Model;
Expand Down
6 changes: 6 additions & 0 deletions src/stubs/repository.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* Easy Module library
* Packagist: https://packagist.org/packages/kascat/easy-module
* GitHub: https://github.com/kascat/easy-module
*/

namespace {{modelNamePlural}};

/**
Expand Down
6 changes: 6 additions & 0 deletions src/stubs/request.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* Easy Module library
* Packagist: https://packagist.org/packages/kascat/easy-module
* GitHub: https://github.com/kascat/easy-module
*/

namespace {{modelNamePlural}};

use Kascat\EasyModule\Core\Request;
Expand Down
6 changes: 6 additions & 0 deletions src/stubs/response.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* Easy Module library
* Packagist: https://packagist.org/packages/kascat/easy-module
* GitHub: https://github.com/kascat/easy-module
*/

namespace {{modelNamePlural}};

use Kascat\EasyModule\Core\Response;
Expand Down
6 changes: 6 additions & 0 deletions src/stubs/service.stub
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php

/**
* Easy Module library
* Packagist: https://packagist.org/packages/kascat/easy-module
* GitHub: https://github.com/kascat/easy-module
*/

namespace {{modelNamePlural}};

use Kascat\EasyModule\Core\Service;
Expand Down

0 comments on commit a1ad85b

Please sign in to comment.