Skip to content

Commit 573893d

Browse files
authored
Merge pull request #120 from plesk/copyrights-2026
Update copyrights
2 parents cb28563 + 88316ba commit 573893d

15 files changed

Lines changed: 15 additions & 15 deletions

File tree

cloudlinux7to8/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025. WebPros International GmbH. All rights reserved.
1+
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
22
# vim:ft=python:
33

44
include_defs('//product.defs.py')

cloudlinux7to8/actions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025. WebPros International GmbH. All rights reserved.
1+
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
22
from .common_checks import *
33
from .common import *
44
from .configure import *

cloudlinux7to8/actions/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025. WebPros International GmbH. All rights reserved.
1+
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
22
import os
33
import shutil
44
import subprocess

cloudlinux7to8/actions/configure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025. WebPros International GmbH. All rights reserved.
1+
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
22

33
import os
44
import shutil

cloudlinux7to8/actions/convert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025. WebPros International GmbH. All rights reserved.
1+
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
22
import os
33
from pleskdistup.common import action, leapp_configs, systemd, util
44

cloudlinux7to8/actions/extensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025. WebPros International GmbH. All rights reserved.
1+
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
22

33
import typing
44

cloudlinux7to8/actions/installation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025. WebPros International GmbH. All rights reserved.
1+
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
22
import os
33
import shutil
44
import typing

cloudlinux7to8/actions/mariadb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025. WebPros International GmbH. All rights reserved.
1+
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
22

33
import subprocess
44
import typing

cloudlinux7to8/actions/packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025. WebPros International GmbH. All rights reserved.
1+
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
22
import os
33
import typing
44
import shutil

cloudlinux7to8/actions/perl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025. WebPros International GmbH. All rights reserved.
1+
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
22
import os
33
import shutil
44

0 commit comments

Comments
 (0)