From 7f821050621183873a5a41c590ba31486add8cfa Mon Sep 17 00:00:00 2001 From: Alexei Yuzhakov Date: Fri, 19 Jan 2024 16:42:28 +0200 Subject: [PATCH] TECH Update copyrights due to entity name change --- LICENSE | 2 +- composer.json | 2 +- docker-compose.yml | 2 +- phpcs.xml.dist | 2 +- phpunit-watcher.yml | 2 +- phpunit.xml.dist | 2 +- psalm.xml | 2 +- src/Api/AbstractStruct.php | 2 +- src/Api/Client.php | 2 +- src/Api/Client/Exception.php | 2 +- src/Api/Exception.php | 2 +- src/Api/InternalClient.php | 2 +- src/Api/Operator.php | 2 +- src/Api/Operator/Aps.php | 2 +- src/Api/Operator/Certificate.php | 2 +- src/Api/Operator/Customer.php | 2 +- src/Api/Operator/Database.php | 2 +- src/Api/Operator/DatabaseServer.php | 2 +- src/Api/Operator/Dns.php | 2 +- src/Api/Operator/DnsTemplate.php | 2 +- src/Api/Operator/EventLog.php | 2 +- src/Api/Operator/Ip.php | 2 +- src/Api/Operator/Locale.php | 2 +- src/Api/Operator/LogRotation.php | 2 +- src/Api/Operator/Mail.php | 2 +- src/Api/Operator/PhpHandler.php | 2 +- src/Api/Operator/ProtectedDirectory.php | 2 +- src/Api/Operator/Reseller.php | 2 +- src/Api/Operator/ResellerPlan.php | 2 +- src/Api/Operator/SecretKey.php | 2 +- src/Api/Operator/Server.php | 2 +- src/Api/Operator/ServicePlan.php | 2 +- src/Api/Operator/ServicePlanAddon.php | 2 +- src/Api/Operator/Session.php | 2 +- src/Api/Operator/Site.php | 2 +- src/Api/Operator/SiteAlias.php | 2 +- src/Api/Operator/Subdomain.php | 2 +- src/Api/Operator/Ui.php | 2 +- src/Api/Operator/VirtualDirectory.php | 2 +- src/Api/Operator/Webspace.php | 2 +- src/Api/Struct/Certificate/Info.php | 2 +- src/Api/Struct/Customer/GeneralInfo.php | 2 +- src/Api/Struct/Customer/Info.php | 2 +- src/Api/Struct/Database/Info.php | 2 +- src/Api/Struct/Database/UserInfo.php | 2 +- src/Api/Struct/DatabaseServer/Info.php | 2 +- src/Api/Struct/Dns/Info.php | 2 +- src/Api/Struct/EventLog/DetailedEvent.php | 2 +- src/Api/Struct/EventLog/Event.php | 2 +- src/Api/Struct/Ip/Info.php | 2 +- src/Api/Struct/Locale/Info.php | 2 +- src/Api/Struct/Mail/GeneralInfo.php | 2 +- src/Api/Struct/Mail/Info.php | 2 +- src/Api/Struct/PhpHandler/Info.php | 2 +- src/Api/Struct/ProtectedDirectory/DataInfo.php | 2 +- src/Api/Struct/ProtectedDirectory/Info.php | 2 +- src/Api/Struct/ProtectedDirectory/UserInfo.php | 2 +- src/Api/Struct/Reseller/GeneralInfo.php | 2 +- src/Api/Struct/Reseller/Info.php | 2 +- src/Api/Struct/SecretKey/Info.php | 2 +- src/Api/Struct/Server/Admin.php | 2 +- src/Api/Struct/Server/GeneralInfo.php | 2 +- src/Api/Struct/Server/Preferences.php | 2 +- src/Api/Struct/Server/SessionPreferences.php | 2 +- src/Api/Struct/Server/Statistics.php | 2 +- src/Api/Struct/Server/Statistics/DiskSpace.php | 2 +- src/Api/Struct/Server/Statistics/LoadAverage.php | 2 +- src/Api/Struct/Server/Statistics/Memory.php | 2 +- src/Api/Struct/Server/Statistics/Objects.php | 2 +- src/Api/Struct/Server/Statistics/Other.php | 2 +- src/Api/Struct/Server/Statistics/Swap.php | 2 +- src/Api/Struct/Server/Statistics/Version.php | 2 +- src/Api/Struct/Server/UpdatesInfo.php | 2 +- src/Api/Struct/ServicePlan/Info.php | 2 +- src/Api/Struct/ServicePlanAddon/Info.php | 2 +- src/Api/Struct/Session/Info.php | 2 +- src/Api/Struct/Site/GeneralInfo.php | 2 +- src/Api/Struct/Site/HostingInfo.php | 2 +- src/Api/Struct/Site/Info.php | 2 +- src/Api/Struct/SiteAlias/GeneralInfo.php | 2 +- src/Api/Struct/SiteAlias/Info.php | 2 +- src/Api/Struct/Subdomain/Info.php | 2 +- src/Api/Struct/Ui/CustomButton.php | 2 +- src/Api/Struct/Webspace/DiskUsage.php | 2 +- src/Api/Struct/Webspace/GeneralInfo.php | 2 +- src/Api/Struct/Webspace/HostingPropertyInfo.php | 2 +- src/Api/Struct/Webspace/Info.php | 2 +- src/Api/Struct/Webspace/Limit.php | 2 +- src/Api/Struct/Webspace/LimitDescriptor.php | 2 +- src/Api/Struct/Webspace/LimitInfo.php | 2 +- src/Api/Struct/Webspace/Limits.php | 2 +- src/Api/Struct/Webspace/PermissionDescriptor.php | 2 +- src/Api/Struct/Webspace/PermissionInfo.php | 2 +- src/Api/Struct/Webspace/PhpSettings.php | 2 +- src/Api/Struct/Webspace/PhysicalHostingDescriptor.php | 2 +- src/Api/XmlResponse.php | 2 +- tests/AbstractTestCase.php | 2 +- tests/ApiClientTest.php | 2 +- tests/CertificateTest.php | 2 +- tests/CustomerTest.php | 2 +- tests/DatabaseServerTest.php | 2 +- tests/DatabaseTest.php | 2 +- tests/DnsTemplateTest.php | 2 +- tests/DnsTest.php | 2 +- tests/EventLogTest.php | 2 +- tests/IpTest.php | 2 +- tests/LocaleTest.php | 2 +- tests/MailTest.php | 2 +- tests/PhpHandlerTest.php | 2 +- tests/ProtectedDirectoryTest.php | 2 +- tests/ResellerTest.php | 2 +- tests/SecretKeyTest.php | 2 +- tests/ServerTest.php | 2 +- tests/ServicePlanAddonTest.php | 2 +- tests/ServicePlanTest.php | 2 +- tests/SessionTest.php | 2 +- tests/SiteAliasTest.php | 2 +- tests/SiteTest.php | 2 +- tests/SubdomainTest.php | 2 +- tests/UiTest.php | 2 +- tests/Utility/KeyLimitChecker.php | 2 +- tests/Utility/PasswordProvider.php | 2 +- tests/WebspaceTest.php | 2 +- wait-for-plesk.sh | 2 +- 124 files changed, 124 insertions(+), 124 deletions(-) diff --git a/LICENSE b/LICENSE index 4df0a073..598e4458 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 1999-2024. Plesk International GmbH. +Copyright 1999-2024. WebPros International GmbH. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/composer.json b/composer.json index c28720b1..e141239f 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,7 @@ "email": "sibprogrammer@gmail.com" }, { - "name": "Plesk International GmbH.", + "name": "WebPros International GmbH.", "email": "plesk-dev-leads@plesk.com" } ], diff --git a/docker-compose.yml b/docker-compose.yml index 166cfed9..4431a3f5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,4 +1,4 @@ -# Copyright 1999-2024. Plesk International GmbH. +# Copyright 1999-2024. WebPros International GmbH. version: '2' services: plesk: diff --git a/phpcs.xml.dist b/phpcs.xml.dist index b01ab748..56a9a781 100644 --- a/phpcs.xml.dist +++ b/phpcs.xml.dist @@ -1,5 +1,5 @@ - + src tests diff --git a/phpunit-watcher.yml b/phpunit-watcher.yml index 6a7a24d0..8a4d295f 100644 --- a/phpunit-watcher.yml +++ b/phpunit-watcher.yml @@ -1,4 +1,4 @@ -# Copyright 1999-2024. Plesk International GmbH. +# Copyright 1999-2024. WebPros International GmbH. phpunit: arguments: '--stop-on-failure' timeout: 0 diff --git a/phpunit.xml.dist b/phpunit.xml.dist index f699a42c..b90bd149 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,5 +1,5 @@ - + diff --git a/psalm.xml b/psalm.xml index 2c875ca4..da2678a1 100644 --- a/psalm.xml +++ b/psalm.xml @@ -1,5 +1,5 @@ - + Plesk" > /dev/null