diff --git a/docker-compose.yml b/docker-compose.yml
index 83ad0e0d..39da6f7b 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,4 +1,4 @@
-# Copyright 1999-2024. WebPros International GmbH.
+# Copyright 1999-2025. WebPros International GmbH.
 version: '3'
 services:
   plesk:
diff --git a/phpcs.xml.dist b/phpcs.xml.dist
index 56a9a781..151336e3 100644
--- a/phpcs.xml.dist
+++ b/phpcs.xml.dist
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- Copyright 1999-2024. WebPros International GmbH. -->
+<!-- Copyright 1999-2025. WebPros International GmbH. -->
 <ruleset name="PHP library for Plesk XML-RPC API">
     <file>src</file>
     <file>tests</file>
diff --git a/phpunit-watcher.yml b/phpunit-watcher.yml
index 8a4d295f..9da731a5 100644
--- a/phpunit-watcher.yml
+++ b/phpunit-watcher.yml
@@ -1,4 +1,4 @@
-# Copyright 1999-2024. WebPros International GmbH.
+# Copyright 1999-2025. WebPros International GmbH.
 phpunit:
   arguments: '--stop-on-failure'
   timeout: 0
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index b90bd149..baaaa279 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 1999-2024. WebPros International GmbH. -->
+<!-- Copyright 1999-2025. WebPros International GmbH. -->
 <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" bootstrap="vendor/autoload.php" verbose="true" colors="true">
   <coverage processUncoveredFiles="true">
     <include>
diff --git a/psalm.xml b/psalm.xml
index da2678a1..ed069912 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- Copyright 1999-2024. WebPros International GmbH. -->
+<!-- Copyright 1999-2025. WebPros International GmbH. -->
 <psalm
     errorLevel="3"
     resolveFromConfigFile="true"
diff --git a/src/Api/AbstractStruct.php b/src/Api/AbstractStruct.php
index 13952730..f63f51ef 100644
--- a/src/Api/AbstractStruct.php
+++ b/src/Api/AbstractStruct.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api;
 
diff --git a/src/Api/Client.php b/src/Api/Client.php
index 12d19b6c..c1dd350b 100644
--- a/src/Api/Client.php
+++ b/src/Api/Client.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api;
 
diff --git a/src/Api/Client/Exception.php b/src/Api/Client/Exception.php
index fefda79f..f1cec03c 100644
--- a/src/Api/Client/Exception.php
+++ b/src/Api/Client/Exception.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Client;
 
diff --git a/src/Api/Exception.php b/src/Api/Exception.php
index f4058e75..86e23a2a 100644
--- a/src/Api/Exception.php
+++ b/src/Api/Exception.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api;
 
diff --git a/src/Api/InternalClient.php b/src/Api/InternalClient.php
index a2601f35..5d78d779 100644
--- a/src/Api/InternalClient.php
+++ b/src/Api/InternalClient.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api;
 
diff --git a/src/Api/Operator.php b/src/Api/Operator.php
index d53bb103..d3645d92 100644
--- a/src/Api/Operator.php
+++ b/src/Api/Operator.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api;
 
