diff --git a/BUCK b/BUCK index a39065f..122232f 100644 --- a/BUCK +++ b/BUCK @@ -1,4 +1,4 @@ -# Copyright 1999-2024. WebPros International GmbH. All rights reserved. +# Copyright 1999-2025. WebPros International GmbH. All rights reserved. # vim:ft=python: PRODUCT_VERSION = '1.4.4' diff --git a/centos2almaconverter/BUCK b/centos2almaconverter/BUCK index 5fcabfd..2a63001 100644 --- a/centos2almaconverter/BUCK +++ b/centos2almaconverter/BUCK @@ -1,4 +1,4 @@ -# Copyright 1999-2024. Plesk International GmbH. All rights reserved. +# Copyright 1999-2025. Plesk International GmbH. All rights reserved. # vim:ft=python: PRODUCT_VERSION = '1.4.4' diff --git a/centos2almaconverter/__init__.py b/centos2almaconverter/__init__.py index 377954b..cd39753 100644 --- a/centos2almaconverter/__init__.py +++ b/centos2almaconverter/__init__.py @@ -1 +1 @@ -# Copyright 1999-2024. Plesk International GmbH. All rights reserved. +# Copyright 1999-2025. Plesk International GmbH. All rights reserved. diff --git a/centos2almaconverter/actions/__init__.py b/centos2almaconverter/actions/__init__.py index cf1717c..d32bbf2 100644 --- a/centos2almaconverter/actions/__init__.py +++ b/centos2almaconverter/actions/__init__.py @@ -1,4 +1,4 @@ -# Copyright 1999 - 2024. Plesk International GmbH. All rights reserved. +# Copyright 1999 - 2025. Plesk International GmbH. All rights reserved. from .common_checks import * from .common import * from .configure import * diff --git a/centos2almaconverter/actions/common.py b/centos2almaconverter/actions/common.py index 119e2d6..e434ef8 100644 --- a/centos2almaconverter/actions/common.py +++ b/centos2almaconverter/actions/common.py @@ -1,4 +1,4 @@ -# Copyright 1999 - 2024. Plesk International GmbH. All rights reserved. +# Copyright 1999 - 2025. Plesk International GmbH. All rights reserved. import os import shutil import subprocess diff --git a/centos2almaconverter/actions/common_checks.py b/centos2almaconverter/actions/common_checks.py index 8608a59..e21e206 100644 --- a/centos2almaconverter/actions/common_checks.py +++ b/centos2almaconverter/actions/common_checks.py @@ -1,4 +1,4 @@ -# Copyright 1999 - 2024. Plesk International GmbH. All rights reserved. +# Copyright 1999 - 2025. Plesk International GmbH. All rights reserved. import collections import os diff --git a/centos2almaconverter/actions/configure.py b/centos2almaconverter/actions/configure.py index c266510..25c053a 100644 --- a/centos2almaconverter/actions/configure.py +++ b/centos2almaconverter/actions/configure.py @@ -1,4 +1,4 @@ -# Copyright 1999 - 2024. Plesk International GmbH. All rights reserved. +# Copyright 1999 - 2025. Plesk International GmbH. All rights reserved. import os from pleskdistup.common import action, leapp_configs, files diff --git a/centos2almaconverter/actions/convert.py b/centos2almaconverter/actions/convert.py index 3975aba..61b84be 100644 --- a/centos2almaconverter/actions/convert.py +++ b/centos2almaconverter/actions/convert.py @@ -1,4 +1,4 @@ -# Copyright 1999 - 2024. Plesk International GmbH. All rights reserved. +# Copyright 1999 - 2025. Plesk International GmbH. All rights reserved. from pleskdistup.common import action, util import os diff --git a/centos2almaconverter/actions/extensions.py b/centos2almaconverter/actions/extensions.py index a3744fa..6d0aa8c 100644 --- a/centos2almaconverter/actions/extensions.py +++ b/centos2almaconverter/actions/extensions.py @@ -1,4 +1,4 @@ -# Copyright 1999 - 2024. Plesk International GmbH. All rights reserved. +# Copyright 1999 - 2025. Plesk International GmbH. All rights reserved. from pleskdistup.common import action, util, leapp_configs, log, plesk, rpm, files import os diff --git a/centos2almaconverter/actions/installation.py b/centos2almaconverter/actions/installation.py index 2ea2cf2..49722e7 100644 --- a/centos2almaconverter/actions/installation.py +++ b/centos2almaconverter/actions/installation.py @@ -1,4 +1,4 @@ -# Copyright 1999 - 2024. Plesk International GmbH. All rights reserved. +# Copyright 1999 - 2025. Plesk International GmbH. All rights reserved. import os import shutil diff --git a/centos2almaconverter/actions/mariadb.py b/centos2almaconverter/actions/mariadb.py index dad7aad..bc42bd4 100644 --- a/centos2almaconverter/actions/mariadb.py +++ b/centos2almaconverter/actions/mariadb.py @@ -1,4 +1,4 @@ -# Copyright 1999 - 2024. Plesk International GmbH. All rights reserved. +# Copyright 1999 - 2025. Plesk International GmbH. All rights reserved. import subprocess import os diff --git a/centos2almaconverter/actions/packages.py b/centos2almaconverter/actions/packages.py index 9727339..b0c5a47 100644 --- a/centos2almaconverter/actions/packages.py +++ b/centos2almaconverter/actions/packages.py @@ -1,4 +1,4 @@ -# Copyright 1999 - 2024. Plesk International GmbH. All rights reserved. +# Copyright 1999 - 2025. Plesk International GmbH. All rights reserved. import os import typing import shutil diff --git a/centos2almaconverter/actions/perl.py b/centos2almaconverter/actions/perl.py index 316095b..f2c30fd 100644 --- a/centos2almaconverter/actions/perl.py +++ b/centos2almaconverter/actions/perl.py @@ -1,4 +1,4 @@ -# Copyright 1999-2024. Plesk International GmbH. All rights reserved. +# Copyright 1999-2025. Plesk International GmbH. All rights reserved. import os import shutil diff --git a/centos2almaconverter/actions/php.py b/centos2almaconverter/actions/php.py index d2db52e..cc856a3 100644 --- a/centos2almaconverter/actions/php.py +++ b/centos2almaconverter/actions/php.py @@ -1,4 +1,4 @@ -# Copyright 2023-2024. WebPros International GmbH. All rights reserved. +# Copyright 2023-2025. WebPros International GmbH. All rights reserved. import os import shutil diff --git a/centos2almaconverter/actions/postgres.py b/centos2almaconverter/actions/postgres.py index f7b265c..8b0b4de 100644 --- a/centos2almaconverter/actions/postgres.py +++ b/centos2almaconverter/actions/postgres.py @@ -1,4 +1,4 @@ -# Copyright 1999 - 2024. Plesk International GmbH. All rights reserved. +# Copyright 1999 - 2025. Plesk International GmbH. All rights reserved. import locale import os import subprocess diff --git a/centos2almaconverter/main.py b/centos2almaconverter/main.py index 9a56ae2..241a180 100644 --- a/centos2almaconverter/main.py +++ b/centos2almaconverter/main.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -# Copyright 1999-2024. Plesk International GmbH. All rights reserved. +# Copyright 1999-2025. Plesk International GmbH. All rights reserved. import sys diff --git a/centos2almaconverter/upgrader.py b/centos2almaconverter/upgrader.py index 1225f8b..e290245 100644 --- a/centos2almaconverter/upgrader.py +++ b/centos2almaconverter/upgrader.py @@ -1,4 +1,4 @@ -# Copyright 1999-2024. Plesk International GmbH. All rights reserved. +# Copyright 1999-2025. Plesk International GmbH. All rights reserved. import argparse import json diff --git a/dist-upgrader b/dist-upgrader index 508dbf9..63dc05a 160000 --- a/dist-upgrader +++ b/dist-upgrader @@ -1 +1 @@ -Subproject commit 508dbf9ae8a1d4855b1cdfa1bc9ee89db4d73ef7 +Subproject commit 63dc05a5a16afd9febe04959be1cc80e703fbef6