Skip to content

Commit 321626f

Browse files
committed
chore: update copyright year
1 parent 02772af commit 321626f

File tree

147 files changed

+147
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

147 files changed

+147
-147
lines changed

.php-cs-fixer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use Ergebnis\PhpCsFixer\Config;
44

55
$header = <<<EOF
6-
Copyright (c) 2023 Kai Sassnowski
6+
Copyright (c) 2024 Kai Sassnowski
77
88
For the full copyright and license information, please view
99
the LICENSE file that was distributed with this source code.

src/Core/DefaultContainer.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Core/Engine.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Core/EngineInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Core/FakeRunner.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Core/Run.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Core/RunFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Core/Runner.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Core/RunnerInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Core/Version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Downloader/Downloader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Downloader/DownloaderMiddlewareInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Downloader/Middleware/CookieMiddleware.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Downloader/Middleware/DownloaderMiddlewareAdapter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Downloader/Middleware/ExecuteJavascriptMiddleware.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Downloader/Middleware/FakeMiddleware.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Downloader/Middleware/RequestDeduplicationMiddleware.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Downloader/Middleware/RequestMiddlewareInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Downloader/Middleware/ResponseMiddlewareInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Downloader/Middleware/RobotsTxtMiddleware.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Downloader/Middleware/UserAgentMiddleware.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Events/FakeDispatcher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Events/ItemDropped.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Events/ItemScraped.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Events/RequestDropped.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Events/RequestScheduling.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Events/RequestSending.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Events/ResponseDropped.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Events/ResponseReceived.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Events/ResponseReceiving.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Events/RunFinished.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Events/RunStarting.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Extensions/ExtensionInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Extensions/LoggerExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Extensions/MaxRequestExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Extensions/ScrapedItemCollectorExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Extensions/StatsCollectorExtension.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Http/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Http/ClientInterface.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Http/FakeClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Http/Request.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Http/RequestException.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/Http/Response.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

src/ItemPipeline/AbstractItem.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Copyright (c) 2023 Kai Sassnowski
6+
* Copyright (c) 2024 Kai Sassnowski
77
*
88
* For the full copyright and license information, please view
99
* the LICENSE file that was distributed with this source code.

0 commit comments

Comments
 (0)