Skip to content

Commit 94bcd0b

Browse files
committed
TECH Update copyright year
1 parent a1f9fe7 commit 94bcd0b

File tree

120 files changed

+120
-116
lines changed

Some content is hidden

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

120 files changed

+120
-116
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright 1999-2023. Plesk International GmbH.
12
version: '2'
23
services:
34
plesk:

phpcs.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0"?>
2+
<!-- Copyright 1999-2023. Plesk International GmbH. -->
23
<ruleset name="PHP library for Plesk XML-RPC API">
34
<file>src</file>
45
<file>tests</file>

phpunit-watcher.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Copyright 1999-2023. Plesk International GmbH.
12
phpunit:
23
arguments: '--stop-on-failure'
34
timeout: 0

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright 1999-2022. Plesk International GmbH. -->
2+
<!-- Copyright 1999-2023. Plesk International GmbH. -->
33
<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">
44
<coverage processUncoveredFiles="true">
55
<include>

psalm.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0"?>
2+
<!-- Copyright 1999-2023. Plesk International GmbH. -->
23
<psalm
34
errorLevel="3"
45
resolveFromConfigFile="true"

src/Api/AbstractStruct.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Copyright 1999-2022. Plesk International GmbH.
2+
// Copyright 1999-2023. Plesk International GmbH.
33

44
namespace PleskX\Api;
55

src/Api/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Copyright 1999-2022. Plesk International GmbH.
2+
// Copyright 1999-2023. Plesk International GmbH.
33

44
namespace PleskX\Api;
55

src/Api/Client/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Copyright 1999-2022. Plesk International GmbH.
2+
// Copyright 1999-2023. Plesk International GmbH.
33

44
namespace PleskX\Api\Client;
55

src/Api/Exception.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Copyright 1999-2022. Plesk International GmbH.
2+
// Copyright 1999-2023. Plesk International GmbH.
33

44
namespace PleskX\Api;
55

src/Api/InternalClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
// Copyright 1999-2022. Plesk International GmbH.
2+
// Copyright 1999-2023. Plesk International GmbH.
33

44
namespace PleskX\Api;
55

0 commit comments

Comments
 (0)