Skip to content

Commit 95f5082

Browse files
chore(quotes): 🔑 Add necessary attribution 🙏 #BlessUp
1 parent 1e47995 commit 95f5082

File tree

10 files changed

+90
-0
lines changed

10 files changed

+90
-0
lines changed

src/Commands/Design.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Laravel Quotes package.
5+
*
6+
* (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Unicodeveloper\Quotes\Commands;
413

514
use Illuminate\Console\Command;

src/Commands/Djkhaled.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Laravel Quotes package.
5+
*
6+
* (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Unicodeveloper\Quotes\Commands;
413

514
use Illuminate\Console\Command;

src/Commands/Programming.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Laravel Quotes package.
5+
*
6+
* (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Unicodeveloper\Quotes\Commands;
413

514
use Illuminate\Console\Command;

src/Facades/Quotes.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Laravel Quotes package.
5+
*
6+
* (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Unicodeveloper\Quotes\Facades;
413

514
use Illuminate\Support\Facades\Facade;

src/Quotes.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Laravel Quotes package.
5+
*
6+
* (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Unicodeveloper\Quotes;
413

514
use GuzzleHttp\Client;

src/Quotes/design.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Laravel Quotes package.
5+
*
6+
* (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
return [
413

514
/*

src/Quotes/djkhaled.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Laravel Quotes package.
5+
*
6+
* (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
return [
413

514
/*

src/Quotes/programming.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Laravel Quotes package.
5+
*
6+
* (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
return [
413

514
/*

src/QuotesServiceProvider.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Laravel Quotes package.
5+
*
6+
* (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Unicodeveloper\Quotes;
413

514
use Illuminate\Support\ServiceProvider;

tests/QuotesTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* This file is part of the Laravel Quotes package.
5+
*
6+
* (c) Prosper Otemuyiwa <prosperotemuyiwa@gmail.com>
7+
*
8+
* For the full copyright and license information, please view the LICENSE
9+
* file that was distributed with this source code.
10+
*/
11+
312
namespace Unicodeveloper\Quotes\Test;
413

514
use PHPUnit_Framework_TestCase;

0 commit comments

Comments
 (0)