From 41085215eb183c78ba06f7082dd0bb63075ad5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20=C5=BDaja?= Date: Sun, 14 Apr 2024 11:01:20 +0200 Subject: [PATCH] Updated licensing info for 2024 --- setup.py | 4 ++-- src/refind_btrfs/__init__.py | 4 ++-- src/refind_btrfs/__main__.py | 4 ++-- src/refind_btrfs/boot/__init__.py | 4 ++-- src/refind_btrfs/boot/antlr4/RefindConfigLexer.g4 | 4 ++-- src/refind_btrfs/boot/antlr4/RefindConfigParser.g4 | 4 ++-- src/refind_btrfs/boot/antlr4/__init__.py | 4 ++-- src/refind_btrfs/boot/boot_options.py | 4 ++-- src/refind_btrfs/boot/boot_stanza.py | 4 ++-- src/refind_btrfs/boot/file_refind_config_provider.py | 4 ++-- src/refind_btrfs/boot/migrations/__init__.py | 4 ++-- src/refind_btrfs/boot/migrations/icon_migration_strategies.py | 4 ++-- src/refind_btrfs/boot/migrations/main_migration_strategies.py | 4 ++-- src/refind_btrfs/boot/migrations/migration.py | 4 ++-- src/refind_btrfs/boot/migrations/state.py | 4 ++-- src/refind_btrfs/boot/refind_config.py | 4 ++-- src/refind_btrfs/boot/refind_listeners.py | 4 ++-- src/refind_btrfs/boot/refind_visitors.py | 4 ++-- src/refind_btrfs/boot/sub_menu.py | 4 ++-- src/refind_btrfs/common/__init__.py | 4 ++-- src/refind_btrfs/common/abc/__init__.py | 4 ++-- src/refind_btrfs/common/abc/base_config.py | 4 ++-- src/refind_btrfs/common/abc/base_runner.py | 4 ++-- src/refind_btrfs/common/abc/commands/__init__.py | 4 ++-- src/refind_btrfs/common/abc/commands/device_command.py | 4 ++-- src/refind_btrfs/common/abc/commands/icon_command.py | 4 ++-- src/refind_btrfs/common/abc/commands/subvolume_command.py | 4 ++-- src/refind_btrfs/common/abc/factories/__init__.py | 4 ++-- .../common/abc/factories/base_device_command_factory.py | 4 ++-- .../common/abc/factories/base_icon_command_factory.py | 4 ++-- src/refind_btrfs/common/abc/factories/base_logger_factory.py | 4 ++-- .../common/abc/factories/base_subvolume_command_factory.py | 4 ++-- src/refind_btrfs/common/abc/providers/__init__.py | 4 ++-- .../common/abc/providers/base_package_config_provider.py | 4 ++-- .../common/abc/providers/base_persistence_provider.py | 4 ++-- .../common/abc/providers/base_refind_config_provider.py | 4 ++-- src/refind_btrfs/common/boot_files_check_result.py | 4 ++-- src/refind_btrfs/common/checkable_observer.py | 4 ++-- src/refind_btrfs/common/configurable_mixin.py | 4 ++-- src/refind_btrfs/common/constants.py | 4 ++-- src/refind_btrfs/common/enums.py | 4 ++-- src/refind_btrfs/common/exceptions.py | 4 ++-- src/refind_btrfs/common/package_config.py | 4 ++-- src/refind_btrfs/console/__init__.py | 4 ++-- src/refind_btrfs/console/cli_runner.py | 4 ++-- src/refind_btrfs/device/__init__.py | 4 ++-- src/refind_btrfs/device/block_device.py | 4 ++-- src/refind_btrfs/device/filesystem.py | 4 ++-- src/refind_btrfs/device/mount_options.py | 4 ++-- src/refind_btrfs/device/partition.py | 4 ++-- src/refind_btrfs/device/partition_table.py | 4 ++-- src/refind_btrfs/device/subvolume.py | 4 ++-- src/refind_btrfs/service/__init__.py | 4 ++-- src/refind_btrfs/service/snapshot_event_handler.py | 4 ++-- src/refind_btrfs/service/snapshot_observer.py | 4 ++-- src/refind_btrfs/service/watchdog_runner.py | 4 ++-- src/refind_btrfs/state_management/__init__.py | 4 ++-- src/refind_btrfs/state_management/conditions.py | 4 ++-- src/refind_btrfs/state_management/model.py | 4 ++-- src/refind_btrfs/state_management/refind_btrfs_machine.py | 4 ++-- src/refind_btrfs/system/__init__.py | 4 ++-- src/refind_btrfs/system/btrfsutil_command.py | 4 ++-- src/refind_btrfs/system/command_factories.py | 4 ++-- src/refind_btrfs/system/findmnt_command.py | 4 ++-- src/refind_btrfs/system/fstab_command.py | 4 ++-- src/refind_btrfs/system/lsblk_command.py | 4 ++-- src/refind_btrfs/system/pillow_command.py | 4 ++-- src/refind_btrfs/utility/__init__.py | 4 ++-- src/refind_btrfs/utility/file_package_config_provider.py | 4 ++-- src/refind_btrfs/utility/helpers.py | 4 ++-- src/refind_btrfs/utility/injector_modules.py | 4 ++-- src/refind_btrfs/utility/level_aware_formatter.py | 4 ++-- src/refind_btrfs/utility/logger_factories.py | 4 ++-- src/refind_btrfs/utility/shelve_persistence_provider.py | 4 ++-- 74 files changed, 148 insertions(+), 148 deletions(-) diff --git a/setup.py b/setup.py index b2dbd6c..cbefc2f 100644 --- a/setup.py +++ b/setup.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/__init__.py b/src/refind_btrfs/__init__.py index 30c7dc7..80f0b84 100644 --- a/src/refind_btrfs/__init__.py +++ b/src/refind_btrfs/__init__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/__main__.py b/src/refind_btrfs/__main__.py index 89c8cc2..5b21f5c 100644 --- a/src/refind_btrfs/__main__.py +++ b/src/refind_btrfs/__main__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/__init__.py b/src/refind_btrfs/boot/__init__.py index 6cf1e57..5ee2804 100644 --- a/src/refind_btrfs/boot/__init__.py +++ b/src/refind_btrfs/boot/__init__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/antlr4/RefindConfigLexer.g4 b/src/refind_btrfs/boot/antlr4/RefindConfigLexer.g4 index 0702a72..ae762db 100644 --- a/src/refind_btrfs/boot/antlr4/RefindConfigLexer.g4 +++ b/src/refind_btrfs/boot/antlr4/RefindConfigLexer.g4 @@ -1,10 +1,10 @@ /* -SPDX-FileCopyrightText: 2020-2023 Luka Žaja +SPDX-FileCopyrightText: 2020-2024 Luka Žaja SPDX-License-Identifier: GPL-3.0-or-later refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/antlr4/RefindConfigParser.g4 b/src/refind_btrfs/boot/antlr4/RefindConfigParser.g4 index 81bb117..607056f 100644 --- a/src/refind_btrfs/boot/antlr4/RefindConfigParser.g4 +++ b/src/refind_btrfs/boot/antlr4/RefindConfigParser.g4 @@ -1,10 +1,10 @@ /* -SPDX-FileCopyrightText: 2020-2023 Luka Žaja +SPDX-FileCopyrightText: 2020-2024 Luka Žaja SPDX-License-Identifier: GPL-3.0-or-later refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/antlr4/__init__.py b/src/refind_btrfs/boot/antlr4/__init__.py index 7331d1d..21dd6fa 100644 --- a/src/refind_btrfs/boot/antlr4/__init__.py +++ b/src/refind_btrfs/boot/antlr4/__init__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/boot_options.py b/src/refind_btrfs/boot/boot_options.py index ceed34b..c473142 100644 --- a/src/refind_btrfs/boot/boot_options.py +++ b/src/refind_btrfs/boot/boot_options.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/boot_stanza.py b/src/refind_btrfs/boot/boot_stanza.py index 9c16b2d..b5eb9f3 100644 --- a/src/refind_btrfs/boot/boot_stanza.py +++ b/src/refind_btrfs/boot/boot_stanza.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/file_refind_config_provider.py b/src/refind_btrfs/boot/file_refind_config_provider.py index ce3263f..51e631f 100644 --- a/src/refind_btrfs/boot/file_refind_config_provider.py +++ b/src/refind_btrfs/boot/file_refind_config_provider.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/migrations/__init__.py b/src/refind_btrfs/boot/migrations/__init__.py index d3f2f90..1f0f3fb 100644 --- a/src/refind_btrfs/boot/migrations/__init__.py +++ b/src/refind_btrfs/boot/migrations/__init__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/migrations/icon_migration_strategies.py b/src/refind_btrfs/boot/migrations/icon_migration_strategies.py index 87f50d5..2cdd48e 100644 --- a/src/refind_btrfs/boot/migrations/icon_migration_strategies.py +++ b/src/refind_btrfs/boot/migrations/icon_migration_strategies.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/migrations/main_migration_strategies.py b/src/refind_btrfs/boot/migrations/main_migration_strategies.py index 4dda671..34dc77a 100644 --- a/src/refind_btrfs/boot/migrations/main_migration_strategies.py +++ b/src/refind_btrfs/boot/migrations/main_migration_strategies.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/migrations/migration.py b/src/refind_btrfs/boot/migrations/migration.py index e186e38..9ea9612 100644 --- a/src/refind_btrfs/boot/migrations/migration.py +++ b/src/refind_btrfs/boot/migrations/migration.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/migrations/state.py b/src/refind_btrfs/boot/migrations/state.py index fede699..ed9a2e8 100644 --- a/src/refind_btrfs/boot/migrations/state.py +++ b/src/refind_btrfs/boot/migrations/state.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/refind_config.py b/src/refind_btrfs/boot/refind_config.py index b007d52..8d48c40 100644 --- a/src/refind_btrfs/boot/refind_config.py +++ b/src/refind_btrfs/boot/refind_config.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/refind_listeners.py b/src/refind_btrfs/boot/refind_listeners.py index 8cd4f44..d03235a 100644 --- a/src/refind_btrfs/boot/refind_listeners.py +++ b/src/refind_btrfs/boot/refind_listeners.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/refind_visitors.py b/src/refind_btrfs/boot/refind_visitors.py index 29b8e50..6b9e0e3 100644 --- a/src/refind_btrfs/boot/refind_visitors.py +++ b/src/refind_btrfs/boot/refind_visitors.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/boot/sub_menu.py b/src/refind_btrfs/boot/sub_menu.py index 69c91fb..4ce15f2 100644 --- a/src/refind_btrfs/boot/sub_menu.py +++ b/src/refind_btrfs/boot/sub_menu.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/__init__.py b/src/refind_btrfs/common/__init__.py index 38c6d18..f9afc0d 100644 --- a/src/refind_btrfs/common/__init__.py +++ b/src/refind_btrfs/common/__init__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/__init__.py b/src/refind_btrfs/common/abc/__init__.py index 44677b1..16df955 100644 --- a/src/refind_btrfs/common/abc/__init__.py +++ b/src/refind_btrfs/common/abc/__init__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/base_config.py b/src/refind_btrfs/common/abc/base_config.py index 05c5e55..76df0ba 100644 --- a/src/refind_btrfs/common/abc/base_config.py +++ b/src/refind_btrfs/common/abc/base_config.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/base_runner.py b/src/refind_btrfs/common/abc/base_runner.py index 0dcbfe2..6a5a2bc 100644 --- a/src/refind_btrfs/common/abc/base_runner.py +++ b/src/refind_btrfs/common/abc/base_runner.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/commands/__init__.py b/src/refind_btrfs/common/abc/commands/__init__.py index 75fa17e..09ceb5d 100644 --- a/src/refind_btrfs/common/abc/commands/__init__.py +++ b/src/refind_btrfs/common/abc/commands/__init__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/commands/device_command.py b/src/refind_btrfs/common/abc/commands/device_command.py index 1f68c85..1ebd2cb 100644 --- a/src/refind_btrfs/common/abc/commands/device_command.py +++ b/src/refind_btrfs/common/abc/commands/device_command.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/commands/icon_command.py b/src/refind_btrfs/common/abc/commands/icon_command.py index 83dcca2..2afd8ea 100644 --- a/src/refind_btrfs/common/abc/commands/icon_command.py +++ b/src/refind_btrfs/common/abc/commands/icon_command.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/commands/subvolume_command.py b/src/refind_btrfs/common/abc/commands/subvolume_command.py index 716cefd..1578e14 100644 --- a/src/refind_btrfs/common/abc/commands/subvolume_command.py +++ b/src/refind_btrfs/common/abc/commands/subvolume_command.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/factories/__init__.py b/src/refind_btrfs/common/abc/factories/__init__.py index 32bcb04..b116192 100644 --- a/src/refind_btrfs/common/abc/factories/__init__.py +++ b/src/refind_btrfs/common/abc/factories/__init__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/factories/base_device_command_factory.py b/src/refind_btrfs/common/abc/factories/base_device_command_factory.py index b999ad8..f151267 100644 --- a/src/refind_btrfs/common/abc/factories/base_device_command_factory.py +++ b/src/refind_btrfs/common/abc/factories/base_device_command_factory.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/factories/base_icon_command_factory.py b/src/refind_btrfs/common/abc/factories/base_icon_command_factory.py index 0799e71..63f91fe 100644 --- a/src/refind_btrfs/common/abc/factories/base_icon_command_factory.py +++ b/src/refind_btrfs/common/abc/factories/base_icon_command_factory.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/factories/base_logger_factory.py b/src/refind_btrfs/common/abc/factories/base_logger_factory.py index e19c442..1a90195 100644 --- a/src/refind_btrfs/common/abc/factories/base_logger_factory.py +++ b/src/refind_btrfs/common/abc/factories/base_logger_factory.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/factories/base_subvolume_command_factory.py b/src/refind_btrfs/common/abc/factories/base_subvolume_command_factory.py index ccebff6..19222d0 100644 --- a/src/refind_btrfs/common/abc/factories/base_subvolume_command_factory.py +++ b/src/refind_btrfs/common/abc/factories/base_subvolume_command_factory.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/providers/__init__.py b/src/refind_btrfs/common/abc/providers/__init__.py index d7da4e6..022ea7a 100644 --- a/src/refind_btrfs/common/abc/providers/__init__.py +++ b/src/refind_btrfs/common/abc/providers/__init__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/providers/base_package_config_provider.py b/src/refind_btrfs/common/abc/providers/base_package_config_provider.py index 3b94dde..a322a08 100644 --- a/src/refind_btrfs/common/abc/providers/base_package_config_provider.py +++ b/src/refind_btrfs/common/abc/providers/base_package_config_provider.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/providers/base_persistence_provider.py b/src/refind_btrfs/common/abc/providers/base_persistence_provider.py index abd1f87..2bf0b69 100644 --- a/src/refind_btrfs/common/abc/providers/base_persistence_provider.py +++ b/src/refind_btrfs/common/abc/providers/base_persistence_provider.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/abc/providers/base_refind_config_provider.py b/src/refind_btrfs/common/abc/providers/base_refind_config_provider.py index 1622d69..1491b8c 100644 --- a/src/refind_btrfs/common/abc/providers/base_refind_config_provider.py +++ b/src/refind_btrfs/common/abc/providers/base_refind_config_provider.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/boot_files_check_result.py b/src/refind_btrfs/common/boot_files_check_result.py index 71c010a..176a53b 100644 --- a/src/refind_btrfs/common/boot_files_check_result.py +++ b/src/refind_btrfs/common/boot_files_check_result.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/checkable_observer.py b/src/refind_btrfs/common/checkable_observer.py index b799e81..305fbe2 100644 --- a/src/refind_btrfs/common/checkable_observer.py +++ b/src/refind_btrfs/common/checkable_observer.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/configurable_mixin.py b/src/refind_btrfs/common/configurable_mixin.py index 5d2fbfc..494858e 100644 --- a/src/refind_btrfs/common/configurable_mixin.py +++ b/src/refind_btrfs/common/configurable_mixin.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/constants.py b/src/refind_btrfs/common/constants.py index 28163a6..204adff 100644 --- a/src/refind_btrfs/common/constants.py +++ b/src/refind_btrfs/common/constants.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/enums.py b/src/refind_btrfs/common/enums.py index 5430a34..6db28c5 100644 --- a/src/refind_btrfs/common/enums.py +++ b/src/refind_btrfs/common/enums.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/exceptions.py b/src/refind_btrfs/common/exceptions.py index efb6d20..b047cda 100644 --- a/src/refind_btrfs/common/exceptions.py +++ b/src/refind_btrfs/common/exceptions.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/common/package_config.py b/src/refind_btrfs/common/package_config.py index 319de2b..25a02d5 100644 --- a/src/refind_btrfs/common/package_config.py +++ b/src/refind_btrfs/common/package_config.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/console/__init__.py b/src/refind_btrfs/console/__init__.py index a578869..1d0715d 100644 --- a/src/refind_btrfs/console/__init__.py +++ b/src/refind_btrfs/console/__init__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/console/cli_runner.py b/src/refind_btrfs/console/cli_runner.py index a3aab6b..1a2c0cb 100644 --- a/src/refind_btrfs/console/cli_runner.py +++ b/src/refind_btrfs/console/cli_runner.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/device/__init__.py b/src/refind_btrfs/device/__init__.py index f90b1a5..366cf95 100644 --- a/src/refind_btrfs/device/__init__.py +++ b/src/refind_btrfs/device/__init__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/device/block_device.py b/src/refind_btrfs/device/block_device.py index 897e789..da53da5 100644 --- a/src/refind_btrfs/device/block_device.py +++ b/src/refind_btrfs/device/block_device.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/device/filesystem.py b/src/refind_btrfs/device/filesystem.py index 14feb46..7a1e7b1 100644 --- a/src/refind_btrfs/device/filesystem.py +++ b/src/refind_btrfs/device/filesystem.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/device/mount_options.py b/src/refind_btrfs/device/mount_options.py index 13a5c4b..f3ae7d4 100644 --- a/src/refind_btrfs/device/mount_options.py +++ b/src/refind_btrfs/device/mount_options.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/device/partition.py b/src/refind_btrfs/device/partition.py index 8e54fab..855738f 100644 --- a/src/refind_btrfs/device/partition.py +++ b/src/refind_btrfs/device/partition.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/device/partition_table.py b/src/refind_btrfs/device/partition_table.py index aed8f14..ccbd219 100644 --- a/src/refind_btrfs/device/partition_table.py +++ b/src/refind_btrfs/device/partition_table.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/device/subvolume.py b/src/refind_btrfs/device/subvolume.py index 97cfe74..aa3092f 100644 --- a/src/refind_btrfs/device/subvolume.py +++ b/src/refind_btrfs/device/subvolume.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/service/__init__.py b/src/refind_btrfs/service/__init__.py index 25ae3b9..40ea4c7 100644 --- a/src/refind_btrfs/service/__init__.py +++ b/src/refind_btrfs/service/__init__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/service/snapshot_event_handler.py b/src/refind_btrfs/service/snapshot_event_handler.py index 2bc81c8..6fa7e47 100644 --- a/src/refind_btrfs/service/snapshot_event_handler.py +++ b/src/refind_btrfs/service/snapshot_event_handler.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/service/snapshot_observer.py b/src/refind_btrfs/service/snapshot_observer.py index 17f84e9..3d756a8 100644 --- a/src/refind_btrfs/service/snapshot_observer.py +++ b/src/refind_btrfs/service/snapshot_observer.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/service/watchdog_runner.py b/src/refind_btrfs/service/watchdog_runner.py index c2a4b52..0fdaac5 100644 --- a/src/refind_btrfs/service/watchdog_runner.py +++ b/src/refind_btrfs/service/watchdog_runner.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/state_management/__init__.py b/src/refind_btrfs/state_management/__init__.py index 7f1dc54..dbc4d73 100644 --- a/src/refind_btrfs/state_management/__init__.py +++ b/src/refind_btrfs/state_management/__init__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/state_management/conditions.py b/src/refind_btrfs/state_management/conditions.py index 717b37c..552a7ae 100644 --- a/src/refind_btrfs/state_management/conditions.py +++ b/src/refind_btrfs/state_management/conditions.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/state_management/model.py b/src/refind_btrfs/state_management/model.py index b6bf9a5..927b76f 100644 --- a/src/refind_btrfs/state_management/model.py +++ b/src/refind_btrfs/state_management/model.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/state_management/refind_btrfs_machine.py b/src/refind_btrfs/state_management/refind_btrfs_machine.py index a025206..03eeac9 100644 --- a/src/refind_btrfs/state_management/refind_btrfs_machine.py +++ b/src/refind_btrfs/state_management/refind_btrfs_machine.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/system/__init__.py b/src/refind_btrfs/system/__init__.py index 7794c09..3d1900f 100644 --- a/src/refind_btrfs/system/__init__.py +++ b/src/refind_btrfs/system/__init__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/system/btrfsutil_command.py b/src/refind_btrfs/system/btrfsutil_command.py index 4a708f0..2ba6b3e 100644 --- a/src/refind_btrfs/system/btrfsutil_command.py +++ b/src/refind_btrfs/system/btrfsutil_command.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/system/command_factories.py b/src/refind_btrfs/system/command_factories.py index d6e12f3..b207469 100644 --- a/src/refind_btrfs/system/command_factories.py +++ b/src/refind_btrfs/system/command_factories.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/system/findmnt_command.py b/src/refind_btrfs/system/findmnt_command.py index 248f9d9..4aa07fd 100644 --- a/src/refind_btrfs/system/findmnt_command.py +++ b/src/refind_btrfs/system/findmnt_command.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/system/fstab_command.py b/src/refind_btrfs/system/fstab_command.py index bc80e6b..a0801c7 100644 --- a/src/refind_btrfs/system/fstab_command.py +++ b/src/refind_btrfs/system/fstab_command.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/system/lsblk_command.py b/src/refind_btrfs/system/lsblk_command.py index ffb13b9..8fad9ab 100644 --- a/src/refind_btrfs/system/lsblk_command.py +++ b/src/refind_btrfs/system/lsblk_command.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/system/pillow_command.py b/src/refind_btrfs/system/pillow_command.py index 5e1ae29..6d410e4 100644 --- a/src/refind_btrfs/system/pillow_command.py +++ b/src/refind_btrfs/system/pillow_command.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/utility/__init__.py b/src/refind_btrfs/utility/__init__.py index 70e48f5..671752a 100644 --- a/src/refind_btrfs/utility/__init__.py +++ b/src/refind_btrfs/utility/__init__.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/utility/file_package_config_provider.py b/src/refind_btrfs/utility/file_package_config_provider.py index 2c2dd2f..34d25a0 100644 --- a/src/refind_btrfs/utility/file_package_config_provider.py +++ b/src/refind_btrfs/utility/file_package_config_provider.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/utility/helpers.py b/src/refind_btrfs/utility/helpers.py index ea73be4..fb01f0b 100644 --- a/src/refind_btrfs/utility/helpers.py +++ b/src/refind_btrfs/utility/helpers.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/utility/injector_modules.py b/src/refind_btrfs/utility/injector_modules.py index 0224cbe..da8503f 100644 --- a/src/refind_btrfs/utility/injector_modules.py +++ b/src/refind_btrfs/utility/injector_modules.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/utility/level_aware_formatter.py b/src/refind_btrfs/utility/level_aware_formatter.py index ed78151..ef758e6 100644 --- a/src/refind_btrfs/utility/level_aware_formatter.py +++ b/src/refind_btrfs/utility/level_aware_formatter.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/utility/logger_factories.py b/src/refind_btrfs/utility/logger_factories.py index eda98ce..154b448 100644 --- a/src/refind_btrfs/utility/logger_factories.py +++ b/src/refind_btrfs/utility/logger_factories.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/src/refind_btrfs/utility/shelve_persistence_provider.py b/src/refind_btrfs/utility/shelve_persistence_provider.py index 631a33f..0e261f1 100644 --- a/src/refind_btrfs/utility/shelve_persistence_provider.py +++ b/src/refind_btrfs/utility/shelve_persistence_provider.py @@ -1,10 +1,10 @@ # region Licensing -# SPDX-FileCopyrightText: 2020-2023 Luka Žaja +# SPDX-FileCopyrightText: 2020-2024 Luka Žaja # # SPDX-License-Identifier: GPL-3.0-or-later """ refind-btrfs - Generate rEFInd manual boot stanzas from Btrfs snapshots -Copyright (C) 2020-2023 Luka Žaja +Copyright (C) 2020-2024 Luka Žaja This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by