Skip to content

Commit

Permalink
remove the license header
Browse files Browse the repository at this point in the history
  • Loading branch information
zaherg committed May 4, 2023
1 parent 76b5b1c commit 738a73b
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 109 deletions.
2 changes: 1 addition & 1 deletion .php-cs-fixer.dist.php
Expand Up @@ -17,7 +17,7 @@

use Ergebnis\PhpCsFixer\Config;

$config = Config\Factory::fromRuleSet(new Dflydev\PhpCsFixer\Config\RuleSet\Dflydev($license->header()));
$config = Config\Factory::fromRuleSet(new Dflydev\PhpCsFixer\Config\RuleSet\Dflydev());

$config->getFinder()->in(__DIR__);
$config->setCacheFile(__DIR__ . '/.php-cs-fixer.cache');
Expand Down
9 changes: 0 additions & 9 deletions src/AggregateRoot/EloquentAggregateRoot.php
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/**
* Copyright (c) 2023 Dragonfly Development Inc
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* @see https://github.com/dflydev/dflydev-eventsauce-support-for-laravel
*/

namespace Dflydev\EventSauce\SupportForLaravel\AggregateRoot;

use Dflydev\EventSauce\Support\AggregateRoot\EventedAggregateRoot;
Expand Down
9 changes: 0 additions & 9 deletions src/AggregateRoot/EloquentAggregateRootBehaviour.php
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/**
* Copyright (c) 2023 Dragonfly Development Inc
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* @see https://github.com/dflydev/dflydev-eventsauce-support-for-laravel
*/

namespace Dflydev\EventSauce\SupportForLaravel\AggregateRoot;

use Dflydev\EventSauce\Support\AggregateRoot\EventedAggregateRootBehaviour;
Expand Down
9 changes: 0 additions & 9 deletions src/AggregateRoot/EloquentAggregateRootRepository.php
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/**
* Copyright (c) 2023 Dragonfly Development Inc
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* @see https://github.com/dflydev/dflydev-eventsauce-support-for-laravel
*/

namespace Dflydev\EventSauce\SupportForLaravel\AggregateRoot;

use Dflydev\EventSauce\Support\MessagePreparation\DefaultMessagePreparation;
Expand Down
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/**
* Copyright (c) 2023 Dragonfly Development Inc
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* @see https://github.com/dflydev/dflydev-eventsauce-support-for-laravel
*/

namespace Dflydev\EventSauce\SupportForLaravel\Configuration;

use Dflydev\EventSauce\SupportForLaravel\EventSauceConfiguration;
Expand Down
9 changes: 0 additions & 9 deletions src/Configuration/ApplicationBoundTestConfiguration.php
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/**
* Copyright (c) 2023 Dragonfly Development Inc
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* @see https://github.com/dflydev/dflydev-eventsauce-support-for-laravel
*/

namespace Dflydev\EventSauce\SupportForLaravel\Configuration;

use Dflydev\EventSauce\SupportForLaravel\EventSauceConfiguration;
Expand Down
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/**
* Copyright (c) 2023 Dragonfly Development Inc
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* @see https://github.com/dflydev/dflydev-eventsauce-support-for-laravel
*/

namespace Dflydev\EventSauce\SupportForLaravel\Container;

use Dflydev\EventSauce\Support\Transaction\Transaction;
Expand Down
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/**
* Copyright (c) 2023 Dragonfly Development Inc
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* @see https://github.com/dflydev/dflydev-eventsauce-support-for-laravel
*/

namespace Dflydev\EventSauce\SupportForLaravel\Container;

use Dflydev\EventSauce\Support\AggregateRoot\EventSourcedAggregateRoot;
Expand Down
9 changes: 0 additions & 9 deletions src/Database/IlluminateConnectionTransaction.php
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/**
* Copyright (c) 2023 Dragonfly Development Inc
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* @see https://github.com/dflydev/dflydev-eventsauce-support-for-laravel
*/

namespace Dflydev\EventSauce\SupportForLaravel\Database;

use Dflydev\EventSauce\Support\Transaction\Transaction;
Expand Down
9 changes: 0 additions & 9 deletions src/Eloquent/CastIdentityToString.php
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/**
* Copyright (c) 2023 Dragonfly Development Inc
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* @see https://github.com/dflydev/dflydev-eventsauce-support-for-laravel
*/

namespace Dflydev\EventSauce\SupportForLaravel\Eloquent;

use EventSauce\EventSourcing\AggregateRootId;
Expand Down
9 changes: 0 additions & 9 deletions src/Eloquent/UuidAsPrimaryKey.php
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/**
* Copyright (c) 2023 Dragonfly Development Inc
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* @see https://github.com/dflydev/dflydev-eventsauce-support-for-laravel
*/

namespace Dflydev\EventSauce\SupportForLaravel\Eloquent;

use Dflydev\EventSauce\Support\Identity\IdentityGeneration;
Expand Down
9 changes: 0 additions & 9 deletions src/EventSauceConfiguration.php
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/**
* Copyright (c) 2023 Dragonfly Development Inc
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* @see https://github.com/dflydev/dflydev-eventsauce-support-for-laravel
*/

namespace Dflydev\EventSauce\SupportForLaravel;

use Dflydev\EventSauce\Support\LazyMessageConsumption\LazyMessageConsumer;
Expand Down
9 changes: 0 additions & 9 deletions src/Testing/EloquentAggregateRootTestingBehavior.php
Expand Up @@ -2,15 +2,6 @@

declare(strict_types=1);

/**
* Copyright (c) 2023 Dragonfly Development Inc
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* @see https://github.com/dflydev/dflydev-eventsauce-support-for-laravel
*/

namespace Dflydev\EventSauce\SupportForLaravel\Testing;

use Dflydev\EventSauce\Support\Testing\AggregateRootTestingBehavior;
Expand Down

0 comments on commit 738a73b

Please sign in to comment.