Skip to content

Commit 345ec88

Browse files
committed
Update copyright year
1 parent 41ca3e0 commit 345ec88

File tree

110 files changed

+110
-109
lines changed

Some content is hidden

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

110 files changed

+110
-109
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 1999-2019. Plesk International GmbH.
1+
Copyright 1999-2020. Plesk International GmbH.
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

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-2019. Plesk International GmbH. -->
2+
<!-- Copyright 1999-2020. Plesk International GmbH. -->
33
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
55
bootstrap="vendor/autoload.php"

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-2019. Plesk International GmbH.
2+
// Copyright 1999-2020. Plesk International GmbH.
33

44
namespace PleskX\Api;
55
use SimpleXMLElement;

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-2019. Plesk International GmbH.
2+
// Copyright 1999-2020. 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-2019. Plesk International GmbH.
2+
// Copyright 1999-2020. 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-2019. Plesk International GmbH.
2+
// Copyright 1999-2020. Plesk International GmbH.
33

44
namespace PleskX\Api;
55

src/Api/Operator.php

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

44
namespace PleskX\Api;
55

src/Api/Operator/Aps.php

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

44
namespace PleskX\Api\Operator;
55

src/Api/Operator/Certificate.php

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

44
namespace PleskX\Api\Operator;
55
use PleskX\Api\Struct\Certificate as Struct;

src/Api/Operator/Customer.php

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

44
namespace PleskX\Api\Operator;
55
use PleskX\Api\Struct\Customer as Struct;

0 commit comments

Comments
 (0)