diff --git a/src/Api/Operator/Aps.php b/src/Api/Operator/Aps.php
index b73e1c6a..d2c44af8 100644
--- a/src/Api/Operator/Aps.php
+++ b/src/Api/Operator/Aps.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/Certificate.php b/src/Api/Operator/Certificate.php
index d748daa6..af4fd9a4 100644
--- a/src/Api/Operator/Certificate.php
+++ b/src/Api/Operator/Certificate.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/Customer.php b/src/Api/Operator/Customer.php
index 8201e627..2136a491 100644
--- a/src/Api/Operator/Customer.php
+++ b/src/Api/Operator/Customer.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/Database.php b/src/Api/Operator/Database.php
index 87c86ca4..ff0db962 100644
--- a/src/Api/Operator/Database.php
+++ b/src/Api/Operator/Database.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/DatabaseServer.php b/src/Api/Operator/DatabaseServer.php
index 184fcced..03a5f115 100644
--- a/src/Api/Operator/DatabaseServer.php
+++ b/src/Api/Operator/DatabaseServer.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/Dns.php b/src/Api/Operator/Dns.php
index 36f9602c..2d146d6c 100644
--- a/src/Api/Operator/Dns.php
+++ b/src/Api/Operator/Dns.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/DnsTemplate.php b/src/Api/Operator/DnsTemplate.php
index 982f5e51..d811c0d2 100644
--- a/src/Api/Operator/DnsTemplate.php
+++ b/src/Api/Operator/DnsTemplate.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/EventLog.php b/src/Api/Operator/EventLog.php
index 8819fa52..912e3628 100644
--- a/src/Api/Operator/EventLog.php
+++ b/src/Api/Operator/EventLog.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/Ip.php b/src/Api/Operator/Ip.php
index eff9eea6..ba1dfdcd 100644
--- a/src/Api/Operator/Ip.php
+++ b/src/Api/Operator/Ip.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/Locale.php b/src/Api/Operator/Locale.php
index 357b9036..c0b026c5 100644
--- a/src/Api/Operator/Locale.php
+++ b/src/Api/Operator/Locale.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/LogRotation.php b/src/Api/Operator/LogRotation.php
index 47b93168..1014a287 100644
--- a/src/Api/Operator/LogRotation.php
+++ b/src/Api/Operator/LogRotation.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/Mail.php b/src/Api/Operator/Mail.php
index 7035e7c5..23439e4e 100644
--- a/src/Api/Operator/Mail.php
+++ b/src/Api/Operator/Mail.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/PhpHandler.php b/src/Api/Operator/PhpHandler.php
index d069e44d..c8bd4889 100644
--- a/src/Api/Operator/PhpHandler.php
+++ b/src/Api/Operator/PhpHandler.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/ProtectedDirectory.php b/src/Api/Operator/ProtectedDirectory.php
index 9d232cdb..4c6d78b6 100644
--- a/src/Api/Operator/ProtectedDirectory.php
+++ b/src/Api/Operator/ProtectedDirectory.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/Reseller.php b/src/Api/Operator/Reseller.php
index 0d016698..95671492 100644
--- a/src/Api/Operator/Reseller.php
+++ b/src/Api/Operator/Reseller.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/ResellerPlan.php b/src/Api/Operator/ResellerPlan.php
index f94574c1..fd544e1d 100644
--- a/src/Api/Operator/ResellerPlan.php
+++ b/src/Api/Operator/ResellerPlan.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/SecretKey.php b/src/Api/Operator/SecretKey.php
index 92f709e3..87048b18 100644
--- a/src/Api/Operator/SecretKey.php
+++ b/src/Api/Operator/SecretKey.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/Server.php b/src/Api/Operator/Server.php
index a7efb480..b4f7624d 100644
--- a/src/Api/Operator/Server.php
+++ b/src/Api/Operator/Server.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/ServicePlan.php b/src/Api/Operator/ServicePlan.php
index f594a637..f1f03697 100644
--- a/src/Api/Operator/ServicePlan.php
+++ b/src/Api/Operator/ServicePlan.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/ServicePlanAddon.php b/src/Api/Operator/ServicePlanAddon.php
index 1aedffd4..5c7a0cd9 100644
--- a/src/Api/Operator/ServicePlanAddon.php
+++ b/src/Api/Operator/ServicePlanAddon.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/Session.php b/src/Api/Operator/Session.php
index d569d23c..0cb74473 100644
--- a/src/Api/Operator/Session.php
+++ b/src/Api/Operator/Session.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/Site.php b/src/Api/Operator/Site.php
index bb240b2b..4a1e5cca 100644
--- a/src/Api/Operator/Site.php
+++ b/src/Api/Operator/Site.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/SiteAlias.php b/src/Api/Operator/SiteAlias.php
index 513b29a1..2899abda 100644
--- a/src/Api/Operator/SiteAlias.php
+++ b/src/Api/Operator/SiteAlias.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/Subdomain.php b/src/Api/Operator/Subdomain.php
index 928480ac..ca23f7d2 100644
--- a/src/Api/Operator/Subdomain.php
+++ b/src/Api/Operator/Subdomain.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/Ui.php b/src/Api/Operator/Ui.php
index d359416d..c93dc3ce 100644
--- a/src/Api/Operator/Ui.php
+++ b/src/Api/Operator/Ui.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/VirtualDirectory.php b/src/Api/Operator/VirtualDirectory.php
index 09da7637..081cd2d1 100644
--- a/src/Api/Operator/VirtualDirectory.php
+++ b/src/Api/Operator/VirtualDirectory.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Operator/Webspace.php b/src/Api/Operator/Webspace.php
index a555b2c4..e220f199 100644
--- a/src/Api/Operator/Webspace.php
+++ b/src/Api/Operator/Webspace.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Operator;
 
