From a9db15a3a59f3b9800c3341fc3023985ea41e79c Mon Sep 17 00:00:00 2001 From: Christian Moser Date: Sat, 1 Mar 2025 20:03:44 +0100 Subject: [PATCH] 2025.03.01 20:03:44 (desktop) --- sgbackup/__init__.py | 2 +- sgbackup/__main__.py | 2 +- sgbackup/_import_gtk.py | 2 +- sgbackup/_logging.py | 2 +- sgbackup/archiver/__init__.py | 2 +- sgbackup/archiver/_archiver.py | 2 +- sgbackup/archiver/tarfilearchiver.py | 2 +- sgbackup/archiver/zipfilearchiver.py | 2 +- sgbackup/command.py | 2 +- sgbackup/commands/__init__.py | 2 +- sgbackup/commands/help.py | 2 +- sgbackup/game.py | 2 +- sgbackup/gui/__init__.py | 2 +- sgbackup/gui/__main__.py | 2 +- sgbackup/gui/_app.py | 2 +- sgbackup/gui/_backupdialog.py | 2 +- sgbackup/gui/_gamedialog.py | 2 +- sgbackup/gui/_settingsdialog.py | 2 +- sgbackup/gui/_steam.py | 2 +- sgbackup/main.py | 2 +- sgbackup/settings.py | 2 +- sgbackup/steam.py | 2 +- sgbackup/utility.py | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/sgbackup/__init__.py b/sgbackup/__init__.py index 0016813..fa6ae96 100644 --- a/sgbackup/__init__.py +++ b/sgbackup/__init__.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/__main__.py b/sgbackup/__main__.py index 968c883..cb20e5a 100644 --- a/sgbackup/__main__.py +++ b/sgbackup/__main__.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/_import_gtk.py b/sgbackup/_import_gtk.py index bc67cc4..0ce1414 100644 --- a/sgbackup/_import_gtk.py +++ b/sgbackup/_import_gtk.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/_logging.py b/sgbackup/_logging.py index 52c9fc3..1a99a77 100644 --- a/sgbackup/_logging.py +++ b/sgbackup/_logging.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/archiver/__init__.py b/sgbackup/archiver/__init__.py index bd8f518..183678b 100644 --- a/sgbackup/archiver/__init__.py +++ b/sgbackup/archiver/__init__.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/archiver/_archiver.py b/sgbackup/archiver/_archiver.py index e1854f2..42094c2 100644 --- a/sgbackup/archiver/_archiver.py +++ b/sgbackup/archiver/_archiver.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/archiver/tarfilearchiver.py b/sgbackup/archiver/tarfilearchiver.py index 9353e75..baa9579 100644 --- a/sgbackup/archiver/tarfilearchiver.py +++ b/sgbackup/archiver/tarfilearchiver.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/archiver/zipfilearchiver.py b/sgbackup/archiver/zipfilearchiver.py index 0f8ae9b..572bdee 100644 --- a/sgbackup/archiver/zipfilearchiver.py +++ b/sgbackup/archiver/zipfilearchiver.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/command.py b/sgbackup/command.py index f59c2a3..62cabf3 100644 --- a/sgbackup/command.py +++ b/sgbackup/command.py @@ -1,7 +1,7 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/commands/__init__.py b/sgbackup/commands/__init__.py index 66d15ad..ad7028f 100644 --- a/sgbackup/commands/__init__.py +++ b/sgbackup/commands/__init__.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/commands/help.py b/sgbackup/commands/help.py index 825c996..b8969e0 100644 --- a/sgbackup/commands/help.py +++ b/sgbackup/commands/help.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/game.py b/sgbackup/game.py index c47a635..409a806 100644 --- a/sgbackup/game.py +++ b/sgbackup/game.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/gui/__init__.py b/sgbackup/gui/__init__.py index 3769b57..9fe8018 100644 --- a/sgbackup/gui/__init__.py +++ b/sgbackup/gui/__init__.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/gui/__main__.py b/sgbackup/gui/__main__.py index d96b0f8..6e790ba 100644 --- a/sgbackup/gui/__main__.py +++ b/sgbackup/gui/__main__.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/gui/_app.py b/sgbackup/gui/_app.py index d01236f..9529633 100644 --- a/sgbackup/gui/_app.py +++ b/sgbackup/gui/_app.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/gui/_backupdialog.py b/sgbackup/gui/_backupdialog.py index 7c66eae..5fab6e5 100644 --- a/sgbackup/gui/_backupdialog.py +++ b/sgbackup/gui/_backupdialog.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/gui/_gamedialog.py b/sgbackup/gui/_gamedialog.py index 876cf75..a84c634 100644 --- a/sgbackup/gui/_gamedialog.py +++ b/sgbackup/gui/_gamedialog.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/gui/_settingsdialog.py b/sgbackup/gui/_settingsdialog.py index 9683066..21bd52f 100644 --- a/sgbackup/gui/_settingsdialog.py +++ b/sgbackup/gui/_settingsdialog.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/gui/_steam.py b/sgbackup/gui/_steam.py index a6698ee..6aad503 100644 --- a/sgbackup/gui/_steam.py +++ b/sgbackup/gui/_steam.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/main.py b/sgbackup/main.py index 98f6b28..bd6f45d 100644 --- a/sgbackup/main.py +++ b/sgbackup/main.py @@ -1,7 +1,7 @@ #enconding: utf-8 ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/settings.py b/sgbackup/settings.py index ed612c0..43367d4 100644 --- a/sgbackup/settings.py +++ b/sgbackup/settings.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/steam.py b/sgbackup/steam.py index cc2d4bb..eb01279 100644 --- a/sgbackup/steam.py +++ b/sgbackup/steam.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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/sgbackup/utility.py b/sgbackup/utility.py index cc12b92..d044ae1 100644 --- a/sgbackup/utility.py +++ b/sgbackup/utility.py @@ -1,6 +1,6 @@ ############################################################################### # sgbackup - The SaveGame Backup tool # -# Copyright (C) 2024 Christian Moser # +# Copyright (C) 2024,2025 Christian Moser # # # # 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 #