Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudlinux7to8/BUCK
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2025. WebPros International GmbH. All rights reserved.
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
# vim:ft=python:

include_defs('//product.defs.py')
Expand Down
2 changes: 1 addition & 1 deletion cloudlinux7to8/actions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2025. WebPros International GmbH. All rights reserved.
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
from .common_checks import *
from .common import *
from .configure import *
Expand Down
2 changes: 1 addition & 1 deletion cloudlinux7to8/actions/common.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2025. WebPros International GmbH. All rights reserved.
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
import os
import shutil
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion cloudlinux7to8/actions/configure.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2025. WebPros International GmbH. All rights reserved.
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.

import os
import shutil
Expand Down
2 changes: 1 addition & 1 deletion cloudlinux7to8/actions/convert.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2025. WebPros International GmbH. All rights reserved.
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
import os
from pleskdistup.common import action, leapp_configs, systemd, util

Expand Down
2 changes: 1 addition & 1 deletion cloudlinux7to8/actions/extensions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2025. WebPros International GmbH. All rights reserved.
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.

import typing

Expand Down
2 changes: 1 addition & 1 deletion cloudlinux7to8/actions/installation.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2025. WebPros International GmbH. All rights reserved.
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
import os
import shutil
import typing
Expand Down
2 changes: 1 addition & 1 deletion cloudlinux7to8/actions/mariadb.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2025. WebPros International GmbH. All rights reserved.
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.

import subprocess
import typing
Expand Down
2 changes: 1 addition & 1 deletion cloudlinux7to8/actions/packages.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2025. WebPros International GmbH. All rights reserved.
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
import os
import typing
import shutil
Expand Down
2 changes: 1 addition & 1 deletion cloudlinux7to8/actions/perl.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2025. WebPros International GmbH. All rights reserved.
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
import os
import shutil

Expand Down
2 changes: 1 addition & 1 deletion cloudlinux7to8/actions/php.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2025. WebPros International GmbH. All rights reserved.
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.

import os
import shutil
Expand Down
2 changes: 1 addition & 1 deletion cloudlinux7to8/actions/postgres.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2025. WebPros International GmbH. All rights reserved.
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.
import locale
import os
import subprocess
Expand Down
2 changes: 1 addition & 1 deletion cloudlinux7to8/config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2025. WebPros International GmbH. All rights reserved.
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.

version = "@@PRODUCT_VERSION@@"
revision = "@@PRODUCT_REVISION@@"
2 changes: 1 addition & 1 deletion cloudlinux7to8/main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/python3
# Copyright 2025. WebPros International GmbH. All rights reserved.
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.

import sys

Expand Down
2 changes: 1 addition & 1 deletion cloudlinux7to8/upgrader.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2025. WebPros International GmbH. All rights reserved.
# Copyright 1999 - 2026. WebPros International GmbH. All rights reserved.

import argparse
import os
Expand Down