diff --git a/README.md b/README.md index cf79f6fde..b42a8fecf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Back In Time -Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze, Taylor Raack +Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze, Taylor Raack [![Build Status](https://travis-ci.org/bit-team/backintime.svg?branch=master)](https://travis-ci.org/bit-team/backintime) [![Coverage Status](https://coveralls.io/repos/github/bit-team/backintime/badge.svg?branch=master)](https://coveralls.io/github/bit-team/backintime?branch=master) diff --git a/VERSION b/VERSION index 3a3cd8cc8..1892b9267 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.1 +1.3.2 diff --git a/common/applicationinstance.py b/common/applicationinstance.py index 63f2e293f..4d8c52e2a 100644 --- a/common/applicationinstance.py +++ b/common/applicationinstance.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/askpass.py b/common/askpass.py index c4d2e242e..ccbb3e8e1 100644 --- a/common/askpass.py +++ b/common/askpass.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 Germar Reitze +# Copyright (C) 2012-2022 Germar Reitze # # 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/common/backintime b/common/backintime index 455bc9d82..3d3cd5399 100755 --- a/common/backintime +++ b/common/backintime @@ -1,7 +1,7 @@ #!/bin/sh # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/backintime-askpass b/common/backintime-askpass index 6ec7a6258..a582241ff 100755 --- a/common/backintime-askpass +++ b/common/backintime-askpass @@ -1,7 +1,7 @@ #!/bin/sh # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/backintime.py b/common/backintime.py index 277c05366..0e6ed77ea 100644 --- a/common/backintime.py +++ b/common/backintime.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/bcolors.py b/common/bcolors.py index 523fb1944..b436215ae 100644 --- a/common/bcolors.py +++ b/common/bcolors.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright (C) 2015-2021 Germar Reitze +# Copyright (C) 2015-2022 Germar Reitze # # 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/common/cli.py b/common/cli.py index 4d14acf30..d0a0f03fb 100644 --- a/common/cli.py +++ b/common/cli.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # Back In Time -# Copyright (C) 2012-2021 Germar Reitze +# Copyright (C) 2012-2022 Germar Reitze # # 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/common/config.py b/common/config.py index 77eb4c211..e249ee5fa 100644 --- a/common/config.py +++ b/common/config.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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 @@ -47,8 +47,8 @@ class Config(configfile.ConfigFileWithProfiles): APP_NAME = 'Back In Time' - VERSION = '1.3.1' - COPYRIGHT = 'Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze' + VERSION = '1.3.2' + COPYRIGHT = 'Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze' CONFIG_VERSION = 6 NONE = 0 diff --git a/common/configfile.py b/common/configfile.py index b760060af..69cd3d1ab 100644 --- a/common/configfile.py +++ b/common/configfile.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/create-manpage-backintime-config.py b/common/create-manpage-backintime-config.py index 51b109672..eb0204b50 100644 --- a/common/create-manpage-backintime-config.py +++ b/common/create-manpage-backintime-config.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2012-2021 Germar Reitze +# Copyright (C) 2012-2022 Germar Reitze # # 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/common/driveinfo.py b/common/driveinfo.py index 9f4d5b195..af486e37c 100644 --- a/common/driveinfo.py +++ b/common/driveinfo.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/dummytools.py b/common/dummytools.py index 634a08d8d..2f0128845 100644 --- a/common/dummytools.py +++ b/common/dummytools.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 Germar Reitze +# Copyright (C) 2012-2022 Germar Reitze # # 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/common/encfstools.py b/common/encfstools.py index 1201fa625..8b9a262da 100644 --- a/common/encfstools.py +++ b/common/encfstools.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 Germar Reitze, Taylor Raack +# Copyright (C) 2012-2022 Germar Reitze, Taylor Raack # # 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/common/exceptions.py b/common/exceptions.py index 1c70136ab..5ba5bec51 100644 --- a/common/exceptions.py +++ b/common/exceptions.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021 Germar Reitze +# Copyright (C) 2015-2022 Germar Reitze # # 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/common/guiapplicationinstance.py b/common/guiapplicationinstance.py index 1a3046ad5..bf6603218 100644 --- a/common/guiapplicationinstance.py +++ b/common/guiapplicationinstance.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/logger.py b/common/logger.py index 7ba1f84d3..55e7e1dc1 100644 --- a/common/logger.py +++ b/common/logger.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/man/C/backintime-askpass.1 b/common/man/C/backintime-askpass.1 index 8c5566e03..5ceb7d2d2 100644 --- a/common/man/C/backintime-askpass.1 +++ b/common/man/C/backintime-askpass.1 @@ -1,4 +1,4 @@ -.TH backintime-askpass 1 "Jan 2015" "version 1.3.1" "USER COMMANDS" +.TH backintime-askpass 1 "Jan 2015" "version 1.3.2" "USER COMMANDS" .SH NAME backintime-askpass \- a simple backup tool for Linux. .PP diff --git a/common/man/C/backintime-config.1 b/common/man/C/backintime-config.1 index 1216a2bab..7166b06f7 100644 --- a/common/man/C/backintime-config.1 +++ b/common/man/C/backintime-config.1 @@ -1,4 +1,4 @@ -.TH backintime-config 1 "Nov 2017" "version 1.3.1" "USER COMMANDS" +.TH backintime-config 1 "Nov 2017" "version 1.3.2" "USER COMMANDS" .SH NAME config \- BackInTime configuration files. .SH SYNOPSIS diff --git a/common/man/C/backintime.1 b/common/man/C/backintime.1 index 546882532..1ecc5c9fd 100644 --- a/common/man/C/backintime.1 +++ b/common/man/C/backintime.1 @@ -1,4 +1,4 @@ -.TH backintime 1 "Aug 2016" "version 1.3.1" "USER COMMANDS" +.TH backintime 1 "Aug 2016" "version 1.3.2" "USER COMMANDS" .SH NAME backintime \- a simple backup tool for Linux. .PP diff --git a/common/mount.py b/common/mount.py index be99e3317..4b68ee60b 100644 --- a/common/mount.py +++ b/common/mount.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 Germar Reitze, Taylor Raack +# Copyright (C) 2012-2022 Germar Reitze, Taylor Raack # # 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/common/password.py b/common/password.py index 9046c49ef..44b6913a2 100644 --- a/common/password.py +++ b/common/password.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 Germar Reitze +# Copyright (C) 2012-2022 Germar Reitze # # 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/common/password_ipc.py b/common/password_ipc.py index 15a8e6cd6..5ef63a785 100644 --- a/common/password_ipc.py +++ b/common/password_ipc.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 Germar Reitze +# Copyright (C) 2012-2022 Germar Reitze # # 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/common/pluginmanager.py b/common/pluginmanager.py index 6621de2aa..86bae8f28 100644 --- a/common/pluginmanager.py +++ b/common/pluginmanager.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/plugins/usercallbackplugin.py b/common/plugins/usercallbackplugin.py index 4f6f40ed3..1349ef38d 100644 --- a/common/plugins/usercallbackplugin.py +++ b/common/plugins/usercallbackplugin.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/progress.py b/common/progress.py index e0288b561..5d32f131a 100644 --- a/common/progress.py +++ b/common/progress.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 Germar Reitze +# Copyright (C) 2012-2022 Germar Reitze # # 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/common/snapshotlog.py b/common/snapshotlog.py index 0c128e933..31ac31679 100644 --- a/common/snapshotlog.py +++ b/common/snapshotlog.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2016-2021 Germar Reitze +# Copyright (C) 2016-2022 Germar Reitze # # 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/common/snapshots.py b/common/snapshots.py index 09bc2d599..ae8053c9c 100644 --- a/common/snapshots.py +++ b/common/snapshots.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze, Taylor Raack +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze, Taylor Raack # # 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/common/sshMaxArg.py b/common/sshMaxArg.py index 410eccf22..87bbfefc7 100644 --- a/common/sshMaxArg.py +++ b/common/sshMaxArg.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (C) 2015-2021 Germar Reitze +# Copyright (C) 2015-2022 Germar Reitze # # 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/common/sshtools.py b/common/sshtools.py index 07e1e5acf..98a250217 100644 --- a/common/sshtools.py +++ b/common/sshtools.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012-2021 Germar Reitze, Taylor Raack +# Copyright (C) 2012-2022 Germar Reitze, Taylor Raack # # 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/common/test/__init__.py b/common/test/__init__.py index 96d84342e..ca33825f9 100644 --- a/common/test/__init__.py +++ b/common/test/__init__.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2015-2021 Germar Reitze +# Copyright (C) 2015-2022 Germar Reitze # # 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/common/test/dummy_test_process.sh b/common/test/dummy_test_process.sh index 6616a9dcf..fe399296d 100755 --- a/common/test/dummy_test_process.sh +++ b/common/test/dummy_test_process.sh @@ -1,6 +1,6 @@ #!/bin/sh # Back In Time -# Copyright (C) 2016-2021 Germar Reitze +# Copyright (C) 2016-2022 Germar Reitze # # 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/common/test/generic.py b/common/test/generic.py index 42bcbc230..f0adc265a 100644 --- a/common/test/generic.py +++ b/common/test/generic.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2016-2021 Germar Reitze +# Copyright (C) 2016-2022 Germar Reitze # # 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/common/test/test_applicationinstance.py b/common/test/test_applicationinstance.py index 78c8725db..b6aad6cf6 100644 --- a/common/test/test_applicationinstance.py +++ b/common/test/test_applicationinstance.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/test/test_argparser.py b/common/test/test_argparser.py index a15480074..b3143525d 100644 --- a/common/test/test_argparser.py +++ b/common/test/test_argparser.py @@ -1,4 +1,4 @@ -# Copyright (C) 2015-2021 Germar Reitze +# Copyright (C) 2015-2022 Germar Reitze # # 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/common/test/test_backup.py b/common/test/test_backup.py index 796cd5844..98fd36588 100644 --- a/common/test/test_backup.py +++ b/common/test/test_backup.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2016-2021 Germar Reitze +# Copyright (C) 2016-2022 Germar Reitze # # 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/common/test/test_configfile.py b/common/test/test_configfile.py index 844aba83c..635a70be3 100644 --- a/common/test/test_configfile.py +++ b/common/test/test_configfile.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/test/test_encfstools.py b/common/test/test_encfstools.py index 5b8818491..104a4d71e 100644 --- a/common/test/test_encfstools.py +++ b/common/test/test_encfstools.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2016-2021 Taylor Raack, Germar Reitze +# Copyright (C) 2016-2022 Taylor Raack, Germar Reitze # # 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/common/test/test_restore.py b/common/test/test_restore.py index 2778d2500..550300cef 100644 --- a/common/test/test_restore.py +++ b/common/test/test_restore.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/test/test_sid.py b/common/test/test_sid.py index 4b51dc1cc..6574aea39 100644 --- a/common/test/test_sid.py +++ b/common/test/test_sid.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/test/test_snapshotlog.py b/common/test/test_snapshotlog.py index 0a27d2e4d..b6c96c7e1 100644 --- a/common/test/test_snapshotlog.py +++ b/common/test/test_snapshotlog.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2016-2021 Germar Reitze +# Copyright (C) 2016-2022 Germar Reitze # # 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/common/test/test_snapshots.py b/common/test/test_snapshots.py index 751dfddac..493e5b91b 100644 --- a/common/test/test_snapshots.py +++ b/common/test/test_snapshots.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/test/test_sshtools.py b/common/test/test_sshtools.py index 44841ab07..ac8f1f811 100644 --- a/common/test/test_sshtools.py +++ b/common/test/test_sshtools.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2016-2021 Taylor Raack, Germar Reitze +# Copyright (C) 2016-2022 Taylor Raack, Germar Reitze # # 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/common/test/test_takeSnapshot.py b/common/test/test_takeSnapshot.py index 65abc91bd..206a9ebd4 100644 --- a/common/test/test_takeSnapshot.py +++ b/common/test/test_takeSnapshot.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/common/test/test_tools.py b/common/test/test_tools.py index a7c7e3ce5..6cd776704 100644 --- a/common/test/test_tools.py +++ b/common/test/test_tools.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze, Taylor Raack +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze, Taylor Raack # # 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/common/tools.py b/common/tools.py index 126452245..05c61f647 100644 --- a/common/tools.py +++ b/common/tools.py @@ -1,5 +1,5 @@ # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze, Taylor Raack +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze, Taylor Raack # # 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/debian/changelog b/debian/changelog index 4d2d70ed1..c6a3ad37a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,3 @@ -backintime (1.3.1) unstable; urgency=low - * bump version, forgot to push branch to Github before releasing - -- Germar Reitze Mon, 05 Jul 2021 16:43:22 +0200 +backintime (1.3.2) unstable; urgency=low + * Fix bug: Tests no longer work with Python 3.10 (https://github.com/bit-team/backintime/issues/1175) + -- Germar Reitze Sat, 12 Mar 2022 14:23:43 +0100 diff --git a/debian/copyright b/debian/copyright index a1f0c01de..02116903e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ Back In Time -Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze A copy of the license can be found: /usr/share/common-licenses/GPL-2 diff --git a/makedeb-src.sh b/makedeb-src.sh index e58abaa8b..aea77863e 100755 --- a/makedeb-src.sh +++ b/makedeb-src.sh @@ -1,6 +1,6 @@ #!/bin/bash -RELEASES="trusty xenial bionic focal groovy hirsute" +RELEASES="trusty xenial bionic focal impish jammy" PKGNAME=backintime PKGVER=$(cat VERSION) diff --git a/qt/app.py b/qt/app.py index c565095bd..480292389 100644 --- a/qt/app.py +++ b/qt/app.py @@ -1,6 +1,6 @@ # -*- coding: UTF-8 -*- # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/qt/backintime-qt b/qt/backintime-qt index 1bf5ccd69..2c4bb903c 100755 --- a/qt/backintime-qt +++ b/qt/backintime-qt @@ -1,7 +1,7 @@ #!/bin/sh # Back In Time -# Copyright (C) 2008-2021 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze +# Copyright (C) 2008-2022 Oprea Dan, Bart de Koning, Richard Bailey, Germar Reitze # # 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/qt/docbook/en/index.docbook b/qt/docbook/en/index.docbook index 4925c080a..0f9b38665 100644 --- a/qt/docbook/en/index.docbook +++ b/qt/docbook/en/index.docbook @@ -3,8 +3,8 @@ &appname;"> - - + + ]> - + - + - + - + - + - +