Skip to content

Commit

Permalink
TECH Update copyrights due to entity name change
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed Jan 19, 2024
1 parent 3eda59f commit 7f82105
Show file tree
Hide file tree
Showing 124 changed files with 124 additions and 124 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"email": "[email protected]"
},
{
"name": "Plesk International GmbH.",
"name": "WebPros International GmbH.",
"email": "[email protected]"
}
],
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2024. Plesk International GmbH.
# Copyright 1999-2024. WebPros International GmbH.
version: '2'
services:
plesk:
Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!-- Copyright 1999-2024. Plesk International GmbH. -->
<!-- Copyright 1999-2024. WebPros International GmbH. -->
<ruleset name="PHP library for Plesk XML-RPC API">
<file>src</file>
<file>tests</file>
Expand Down
2 changes: 1 addition & 1 deletion phpunit-watcher.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2024. Plesk International GmbH.
# Copyright 1999-2024. WebPros International GmbH.
phpunit:
arguments: '--stop-on-failure'
timeout: 0
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 1999-2024. Plesk International GmbH. -->
<!-- Copyright 1999-2024. 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>
Expand Down
2 changes: 1 addition & 1 deletion psalm.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<!-- Copyright 1999-2024. Plesk International GmbH. -->
<!-- Copyright 1999-2024. WebPros International GmbH. -->
<psalm
errorLevel="3"
resolveFromConfigFile="true"
Expand Down
2 changes: 1 addition & 1 deletion src/Api/AbstractStruct.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Client.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Client/Exception.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Client;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Exception.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/InternalClient.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/Aps.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/Certificate.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/Customer.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/Database.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/DatabaseServer.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/Dns.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/DnsTemplate.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/EventLog.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/Ip.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/Locale.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/LogRotation.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/Mail.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/PhpHandler.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/ProtectedDirectory.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/Reseller.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/ResellerPlan.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/SecretKey.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/Server.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/ServicePlan.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/ServicePlanAddon.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/Session.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/Site.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/SiteAlias.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/Subdomain.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/Ui.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/VirtualDirectory.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Operator/Webspace.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Operator;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/Certificate/Info.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\Certificate;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/Customer/GeneralInfo.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\Customer;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/Customer/Info.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\Customer;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/Database/Info.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\Database;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/Database/UserInfo.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\Database;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/DatabaseServer/Info.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\DatabaseServer;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/Dns/Info.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\Dns;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/EventLog/DetailedEvent.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\EventLog;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/EventLog/Event.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\EventLog;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/Ip/Info.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\Ip;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/Locale/Info.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\Locale;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/Mail/GeneralInfo.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\Mail;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/Mail/Info.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\Mail;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/PhpHandler/Info.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\PhpHandler;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/ProtectedDirectory/DataInfo.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\ProtectedDirectory;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/ProtectedDirectory/Info.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\ProtectedDirectory;

Expand Down
2 changes: 1 addition & 1 deletion src/Api/Struct/ProtectedDirectory/UserInfo.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
// Copyright 1999-2024. Plesk International GmbH.
// Copyright 1999-2024. WebPros International GmbH.

namespace PleskX\Api\Struct\ProtectedDirectory;

Expand Down
Loading

0 comments on commit 7f82105

Please sign in to comment.