Skip to content

Commit

Permalink
Added copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
jamielsharief committed Feb 24, 2021
1 parent 6aae6b9 commit d08d0b8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion tests/Task/DummyTask.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
<?php
declare(strict_types = 1);
/**
* OriginPHP Framework
* Copyright 2018 - 2021 Jamiel Sharief.
*
* Licensed under The MIT License
* The above copyright notice and this permission notice shall be included in all copies or substantial
* portions of the Software.
*
* @copyright Copyright (c) Jamiel Sharief
* @link https://www.originphp.com
* @license https://opensource.org/licenses/mit-license.php MIT License
*/
declare(strict_types=1);
namespace Commands\Test\Task;

use Origin\Schedule\Schedule;
Expand Down

0 comments on commit d08d0b8

Please sign in to comment.