diff --git a/src/Api/Struct/Certificate/Info.php b/src/Api/Struct/Certificate/Info.php
index bdfa71fb..d6ce3246 100644
--- a/src/Api/Struct/Certificate/Info.php
+++ b/src/Api/Struct/Certificate/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Certificate;
 
diff --git a/src/Api/Struct/Customer/GeneralInfo.php b/src/Api/Struct/Customer/GeneralInfo.php
index 2a38393d..755715e0 100644
--- a/src/Api/Struct/Customer/GeneralInfo.php
+++ b/src/Api/Struct/Customer/GeneralInfo.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Customer;
 
diff --git a/src/Api/Struct/Customer/Info.php b/src/Api/Struct/Customer/Info.php
index 961c61f8..1b4d4f51 100644
--- a/src/Api/Struct/Customer/Info.php
+++ b/src/Api/Struct/Customer/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Customer;
 
diff --git a/src/Api/Struct/Database/Info.php b/src/Api/Struct/Database/Info.php
index 2becc7ae..61c2ab45 100644
--- a/src/Api/Struct/Database/Info.php
+++ b/src/Api/Struct/Database/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Database;
 
diff --git a/src/Api/Struct/Database/UserInfo.php b/src/Api/Struct/Database/UserInfo.php
index 09bac9ac..2e1f2c54 100644
--- a/src/Api/Struct/Database/UserInfo.php
+++ b/src/Api/Struct/Database/UserInfo.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Database;
 
diff --git a/src/Api/Struct/DatabaseServer/Info.php b/src/Api/Struct/DatabaseServer/Info.php
index 1f71679b..678e1afa 100644
--- a/src/Api/Struct/DatabaseServer/Info.php
+++ b/src/Api/Struct/DatabaseServer/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\DatabaseServer;
 
diff --git a/src/Api/Struct/Dns/Info.php b/src/Api/Struct/Dns/Info.php
index 3513450c..e11bb08b 100644
--- a/src/Api/Struct/Dns/Info.php
+++ b/src/Api/Struct/Dns/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Dns;
 
diff --git a/src/Api/Struct/EventLog/DetailedEvent.php b/src/Api/Struct/EventLog/DetailedEvent.php
index 20fd6b8f..3577d358 100644
--- a/src/Api/Struct/EventLog/DetailedEvent.php
+++ b/src/Api/Struct/EventLog/DetailedEvent.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\EventLog;
 
diff --git a/src/Api/Struct/EventLog/Event.php b/src/Api/Struct/EventLog/Event.php
index 94993346..86a4bdb6 100644
--- a/src/Api/Struct/EventLog/Event.php
+++ b/src/Api/Struct/EventLog/Event.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\EventLog;
 
diff --git a/src/Api/Struct/Ip/Info.php b/src/Api/Struct/Ip/Info.php
index b349d64c..12c0996f 100644
--- a/src/Api/Struct/Ip/Info.php
+++ b/src/Api/Struct/Ip/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Ip;
 
diff --git a/src/Api/Struct/Locale/Info.php b/src/Api/Struct/Locale/Info.php
index 3cdf79f2..addd2c4e 100644
--- a/src/Api/Struct/Locale/Info.php
+++ b/src/Api/Struct/Locale/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Locale;
 
