From 29db2f1fb73e37a90e93d688d16b7f80cefe217f Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 1 Feb 2022 10:10:57 +0000 Subject: [PATCH] Better late than never --- openlp/__init__.py | 2 +- openlp/__main__.py | 2 +- openlp/core/__init__.py | 2 +- openlp/core/api/http/__init__.py | 2 +- openlp/core/api/http/server.py | 2 +- openlp/core/api/lib.py | 2 +- openlp/core/api/poll.py | 2 +- openlp/core/api/tab.py | 2 +- openlp/core/api/versions/__init__.py | 2 +- openlp/core/api/versions/v1/controller.py | 2 +- openlp/core/api/zeroconf.py | 2 +- openlp/core/app.py | 2 +- openlp/core/common/__init__.py | 2 +- openlp/core/common/actions.py | 2 +- openlp/core/common/applocation.py | 2 +- openlp/core/common/db.py | 2 +- openlp/core/common/enum.py | 2 +- openlp/core/common/httputils.py | 2 +- openlp/core/common/i18n.py | 2 +- openlp/core/common/json.py | 2 +- openlp/core/common/mixins.py | 2 +- openlp/core/common/path.py | 2 +- openlp/core/common/registry.py | 2 +- openlp/core/common/settings.py | 2 +- openlp/core/common/utils.py | 2 +- openlp/core/display/__init__.py | 2 +- openlp/core/display/render.py | 2 +- openlp/core/display/screens.py | 2 +- openlp/core/display/webengine.py | 2 +- openlp/core/display/window.py | 2 +- openlp/core/lib/__init__.py | 2 +- openlp/core/lib/db.py | 2 +- openlp/core/lib/json/__init__.py | 2 +- openlp/core/lib/settingstab.py | 2 +- openlp/core/lib/theme.py | 2 +- openlp/core/loader.py | 2 +- openlp/core/pages/__init__.py | 2 +- openlp/core/pages/alignment.py | 2 +- openlp/core/pages/areaposition.py | 2 +- openlp/core/pages/background.py | 2 +- openlp/core/pages/fontselect.py | 2 +- openlp/core/projectors/__init__.py | 2 +- openlp/core/projectors/constants.py | 2 +- openlp/core/projectors/db.py | 2 +- openlp/core/projectors/editform.py | 2 +- openlp/core/projectors/manager.py | 2 +- openlp/core/projectors/pjlink.py | 2 +- openlp/core/projectors/pjlinkcommands.py | 2 +- openlp/core/projectors/sourceselectform.py | 2 +- openlp/core/projectors/tab.py | 2 +- openlp/core/projectors/upgrade.py | 2 +- openlp/core/server.py | 2 +- openlp/core/state.py | 2 +- openlp/core/threading.py | 2 +- openlp/core/ui/confirmationform.py | 2 +- openlp/core/ui/exceptiondialog.py | 2 +- openlp/core/ui/firsttimeform.py | 2 +- openlp/core/ui/firsttimelanguagedialog.py | 2 +- openlp/core/ui/firsttimewizard.py | 2 +- openlp/core/ui/formattingtagcontroller.py | 2 +- openlp/core/ui/generaltab.py | 2 +- openlp/core/ui/icons.py | 2 +- openlp/core/ui/mainwindow.py | 2 +- openlp/core/ui/media/__init__.py | 2 +- openlp/core/ui/media/mediacontroller.py | 2 +- openlp/core/ui/media/mediaplayer.py | 2 +- openlp/core/ui/media/mediatab.py | 2 +- openlp/core/ui/media/remote.py | 2 +- openlp/core/ui/media/vlcplayer.py | 2 +- openlp/core/ui/plugindialog.py | 2 +- openlp/core/ui/printservicedialog.py | 2 +- openlp/core/ui/printserviceform.py | 2 +- openlp/core/ui/screenstab.py | 2 +- openlp/core/ui/servicemanager.py | 2 +- openlp/core/ui/servicenoteform.py | 2 +- openlp/core/ui/shortcutlistdialog.py | 2 +- openlp/core/ui/shortcutlistform.py | 2 +- openlp/core/ui/slidecontroller.py | 2 +- openlp/core/ui/style.py | 2 +- openlp/core/ui/themeform.py | 2 +- openlp/core/ui/thememanager.py | 2 +- openlp/core/ui/themestab.py | 2 +- openlp/core/version.py | 2 +- openlp/core/widgets/__init__.py | 2 +- openlp/core/widgets/buttons.py | 2 +- openlp/core/widgets/dialogs.py | 2 +- openlp/core/widgets/docks.py | 2 +- openlp/core/widgets/edits.py | 2 +- openlp/core/widgets/enums.py | 2 +- openlp/core/widgets/labels.py | 2 +- openlp/core/widgets/layouts.py | 2 +- openlp/core/widgets/toolbar.py | 2 +- openlp/core/widgets/views.py | 2 +- openlp/core/widgets/widgets.py | 2 +- openlp/core/widgets/wizard.py | 2 +- openlp/plugins/custom/lib/mediaitem.py | 2 +- openlp/plugins/media/mediaplugin.py | 2 +- openlp/plugins/media/remote.py | 2 +- openlp/plugins/songs/__init__.py | 2 +- openlp/plugins/songs/forms/songimportform.py | 2 +- openlp/plugins/songs/forms/topicsform.py | 2 +- openlp/plugins/songs/lib/__init__.py | 2 +- openlp/plugins/songs/lib/db.py | 2 +- openlp/plugins/songs/lib/importer.py | 2 +- openlp/plugins/songs/lib/importers/__init__.py | 2 +- openlp/plugins/songs/lib/importers/chordpro.py | 2 +- openlp/plugins/songs/lib/importers/dreambeam.py | 2 +- openlp/plugins/songs/lib/importers/easyslides.py | 2 +- openlp/plugins/songs/lib/importers/easyworship.py | 2 +- openlp/plugins/songs/lib/importers/lyrix.py | 2 +- openlp/plugins/songs/lib/importers/mediashout.py | 2 +- openlp/plugins/songs/lib/importers/openlyrics.py | 2 +- openlp/plugins/songs/lib/importers/openoffice.py | 2 +- openlp/plugins/songs/lib/importers/opensong.py | 2 +- openlp/plugins/songs/lib/importers/powersong.py | 2 +- openlp/plugins/songs/lib/importers/presentationmanager.py | 2 +- openlp/plugins/songs/lib/importers/singingthefaith.py | 2 +- openlp/plugins/songs/lib/importers/songbeamer.py | 2 +- openlp/plugins/songs/lib/importers/songpro.py | 2 +- openlp/plugins/songs/lib/importers/songshowplus.py | 2 +- openlp/plugins/songs/lib/importers/sundayplus.py | 2 +- openlp/plugins/songs/lib/importers/videopsalm.py | 2 +- openlp/plugins/songs/lib/importers/worshipassistant.py | 2 +- openlp/plugins/songs/lib/importers/worshipcenterpro.py | 2 +- openlp/plugins/songs/lib/importers/zionworx.py | 2 +- openlp/plugins/songs/lib/mediaitem.py | 2 +- openlp/plugins/songs/lib/openlyricsexport.py | 2 +- openlp/plugins/songs/lib/openlyricsxml.py | 2 +- openlp/plugins/songs/lib/songcompare.py | 2 +- openlp/plugins/songs/lib/songselect.py | 2 +- openlp/plugins/songs/lib/songstab.py | 2 +- openlp/plugins/songs/lib/ui.py | 2 +- openlp/plugins/songs/lib/upgrade.py | 2 +- openlp/plugins/songs/reporting.py | 2 +- run_openlp.py | 2 +- scripts/check_dependencies.py | 2 +- scripts/clean_up_resources.py | 2 +- scripts/generate_resources.sh | 2 +- scripts/generate_translations.sh | 2 +- scripts/pull_translations | 2 +- scripts/push_translations | 2 +- scripts/resources.patch | 2 +- scripts/translation_utils.py | 2 +- scripts/websocket_client.py | 2 +- setup.py | 2 +- tests/helpers/__init__.py | 2 +- tests/helpers/songfileimport.py | 2 +- tests/helpers/testmixin.py | 2 +- tests/openlp_core/__init__.py | 2 +- tests/openlp_core/api/v2/test_service.py | 2 +- tests/openlp_core/common/test_applocation.py | 2 +- tests/openlp_core/common/test_httputils.py | 2 +- tests/openlp_core/common/test_network_interfaces.py | 2 +- tests/openlp_core/lib/test_pluginmanager.py | 2 +- tests/openlp_core/test_app.py | 2 +- tests/openlp_core/test_server.py | 2 +- tests/openlp_core/test_state.py | 2 +- tests/openlp_core/test_threading.py | 2 +- tests/openlp_core/test_version.py | 2 +- tests/openlp_core/ui/__init__.py | 2 +- tests/openlp_core/ui/media/test_mediacontroller.py | 2 +- tests/openlp_core/ui/media/test_remote.py | 2 +- tests/openlp_core/ui/media/test_vlcplayer.py | 2 +- tests/openlp_core/ui/test_advancedtab.py | 2 +- tests/openlp_core/ui/test_confirmationform.py | 2 +- tests/openlp_core/ui/test_exceptionform.py | 2 +- tests/openlp_core/ui/test_filerenamedialog.py | 2 +- tests/openlp_core/ui/test_firsttimeform.py | 2 +- tests/openlp_core/ui/test_formattingtagscontroller.py | 2 +- tests/openlp_core/ui/test_generaltab.py | 2 +- tests/openlp_core/ui/test_mainwindow.py | 2 +- tests/openlp_core/ui/test_servicemanager.py | 2 +- tests/openlp_core/ui/test_servicenotedialog.py | 2 +- tests/openlp_core/ui/test_servicetab.py | 2 +- tests/openlp_core/ui/test_slidecontroller.py | 2 +- tests/openlp_core/ui/test_splashscreen.py | 2 +- tests/openlp_core/ui/test_themeform.py | 2 +- tests/openlp_core/ui/test_thememanager.py | 2 +- tests/openlp_core/ui/test_themeprogressform.py | 2 +- tests/openlp_core/ui/test_themetab.py | 2 +- tests/openlp_core/widgets/test_edits.py | 2 +- tests/openlp_core/widgets/test_views.py | 2 +- tests/openlp_plugins/custom/forms/test_customform.py | 2 +- tests/openlp_plugins/presentations/__init__.py | 2 +- tests/openlp_plugins/presentations/lib/test_serializers.py | 2 +- tests/openlp_plugins/songs/forms/test_authorsform.py | 2 +- tests/openlp_plugins/songs/forms/test_editsongform.py | 2 +- tests/openlp_plugins/songs/forms/test_editverseform.py | 2 +- tests/openlp_plugins/songs/forms/test_songmaintenanceform.py | 2 +- tests/openlp_plugins/songs/forms/test_topicsform.py | 2 +- tests/resources/projector/data.py | 2 +- tests/utils/__init__.py | 2 +- 192 files changed, 192 insertions(+), 192 deletions(-) diff --git a/openlp/__init__.py b/openlp/__init__.py index 6c3045851..def85d8c2 100644 --- a/openlp/__init__.py +++ b/openlp/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/__main__.py b/openlp/__main__.py index dbfa337b0..474d710fa 100644 --- a/openlp/__main__.py +++ b/openlp/__main__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/__init__.py b/openlp/core/__init__.py index 43b3476f7..2980b6c2b 100644 --- a/openlp/core/__init__.py +++ b/openlp/core/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/api/http/__init__.py b/openlp/core/api/http/__init__.py index a2ceef488..86fde1a33 100644 --- a/openlp/core/api/http/__init__.py +++ b/openlp/core/api/http/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/api/http/server.py b/openlp/core/api/http/server.py index 69d7c3c74..8473129f0 100644 --- a/openlp/core/api/http/server.py +++ b/openlp/core/api/http/server.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/api/lib.py b/openlp/core/api/lib.py index d685b8fee..71f33a392 100644 --- a/openlp/core/api/lib.py +++ b/openlp/core/api/lib.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/api/poll.py b/openlp/core/api/poll.py index 7d405fbea..c3b0a967d 100644 --- a/openlp/core/api/poll.py +++ b/openlp/core/api/poll.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/api/tab.py b/openlp/core/api/tab.py index c8e5b2c67..a0d3e8f4c 100644 --- a/openlp/core/api/tab.py +++ b/openlp/core/api/tab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/api/versions/__init__.py b/openlp/core/api/versions/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/openlp/core/api/versions/__init__.py +++ b/openlp/core/api/versions/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/api/versions/v1/controller.py b/openlp/core/api/versions/v1/controller.py index 4762ff0b8..d494ef55a 100644 --- a/openlp/core/api/versions/v1/controller.py +++ b/openlp/core/api/versions/v1/controller.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/api/zeroconf.py b/openlp/core/api/zeroconf.py index 481c011a6..04cf5345d 100644 --- a/openlp/core/api/zeroconf.py +++ b/openlp/core/api/zeroconf.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/app.py b/openlp/core/app.py index 492d417c7..04271ace0 100644 --- a/openlp/core/app.py +++ b/openlp/core/app.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/common/__init__.py b/openlp/core/common/__init__.py index 0e1872c31..71829b273 100644 --- a/openlp/core/common/__init__.py +++ b/openlp/core/common/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/common/actions.py b/openlp/core/common/actions.py index 073b72963..0d725dd8a 100644 --- a/openlp/core/common/actions.py +++ b/openlp/core/common/actions.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/common/applocation.py b/openlp/core/common/applocation.py index d526f6040..cce48f986 100644 --- a/openlp/core/common/applocation.py +++ b/openlp/core/common/applocation.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/common/db.py b/openlp/core/common/db.py index 179be1dd4..3a30dcc0e 100644 --- a/openlp/core/common/db.py +++ b/openlp/core/common/db.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/common/enum.py b/openlp/core/common/enum.py index fe0b06984..a6de80730 100644 --- a/openlp/core/common/enum.py +++ b/openlp/core/common/enum.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/common/httputils.py b/openlp/core/common/httputils.py index 91f47eb84..eeb0592a6 100644 --- a/openlp/core/common/httputils.py +++ b/openlp/core/common/httputils.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/common/i18n.py b/openlp/core/common/i18n.py index e377995ed..a435ad5ce 100644 --- a/openlp/core/common/i18n.py +++ b/openlp/core/common/i18n.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/common/json.py b/openlp/core/common/json.py index a0aaf45fa..45f8f2fa2 100644 --- a/openlp/core/common/json.py +++ b/openlp/core/common/json.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/common/mixins.py b/openlp/core/common/mixins.py index cb7627c2a..dc045840b 100644 --- a/openlp/core/common/mixins.py +++ b/openlp/core/common/mixins.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/common/path.py b/openlp/core/common/path.py index c6c160d24..f04303ad8 100644 --- a/openlp/core/common/path.py +++ b/openlp/core/common/path.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/common/registry.py b/openlp/core/common/registry.py index 20bcc7fd1..67c28c6f3 100644 --- a/openlp/core/common/registry.py +++ b/openlp/core/common/registry.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/common/settings.py b/openlp/core/common/settings.py index 1e3b81b92..c92cefe60 100644 --- a/openlp/core/common/settings.py +++ b/openlp/core/common/settings.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/common/utils.py b/openlp/core/common/utils.py index b1e38a09d..6d815beb3 100644 --- a/openlp/core/common/utils.py +++ b/openlp/core/common/utils.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/display/__init__.py b/openlp/core/display/__init__.py index 01af4d039..08c7332fe 100644 --- a/openlp/core/display/__init__.py +++ b/openlp/core/display/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/display/render.py b/openlp/core/display/render.py index 23630e062..5fb487093 100644 --- a/openlp/core/display/render.py +++ b/openlp/core/display/render.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/display/screens.py b/openlp/core/display/screens.py index 880c0a9dc..0c977cebd 100644 --- a/openlp/core/display/screens.py +++ b/openlp/core/display/screens.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/display/webengine.py b/openlp/core/display/webengine.py index 47eb6902c..5e85521dd 100644 --- a/openlp/core/display/webengine.py +++ b/openlp/core/display/webengine.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/display/window.py b/openlp/core/display/window.py index aa5825e37..f27b374f7 100644 --- a/openlp/core/display/window.py +++ b/openlp/core/display/window.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/lib/__init__.py b/openlp/core/lib/__init__.py index 2c0286e89..169b98b02 100644 --- a/openlp/core/lib/__init__.py +++ b/openlp/core/lib/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/lib/db.py b/openlp/core/lib/db.py index d1a392d52..8d7301590 100644 --- a/openlp/core/lib/db.py +++ b/openlp/core/lib/db.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/lib/json/__init__.py b/openlp/core/lib/json/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/openlp/core/lib/json/__init__.py +++ b/openlp/core/lib/json/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/lib/settingstab.py b/openlp/core/lib/settingstab.py index 4815d9b9e..7372938e0 100644 --- a/openlp/core/lib/settingstab.py +++ b/openlp/core/lib/settingstab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/lib/theme.py b/openlp/core/lib/theme.py index cf09830c0..792979830 100644 --- a/openlp/core/lib/theme.py +++ b/openlp/core/lib/theme.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/loader.py b/openlp/core/loader.py index bb0d7f579..77fda5a5f 100644 --- a/openlp/core/loader.py +++ b/openlp/core/loader.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/pages/__init__.py b/openlp/core/pages/__init__.py index d42fb8a98..53bb5ff42 100644 --- a/openlp/core/pages/__init__.py +++ b/openlp/core/pages/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/pages/alignment.py b/openlp/core/pages/alignment.py index 3df4f9987..1ddaef9dc 100644 --- a/openlp/core/pages/alignment.py +++ b/openlp/core/pages/alignment.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/pages/areaposition.py b/openlp/core/pages/areaposition.py index 9df769897..77f57a13e 100644 --- a/openlp/core/pages/areaposition.py +++ b/openlp/core/pages/areaposition.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/pages/background.py b/openlp/core/pages/background.py index ab2caaf98..4910487c2 100644 --- a/openlp/core/pages/background.py +++ b/openlp/core/pages/background.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/pages/fontselect.py b/openlp/core/pages/fontselect.py index a64b1efd7..b7b34c833 100644 --- a/openlp/core/pages/fontselect.py +++ b/openlp/core/pages/fontselect.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/projectors/__init__.py b/openlp/core/projectors/__init__.py index c0d272a8c..2b8255483 100644 --- a/openlp/core/projectors/__init__.py +++ b/openlp/core/projectors/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/projectors/constants.py b/openlp/core/projectors/constants.py index 9b993d6bd..5350c1206 100644 --- a/openlp/core/projectors/constants.py +++ b/openlp/core/projectors/constants.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/projectors/db.py b/openlp/core/projectors/db.py index 54c1f7583..55f0ffa5e 100644 --- a/openlp/core/projectors/db.py +++ b/openlp/core/projectors/db.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/projectors/editform.py b/openlp/core/projectors/editform.py index df2b8341b..3a436e576 100644 --- a/openlp/core/projectors/editform.py +++ b/openlp/core/projectors/editform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/projectors/manager.py b/openlp/core/projectors/manager.py index eb81da5ac..612185771 100644 --- a/openlp/core/projectors/manager.py +++ b/openlp/core/projectors/manager.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/projectors/pjlink.py b/openlp/core/projectors/pjlink.py index 92e84b977..ef28f9850 100644 --- a/openlp/core/projectors/pjlink.py +++ b/openlp/core/projectors/pjlink.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/projectors/pjlinkcommands.py b/openlp/core/projectors/pjlinkcommands.py index 792c61b0d..0184e304f 100644 --- a/openlp/core/projectors/pjlinkcommands.py +++ b/openlp/core/projectors/pjlinkcommands.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/projectors/sourceselectform.py b/openlp/core/projectors/sourceselectform.py index a370d576c..d7c1e7274 100644 --- a/openlp/core/projectors/sourceselectform.py +++ b/openlp/core/projectors/sourceselectform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/projectors/tab.py b/openlp/core/projectors/tab.py index 8a6123e01..22355a549 100644 --- a/openlp/core/projectors/tab.py +++ b/openlp/core/projectors/tab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/projectors/upgrade.py b/openlp/core/projectors/upgrade.py index 50fbe2a25..c6c02b270 100644 --- a/openlp/core/projectors/upgrade.py +++ b/openlp/core/projectors/upgrade.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/server.py b/openlp/core/server.py index e2025c0e1..1519376c1 100644 --- a/openlp/core/server.py +++ b/openlp/core/server.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/state.py b/openlp/core/state.py index 3f15ab884..f53cf4639 100644 --- a/openlp/core/state.py +++ b/openlp/core/state.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/threading.py b/openlp/core/threading.py index f25cbba8b..92be8c501 100644 --- a/openlp/core/threading.py +++ b/openlp/core/threading.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/confirmationform.py b/openlp/core/ui/confirmationform.py index 883a3921e..d9b766757 100644 --- a/openlp/core/ui/confirmationform.py +++ b/openlp/core/ui/confirmationform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/exceptiondialog.py b/openlp/core/ui/exceptiondialog.py index 55337a5d2..5daf69f3f 100644 --- a/openlp/core/ui/exceptiondialog.py +++ b/openlp/core/ui/exceptiondialog.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/firsttimeform.py b/openlp/core/ui/firsttimeform.py index b4215ca25..0ffa401d5 100644 --- a/openlp/core/ui/firsttimeform.py +++ b/openlp/core/ui/firsttimeform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/firsttimelanguagedialog.py b/openlp/core/ui/firsttimelanguagedialog.py index e7ebf8ad5..8c898ae78 100644 --- a/openlp/core/ui/firsttimelanguagedialog.py +++ b/openlp/core/ui/firsttimelanguagedialog.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/firsttimewizard.py b/openlp/core/ui/firsttimewizard.py index c190432ef..1cb80a61a 100644 --- a/openlp/core/ui/firsttimewizard.py +++ b/openlp/core/ui/firsttimewizard.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/formattingtagcontroller.py b/openlp/core/ui/formattingtagcontroller.py index 40b4d8c09..54f377dc0 100644 --- a/openlp/core/ui/formattingtagcontroller.py +++ b/openlp/core/ui/formattingtagcontroller.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/generaltab.py b/openlp/core/ui/generaltab.py index 24db3342b..04ca3fa00 100644 --- a/openlp/core/ui/generaltab.py +++ b/openlp/core/ui/generaltab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/icons.py b/openlp/core/ui/icons.py index 1b7dfd130..bf9da8530 100644 --- a/openlp/core/ui/icons.py +++ b/openlp/core/ui/icons.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index 7bbfde24d..d4e14ca28 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/media/__init__.py b/openlp/core/ui/media/__init__.py index d1cb97595..68f2084c0 100644 --- a/openlp/core/ui/media/__init__.py +++ b/openlp/core/ui/media/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/media/mediacontroller.py b/openlp/core/ui/media/mediacontroller.py index 2de7b4235..80b329ef8 100644 --- a/openlp/core/ui/media/mediacontroller.py +++ b/openlp/core/ui/media/mediacontroller.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/media/mediaplayer.py b/openlp/core/ui/media/mediaplayer.py index f6e947ad7..39c85b094 100644 --- a/openlp/core/ui/media/mediaplayer.py +++ b/openlp/core/ui/media/mediaplayer.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/media/mediatab.py b/openlp/core/ui/media/mediatab.py index 63d3536ff..343f7f988 100644 --- a/openlp/core/ui/media/mediatab.py +++ b/openlp/core/ui/media/mediatab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/media/remote.py b/openlp/core/ui/media/remote.py index 458e7ed4b..bd165a0bb 100644 --- a/openlp/core/ui/media/remote.py +++ b/openlp/core/ui/media/remote.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/media/vlcplayer.py b/openlp/core/ui/media/vlcplayer.py index 83ac20198..a6155793d 100644 --- a/openlp/core/ui/media/vlcplayer.py +++ b/openlp/core/ui/media/vlcplayer.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/plugindialog.py b/openlp/core/ui/plugindialog.py index 506b2cb00..e703c77d5 100644 --- a/openlp/core/ui/plugindialog.py +++ b/openlp/core/ui/plugindialog.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/printservicedialog.py b/openlp/core/ui/printservicedialog.py index ef644c1f2..5f596220a 100644 --- a/openlp/core/ui/printservicedialog.py +++ b/openlp/core/ui/printservicedialog.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/printserviceform.py b/openlp/core/ui/printserviceform.py index e8f35ecab..01b78c7d1 100644 --- a/openlp/core/ui/printserviceform.py +++ b/openlp/core/ui/printserviceform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/screenstab.py b/openlp/core/ui/screenstab.py index 97acc0309..641cc1e86 100644 --- a/openlp/core/ui/screenstab.py +++ b/openlp/core/ui/screenstab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/servicemanager.py b/openlp/core/ui/servicemanager.py index 16f9a151f..c53aa5f20 100644 --- a/openlp/core/ui/servicemanager.py +++ b/openlp/core/ui/servicemanager.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/servicenoteform.py b/openlp/core/ui/servicenoteform.py index cf80ef63a..03203e8eb 100644 --- a/openlp/core/ui/servicenoteform.py +++ b/openlp/core/ui/servicenoteform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/shortcutlistdialog.py b/openlp/core/ui/shortcutlistdialog.py index 60b0edaf1..b38f77623 100644 --- a/openlp/core/ui/shortcutlistdialog.py +++ b/openlp/core/ui/shortcutlistdialog.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/shortcutlistform.py b/openlp/core/ui/shortcutlistform.py index 327c997f1..899f33f0a 100644 --- a/openlp/core/ui/shortcutlistform.py +++ b/openlp/core/ui/shortcutlistform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/slidecontroller.py b/openlp/core/ui/slidecontroller.py index 25548be10..3d5ea5a50 100644 --- a/openlp/core/ui/slidecontroller.py +++ b/openlp/core/ui/slidecontroller.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/style.py b/openlp/core/ui/style.py index e037ed4fa..696d803f1 100644 --- a/openlp/core/ui/style.py +++ b/openlp/core/ui/style.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/themeform.py b/openlp/core/ui/themeform.py index 506b7450d..c96818665 100644 --- a/openlp/core/ui/themeform.py +++ b/openlp/core/ui/themeform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index abc943a8b..fe528d7be 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/ui/themestab.py b/openlp/core/ui/themestab.py index ecef58269..cfa48d099 100644 --- a/openlp/core/ui/themestab.py +++ b/openlp/core/ui/themestab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/version.py b/openlp/core/version.py index 9322dcd39..6f096db2a 100644 --- a/openlp/core/version.py +++ b/openlp/core/version.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/widgets/__init__.py b/openlp/core/widgets/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/openlp/core/widgets/__init__.py +++ b/openlp/core/widgets/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/widgets/buttons.py b/openlp/core/widgets/buttons.py index c4947dbad..25c099cd9 100644 --- a/openlp/core/widgets/buttons.py +++ b/openlp/core/widgets/buttons.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/widgets/dialogs.py b/openlp/core/widgets/dialogs.py index 9b6ac34b6..464875a37 100644 --- a/openlp/core/widgets/dialogs.py +++ b/openlp/core/widgets/dialogs.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/widgets/docks.py b/openlp/core/widgets/docks.py index 53bb26cd3..8190f70c8 100644 --- a/openlp/core/widgets/docks.py +++ b/openlp/core/widgets/docks.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/widgets/edits.py b/openlp/core/widgets/edits.py index 0ab29a304..1bf5e838a 100644 --- a/openlp/core/widgets/edits.py +++ b/openlp/core/widgets/edits.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/widgets/enums.py b/openlp/core/widgets/enums.py index 86bd56d6f..03d93c4b7 100644 --- a/openlp/core/widgets/enums.py +++ b/openlp/core/widgets/enums.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/widgets/labels.py b/openlp/core/widgets/labels.py index 40b81887e..f8533c919 100644 --- a/openlp/core/widgets/labels.py +++ b/openlp/core/widgets/labels.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/widgets/layouts.py b/openlp/core/widgets/layouts.py index b76d5301e..ba50fb1be 100644 --- a/openlp/core/widgets/layouts.py +++ b/openlp/core/widgets/layouts.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/widgets/toolbar.py b/openlp/core/widgets/toolbar.py index b5969b745..66586ecbd 100644 --- a/openlp/core/widgets/toolbar.py +++ b/openlp/core/widgets/toolbar.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/widgets/views.py b/openlp/core/widgets/views.py index 4ac087515..298b7fe48 100644 --- a/openlp/core/widgets/views.py +++ b/openlp/core/widgets/views.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/widgets/widgets.py b/openlp/core/widgets/widgets.py index 82ccf58c4..76dc6d6c8 100644 --- a/openlp/core/widgets/widgets.py +++ b/openlp/core/widgets/widgets.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/core/widgets/wizard.py b/openlp/core/widgets/wizard.py index 80796690c..25beb05b9 100644 --- a/openlp/core/widgets/wizard.py +++ b/openlp/core/widgets/wizard.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/custom/lib/mediaitem.py b/openlp/plugins/custom/lib/mediaitem.py index 25bd424a6..9ea94a0ec 100644 --- a/openlp/plugins/custom/lib/mediaitem.py +++ b/openlp/plugins/custom/lib/mediaitem.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/media/mediaplugin.py b/openlp/plugins/media/mediaplugin.py index 4dc05d740..1c981835a 100644 --- a/openlp/plugins/media/mediaplugin.py +++ b/openlp/plugins/media/mediaplugin.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/media/remote.py b/openlp/plugins/media/remote.py index fb5ecebf5..826ba8f2c 100644 --- a/openlp/plugins/media/remote.py +++ b/openlp/plugins/media/remote.py @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/__init__.py b/openlp/plugins/songs/__init__.py index 4fbabcad7..11b9254d2 100644 --- a/openlp/plugins/songs/__init__.py +++ b/openlp/plugins/songs/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/forms/songimportform.py b/openlp/plugins/songs/forms/songimportform.py index 2e7355df9..06380fa90 100644 --- a/openlp/plugins/songs/forms/songimportform.py +++ b/openlp/plugins/songs/forms/songimportform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/forms/topicsform.py b/openlp/plugins/songs/forms/topicsform.py index f4893c268..fd39bb93f 100644 --- a/openlp/plugins/songs/forms/topicsform.py +++ b/openlp/plugins/songs/forms/topicsform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/__init__.py b/openlp/plugins/songs/lib/__init__.py index 0969b4d3f..1bcd3a714 100644 --- a/openlp/plugins/songs/lib/__init__.py +++ b/openlp/plugins/songs/lib/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/db.py b/openlp/plugins/songs/lib/db.py index ad4d04656..c23627d24 100644 --- a/openlp/plugins/songs/lib/db.py +++ b/openlp/plugins/songs/lib/db.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importer.py b/openlp/plugins/songs/lib/importer.py index 4ec1ba29f..c40aedc75 100644 --- a/openlp/plugins/songs/lib/importer.py +++ b/openlp/plugins/songs/lib/importer.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/__init__.py b/openlp/plugins/songs/lib/importers/__init__.py index a19346b95..bdcda6aac 100644 --- a/openlp/plugins/songs/lib/importers/__init__.py +++ b/openlp/plugins/songs/lib/importers/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/chordpro.py b/openlp/plugins/songs/lib/importers/chordpro.py index d10a93f94..45c91ef51 100644 --- a/openlp/plugins/songs/lib/importers/chordpro.py +++ b/openlp/plugins/songs/lib/importers/chordpro.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/dreambeam.py b/openlp/plugins/songs/lib/importers/dreambeam.py index e51102166..8e3fa22b8 100644 --- a/openlp/plugins/songs/lib/importers/dreambeam.py +++ b/openlp/plugins/songs/lib/importers/dreambeam.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/easyslides.py b/openlp/plugins/songs/lib/importers/easyslides.py index a021de384..a1c17229f 100644 --- a/openlp/plugins/songs/lib/importers/easyslides.py +++ b/openlp/plugins/songs/lib/importers/easyslides.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/easyworship.py b/openlp/plugins/songs/lib/importers/easyworship.py index 631340c5e..e6925cbc8 100644 --- a/openlp/plugins/songs/lib/importers/easyworship.py +++ b/openlp/plugins/songs/lib/importers/easyworship.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/lyrix.py b/openlp/plugins/songs/lib/importers/lyrix.py index 5b8654687..6e7b84557 100644 --- a/openlp/plugins/songs/lib/importers/lyrix.py +++ b/openlp/plugins/songs/lib/importers/lyrix.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/mediashout.py b/openlp/plugins/songs/lib/importers/mediashout.py index 8ee3a1dec..94af154bd 100644 --- a/openlp/plugins/songs/lib/importers/mediashout.py +++ b/openlp/plugins/songs/lib/importers/mediashout.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/openlyrics.py b/openlp/plugins/songs/lib/importers/openlyrics.py index 0a3f8dacf..2c4bc386a 100644 --- a/openlp/plugins/songs/lib/importers/openlyrics.py +++ b/openlp/plugins/songs/lib/importers/openlyrics.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/openoffice.py b/openlp/plugins/songs/lib/importers/openoffice.py index 9af764be8..083e8f017 100644 --- a/openlp/plugins/songs/lib/importers/openoffice.py +++ b/openlp/plugins/songs/lib/importers/openoffice.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/opensong.py b/openlp/plugins/songs/lib/importers/opensong.py index 63c43379c..048afb723 100644 --- a/openlp/plugins/songs/lib/importers/opensong.py +++ b/openlp/plugins/songs/lib/importers/opensong.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/powersong.py b/openlp/plugins/songs/lib/importers/powersong.py index 51c2afdad..40d038614 100644 --- a/openlp/plugins/songs/lib/importers/powersong.py +++ b/openlp/plugins/songs/lib/importers/powersong.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/presentationmanager.py b/openlp/plugins/songs/lib/importers/presentationmanager.py index 018db7cd4..0222f540e 100644 --- a/openlp/plugins/songs/lib/importers/presentationmanager.py +++ b/openlp/plugins/songs/lib/importers/presentationmanager.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/singingthefaith.py b/openlp/plugins/songs/lib/importers/singingthefaith.py index 5415af7d8..4123c5ae9 100644 --- a/openlp/plugins/songs/lib/importers/singingthefaith.py +++ b/openlp/plugins/songs/lib/importers/singingthefaith.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/songbeamer.py b/openlp/plugins/songs/lib/importers/songbeamer.py index ae7177bd1..57ab0a3da 100644 --- a/openlp/plugins/songs/lib/importers/songbeamer.py +++ b/openlp/plugins/songs/lib/importers/songbeamer.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/songpro.py b/openlp/plugins/songs/lib/importers/songpro.py index d60f572a8..dcbc366bb 100644 --- a/openlp/plugins/songs/lib/importers/songpro.py +++ b/openlp/plugins/songs/lib/importers/songpro.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/songshowplus.py b/openlp/plugins/songs/lib/importers/songshowplus.py index 7365b4262..c3ec443cd 100644 --- a/openlp/plugins/songs/lib/importers/songshowplus.py +++ b/openlp/plugins/songs/lib/importers/songshowplus.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/sundayplus.py b/openlp/plugins/songs/lib/importers/sundayplus.py index 67712b69b..a6a2b6037 100644 --- a/openlp/plugins/songs/lib/importers/sundayplus.py +++ b/openlp/plugins/songs/lib/importers/sundayplus.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/videopsalm.py b/openlp/plugins/songs/lib/importers/videopsalm.py index 62f69028e..d05717045 100644 --- a/openlp/plugins/songs/lib/importers/videopsalm.py +++ b/openlp/plugins/songs/lib/importers/videopsalm.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/worshipassistant.py b/openlp/plugins/songs/lib/importers/worshipassistant.py index 3aefeb6bd..f4daef78d 100644 --- a/openlp/plugins/songs/lib/importers/worshipassistant.py +++ b/openlp/plugins/songs/lib/importers/worshipassistant.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/worshipcenterpro.py b/openlp/plugins/songs/lib/importers/worshipcenterpro.py index 17a1776f3..22070fa5a 100644 --- a/openlp/plugins/songs/lib/importers/worshipcenterpro.py +++ b/openlp/plugins/songs/lib/importers/worshipcenterpro.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/importers/zionworx.py b/openlp/plugins/songs/lib/importers/zionworx.py index 77d44edf7..2f7486f7c 100644 --- a/openlp/plugins/songs/lib/importers/zionworx.py +++ b/openlp/plugins/songs/lib/importers/zionworx.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/mediaitem.py b/openlp/plugins/songs/lib/mediaitem.py index 4fdd9f780..3f1ff086b 100644 --- a/openlp/plugins/songs/lib/mediaitem.py +++ b/openlp/plugins/songs/lib/mediaitem.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/openlyricsexport.py b/openlp/plugins/songs/lib/openlyricsexport.py index b300d194d..17904fe08 100644 --- a/openlp/plugins/songs/lib/openlyricsexport.py +++ b/openlp/plugins/songs/lib/openlyricsexport.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/openlyricsxml.py b/openlp/plugins/songs/lib/openlyricsxml.py index 5012a2bba..6a5e0506f 100644 --- a/openlp/plugins/songs/lib/openlyricsxml.py +++ b/openlp/plugins/songs/lib/openlyricsxml.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/songcompare.py b/openlp/plugins/songs/lib/songcompare.py index 8fdf11899..9065f07f9 100644 --- a/openlp/plugins/songs/lib/songcompare.py +++ b/openlp/plugins/songs/lib/songcompare.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/songselect.py b/openlp/plugins/songs/lib/songselect.py index 49bd3dac3..18fc6f871 100644 --- a/openlp/plugins/songs/lib/songselect.py +++ b/openlp/plugins/songs/lib/songselect.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/songstab.py b/openlp/plugins/songs/lib/songstab.py index 5f72b9439..f70190d4e 100644 --- a/openlp/plugins/songs/lib/songstab.py +++ b/openlp/plugins/songs/lib/songstab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/ui.py b/openlp/plugins/songs/lib/ui.py index 621feb201..e6f76229e 100644 --- a/openlp/plugins/songs/lib/ui.py +++ b/openlp/plugins/songs/lib/ui.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/lib/upgrade.py b/openlp/plugins/songs/lib/upgrade.py index 4bb823a7d..9521af046 100644 --- a/openlp/plugins/songs/lib/upgrade.py +++ b/openlp/plugins/songs/lib/upgrade.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/openlp/plugins/songs/reporting.py b/openlp/plugins/songs/reporting.py index f01eb2244..f1d7b9cc8 100644 --- a/openlp/plugins/songs/reporting.py +++ b/openlp/plugins/songs/reporting.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/run_openlp.py b/run_openlp.py index 60f6038b3..24200e930 100755 --- a/run_openlp.py +++ b/run_openlp.py @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/scripts/check_dependencies.py b/scripts/check_dependencies.py index b773bd1eb..787818ded 100755 --- a/scripts/check_dependencies.py +++ b/scripts/check_dependencies.py @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/scripts/clean_up_resources.py b/scripts/clean_up_resources.py index 19f420e8a..20e7838d9 100755 --- a/scripts/clean_up_resources.py +++ b/scripts/clean_up_resources.py @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/scripts/generate_resources.sh b/scripts/generate_resources.sh index 81f435a64..6e610035a 100755 --- a/scripts/generate_resources.sh +++ b/scripts/generate_resources.sh @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/scripts/generate_translations.sh b/scripts/generate_translations.sh index 245ddacd2..538d2892d 100755 --- a/scripts/generate_translations.sh +++ b/scripts/generate_translations.sh @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/scripts/pull_translations b/scripts/pull_translations index 4eda6b763..b68bd6071 100755 --- a/scripts/pull_translations +++ b/scripts/pull_translations @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/scripts/push_translations b/scripts/push_translations index c5da382e1..ae6779d0b 100755 --- a/scripts/push_translations +++ b/scripts/push_translations @@ -2,7 +2,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/scripts/resources.patch b/scripts/resources.patch index 12a5d73f4..983762e45 100644 --- a/scripts/resources.patch +++ b/scripts/resources.patch @@ -14,7 +14,7 @@ +########################################################################## +# OpenLP - Open Source Lyrics Projection # +# ---------------------------------------------------------------------- # -+# Copyright (c) 2008-2021 OpenLP Developers # ++# Copyright (c) 2008-2022 OpenLP Developers # +# ---------------------------------------------------------------------- # +# 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/scripts/translation_utils.py b/scripts/translation_utils.py index c8f9b4f6d..65e61f940 100755 --- a/scripts/translation_utils.py +++ b/scripts/translation_utils.py @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/scripts/websocket_client.py b/scripts/websocket_client.py index 4b9371922..c839e7071 100755 --- a/scripts/websocket_client.py +++ b/scripts/websocket_client.py @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/setup.py b/setup.py index 14765851c..b89a89e8e 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/helpers/__init__.py b/tests/helpers/__init__.py index f35c1a712..a97d98c6f 100644 --- a/tests/helpers/__init__.py +++ b/tests/helpers/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/helpers/songfileimport.py b/tests/helpers/songfileimport.py index f3eb38d1d..94b1c355d 100644 --- a/tests/helpers/songfileimport.py +++ b/tests/helpers/songfileimport.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/helpers/testmixin.py b/tests/helpers/testmixin.py index f3398ba84..396179785 100644 --- a/tests/helpers/testmixin.py +++ b/tests/helpers/testmixin.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/__init__.py b/tests/openlp_core/__init__.py index 38d515455..ab1378d47 100644 --- a/tests/openlp_core/__init__.py +++ b/tests/openlp_core/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/api/v2/test_service.py b/tests/openlp_core/api/v2/test_service.py index efdbf004d..27572fd36 100644 --- a/tests/openlp_core/api/v2/test_service.py +++ b/tests/openlp_core/api/v2/test_service.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/common/test_applocation.py b/tests/openlp_core/common/test_applocation.py index 9d6769d74..2aebc5213 100644 --- a/tests/openlp_core/common/test_applocation.py +++ b/tests/openlp_core/common/test_applocation.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/common/test_httputils.py b/tests/openlp_core/common/test_httputils.py index d59e57292..8d7feb8d5 100644 --- a/tests/openlp_core/common/test_httputils.py +++ b/tests/openlp_core/common/test_httputils.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/common/test_network_interfaces.py b/tests/openlp_core/common/test_network_interfaces.py index 92c079b7e..bbac4fadb 100644 --- a/tests/openlp_core/common/test_network_interfaces.py +++ b/tests/openlp_core/common/test_network_interfaces.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/lib/test_pluginmanager.py b/tests/openlp_core/lib/test_pluginmanager.py index 35c137bd6..426185dfc 100644 --- a/tests/openlp_core/lib/test_pluginmanager.py +++ b/tests/openlp_core/lib/test_pluginmanager.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/test_app.py b/tests/openlp_core/test_app.py index de0efd9f3..0ab5192c1 100644 --- a/tests/openlp_core/test_app.py +++ b/tests/openlp_core/test_app.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/test_server.py b/tests/openlp_core/test_server.py index 2b1435f77..1818f9326 100644 --- a/tests/openlp_core/test_server.py +++ b/tests/openlp_core/test_server.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/test_state.py b/tests/openlp_core/test_state.py index 0c43c1451..546e959fa 100644 --- a/tests/openlp_core/test_state.py +++ b/tests/openlp_core/test_state.py @@ -2,7 +2,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/test_threading.py b/tests/openlp_core/test_threading.py index 45e1915a0..07a37ada5 100644 --- a/tests/openlp_core/test_threading.py +++ b/tests/openlp_core/test_threading.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/test_version.py b/tests/openlp_core/test_version.py index b92f805e1..60b5ece7f 100644 --- a/tests/openlp_core/test_version.py +++ b/tests/openlp_core/test_version.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/__init__.py b/tests/openlp_core/ui/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_core/ui/__init__.py +++ b/tests/openlp_core/ui/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/media/test_mediacontroller.py b/tests/openlp_core/ui/media/test_mediacontroller.py index dd2fa0aaa..be0d84f7e 100644 --- a/tests/openlp_core/ui/media/test_mediacontroller.py +++ b/tests/openlp_core/ui/media/test_mediacontroller.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/media/test_remote.py b/tests/openlp_core/ui/media/test_remote.py index eb27dcf96..ce68383e3 100644 --- a/tests/openlp_core/ui/media/test_remote.py +++ b/tests/openlp_core/ui/media/test_remote.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/media/test_vlcplayer.py b/tests/openlp_core/ui/media/test_vlcplayer.py index 3516a07eb..5d58e6dc0 100644 --- a/tests/openlp_core/ui/media/test_vlcplayer.py +++ b/tests/openlp_core/ui/media/test_vlcplayer.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_advancedtab.py b/tests/openlp_core/ui/test_advancedtab.py index 2f4d7899b..a0422f589 100644 --- a/tests/openlp_core/ui/test_advancedtab.py +++ b/tests/openlp_core/ui/test_advancedtab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_confirmationform.py b/tests/openlp_core/ui/test_confirmationform.py index bd10f81d7..ef1f9590d 100644 --- a/tests/openlp_core/ui/test_confirmationform.py +++ b/tests/openlp_core/ui/test_confirmationform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_exceptionform.py b/tests/openlp_core/ui/test_exceptionform.py index 98abec9eb..08d73ba61 100644 --- a/tests/openlp_core/ui/test_exceptionform.py +++ b/tests/openlp_core/ui/test_exceptionform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_filerenamedialog.py b/tests/openlp_core/ui/test_filerenamedialog.py index 89d15ca9c..b24ef600a 100644 --- a/tests/openlp_core/ui/test_filerenamedialog.py +++ b/tests/openlp_core/ui/test_filerenamedialog.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_firsttimeform.py b/tests/openlp_core/ui/test_firsttimeform.py index e136c7034..dd8775bac 100644 --- a/tests/openlp_core/ui/test_firsttimeform.py +++ b/tests/openlp_core/ui/test_firsttimeform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_formattingtagscontroller.py b/tests/openlp_core/ui/test_formattingtagscontroller.py index c406a1ce8..6d8e4116b 100644 --- a/tests/openlp_core/ui/test_formattingtagscontroller.py +++ b/tests/openlp_core/ui/test_formattingtagscontroller.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_generaltab.py b/tests/openlp_core/ui/test_generaltab.py index edff9ff7d..ed1cd5804 100644 --- a/tests/openlp_core/ui/test_generaltab.py +++ b/tests/openlp_core/ui/test_generaltab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_mainwindow.py b/tests/openlp_core/ui/test_mainwindow.py index 5cc642fe7..7a08c8aa1 100644 --- a/tests/openlp_core/ui/test_mainwindow.py +++ b/tests/openlp_core/ui/test_mainwindow.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_servicemanager.py b/tests/openlp_core/ui/test_servicemanager.py index b7fb6d670..cd36edee2 100644 --- a/tests/openlp_core/ui/test_servicemanager.py +++ b/tests/openlp_core/ui/test_servicemanager.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_servicenotedialog.py b/tests/openlp_core/ui/test_servicenotedialog.py index fea1b1b2f..2d0de5528 100644 --- a/tests/openlp_core/ui/test_servicenotedialog.py +++ b/tests/openlp_core/ui/test_servicenotedialog.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_servicetab.py b/tests/openlp_core/ui/test_servicetab.py index 3e8f86771..66323862c 100644 --- a/tests/openlp_core/ui/test_servicetab.py +++ b/tests/openlp_core/ui/test_servicetab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_slidecontroller.py b/tests/openlp_core/ui/test_slidecontroller.py index 79146b1f3..01206e1c1 100644 --- a/tests/openlp_core/ui/test_slidecontroller.py +++ b/tests/openlp_core/ui/test_slidecontroller.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_splashscreen.py b/tests/openlp_core/ui/test_splashscreen.py index d20284721..69d223fbe 100644 --- a/tests/openlp_core/ui/test_splashscreen.py +++ b/tests/openlp_core/ui/test_splashscreen.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_themeform.py b/tests/openlp_core/ui/test_themeform.py index e81f6749f..ea1b5bf4d 100644 --- a/tests/openlp_core/ui/test_themeform.py +++ b/tests/openlp_core/ui/test_themeform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_thememanager.py b/tests/openlp_core/ui/test_thememanager.py index e07db2b3e..63bb5b17d 100644 --- a/tests/openlp_core/ui/test_thememanager.py +++ b/tests/openlp_core/ui/test_thememanager.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_themeprogressform.py b/tests/openlp_core/ui/test_themeprogressform.py index bdf122b3f..2bb0a86af 100644 --- a/tests/openlp_core/ui/test_themeprogressform.py +++ b/tests/openlp_core/ui/test_themeprogressform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/ui/test_themetab.py b/tests/openlp_core/ui/test_themetab.py index bf03d70b8..02726dea2 100644 --- a/tests/openlp_core/ui/test_themetab.py +++ b/tests/openlp_core/ui/test_themetab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/widgets/test_edits.py b/tests/openlp_core/widgets/test_edits.py index 0b1ef1472..e1e1ac4fa 100755 --- a/tests/openlp_core/widgets/test_edits.py +++ b/tests/openlp_core/widgets/test_edits.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_core/widgets/test_views.py b/tests/openlp_core/widgets/test_views.py index 6ef666d25..4ecffe34a 100644 --- a/tests/openlp_core/widgets/test_views.py +++ b/tests/openlp_core/widgets/test_views.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_plugins/custom/forms/test_customform.py b/tests/openlp_plugins/custom/forms/test_customform.py index 4759fea79..23d2acce7 100644 --- a/tests/openlp_plugins/custom/forms/test_customform.py +++ b/tests/openlp_plugins/custom/forms/test_customform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_plugins/presentations/__init__.py b/tests/openlp_plugins/presentations/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_plugins/presentations/__init__.py +++ b/tests/openlp_plugins/presentations/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_plugins/presentations/lib/test_serializers.py b/tests/openlp_plugins/presentations/lib/test_serializers.py index 998352009..16e24efde 100644 --- a/tests/openlp_plugins/presentations/lib/test_serializers.py +++ b/tests/openlp_plugins/presentations/lib/test_serializers.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_plugins/songs/forms/test_authorsform.py b/tests/openlp_plugins/songs/forms/test_authorsform.py index 1e5b58dad..feb3abca3 100644 --- a/tests/openlp_plugins/songs/forms/test_authorsform.py +++ b/tests/openlp_plugins/songs/forms/test_authorsform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_plugins/songs/forms/test_editsongform.py b/tests/openlp_plugins/songs/forms/test_editsongform.py index a95b467ab..67d9bb644 100644 --- a/tests/openlp_plugins/songs/forms/test_editsongform.py +++ b/tests/openlp_plugins/songs/forms/test_editsongform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_plugins/songs/forms/test_editverseform.py b/tests/openlp_plugins/songs/forms/test_editverseform.py index b99ddee06..a727bd80e 100644 --- a/tests/openlp_plugins/songs/forms/test_editverseform.py +++ b/tests/openlp_plugins/songs/forms/test_editverseform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_plugins/songs/forms/test_songmaintenanceform.py b/tests/openlp_plugins/songs/forms/test_songmaintenanceform.py index 624f2ede8..8808605f3 100644 --- a/tests/openlp_plugins/songs/forms/test_songmaintenanceform.py +++ b/tests/openlp_plugins/songs/forms/test_songmaintenanceform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/openlp_plugins/songs/forms/test_topicsform.py b/tests/openlp_plugins/songs/forms/test_topicsform.py index a308f56ad..1f8ad3fee 100644 --- a/tests/openlp_plugins/songs/forms/test_topicsform.py +++ b/tests/openlp_plugins/songs/forms/test_topicsform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/resources/projector/data.py b/tests/resources/projector/data.py index 696d744e2..bd76437ca 100644 --- a/tests/resources/projector/data.py +++ b/tests/resources/projector/data.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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/tests/utils/__init__.py b/tests/utils/__init__.py index a247cd751..368ec6ebe 100644 --- a/tests/utils/__init__.py +++ b/tests/utils/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2021 OpenLP Developers # +# Copyright (c) 2008-2022 OpenLP Developers # # ---------------------------------------------------------------------- # # 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 #