Skip to content

Commit

Permalink
OP-303: Add OpenSource headers
Browse files Browse the repository at this point in the history
  • Loading branch information
GracjanJozefczyk committed Jun 7, 2024
1 parent 868e7d7 commit f9f9fd5
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Api/DataProvider/ProductCollectionDataProvider.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?php

/*
* This file has been created by developers from BitBag.
* Feel free to contact us once you face any issues or want to start
* another great project.
* You can find more information about us on https://bitbag.io and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\SyliusElasticsearchPlugin\Api\DataProvider;
Expand Down
8 changes: 8 additions & 0 deletions src/Api/RequestDataHandler/RequestDataHandler.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?php

/*
* This file has been created by developers from BitBag.
* Feel free to contact us once you face any issues or want to start
* another great project.
* You can find more information about us on https://bitbag.io and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\SyliusElasticsearchPlugin\Api\RequestDataHandler;
Expand Down
8 changes: 8 additions & 0 deletions src/Api/RequestDataHandler/RequestDataHandlerInterface.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?php

/*
* This file has been created by developers from BitBag.
* Feel free to contact us once you face any issues or want to start
* another great project.
* You can find more information about us on https://bitbag.io and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\SyliusElasticsearchPlugin\Api\RequestDataHandler;
Expand Down
8 changes: 8 additions & 0 deletions src/Api/Resolver/FacetsResolver.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?php

/*
* This file has been created by developers from BitBag.
* Feel free to contact us once you face any issues or want to start
* another great project.
* You can find more information about us on https://bitbag.io and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\SyliusElasticsearchPlugin\Api\Resolver;
Expand Down
8 changes: 8 additions & 0 deletions src/Api/Resolver/FacetsResolverInterface.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?php

/*
* This file has been created by developers from BitBag.
* Feel free to contact us once you face any issues or want to start
* another great project.
* You can find more information about us on https://bitbag.io and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace BitBag\SyliusElasticsearchPlugin\Api\Resolver;
Expand Down
8 changes: 8 additions & 0 deletions tests/PHPUnit/Integration/Api/ProductListingTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<?php

/*
* This file has been created by developers from BitBag.
* Feel free to contact us once you face any issues or want to start
* another great project.
* You can find more information about us on https://bitbag.io and write us
* an email on [email protected].
*/

declare(strict_types=1);

namespace PHPUnit\Integration\Api;
Expand Down

0 comments on commit f9f9fd5

Please sign in to comment.