diff --git a/src/Api/Struct/Mail/GeneralInfo.php b/src/Api/Struct/Mail/GeneralInfo.php
index f86c7be5..e2309ed3 100644
--- a/src/Api/Struct/Mail/GeneralInfo.php
+++ b/src/Api/Struct/Mail/GeneralInfo.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Mail;
 
diff --git a/src/Api/Struct/Mail/Info.php b/src/Api/Struct/Mail/Info.php
index f9e15b3c..552cf89a 100644
--- a/src/Api/Struct/Mail/Info.php
+++ b/src/Api/Struct/Mail/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Mail;
 
diff --git a/src/Api/Struct/PhpHandler/Info.php b/src/Api/Struct/PhpHandler/Info.php
index f4a95632..99e20c51 100644
--- a/src/Api/Struct/PhpHandler/Info.php
+++ b/src/Api/Struct/PhpHandler/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\PhpHandler;
 
diff --git a/src/Api/Struct/ProtectedDirectory/DataInfo.php b/src/Api/Struct/ProtectedDirectory/DataInfo.php
index ab81a51d..b5004beb 100644
--- a/src/Api/Struct/ProtectedDirectory/DataInfo.php
+++ b/src/Api/Struct/ProtectedDirectory/DataInfo.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\ProtectedDirectory;
 
diff --git a/src/Api/Struct/ProtectedDirectory/Info.php b/src/Api/Struct/ProtectedDirectory/Info.php
index 5ee5f97b..00946111 100644
--- a/src/Api/Struct/ProtectedDirectory/Info.php
+++ b/src/Api/Struct/ProtectedDirectory/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\ProtectedDirectory;
 
diff --git a/src/Api/Struct/ProtectedDirectory/UserInfo.php b/src/Api/Struct/ProtectedDirectory/UserInfo.php
index 67bc8b7f..11953da1 100644
--- a/src/Api/Struct/ProtectedDirectory/UserInfo.php
+++ b/src/Api/Struct/ProtectedDirectory/UserInfo.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\ProtectedDirectory;
 
diff --git a/src/Api/Struct/Reseller/GeneralInfo.php b/src/Api/Struct/Reseller/GeneralInfo.php
index 0d2c79a0..bf94d328 100644
--- a/src/Api/Struct/Reseller/GeneralInfo.php
+++ b/src/Api/Struct/Reseller/GeneralInfo.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Reseller;
 
diff --git a/src/Api/Struct/Reseller/Info.php b/src/Api/Struct/Reseller/Info.php
index 6f13cbb1..e17739bd 100644
--- a/src/Api/Struct/Reseller/Info.php
+++ b/src/Api/Struct/Reseller/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Reseller;
 
diff --git a/src/Api/Struct/SecretKey/Info.php b/src/Api/Struct/SecretKey/Info.php
index 702a9179..f8fd6b34 100644
--- a/src/Api/Struct/SecretKey/Info.php
+++ b/src/Api/Struct/SecretKey/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\SecretKey;
 
diff --git a/src/Api/Struct/Server/Admin.php b/src/Api/Struct/Server/Admin.php
index f91446ac..2e9852ff 100644
--- a/src/Api/Struct/Server/Admin.php
+++ b/src/Api/Struct/Server/Admin.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Server;
 
diff --git a/src/Api/Struct/Server/GeneralInfo.php b/src/Api/Struct/Server/GeneralInfo.php
index 99aea3a9..4fbf87f1 100644
--- a/src/Api/Struct/Server/GeneralInfo.php
+++ b/src/Api/Struct/Server/GeneralInfo.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Server;
 
diff --git a/src/Api/Struct/Server/Preferences.php b/src/Api/Struct/Server/Preferences.php
index efef6de5..894bc62d 100644
--- a/src/Api/Struct/Server/Preferences.php
+++ b/src/Api/Struct/Server/Preferences.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Server;
 
diff --git a/src/Api/Struct/Server/SessionPreferences.php b/src/Api/Struct/Server/SessionPreferences.php
index ceefb122..6acf0562 100644
--- a/src/Api/Struct/Server/SessionPreferences.php
+++ b/src/Api/Struct/Server/SessionPreferences.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Server;
 
