Skip to content

Commit

Permalink
Added copyrights
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Jul 6, 2021
1 parent 5d8c96a commit 89361da
Show file tree
Hide file tree
Showing 23 changed files with 346 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/pretty-routes.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/******************************************************************************
* This file is part of the "andrey-helldar/pretty-routes" project. *
* *
* @author Andrey Helldar <helldar@ai-rus.com> *
* @author Gary Green <holegary@gmail.com> *
* *
* @copyright 2021 Andrey Helldar, Gary Green *
* *
* @license MIT *
* *
* @see https://github.com/andrey-helldar/pretty-routes *
* *
* For the full copyright and license information, please view the LICENSE *
* file that was distributed with this source code. *
******************************************************************************/

return [
/*
Expand Down
15 changes: 15 additions & 0 deletions phpunit.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/******************************************************************************
* This file is part of the "andrey-helldar/pretty-routes" project. *
* *
* @author Andrey Helldar <helldar@ai-rus.com> *
* @author Gary Green <holegary@gmail.com> *
* *
* @copyright 2021 Andrey Helldar, Gary Green *
* *
* @license MIT *
* *
* @see https://github.com/andrey-helldar/pretty-routes *
* *
* For the full copyright and license information, please view the LICENSE *
* file that was distributed with this source code. *
******************************************************************************/

/*
|--------------------------------------------------------------------------
Expand Down
16 changes: 16 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ This file is part of the "andrey-helldar/pretty-routes" project. ~
~ ~
~ @author Andrey Helldar <helldar@ai-rus.com> ~
~ @author Gary Green <holegary@gmail.com> ~
~ ~
~ @copyright 2021 Andrey Helldar, Gary Green ~
~ ~
~ @license MIT ~
~ ~
~ @see https://github.com/andrey-helldar/pretty-routes ~
~ ~
~ For the full copyright and license information, please view the LICENSE ~
~ file that was distributed with this source code. ~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->

<phpunit
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
Expand Down
15 changes: 15 additions & 0 deletions resources/lang/en/info.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/******************************************************************************
* This file is part of the "andrey-helldar/pretty-routes" project. *
* *
* @author Andrey Helldar <helldar@ai-rus.com> *
* @author Gary Green <holegary@gmail.com> *
* *
* @copyright 2021 Andrey Helldar, Gary Green *
* *
* @license MIT *
* *
* @see https://github.com/andrey-helldar/pretty-routes *
* *
* For the full copyright and license information, please view the LICENSE *
* file that was distributed with this source code. *
******************************************************************************/

return [
'action' => 'Action',
Expand Down
15 changes: 15 additions & 0 deletions resources/lang/es/info.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/******************************************************************************
* This file is part of the "andrey-helldar/pretty-routes" project. *
* *
* @author Andrey Helldar <helldar@ai-rus.com> *
* @author Gary Green <holegary@gmail.com> *
* *
* @copyright 2021 Andrey Helldar, Gary Green *
* *
* @license MIT *
* *
* @see https://github.com/andrey-helldar/pretty-routes *
* *
* For the full copyright and license information, please view the LICENSE *
* file that was distributed with this source code. *
******************************************************************************/

return [
'action' => 'Acción',
Expand Down
15 changes: 15 additions & 0 deletions resources/lang/fr/info.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/******************************************************************************
* This file is part of the "andrey-helldar/pretty-routes" project. *
* *
* @author Andrey Helldar <helldar@ai-rus.com> *
* @author Gary Green <holegary@gmail.com> *
* *
* @copyright 2021 Andrey Helldar, Gary Green *
* *
* @license MIT *
* *
* @see https://github.com/andrey-helldar/pretty-routes *
* *
* For the full copyright and license information, please view the LICENSE *
* file that was distributed with this source code. *
******************************************************************************/

return [
'action' => 'Action',
Expand Down
15 changes: 15 additions & 0 deletions resources/lang/ru/info.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/******************************************************************************
* This file is part of the "andrey-helldar/pretty-routes" project. *
* *
* @author Andrey Helldar <helldar@ai-rus.com> *
* @author Gary Green <holegary@gmail.com> *
* *
* @copyright 2021 Andrey Helldar, Gary Green *
* *
* @license MIT *
* *
* @see https://github.com/andrey-helldar/pretty-routes *
* *
* For the full copyright and license information, please view the LICENSE *
* file that was distributed with this source code. *
******************************************************************************/

return [
'action' => 'Экшены',
Expand Down
15 changes: 15 additions & 0 deletions resources/lang/tr/info.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/******************************************************************************
* This file is part of the "andrey-helldar/pretty-routes" project. *
* *
* @author Andrey Helldar <helldar@ai-rus.com> *
* @author Gary Green <holegary@gmail.com> *
* *
* @copyright 2021 Andrey Helldar, Gary Green *
* *
* @license MIT *
* *
* @see https://github.com/andrey-helldar/pretty-routes *
* *
* For the full copyright and license information, please view the LICENSE *
* file that was distributed with this source code. *
******************************************************************************/

return [
'action' => 'Aksiyon',
Expand Down
15 changes: 15 additions & 0 deletions routes/laravel.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/******************************************************************************
* This file is part of the "andrey-helldar/pretty-routes" project. *
* *
* @author Andrey Helldar <helldar@ai-rus.com> *
* @author Gary Green <holegary@gmail.com> *
* *
* @copyright 2021 Andrey Helldar, Gary Green *
* *
* @license MIT *
* *
* @see https://github.com/andrey-helldar/pretty-routes *
* *
* For the full copyright and license information, please view the LICENSE *
* file that was distributed with this source code. *
******************************************************************************/

use Illuminate\Support\Facades\Route;

Expand Down
15 changes: 15 additions & 0 deletions routes/lumen.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/******************************************************************************
* This file is part of the "andrey-helldar/pretty-routes" project. *
* *
* @author Andrey Helldar <helldar@ai-rus.com> *
* @author Gary Green <holegary@gmail.com> *
* *
* @copyright 2021 Andrey Helldar, Gary Green *
* *
* @license MIT *
* *
* @see https://github.com/andrey-helldar/pretty-routes *
* *
* For the full copyright and license information, please view the LICENSE *
* file that was distributed with this source code. *
******************************************************************************/

use Illuminate\Support\Facades\Route;

Expand Down
15 changes: 15 additions & 0 deletions src/Facades/Cache.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/******************************************************************************
* This file is part of the "andrey-helldar/pretty-routes" project. *
* *
* @author Andrey Helldar <helldar@ai-rus.com> *
* @author Gary Green <holegary@gmail.com> *
* *
* @copyright 2021 Andrey Helldar, Gary Green *
* *
* @license MIT *
* *
* @see https://github.com/andrey-helldar/pretty-routes *
* *
* For the full copyright and license information, please view the LICENSE *
* file that was distributed with this source code. *
******************************************************************************/

namespace PrettyRoutes\Facades;

Expand Down
15 changes: 15 additions & 0 deletions src/Facades/Trans.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/******************************************************************************
* This file is part of the "andrey-helldar/pretty-routes" project. *
* *
* @author Andrey Helldar <helldar@ai-rus.com> *
* @author Gary Green <holegary@gmail.com> *
* *
* @copyright 2021 Andrey Helldar, Gary Green *
* *
* @license MIT *
* *
* @see https://github.com/andrey-helldar/pretty-routes *
* *
* For the full copyright and license information, please view the LICENSE *
* file that was distributed with this source code. *
******************************************************************************/

namespace PrettyRoutes\Facades;

Expand Down
15 changes: 15 additions & 0 deletions src/Http/PrettyRoutesController.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/******************************************************************************
* This file is part of the "andrey-helldar/pretty-routes" project. *
* *
* @author Andrey Helldar <helldar@ai-rus.com> *
* @author Gary Green <holegary@gmail.com> *
* *
* @copyright 2021 Andrey Helldar, Gary Green *
* *
* @license MIT *
* *
* @see https://github.com/andrey-helldar/pretty-routes *
* *
* For the full copyright and license information, please view the LICENSE *
* file that was distributed with this source code. *
******************************************************************************/

namespace PrettyRoutes\Http;

Expand Down
15 changes: 15 additions & 0 deletions src/ServiceProvider.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/******************************************************************************
* This file is part of the "andrey-helldar/pretty-routes" project. *
* *
* @author Andrey Helldar <helldar@ai-rus.com> *
* @author Gary Green <holegary@gmail.com> *
* *
* @copyright 2021 Andrey Helldar, Gary Green *
* *
* @license MIT *
* *
* @see https://github.com/andrey-helldar/pretty-routes *
* *
* For the full copyright and license information, please view the LICENSE *
* file that was distributed with this source code. *
******************************************************************************/

namespace PrettyRoutes;

Expand Down
15 changes: 15 additions & 0 deletions src/Support/Cache.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
<?php
/******************************************************************************
* This file is part of the "andrey-helldar/pretty-routes" project. *
* *
* @author Andrey Helldar <helldar@ai-rus.com> *
* @author Gary Green <holegary@gmail.com> *
* *
* @copyright 2021 Andrey Helldar, Gary Green *
* *
* @license MIT *
* *
* @see https://github.com/andrey-helldar/pretty-routes *
* *
* For the full copyright and license information, please view the LICENSE *
* file that was distributed with this source code. *
******************************************************************************/

namespace PrettyRoutes\Support;

Expand Down
Loading

0 comments on commit 89361da

Please sign in to comment.