Skip to content

Commit 89361da

Browse files
author
Andrey Helldar
committed
Added copyrights
1 parent 5d8c96a commit 89361da

File tree

23 files changed

+346
-0
lines changed

23 files changed

+346
-0
lines changed

config/pretty-routes.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?php
2+
/******************************************************************************
3+
* This file is part of the "andrey-helldar/pretty-routes" project. *
4+
* *
5+
* @author Andrey Helldar <[email protected]> *
6+
* @author Gary Green <[email protected]> *
7+
* *
8+
* @copyright 2021 Andrey Helldar, Gary Green *
9+
* *
10+
* @license MIT *
11+
* *
12+
* @see https://github.com/andrey-helldar/pretty-routes *
13+
* *
14+
* For the full copyright and license information, please view the LICENSE *
15+
* file that was distributed with this source code. *
16+
******************************************************************************/
217

318
return [
419
/*

phpunit.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?php
2+
/******************************************************************************
3+
* This file is part of the "andrey-helldar/pretty-routes" project. *
4+
* *
5+
* @author Andrey Helldar <[email protected]> *
6+
* @author Gary Green <[email protected]> *
7+
* *
8+
* @copyright 2021 Andrey Helldar, Gary Green *
9+
* *
10+
* @license MIT *
11+
* *
12+
* @see https://github.com/andrey-helldar/pretty-routes *
13+
* *
14+
* For the full copyright and license information, please view the LICENSE *
15+
* file that was distributed with this source code. *
16+
******************************************************************************/
217

318
/*
419
|--------------------------------------------------------------------------

phpunit.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
~ This file is part of the "andrey-helldar/pretty-routes" project. ~
4+
~ ~
5+
~ @author Andrey Helldar <[email protected]> ~
6+
~ @author Gary Green <[email protected]> ~
7+
~ ~
8+
~ @copyright 2021 Andrey Helldar, Gary Green ~
9+
~ ~
10+
~ @license MIT ~
11+
~ ~
12+
~ @see https://github.com/andrey-helldar/pretty-routes ~
13+
~ ~
14+
~ For the full copyright and license information, please view the LICENSE ~
15+
~ file that was distributed with this source code. ~
16+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
17+
218
<phpunit
319
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
420
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

resources/lang/en/info.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?php
2+
/******************************************************************************
3+
* This file is part of the "andrey-helldar/pretty-routes" project. *
4+
* *
5+
* @author Andrey Helldar <[email protected]> *
6+
* @author Gary Green <[email protected]> *
7+
* *
8+
* @copyright 2021 Andrey Helldar, Gary Green *
9+
* *
10+
* @license MIT *
11+
* *
12+
* @see https://github.com/andrey-helldar/pretty-routes *
13+
* *
14+
* For the full copyright and license information, please view the LICENSE *
15+
* file that was distributed with this source code. *
16+
******************************************************************************/
217

318
return [
419
'action' => 'Action',

resources/lang/es/info.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?php
2+
/******************************************************************************
3+
* This file is part of the "andrey-helldar/pretty-routes" project. *
4+
* *
5+
* @author Andrey Helldar <[email protected]> *
6+
* @author Gary Green <[email protected]> *
7+
* *
8+
* @copyright 2021 Andrey Helldar, Gary Green *
9+
* *
10+
* @license MIT *
11+
* *
12+
* @see https://github.com/andrey-helldar/pretty-routes *
13+
* *
14+
* For the full copyright and license information, please view the LICENSE *
15+
* file that was distributed with this source code. *
16+
******************************************************************************/
217

318
return [
419
'action' => 'Acción',

resources/lang/fr/info.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?php
2+
/******************************************************************************
3+
* This file is part of the "andrey-helldar/pretty-routes" project. *
4+
* *
5+
* @author Andrey Helldar <[email protected]> *
6+
* @author Gary Green <[email protected]> *
7+
* *
8+
* @copyright 2021 Andrey Helldar, Gary Green *
9+
* *
10+
* @license MIT *
11+
* *
12+
* @see https://github.com/andrey-helldar/pretty-routes *
13+
* *
14+
* For the full copyright and license information, please view the LICENSE *
15+
* file that was distributed with this source code. *
16+
******************************************************************************/
217

318
return [
419
'action' => 'Action',

resources/lang/ru/info.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?php
2+
/******************************************************************************
3+
* This file is part of the "andrey-helldar/pretty-routes" project. *
4+
* *
5+
* @author Andrey Helldar <[email protected]> *
6+
* @author Gary Green <[email protected]> *
7+
* *
8+
* @copyright 2021 Andrey Helldar, Gary Green *
9+
* *
10+
* @license MIT *
11+
* *
12+
* @see https://github.com/andrey-helldar/pretty-routes *
13+
* *
14+
* For the full copyright and license information, please view the LICENSE *
15+
* file that was distributed with this source code. *
16+
******************************************************************************/
217

318
return [
419
'action' => 'Экшены',

resources/lang/tr/info.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?php
2+
/******************************************************************************
3+
* This file is part of the "andrey-helldar/pretty-routes" project. *
4+
* *
5+
* @author Andrey Helldar <[email protected]> *
6+
* @author Gary Green <[email protected]> *
7+
* *
8+
* @copyright 2021 Andrey Helldar, Gary Green *
9+
* *
10+
* @license MIT *
11+
* *
12+
* @see https://github.com/andrey-helldar/pretty-routes *
13+
* *
14+
* For the full copyright and license information, please view the LICENSE *
15+
* file that was distributed with this source code. *
16+
******************************************************************************/
217

318
return [
419
'action' => 'Aksiyon',

routes/laravel.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?php
2+
/******************************************************************************
3+
* This file is part of the "andrey-helldar/pretty-routes" project. *
4+
* *
5+
* @author Andrey Helldar <[email protected]> *
6+
* @author Gary Green <[email protected]> *
7+
* *
8+
* @copyright 2021 Andrey Helldar, Gary Green *
9+
* *
10+
* @license MIT *
11+
* *
12+
* @see https://github.com/andrey-helldar/pretty-routes *
13+
* *
14+
* For the full copyright and license information, please view the LICENSE *
15+
* file that was distributed with this source code. *
16+
******************************************************************************/
217

318
use Illuminate\Support\Facades\Route;
419

routes/lumen.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
<?php
2+
/******************************************************************************
3+
* This file is part of the "andrey-helldar/pretty-routes" project. *
4+
* *
5+
* @author Andrey Helldar <[email protected]> *
6+
* @author Gary Green <[email protected]> *
7+
* *
8+
* @copyright 2021 Andrey Helldar, Gary Green *
9+
* *
10+
* @license MIT *
11+
* *
12+
* @see https://github.com/andrey-helldar/pretty-routes *
13+
* *
14+
* For the full copyright and license information, please view the LICENSE *
15+
* file that was distributed with this source code. *
16+
******************************************************************************/
217

318
use Illuminate\Support\Facades\Route;
419

0 commit comments

Comments
 (0)