diff --git a/src/Api/Struct/Server/Statistics.php b/src/Api/Struct/Server/Statistics.php
index b8c94cef..0bb7063e 100644
--- a/src/Api/Struct/Server/Statistics.php
+++ b/src/Api/Struct/Server/Statistics.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Server;
 
diff --git a/src/Api/Struct/Server/Statistics/DiskSpace.php b/src/Api/Struct/Server/Statistics/DiskSpace.php
index 2b0c67f3..01a96058 100644
--- a/src/Api/Struct/Server/Statistics/DiskSpace.php
+++ b/src/Api/Struct/Server/Statistics/DiskSpace.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Server\Statistics;
 
diff --git a/src/Api/Struct/Server/Statistics/LoadAverage.php b/src/Api/Struct/Server/Statistics/LoadAverage.php
index 5d7a4455..775d7152 100644
--- a/src/Api/Struct/Server/Statistics/LoadAverage.php
+++ b/src/Api/Struct/Server/Statistics/LoadAverage.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Server\Statistics;
 
diff --git a/src/Api/Struct/Server/Statistics/Memory.php b/src/Api/Struct/Server/Statistics/Memory.php
index 0e5ac295..fcd18848 100644
--- a/src/Api/Struct/Server/Statistics/Memory.php
+++ b/src/Api/Struct/Server/Statistics/Memory.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Server\Statistics;
 
diff --git a/src/Api/Struct/Server/Statistics/Objects.php b/src/Api/Struct/Server/Statistics/Objects.php
index 5975ccb5..0487ed28 100644
--- a/src/Api/Struct/Server/Statistics/Objects.php
+++ b/src/Api/Struct/Server/Statistics/Objects.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Server\Statistics;
 
diff --git a/src/Api/Struct/Server/Statistics/Other.php b/src/Api/Struct/Server/Statistics/Other.php
index 66dfd1ef..fd3a576c 100644
--- a/src/Api/Struct/Server/Statistics/Other.php
+++ b/src/Api/Struct/Server/Statistics/Other.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Server\Statistics;
 
diff --git a/src/Api/Struct/Server/Statistics/Swap.php b/src/Api/Struct/Server/Statistics/Swap.php
index f0beaa21..5193fb0e 100644
--- a/src/Api/Struct/Server/Statistics/Swap.php
+++ b/src/Api/Struct/Server/Statistics/Swap.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Server\Statistics;
 
diff --git a/src/Api/Struct/Server/Statistics/Version.php b/src/Api/Struct/Server/Statistics/Version.php
index 7cef08c4..58af4bdb 100644
--- a/src/Api/Struct/Server/Statistics/Version.php
+++ b/src/Api/Struct/Server/Statistics/Version.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Server\Statistics;
 
diff --git a/src/Api/Struct/Server/UpdatesInfo.php b/src/Api/Struct/Server/UpdatesInfo.php
index b64a26e7..cb888d48 100644
--- a/src/Api/Struct/Server/UpdatesInfo.php
+++ b/src/Api/Struct/Server/UpdatesInfo.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Server;
 
diff --git a/src/Api/Struct/ServicePlan/Info.php b/src/Api/Struct/ServicePlan/Info.php
index d92c8f4d..62be1bb9 100644
--- a/src/Api/Struct/ServicePlan/Info.php
+++ b/src/Api/Struct/ServicePlan/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\ServicePlan;
 
diff --git a/src/Api/Struct/ServicePlanAddon/Info.php b/src/Api/Struct/ServicePlanAddon/Info.php
index 2221eb5b..047674f5 100644
--- a/src/Api/Struct/ServicePlanAddon/Info.php
+++ b/src/Api/Struct/ServicePlanAddon/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\ServicePlanAddon;
 
diff --git a/src/Api/Struct/Session/Info.php b/src/Api/Struct/Session/Info.php
index 03b7d97f..d4aba306 100644
--- a/src/Api/Struct/Session/Info.php
+++ b/src/Api/Struct/Session/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Session;
 
diff --git a/src/Api/Struct/Site/GeneralInfo.php b/src/Api/Struct/Site/GeneralInfo.php
index ac1b6f6b..44082a06 100644
--- a/src/Api/Struct/Site/GeneralInfo.php
+++ b/src/Api/Struct/Site/GeneralInfo.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Site;
 
diff --git a/src/Api/Struct/Site/HostingInfo.php b/src/Api/Struct/Site/HostingInfo.php
index 01f1f0bd..a236c8f6 100644
--- a/src/Api/Struct/Site/HostingInfo.php
+++ b/src/Api/Struct/Site/HostingInfo.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Site;
 
diff --git a/src/Api/Struct/Site/Info.php b/src/Api/Struct/Site/Info.php
index 8ef59c07..4d663d03 100644
--- a/src/Api/Struct/Site/Info.php
+++ b/src/Api/Struct/Site/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Site;
 
diff --git a/src/Api/Struct/SiteAlias/GeneralInfo.php b/src/Api/Struct/SiteAlias/GeneralInfo.php
index 89a67723..65951b30 100644
--- a/src/Api/Struct/SiteAlias/GeneralInfo.php
+++ b/src/Api/Struct/SiteAlias/GeneralInfo.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\SiteAlias;
 
diff --git a/src/Api/Struct/SiteAlias/Info.php b/src/Api/Struct/SiteAlias/Info.php
index 977d0b2a..ae9c82e7 100644
--- a/src/Api/Struct/SiteAlias/Info.php
+++ b/src/Api/Struct/SiteAlias/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\SiteAlias;
 
diff --git a/src/Api/Struct/Subdomain/Info.php b/src/Api/Struct/Subdomain/Info.php
index 569f0f0c..5218d352 100644
--- a/src/Api/Struct/Subdomain/Info.php
+++ b/src/Api/Struct/Subdomain/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Subdomain;
 
diff --git a/src/Api/Struct/Ui/CustomButton.php b/src/Api/Struct/Ui/CustomButton.php
index e66cc0e1..4130a79e 100644
--- a/src/Api/Struct/Ui/CustomButton.php
+++ b/src/Api/Struct/Ui/CustomButton.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Ui;
 
diff --git a/src/Api/Struct/Webspace/DiskUsage.php b/src/Api/Struct/Webspace/DiskUsage.php
index 834996cf..e9f44a00 100644
--- a/src/Api/Struct/Webspace/DiskUsage.php
+++ b/src/Api/Struct/Webspace/DiskUsage.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Webspace;
 
diff --git a/src/Api/Struct/Webspace/GeneralInfo.php b/src/Api/Struct/Webspace/GeneralInfo.php
index 5ff38bdc..f2315684 100644
--- a/src/Api/Struct/Webspace/GeneralInfo.php
+++ b/src/Api/Struct/Webspace/GeneralInfo.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Webspace;
 
diff --git a/src/Api/Struct/Webspace/HostingPropertyInfo.php b/src/Api/Struct/Webspace/HostingPropertyInfo.php
index 04dd9ea3..4e0f8c45 100644
--- a/src/Api/Struct/Webspace/HostingPropertyInfo.php
+++ b/src/Api/Struct/Webspace/HostingPropertyInfo.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Webspace;
 
diff --git a/src/Api/Struct/Webspace/Info.php b/src/Api/Struct/Webspace/Info.php
index 38d65a69..702d1cf2 100644
--- a/src/Api/Struct/Webspace/Info.php
+++ b/src/Api/Struct/Webspace/Info.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Webspace;
 
diff --git a/src/Api/Struct/Webspace/Limit.php b/src/Api/Struct/Webspace/Limit.php
index 7c1bcdc0..290b7e67 100644
--- a/src/Api/Struct/Webspace/Limit.php
+++ b/src/Api/Struct/Webspace/Limit.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Webspace;
 
diff --git a/src/Api/Struct/Webspace/LimitDescriptor.php b/src/Api/Struct/Webspace/LimitDescriptor.php
index 61fb8bb5..2114621b 100644
--- a/src/Api/Struct/Webspace/LimitDescriptor.php
+++ b/src/Api/Struct/Webspace/LimitDescriptor.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Webspace;
 
diff --git a/src/Api/Struct/Webspace/LimitInfo.php b/src/Api/Struct/Webspace/LimitInfo.php
index 68a5fdb8..b7f0262f 100644
--- a/src/Api/Struct/Webspace/LimitInfo.php
+++ b/src/Api/Struct/Webspace/LimitInfo.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Webspace;
 
diff --git a/src/Api/Struct/Webspace/Limits.php b/src/Api/Struct/Webspace/Limits.php
index 2e0722ce..63622a2d 100644
--- a/src/Api/Struct/Webspace/Limits.php
+++ b/src/Api/Struct/Webspace/Limits.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Webspace;
 
diff --git a/src/Api/Struct/Webspace/PermissionDescriptor.php b/src/Api/Struct/Webspace/PermissionDescriptor.php
index f5ef3cff..929f3e05 100644
--- a/src/Api/Struct/Webspace/PermissionDescriptor.php
+++ b/src/Api/Struct/Webspace/PermissionDescriptor.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Webspace;
 
diff --git a/src/Api/Struct/Webspace/PermissionInfo.php b/src/Api/Struct/Webspace/PermissionInfo.php
index 5bb7dc83..2328222a 100644
--- a/src/Api/Struct/Webspace/PermissionInfo.php
+++ b/src/Api/Struct/Webspace/PermissionInfo.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Webspace;
 
diff --git a/src/Api/Struct/Webspace/PhpSettings.php b/src/Api/Struct/Webspace/PhpSettings.php
index 02a1fadf..1ddf88d9 100644
--- a/src/Api/Struct/Webspace/PhpSettings.php
+++ b/src/Api/Struct/Webspace/PhpSettings.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Webspace;
 
diff --git a/src/Api/Struct/Webspace/PhysicalHostingDescriptor.php b/src/Api/Struct/Webspace/PhysicalHostingDescriptor.php
index a27ef9f1..cac2b792 100644
--- a/src/Api/Struct/Webspace/PhysicalHostingDescriptor.php
+++ b/src/Api/Struct/Webspace/PhysicalHostingDescriptor.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api\Struct\Webspace;
 
diff --git a/src/Api/XmlResponse.php b/src/Api/XmlResponse.php
index 032c9395..dd22cf08 100644
--- a/src/Api/XmlResponse.php
+++ b/src/Api/XmlResponse.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskX\Api;
 
diff --git a/tests/AbstractTestCase.php b/tests/AbstractTestCase.php
index 7792ec17..e976f3a1 100644
--- a/tests/AbstractTestCase.php
+++ b/tests/AbstractTestCase.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/ApiClientTest.php b/tests/ApiClientTest.php
index 9d20c98b..3fd90546 100644
--- a/tests/ApiClientTest.php
+++ b/tests/ApiClientTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/CertificateTest.php b/tests/CertificateTest.php
index 7afcc5cc..bb885986 100644
--- a/tests/CertificateTest.php
+++ b/tests/CertificateTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/CustomerTest.php b/tests/CustomerTest.php
index b05f224c..02e4709c 100644
--- a/tests/CustomerTest.php
+++ b/tests/CustomerTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/DatabaseServerTest.php b/tests/DatabaseServerTest.php
index f309528a..d4934590 100644
--- a/tests/DatabaseServerTest.php
+++ b/tests/DatabaseServerTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/DatabaseTest.php b/tests/DatabaseTest.php
index 9190744e..1b2b1c5f 100644
--- a/tests/DatabaseTest.php
+++ b/tests/DatabaseTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/DnsTemplateTest.php b/tests/DnsTemplateTest.php
index e756424b..14fc351b 100644
--- a/tests/DnsTemplateTest.php
+++ b/tests/DnsTemplateTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/DnsTest.php b/tests/DnsTest.php
index 6612dc6f..e0282b1a 100644
--- a/tests/DnsTest.php
+++ b/tests/DnsTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/EventLogTest.php b/tests/EventLogTest.php
index 2abd3349..2e53f361 100644
--- a/tests/EventLogTest.php
+++ b/tests/EventLogTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/IpTest.php b/tests/IpTest.php
index c9abb14a..e63adef1 100644
--- a/tests/IpTest.php
+++ b/tests/IpTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/LocaleTest.php b/tests/LocaleTest.php
index ef11ddb1..a4f157de 100644
--- a/tests/LocaleTest.php
+++ b/tests/LocaleTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/MailTest.php b/tests/MailTest.php
index 5752cdb7..242d3dc2 100644
--- a/tests/MailTest.php
+++ b/tests/MailTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/PhpHandlerTest.php b/tests/PhpHandlerTest.php
index a3c18221..21f91046 100644
--- a/tests/PhpHandlerTest.php
+++ b/tests/PhpHandlerTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/ProtectedDirectoryTest.php b/tests/ProtectedDirectoryTest.php
index 04e6380a..17cab77e 100644
--- a/tests/ProtectedDirectoryTest.php
+++ b/tests/ProtectedDirectoryTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/ResellerTest.php b/tests/ResellerTest.php
index 72a2b536..d1bb87dc 100644
--- a/tests/ResellerTest.php
+++ b/tests/ResellerTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/SecretKeyTest.php b/tests/SecretKeyTest.php
index 39b257ba..1bfc2d6b 100644
--- a/tests/SecretKeyTest.php
+++ b/tests/SecretKeyTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/ServerTest.php b/tests/ServerTest.php
index 86404140..3fe14a0d 100644
--- a/tests/ServerTest.php
+++ b/tests/ServerTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/ServicePlanAddonTest.php b/tests/ServicePlanAddonTest.php
index 41e50c60..a73022dd 100644
--- a/tests/ServicePlanAddonTest.php
+++ b/tests/ServicePlanAddonTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/ServicePlanTest.php b/tests/ServicePlanTest.php
index 438b91a8..901a79ba 100644
--- a/tests/ServicePlanTest.php
+++ b/tests/ServicePlanTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/SessionTest.php b/tests/SessionTest.php
index f5a49373..b9d2b841 100644
--- a/tests/SessionTest.php
+++ b/tests/SessionTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/SiteAliasTest.php b/tests/SiteAliasTest.php
index a4967f9b..c0b2d7e4 100644
--- a/tests/SiteAliasTest.php
+++ b/tests/SiteAliasTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/SiteTest.php b/tests/SiteTest.php
index fd37d257..dfaa6fe1 100644
--- a/tests/SiteTest.php
+++ b/tests/SiteTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/SubdomainTest.php b/tests/SubdomainTest.php
index ebd54650..db54a110 100644
--- a/tests/SubdomainTest.php
+++ b/tests/SubdomainTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/UiTest.php b/tests/UiTest.php
index 81d186a0..85e92831 100644
--- a/tests/UiTest.php
+++ b/tests/UiTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/tests/Utility/KeyLimitChecker.php b/tests/Utility/KeyLimitChecker.php
index 2f5b4bf0..6545ad5c 100644
--- a/tests/Utility/KeyLimitChecker.php
+++ b/tests/Utility/KeyLimitChecker.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest\Utility;
 
diff --git a/tests/Utility/PasswordProvider.php b/tests/Utility/PasswordProvider.php
index 6a809967..b6e22e33 100644
--- a/tests/Utility/PasswordProvider.php
+++ b/tests/Utility/PasswordProvider.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest\Utility;
 
diff --git a/tests/WebspaceTest.php b/tests/WebspaceTest.php
index 4a6ac728..cb3be01d 100644
--- a/tests/WebspaceTest.php
+++ b/tests/WebspaceTest.php
@@ -1,5 +1,5 @@
 <?php
-// Copyright 1999-2024. WebPros International GmbH.
+// Copyright 1999-2025. WebPros International GmbH.
 
 namespace PleskXTest;
 
diff --git a/wait-for-plesk.sh b/wait-for-plesk.sh
index 97d6589f..11f33362 100755
--- a/wait-for-plesk.sh
+++ b/wait-for-plesk.sh
@@ -1,5 +1,5 @@
 #!/bin/bash
-### Copyright 1999-2024. WebPros International GmbH.
+### Copyright 1999-2025. WebPros International GmbH.
 
 COUNTER=1