From 0ccb3620d5f825c76de3a5cc90e757d6f1b4a01d Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 6 Feb 2022 09:10:17 +0000 Subject: [PATCH] Lets finish the year conversion --- copyright.txt | 2 +- openlp/core/api/__init__.py | 2 +- openlp/core/api/deploy.py | 2 +- openlp/core/api/main.py | 2 +- openlp/core/api/versions/v1/__init__.py | 2 +- openlp/core/api/versions/v1/core.py | 2 +- openlp/core/api/versions/v1/plugins.py | 2 +- openlp/core/api/versions/v1/service.py | 2 +- openlp/core/api/versions/v2/__init__.py | 2 +- openlp/core/api/versions/v2/controller.py | 2 +- openlp/core/api/versions/v2/core.py | 2 +- openlp/core/api/versions/v2/plugins.py | 2 +- openlp/core/api/versions/v2/service.py | 2 +- openlp/core/api/websockets.py | 2 +- openlp/core/api/websocketspoll.py | 2 +- openlp/core/lib/exceptions.py | 2 +- openlp/core/lib/formattingtags.py | 2 +- openlp/core/lib/mediamanageritem.py | 2 +- openlp/core/lib/plugin.py | 2 +- openlp/core/lib/pluginmanager.py | 2 +- openlp/core/lib/serviceitem.py | 2 +- openlp/core/lib/ui.py | 2 +- openlp/core/resources.py | 2 +- openlp/core/ui/__init__.py | 2 +- openlp/core/ui/aboutdialog.py | 2 +- openlp/core/ui/aboutform.py | 2 +- openlp/core/ui/advancedtab.py | 2 +- openlp/core/ui/confirmationdialog.py | 2 +- openlp/core/ui/exceptionform.py | 2 +- openlp/core/ui/filerenamedialog.py | 2 +- openlp/core/ui/filerenameform.py | 2 +- openlp/core/ui/firsttimelanguageform.py | 2 +- openlp/core/ui/folders.py | 2 +- openlp/core/ui/formattingtagdialog.py | 2 +- openlp/core/ui/formattingtagform.py | 2 +- openlp/core/ui/library.py | 2 +- openlp/core/ui/pluginform.py | 2 +- openlp/core/ui/serviceitemeditdialog.py | 2 +- openlp/core/ui/serviceitemeditform.py | 2 +- openlp/core/ui/servicetab.py | 2 +- openlp/core/ui/settingsdialog.py | 2 +- openlp/core/ui/settingsform.py | 2 +- openlp/core/ui/splashscreen.py | 2 +- openlp/core/ui/starttimedialog.py | 2 +- openlp/core/ui/starttimeform.py | 2 +- openlp/core/ui/themelayoutdialog.py | 2 +- openlp/core/ui/themelayoutform.py | 2 +- openlp/core/ui/themeprogressdialog.py | 2 +- openlp/core/ui/themeprogressform.py | 2 +- openlp/core/ui/themewizard.py | 2 +- openlp/plugins/__init__.py | 2 +- openlp/plugins/alerts/__init__.py | 2 +- openlp/plugins/alerts/alertsplugin.py | 2 +- openlp/plugins/alerts/forms/__init__.py | 2 +- openlp/plugins/alerts/forms/alertdialog.py | 2 +- openlp/plugins/alerts/forms/alertform.py | 2 +- openlp/plugins/alerts/lib/__init__.py | 2 +- openlp/plugins/alerts/lib/alertsmanager.py | 2 +- openlp/plugins/alerts/lib/alertstab.py | 2 +- openlp/plugins/alerts/lib/db.py | 2 +- openlp/plugins/alerts/remote.py | 2 +- openlp/plugins/bibles/__init__.py | 2 +- openlp/plugins/bibles/bibleplugin.py | 2 +- openlp/plugins/bibles/forms/__init__.py | 2 +- openlp/plugins/bibles/forms/bibleimportform.py | 2 +- openlp/plugins/bibles/forms/booknamedialog.py | 2 +- openlp/plugins/bibles/forms/booknameform.py | 2 +- openlp/plugins/bibles/forms/editbibledialog.py | 2 +- openlp/plugins/bibles/forms/editbibleform.py | 2 +- openlp/plugins/bibles/forms/languagedialog.py | 2 +- openlp/plugins/bibles/forms/languageform.py | 2 +- openlp/plugins/bibles/lib/__init__.py | 2 +- openlp/plugins/bibles/lib/bibleimport.py | 2 +- openlp/plugins/bibles/lib/biblestab.py | 2 +- openlp/plugins/bibles/lib/db.py | 2 +- openlp/plugins/bibles/lib/importers/__init__.py | 2 +- openlp/plugins/bibles/lib/importers/csvbible.py | 2 +- openlp/plugins/bibles/lib/importers/http.py | 2 +- openlp/plugins/bibles/lib/importers/opensong.py | 2 +- openlp/plugins/bibles/lib/importers/osis.py | 2 +- openlp/plugins/bibles/lib/importers/sword.py | 2 +- openlp/plugins/bibles/lib/importers/wordproject.py | 2 +- openlp/plugins/bibles/lib/importers/zefania.py | 2 +- openlp/plugins/bibles/lib/manager.py | 2 +- openlp/plugins/bibles/lib/mediaitem.py | 2 +- openlp/plugins/bibles/lib/upgrade.py | 2 +- openlp/plugins/bibles/lib/versereferencelist.py | 2 +- openlp/plugins/custom/__init__.py | 2 +- openlp/plugins/custom/customplugin.py | 2 +- openlp/plugins/custom/forms/__init__.py | 2 +- openlp/plugins/custom/forms/editcustomdialog.py | 2 +- openlp/plugins/custom/forms/editcustomform.py | 2 +- openlp/plugins/custom/forms/editcustomslidedialog.py | 2 +- openlp/plugins/custom/forms/editcustomslideform.py | 2 +- openlp/plugins/custom/lib/__init__.py | 2 +- openlp/plugins/custom/lib/customtab.py | 2 +- openlp/plugins/custom/lib/customxmlhandler.py | 2 +- openlp/plugins/custom/lib/db.py | 2 +- openlp/plugins/images/__init__.py | 2 +- openlp/plugins/images/forms/__init__.py | 2 +- openlp/plugins/images/forms/addgroupdialog.py | 2 +- openlp/plugins/images/forms/addgroupform.py | 2 +- openlp/plugins/images/forms/choosegroupdialog.py | 2 +- openlp/plugins/images/forms/choosegroupform.py | 2 +- openlp/plugins/images/imageplugin.py | 2 +- openlp/plugins/images/lib/__init__.py | 2 +- openlp/plugins/images/lib/db.py | 2 +- openlp/plugins/images/lib/imagetab.py | 2 +- openlp/plugins/images/lib/mediaitem.py | 2 +- openlp/plugins/images/lib/upgrade.py | 2 +- openlp/plugins/media/__init__.py | 2 +- openlp/plugins/media/forms/__init__.py | 2 +- openlp/plugins/media/forms/mediaclipselectordialog.py | 2 +- openlp/plugins/media/forms/mediaclipselectorform.py | 2 +- openlp/plugins/media/forms/networkstreamselectorform.py | 2 +- openlp/plugins/media/forms/streamselectordialog.py | 2 +- openlp/plugins/media/forms/streamselectorform.py | 2 +- openlp/plugins/media/lib/__init__.py | 2 +- openlp/plugins/media/lib/db.py | 2 +- openlp/plugins/media/lib/mediaitem.py | 2 +- openlp/plugins/planningcenter/__init__.py | 2 +- openlp/plugins/planningcenter/forms/selectplandialog.py | 2 +- openlp/plugins/planningcenter/forms/selectplanform.py | 2 +- openlp/plugins/planningcenter/lib/customimport.py | 2 +- openlp/plugins/planningcenter/lib/planningcenter_api.py | 2 +- openlp/plugins/planningcenter/lib/planningcentertab.py | 2 +- openlp/plugins/planningcenter/lib/songimport.py | 2 +- openlp/plugins/planningcenter/planningcenterplugin.py | 2 +- openlp/plugins/presentations/__init__.py | 2 +- openlp/plugins/presentations/lib/__init__.py | 2 +- openlp/plugins/presentations/lib/applescriptbasecontroller.py | 2 +- openlp/plugins/presentations/lib/db.py | 2 +- openlp/plugins/presentations/lib/impresscontroller.py | 2 +- openlp/plugins/presentations/lib/keynotecontroller.py | 2 +- openlp/plugins/presentations/lib/libreofficeserver.py | 2 +- openlp/plugins/presentations/lib/maclocontroller.py | 2 +- openlp/plugins/presentations/lib/mediaitem.py | 2 +- openlp/plugins/presentations/lib/messagelistener.py | 2 +- openlp/plugins/presentations/lib/pdfcontroller.py | 2 +- openlp/plugins/presentations/lib/powerpointcontroller.py | 2 +- openlp/plugins/presentations/lib/powerpointmaccontroller.py | 2 +- openlp/plugins/presentations/lib/presentationcontroller.py | 2 +- openlp/plugins/presentations/lib/presentationtab.py | 2 +- openlp/plugins/presentations/lib/serializers.py | 2 +- openlp/plugins/presentations/presentationplugin.py | 2 +- openlp/plugins/songs/forms/__init__.py | 2 +- openlp/plugins/songs/forms/authorsdialog.py | 2 +- openlp/plugins/songs/forms/authorsform.py | 2 +- openlp/plugins/songs/forms/duplicatesongremovalform.py | 2 +- openlp/plugins/songs/forms/editsongdialog.py | 2 +- openlp/plugins/songs/forms/editsongform.py | 2 +- openlp/plugins/songs/forms/editversedialog.py | 2 +- openlp/plugins/songs/forms/editverseform.py | 2 +- openlp/plugins/songs/forms/mediafilesdialog.py | 2 +- openlp/plugins/songs/forms/mediafilesform.py | 2 +- openlp/plugins/songs/forms/songbookdialog.py | 2 +- openlp/plugins/songs/forms/songbookform.py | 2 +- openlp/plugins/songs/forms/songexportform.py | 2 +- openlp/plugins/songs/forms/songmaintenancedialog.py | 2 +- openlp/plugins/songs/forms/songmaintenanceform.py | 2 +- openlp/plugins/songs/forms/songreviewwidget.py | 2 +- openlp/plugins/songs/forms/songselectdialog.py | 2 +- openlp/plugins/songs/forms/songselectform.py | 2 +- openlp/plugins/songs/forms/topicsdialog.py | 2 +- openlp/plugins/songs/forms/webengine.py | 2 +- openlp/plugins/songs/lib/importers/cclifile.py | 2 +- openlp/plugins/songs/lib/importers/foilpresenter.py | 2 +- openlp/plugins/songs/lib/importers/liveworship.py | 2 +- openlp/plugins/songs/lib/importers/openlp.py | 2 +- openlp/plugins/songs/lib/importers/opspro.py | 2 +- openlp/plugins/songs/lib/importers/powerpraise.py | 2 +- openlp/plugins/songs/lib/importers/propresenter.py | 2 +- openlp/plugins/songs/lib/importers/songimport.py | 2 +- openlp/plugins/songs/lib/importers/songsoffellowship.py | 2 +- openlp/plugins/songs/lib/importers/wordsofworship.py | 2 +- openlp/plugins/songs/songsplugin.py | 2 +- openlp/plugins/songusage/__init__.py | 2 +- openlp/plugins/songusage/forms/__init__.py | 2 +- openlp/plugins/songusage/forms/songusagedeletedialog.py | 2 +- openlp/plugins/songusage/forms/songusagedeleteform.py | 2 +- openlp/plugins/songusage/forms/songusagedetaildialog.py | 2 +- openlp/plugins/songusage/forms/songusagedetailform.py | 2 +- openlp/plugins/songusage/lib/__init__.py | 2 +- openlp/plugins/songusage/lib/db.py | 2 +- openlp/plugins/songusage/lib/upgrade.py | 2 +- openlp/plugins/songusage/songusageplugin.py | 2 +- tests/__init__.py | 2 +- tests/conftest.py | 2 +- tests/openlp_core/api/__init__.py | 2 +- tests/openlp_core/api/endpoint/test_controller.py | 2 +- tests/openlp_core/api/http_server/__init__.py | 2 +- tests/openlp_core/api/http_server/test_http.py | 2 +- tests/openlp_core/api/http_server/test_init.py | 2 +- tests/openlp_core/api/test_deploy.py | 2 +- tests/openlp_core/api/test_main.py | 2 +- tests/openlp_core/api/test_tab.py | 2 +- tests/openlp_core/api/test_websockets.py | 2 +- tests/openlp_core/api/test_zeroconf.py | 2 +- tests/openlp_core/api/v2/test_controller.py | 2 +- tests/openlp_core/api/v2/test_core.py | 2 +- tests/openlp_core/api/v2/test_plugins.py | 2 +- tests/openlp_core/common/__init__.py | 2 +- tests/openlp_core/common/test_actions.py | 2 +- tests/openlp_core/common/test_db.py | 2 +- tests/openlp_core/common/test_i18n.py | 2 +- tests/openlp_core/common/test_init.py | 2 +- tests/openlp_core/common/test_json.py | 2 +- tests/openlp_core/common/test_mixins.py | 2 +- tests/openlp_core/common/test_path.py | 2 +- tests/openlp_core/common/test_registry.py | 2 +- tests/openlp_core/common/test_settings.py | 2 +- tests/openlp_core/common/test_utils.py | 2 +- tests/openlp_core/display/__init__.py | 2 +- tests/openlp_core/display/test_render.py | 2 +- tests/openlp_core/display/test_screens.py | 2 +- tests/openlp_core/display/test_window.py | 2 +- tests/openlp_core/lib/__init__.py | 2 +- tests/openlp_core/lib/test_db.py | 2 +- tests/openlp_core/lib/test_exceptions.py | 2 +- tests/openlp_core/lib/test_formattingtags.py | 2 +- tests/openlp_core/lib/test_lib.py | 2 +- tests/openlp_core/lib/test_mediamanageritem.py | 2 +- tests/openlp_core/lib/test_serviceitem.py | 2 +- tests/openlp_core/lib/test_theme.py | 2 +- tests/openlp_core/lib/test_ui.py | 2 +- tests/openlp_core/pages/__init__.py | 2 +- tests/openlp_core/pages/test_alignment.py | 2 +- tests/openlp_core/pages/test_areaposition.py | 2 +- tests/openlp_core/pages/test_background.py | 2 +- tests/openlp_core/pages/test_fontselection.py | 2 +- tests/openlp_core/pages/test_gridlayoutpage.py | 2 +- tests/openlp_core/projectors/__init__.py | 2 +- tests/openlp_core/projectors/conftest.py | 2 +- tests/openlp_core/projectors/messages/test_routing.py | 2 +- tests/openlp_core/projectors/test_projector_commands_01.py | 2 +- tests/openlp_core/projectors/test_projector_commands_02.py | 2 +- tests/openlp_core/projectors/test_projector_commands_03.py | 2 +- tests/openlp_core/projectors/test_projector_constants.py | 2 +- tests/openlp_core/projectors/test_projector_db.py | 2 +- tests/openlp_core/projectors/test_projector_editform.py | 2 +- tests/openlp_core/projectors/test_projector_pjlink_base_01.py | 2 +- tests/openlp_core/projectors/test_projector_pjlink_base_02.py | 2 +- tests/openlp_core/projectors/test_projector_pjlink_base_03.py | 2 +- tests/openlp_core/projectors/test_projector_pjlink_udp.py | 2 +- tests/openlp_core/projectors/test_projector_sourceform.py | 2 +- tests/openlp_core/projectors/test_projectormanager.py | 2 +- tests/openlp_core/ui/media/__init__.py | 2 +- tests/openlp_core/ui/media/test_media.py | 2 +- tests/openlp_core/ui/test_aboutform.py | 2 +- tests/openlp_core/ui/test_first_time.py | 2 +- tests/openlp_core/ui/test_formattingtagsform.py | 2 +- tests/openlp_core/ui/test_icons.py | 2 +- tests/openlp_core/ui/test_init.py | 2 +- tests/openlp_core/ui/test_serviceitemeditform.py | 2 +- tests/openlp_core/ui/test_settings_form.py | 2 +- tests/openlp_core/ui/test_settingsform.py | 2 +- tests/openlp_core/ui/test_shortcutlistdialog.py | 2 +- tests/openlp_core/ui/test_shortcutlistform.py | 2 +- tests/openlp_core/ui/test_starttimedialog.py | 2 +- tests/openlp_core/ui/test_style.py | 2 +- tests/openlp_core/widgets/__init__.py | 2 +- tests/openlp_core/widgets/test_buttons.py | 2 +- tests/openlp_core/widgets/test_dialogs.py | 2 +- tests/openlp_core/widgets/test_widgets.py | 2 +- tests/openlp_plugins/alerts/__init__.py | 2 +- tests/openlp_plugins/alerts/forms/test_alertform.py | 2 +- tests/openlp_plugins/alerts/test_manager.py | 2 +- tests/openlp_plugins/alerts/test_plugin.py | 2 +- tests/openlp_plugins/bibles/__init__.py | 2 +- tests/openlp_plugins/bibles/forms/__init__.py | 2 +- tests/openlp_plugins/bibles/forms/test_bibleimportform.py | 2 +- tests/openlp_plugins/bibles/forms/test_editbibleform.py | 2 +- tests/openlp_plugins/bibles/test_bibleimport.py | 2 +- tests/openlp_plugins/bibles/test_bibleserver.py | 2 +- tests/openlp_plugins/bibles/test_biblestab.py | 2 +- tests/openlp_plugins/bibles/test_csvimport.py | 2 +- tests/openlp_plugins/bibles/test_db.py | 2 +- tests/openlp_plugins/bibles/test_lib.py | 2 +- tests/openlp_plugins/bibles/test_lib_http.py | 2 +- tests/openlp_plugins/bibles/test_lib_manager.py | 2 +- tests/openlp_plugins/bibles/test_lib_parse_reference.py | 2 +- tests/openlp_plugins/bibles/test_manager.py | 2 +- tests/openlp_plugins/bibles/test_mediaitem.py | 2 +- tests/openlp_plugins/bibles/test_opensongimport.py | 2 +- tests/openlp_plugins/bibles/test_osisimport.py | 2 +- tests/openlp_plugins/bibles/test_plugin.py | 2 +- tests/openlp_plugins/bibles/test_swordimport.py | 2 +- tests/openlp_plugins/bibles/test_upgrade.py | 2 +- tests/openlp_plugins/bibles/test_versereferencelist.py | 2 +- tests/openlp_plugins/bibles/test_wordprojectimport.py | 2 +- tests/openlp_plugins/bibles/test_zefaniaimport.py | 2 +- tests/openlp_plugins/custom/__init__.py | 2 +- tests/openlp_plugins/custom/forms/__init__.py | 2 +- tests/openlp_plugins/custom/forms/test_customslideform.py | 2 +- tests/openlp_plugins/custom/test_mediaitem.py | 2 +- tests/openlp_plugins/custom/test_plugin.py | 2 +- tests/openlp_plugins/images/__init__.py | 2 +- tests/openlp_plugins/images/forms/test_choosegroupform.py | 2 +- tests/openlp_plugins/images/test_imagetab.py | 2 +- tests/openlp_plugins/images/test_mediaitem.py | 2 +- tests/openlp_plugins/images/test_plugin.py | 2 +- tests/openlp_plugins/images/test_upgrade.py | 2 +- tests/openlp_plugins/media/forms/__init__.py | 2 +- tests/openlp_plugins/media/forms/test_mediaclipselectorform.py | 2 +- tests/openlp_plugins/media/forms/test_streamselectorform.py | 2 +- tests/openlp_plugins/media/test_mediaitem.py | 2 +- tests/openlp_plugins/media/test_mediaplugin.py | 2 +- tests/openlp_plugins/media/test_plugin.py | 2 +- tests/openlp_plugins/planningcenter/__init__.py | 2 +- tests/openlp_plugins/planningcenter/forms/__init__.py | 2 +- .../openlp_plugins/planningcenter/forms/test_selectplanform.py | 2 +- tests/openlp_plugins/planningcenter/lib/__init__.py | 2 +- .../planningcenter/lib/test_planningcenter_api.py | 2 +- .../openlp_plugins/planningcenter/lib/test_planningcentertab.py | 2 +- tests/openlp_plugins/planningcenter/lib/test_songimport.py | 2 +- .../openlp_plugins/planningcenter/test_planningcenterplugin.py | 2 +- tests/openlp_plugins/presentations/conftest.py | 2 +- tests/openlp_plugins/presentations/test_impresscontroller.py | 2 +- tests/openlp_plugins/presentations/test_libreofficeserver.py | 2 +- tests/openlp_plugins/presentations/test_maclocontroller.py | 2 +- tests/openlp_plugins/presentations/test_mediaitem.py | 2 +- tests/openlp_plugins/presentations/test_messagelistener.py | 2 +- tests/openlp_plugins/presentations/test_pdfcontroller.py | 2 +- tests/openlp_plugins/presentations/test_plugin.py | 2 +- tests/openlp_plugins/presentations/test_powerpointcontroller.py | 2 +- .../openlp_plugins/presentations/test_presentationcontroller.py | 2 +- tests/openlp_plugins/presentations/test_presentationtab.py | 2 +- tests/openlp_plugins/songs/__init__.py | 2 +- tests/openlp_plugins/songs/forms/__init__.py | 2 +- tests/openlp_plugins/songs/test_chordproimport.py | 2 +- tests/openlp_plugins/songs/test_db.py | 2 +- tests/openlp_plugins/songs/test_easyslidesimport.py | 2 +- tests/openlp_plugins/songs/test_editsongform.py | 2 +- tests/openlp_plugins/songs/test_editverseform.py | 2 +- tests/openlp_plugins/songs/test_ewimport.py | 2 +- tests/openlp_plugins/songs/test_foilpresenterimport.py | 2 +- tests/openlp_plugins/songs/test_lib.py | 2 +- tests/openlp_plugins/songs/test_liveworshipimport.py | 2 +- tests/openlp_plugins/songs/test_lyriximport.py | 2 +- tests/openlp_plugins/songs/test_mediaitem.py | 2 +- tests/openlp_plugins/songs/test_mediashout.py | 2 +- tests/openlp_plugins/songs/test_openlpimporter.py | 2 +- tests/openlp_plugins/songs/test_openlyricsexport.py | 2 +- tests/openlp_plugins/songs/test_openlyricsimport.py | 2 +- tests/openlp_plugins/songs/test_openoffice.py | 2 +- tests/openlp_plugins/songs/test_opensongimport.py | 2 +- tests/openlp_plugins/songs/test_opsproimport.py | 2 +- tests/openlp_plugins/songs/test_plugin.py | 2 +- tests/openlp_plugins/songs/test_powerpraiseimport.py | 2 +- tests/openlp_plugins/songs/test_presentationmanagerimport.py | 2 +- tests/openlp_plugins/songs/test_propresenterimport.py | 2 +- tests/openlp_plugins/songs/test_reporting.py | 2 +- tests/openlp_plugins/songs/test_singingthefaithimport.py | 2 +- tests/openlp_plugins/songs/test_songbeamerimport.py | 2 +- tests/openlp_plugins/songs/test_songformat.py | 2 +- tests/openlp_plugins/songs/test_songproimport.py | 2 +- tests/openlp_plugins/songs/test_songselect.py | 2 +- tests/openlp_plugins/songs/test_songshowplusimport.py | 2 +- tests/openlp_plugins/songs/test_songstab.py | 2 +- tests/openlp_plugins/songs/test_sundayplusimport.py | 2 +- tests/openlp_plugins/songs/test_videopsalm.py | 2 +- tests/openlp_plugins/songs/test_wordsofworshipimport.py | 2 +- tests/openlp_plugins/songs/test_worshipassistantimport.py | 2 +- tests/openlp_plugins/songs/test_worshipcenterproimport.py | 2 +- tests/openlp_plugins/songs/test_zionworximport.py | 2 +- tests/openlp_plugins/songusage/__init__.py | 2 +- .../openlp_plugins/songusage/forms/test_songusagedeleteform.py | 2 +- .../openlp_plugins/songusage/forms/test_songusagedetailform.py | 2 +- tests/openlp_plugins/songusage/test_songusage.py | 2 +- tests/utils/constants.py | 2 +- tests/utils/osdinteraction.py | 2 +- 371 files changed, 371 insertions(+), 371 deletions(-) diff --git a/copyright.txt b/copyright.txt index 002ac3662..d74b83546 100644 --- a/copyright.txt +++ b/copyright.txt @@ -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/core/api/__init__.py b/openlp/core/api/__init__.py index 60faf75bf..53e9eebe6 100644 --- a/openlp/core/api/__init__.py +++ b/openlp/core/api/__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/deploy.py b/openlp/core/api/deploy.py index 012411f83..29ffb4939 100644 --- a/openlp/core/api/deploy.py +++ b/openlp/core/api/deploy.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/main.py b/openlp/core/api/main.py index ddbd5a154..de7b9a1a5 100644 --- a/openlp/core/api/main.py +++ b/openlp/core/api/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/api/versions/v1/__init__.py b/openlp/core/api/versions/v1/__init__.py index cc0a78dae..dcf1ca90c 100644 --- a/openlp/core/api/versions/v1/__init__.py +++ b/openlp/core/api/versions/v1/__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/core.py b/openlp/core/api/versions/v1/core.py index b3edaafa8..f0aa97486 100644 --- a/openlp/core/api/versions/v1/core.py +++ b/openlp/core/api/versions/v1/core.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/plugins.py b/openlp/core/api/versions/v1/plugins.py index 891658f0b..2a8ff015e 100644 --- a/openlp/core/api/versions/v1/plugins.py +++ b/openlp/core/api/versions/v1/plugins.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/core/api/versions/v1/service.py b/openlp/core/api/versions/v1/service.py index ee12f9ee0..0601f202a 100644 --- a/openlp/core/api/versions/v1/service.py +++ b/openlp/core/api/versions/v1/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/openlp/core/api/versions/v2/__init__.py b/openlp/core/api/versions/v2/__init__.py index 1b1a51dc5..5f53e5704 100644 --- a/openlp/core/api/versions/v2/__init__.py +++ b/openlp/core/api/versions/v2/__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/v2/controller.py b/openlp/core/api/versions/v2/controller.py index ef898ea6f..b84f7aad4 100644 --- a/openlp/core/api/versions/v2/controller.py +++ b/openlp/core/api/versions/v2/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/versions/v2/core.py b/openlp/core/api/versions/v2/core.py index 479df2f5f..e55ae85b6 100644 --- a/openlp/core/api/versions/v2/core.py +++ b/openlp/core/api/versions/v2/core.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/v2/plugins.py b/openlp/core/api/versions/v2/plugins.py index b023f700d..9418c66a8 100644 --- a/openlp/core/api/versions/v2/plugins.py +++ b/openlp/core/api/versions/v2/plugins.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/core/api/versions/v2/service.py b/openlp/core/api/versions/v2/service.py index 251015e20..2dbeb1112 100644 --- a/openlp/core/api/versions/v2/service.py +++ b/openlp/core/api/versions/v2/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/openlp/core/api/websockets.py b/openlp/core/api/websockets.py index 8b2892351..94fcb848b 100644 --- a/openlp/core/api/websockets.py +++ b/openlp/core/api/websockets.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/websocketspoll.py b/openlp/core/api/websocketspoll.py index b31bbb6fc..cf3fb8bb9 100644 --- a/openlp/core/api/websocketspoll.py +++ b/openlp/core/api/websocketspoll.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2020 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/exceptions.py b/openlp/core/lib/exceptions.py index ba12039c9..19f0572b4 100644 --- a/openlp/core/lib/exceptions.py +++ b/openlp/core/lib/exceptions.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/formattingtags.py b/openlp/core/lib/formattingtags.py index dd2f514ee..67a228a69 100644 --- a/openlp/core/lib/formattingtags.py +++ b/openlp/core/lib/formattingtags.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/mediamanageritem.py b/openlp/core/lib/mediamanageritem.py index d82ef8ffb..f4ec5281a 100644 --- a/openlp/core/lib/mediamanageritem.py +++ b/openlp/core/lib/mediamanageritem.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/plugin.py b/openlp/core/lib/plugin.py index bcbae1c53..7df2e7a8c 100644 --- a/openlp/core/lib/plugin.py +++ b/openlp/core/lib/plugin.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/pluginmanager.py b/openlp/core/lib/pluginmanager.py index 8bc376690..fa81837c0 100644 --- a/openlp/core/lib/pluginmanager.py +++ b/openlp/core/lib/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/openlp/core/lib/serviceitem.py b/openlp/core/lib/serviceitem.py index 04c47609f..55dedd99c 100644 --- a/openlp/core/lib/serviceitem.py +++ b/openlp/core/lib/serviceitem.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/openlp/core/lib/ui.py b/openlp/core/lib/ui.py index fad17ab80..2cbb9fe9f 100644 --- a/openlp/core/lib/ui.py +++ b/openlp/core/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/core/resources.py b/openlp/core/resources.py index 4ac839edf..03f2e967f 100644 --- a/openlp/core/resources.py +++ b/openlp/core/resources.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/__init__.py b/openlp/core/ui/__init__.py index 2fc8a7ff2..ec3bcad6f 100644 --- a/openlp/core/ui/__init__.py +++ b/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/openlp/core/ui/aboutdialog.py b/openlp/core/ui/aboutdialog.py index 69e1ee08f..d15a96c86 100644 --- a/openlp/core/ui/aboutdialog.py +++ b/openlp/core/ui/aboutdialog.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/aboutform.py b/openlp/core/ui/aboutform.py index 05b293029..1210351d6 100644 --- a/openlp/core/ui/aboutform.py +++ b/openlp/core/ui/aboutform.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/advancedtab.py b/openlp/core/ui/advancedtab.py index f37718227..2abb201aa 100644 --- a/openlp/core/ui/advancedtab.py +++ b/openlp/core/ui/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/openlp/core/ui/confirmationdialog.py b/openlp/core/ui/confirmationdialog.py index 14c7c920c..4721d3956 100644 --- a/openlp/core/ui/confirmationdialog.py +++ b/openlp/core/ui/confirmationdialog.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/exceptionform.py b/openlp/core/ui/exceptionform.py index 714518efe..1e8b8f714 100644 --- a/openlp/core/ui/exceptionform.py +++ b/openlp/core/ui/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/openlp/core/ui/filerenamedialog.py b/openlp/core/ui/filerenamedialog.py index 9cf282f4c..555c357fa 100644 --- a/openlp/core/ui/filerenamedialog.py +++ b/openlp/core/ui/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/openlp/core/ui/filerenameform.py b/openlp/core/ui/filerenameform.py index 174049604..172e53345 100644 --- a/openlp/core/ui/filerenameform.py +++ b/openlp/core/ui/filerenameform.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/firsttimelanguageform.py b/openlp/core/ui/firsttimelanguageform.py index 25e94bea4..e7119375a 100644 --- a/openlp/core/ui/firsttimelanguageform.py +++ b/openlp/core/ui/firsttimelanguageform.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/folders.py b/openlp/core/ui/folders.py index 65ca3345e..617f3a5ca 100644 --- a/openlp/core/ui/folders.py +++ b/openlp/core/ui/folders.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/formattingtagdialog.py b/openlp/core/ui/formattingtagdialog.py index 4096c1a94..8fa5fc021 100644 --- a/openlp/core/ui/formattingtagdialog.py +++ b/openlp/core/ui/formattingtagdialog.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/formattingtagform.py b/openlp/core/ui/formattingtagform.py index 052b851a4..835759424 100644 --- a/openlp/core/ui/formattingtagform.py +++ b/openlp/core/ui/formattingtagform.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/library.py b/openlp/core/ui/library.py index 83e101623..cb9475eb8 100644 --- a/openlp/core/ui/library.py +++ b/openlp/core/ui/library.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/pluginform.py b/openlp/core/ui/pluginform.py index 38bba35e4..65e97e846 100644 --- a/openlp/core/ui/pluginform.py +++ b/openlp/core/ui/pluginform.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/serviceitemeditdialog.py b/openlp/core/ui/serviceitemeditdialog.py index b1529453c..9ec78ddb2 100644 --- a/openlp/core/ui/serviceitemeditdialog.py +++ b/openlp/core/ui/serviceitemeditdialog.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/serviceitemeditform.py b/openlp/core/ui/serviceitemeditform.py index 2e05ca0f2..e9b5101c1 100644 --- a/openlp/core/ui/serviceitemeditform.py +++ b/openlp/core/ui/serviceitemeditform.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/servicetab.py b/openlp/core/ui/servicetab.py index 7480491d8..2fb9bdd76 100644 --- a/openlp/core/ui/servicetab.py +++ b/openlp/core/ui/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/openlp/core/ui/settingsdialog.py b/openlp/core/ui/settingsdialog.py index 7f03607ca..20b58823d 100644 --- a/openlp/core/ui/settingsdialog.py +++ b/openlp/core/ui/settingsdialog.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/settingsform.py b/openlp/core/ui/settingsform.py index 9ed4933b0..4de5e54a0 100644 --- a/openlp/core/ui/settingsform.py +++ b/openlp/core/ui/settingsform.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/splashscreen.py b/openlp/core/ui/splashscreen.py index 594390583..da5cf7362 100644 --- a/openlp/core/ui/splashscreen.py +++ b/openlp/core/ui/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/openlp/core/ui/starttimedialog.py b/openlp/core/ui/starttimedialog.py index 32c7bb808..283a41079 100644 --- a/openlp/core/ui/starttimedialog.py +++ b/openlp/core/ui/starttimedialog.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/starttimeform.py b/openlp/core/ui/starttimeform.py index a9d7f193d..3cb80a897 100644 --- a/openlp/core/ui/starttimeform.py +++ b/openlp/core/ui/starttimeform.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/themelayoutdialog.py b/openlp/core/ui/themelayoutdialog.py index 3b0caeee9..9cb1ecd0e 100644 --- a/openlp/core/ui/themelayoutdialog.py +++ b/openlp/core/ui/themelayoutdialog.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/themelayoutform.py b/openlp/core/ui/themelayoutform.py index a94305843..8faef3496 100644 --- a/openlp/core/ui/themelayoutform.py +++ b/openlp/core/ui/themelayoutform.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/themeprogressdialog.py b/openlp/core/ui/themeprogressdialog.py index 5580dee8d..f3fb2eab7 100644 --- a/openlp/core/ui/themeprogressdialog.py +++ b/openlp/core/ui/themeprogressdialog.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/themeprogressform.py b/openlp/core/ui/themeprogressform.py index 67213e199..24503c69e 100644 --- a/openlp/core/ui/themeprogressform.py +++ b/openlp/core/ui/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/openlp/core/ui/themewizard.py b/openlp/core/ui/themewizard.py index 338e75d04..5a3701a35 100644 --- a/openlp/core/ui/themewizard.py +++ b/openlp/core/ui/themewizard.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/__init__.py b/openlp/plugins/__init__.py index 2045bc834..099a0f882 100644 --- a/openlp/plugins/__init__.py +++ b/openlp/plugins/__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/alerts/__init__.py b/openlp/plugins/alerts/__init__.py index dfd594b40..9cde12a49 100644 --- a/openlp/plugins/alerts/__init__.py +++ b/openlp/plugins/alerts/__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/alerts/alertsplugin.py b/openlp/plugins/alerts/alertsplugin.py index 101f7d3c0..eed6e0498 100644 --- a/openlp/plugins/alerts/alertsplugin.py +++ b/openlp/plugins/alerts/alertsplugin.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/alerts/forms/__init__.py b/openlp/plugins/alerts/forms/__init__.py index 63ea01b6a..c48de53f3 100644 --- a/openlp/plugins/alerts/forms/__init__.py +++ b/openlp/plugins/alerts/forms/__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/alerts/forms/alertdialog.py b/openlp/plugins/alerts/forms/alertdialog.py index 73e065706..a14a95680 100644 --- a/openlp/plugins/alerts/forms/alertdialog.py +++ b/openlp/plugins/alerts/forms/alertdialog.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/alerts/forms/alertform.py b/openlp/plugins/alerts/forms/alertform.py index ae78e29b0..285a33656 100644 --- a/openlp/plugins/alerts/forms/alertform.py +++ b/openlp/plugins/alerts/forms/alertform.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/alerts/lib/__init__.py b/openlp/plugins/alerts/lib/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/openlp/plugins/alerts/lib/__init__.py +++ b/openlp/plugins/alerts/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/alerts/lib/alertsmanager.py b/openlp/plugins/alerts/lib/alertsmanager.py index 2a1998d05..f88219145 100644 --- a/openlp/plugins/alerts/lib/alertsmanager.py +++ b/openlp/plugins/alerts/lib/alertsmanager.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/alerts/lib/alertstab.py b/openlp/plugins/alerts/lib/alertstab.py index 8b23520cc..dbb82f57e 100644 --- a/openlp/plugins/alerts/lib/alertstab.py +++ b/openlp/plugins/alerts/lib/alertstab.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/alerts/lib/db.py b/openlp/plugins/alerts/lib/db.py index 8b3bbe273..8a2872f2b 100644 --- a/openlp/plugins/alerts/lib/db.py +++ b/openlp/plugins/alerts/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/alerts/remote.py b/openlp/plugins/alerts/remote.py index dbc9ab41c..f41ca32e2 100644 --- a/openlp/plugins/alerts/remote.py +++ b/openlp/plugins/alerts/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/plugins/bibles/__init__.py b/openlp/plugins/bibles/__init__.py index 1902aad32..52cbb99d6 100644 --- a/openlp/plugins/bibles/__init__.py +++ b/openlp/plugins/bibles/__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/bibles/bibleplugin.py b/openlp/plugins/bibles/bibleplugin.py index 8ed208eaf..49fdcc536 100644 --- a/openlp/plugins/bibles/bibleplugin.py +++ b/openlp/plugins/bibles/bibleplugin.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/bibles/forms/__init__.py b/openlp/plugins/bibles/forms/__init__.py index 872542708..ef3515ff7 100644 --- a/openlp/plugins/bibles/forms/__init__.py +++ b/openlp/plugins/bibles/forms/__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/bibles/forms/bibleimportform.py b/openlp/plugins/bibles/forms/bibleimportform.py index 427929086..1b983d96f 100644 --- a/openlp/plugins/bibles/forms/bibleimportform.py +++ b/openlp/plugins/bibles/forms/bibleimportform.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/bibles/forms/booknamedialog.py b/openlp/plugins/bibles/forms/booknamedialog.py index 7bbc89768..741bc5aaf 100644 --- a/openlp/plugins/bibles/forms/booknamedialog.py +++ b/openlp/plugins/bibles/forms/booknamedialog.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/bibles/forms/booknameform.py b/openlp/plugins/bibles/forms/booknameform.py index f74c4741f..24c393215 100644 --- a/openlp/plugins/bibles/forms/booknameform.py +++ b/openlp/plugins/bibles/forms/booknameform.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/bibles/forms/editbibledialog.py b/openlp/plugins/bibles/forms/editbibledialog.py index 8c8084ee1..81f07bb2f 100644 --- a/openlp/plugins/bibles/forms/editbibledialog.py +++ b/openlp/plugins/bibles/forms/editbibledialog.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/bibles/forms/editbibleform.py b/openlp/plugins/bibles/forms/editbibleform.py index 5d121f620..c00d1bcc9 100644 --- a/openlp/plugins/bibles/forms/editbibleform.py +++ b/openlp/plugins/bibles/forms/editbibleform.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/bibles/forms/languagedialog.py b/openlp/plugins/bibles/forms/languagedialog.py index 94f6de60a..71fbb75c1 100644 --- a/openlp/plugins/bibles/forms/languagedialog.py +++ b/openlp/plugins/bibles/forms/languagedialog.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/bibles/forms/languageform.py b/openlp/plugins/bibles/forms/languageform.py index 0bc051a7c..859b815d7 100644 --- a/openlp/plugins/bibles/forms/languageform.py +++ b/openlp/plugins/bibles/forms/languageform.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/bibles/lib/__init__.py b/openlp/plugins/bibles/lib/__init__.py index f08033a01..9b13de29c 100644 --- a/openlp/plugins/bibles/lib/__init__.py +++ b/openlp/plugins/bibles/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/bibles/lib/bibleimport.py b/openlp/plugins/bibles/lib/bibleimport.py index 27e261d5e..f3d4e770e 100644 --- a/openlp/plugins/bibles/lib/bibleimport.py +++ b/openlp/plugins/bibles/lib/bibleimport.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/bibles/lib/biblestab.py b/openlp/plugins/bibles/lib/biblestab.py index 502424f50..4a7fc2b33 100644 --- a/openlp/plugins/bibles/lib/biblestab.py +++ b/openlp/plugins/bibles/lib/biblestab.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/bibles/lib/db.py b/openlp/plugins/bibles/lib/db.py index 032a26fc8..9c98cb0a6 100644 --- a/openlp/plugins/bibles/lib/db.py +++ b/openlp/plugins/bibles/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/bibles/lib/importers/__init__.py b/openlp/plugins/bibles/lib/importers/__init__.py index f97cc17ea..e2d8593f9 100644 --- a/openlp/plugins/bibles/lib/importers/__init__.py +++ b/openlp/plugins/bibles/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/bibles/lib/importers/csvbible.py b/openlp/plugins/bibles/lib/importers/csvbible.py index 956e1dbf2..4bdfc3993 100644 --- a/openlp/plugins/bibles/lib/importers/csvbible.py +++ b/openlp/plugins/bibles/lib/importers/csvbible.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/bibles/lib/importers/http.py b/openlp/plugins/bibles/lib/importers/http.py index 845be27ee..1266204e1 100644 --- a/openlp/plugins/bibles/lib/importers/http.py +++ b/openlp/plugins/bibles/lib/importers/http.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/bibles/lib/importers/opensong.py b/openlp/plugins/bibles/lib/importers/opensong.py index 794ee9787..4d560135c 100644 --- a/openlp/plugins/bibles/lib/importers/opensong.py +++ b/openlp/plugins/bibles/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/bibles/lib/importers/osis.py b/openlp/plugins/bibles/lib/importers/osis.py index 3f1c274d0..71e7a7537 100644 --- a/openlp/plugins/bibles/lib/importers/osis.py +++ b/openlp/plugins/bibles/lib/importers/osis.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/bibles/lib/importers/sword.py b/openlp/plugins/bibles/lib/importers/sword.py index dd7f57909..20e639b6e 100644 --- a/openlp/plugins/bibles/lib/importers/sword.py +++ b/openlp/plugins/bibles/lib/importers/sword.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/bibles/lib/importers/wordproject.py b/openlp/plugins/bibles/lib/importers/wordproject.py index edbbea0fa..a9fd10d32 100644 --- a/openlp/plugins/bibles/lib/importers/wordproject.py +++ b/openlp/plugins/bibles/lib/importers/wordproject.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/bibles/lib/importers/zefania.py b/openlp/plugins/bibles/lib/importers/zefania.py index f18f7a261..341d14a69 100644 --- a/openlp/plugins/bibles/lib/importers/zefania.py +++ b/openlp/plugins/bibles/lib/importers/zefania.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/bibles/lib/manager.py b/openlp/plugins/bibles/lib/manager.py index d3fad6b6b..dc175a6b7 100644 --- a/openlp/plugins/bibles/lib/manager.py +++ b/openlp/plugins/bibles/lib/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/plugins/bibles/lib/mediaitem.py b/openlp/plugins/bibles/lib/mediaitem.py index acfc75403..e12001201 100755 --- a/openlp/plugins/bibles/lib/mediaitem.py +++ b/openlp/plugins/bibles/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/bibles/lib/upgrade.py b/openlp/plugins/bibles/lib/upgrade.py index 11adc9217..50661aa87 100644 --- a/openlp/plugins/bibles/lib/upgrade.py +++ b/openlp/plugins/bibles/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/bibles/lib/versereferencelist.py b/openlp/plugins/bibles/lib/versereferencelist.py index b128275ee..2cf350c85 100644 --- a/openlp/plugins/bibles/lib/versereferencelist.py +++ b/openlp/plugins/bibles/lib/versereferencelist.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/__init__.py b/openlp/plugins/custom/__init__.py index bc145a737..a48e11d78 100644 --- a/openlp/plugins/custom/__init__.py +++ b/openlp/plugins/custom/__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/custom/customplugin.py b/openlp/plugins/custom/customplugin.py index aa2500096..465361c17 100644 --- a/openlp/plugins/custom/customplugin.py +++ b/openlp/plugins/custom/customplugin.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/forms/__init__.py b/openlp/plugins/custom/forms/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/openlp/plugins/custom/forms/__init__.py +++ b/openlp/plugins/custom/forms/__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/custom/forms/editcustomdialog.py b/openlp/plugins/custom/forms/editcustomdialog.py index 1b3339167..07b57c366 100644 --- a/openlp/plugins/custom/forms/editcustomdialog.py +++ b/openlp/plugins/custom/forms/editcustomdialog.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/forms/editcustomform.py b/openlp/plugins/custom/forms/editcustomform.py index 998b1c5db..e0ec88e80 100644 --- a/openlp/plugins/custom/forms/editcustomform.py +++ b/openlp/plugins/custom/forms/editcustomform.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/forms/editcustomslidedialog.py b/openlp/plugins/custom/forms/editcustomslidedialog.py index 219a787aa..6a762b4bc 100644 --- a/openlp/plugins/custom/forms/editcustomslidedialog.py +++ b/openlp/plugins/custom/forms/editcustomslidedialog.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/forms/editcustomslideform.py b/openlp/plugins/custom/forms/editcustomslideform.py index 2eded92cd..0026d8bf7 100644 --- a/openlp/plugins/custom/forms/editcustomslideform.py +++ b/openlp/plugins/custom/forms/editcustomslideform.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/__init__.py b/openlp/plugins/custom/lib/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/openlp/plugins/custom/lib/__init__.py +++ b/openlp/plugins/custom/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/custom/lib/customtab.py b/openlp/plugins/custom/lib/customtab.py index d7a5e9e52..fe41c073f 100644 --- a/openlp/plugins/custom/lib/customtab.py +++ b/openlp/plugins/custom/lib/customtab.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/customxmlhandler.py b/openlp/plugins/custom/lib/customxmlhandler.py index 1301ad1c0..5c922b0fb 100644 --- a/openlp/plugins/custom/lib/customxmlhandler.py +++ b/openlp/plugins/custom/lib/customxmlhandler.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/db.py b/openlp/plugins/custom/lib/db.py index 566af7a63..2d1784070 100644 --- a/openlp/plugins/custom/lib/db.py +++ b/openlp/plugins/custom/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/images/__init__.py b/openlp/plugins/images/__init__.py index e45c9e6c7..74b0f01f9 100644 --- a/openlp/plugins/images/__init__.py +++ b/openlp/plugins/images/__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/images/forms/__init__.py b/openlp/plugins/images/forms/__init__.py index 63ea01b6a..c48de53f3 100644 --- a/openlp/plugins/images/forms/__init__.py +++ b/openlp/plugins/images/forms/__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/images/forms/addgroupdialog.py b/openlp/plugins/images/forms/addgroupdialog.py index f1d4c0c7b..b4b97658d 100644 --- a/openlp/plugins/images/forms/addgroupdialog.py +++ b/openlp/plugins/images/forms/addgroupdialog.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/images/forms/addgroupform.py b/openlp/plugins/images/forms/addgroupform.py index 60c8f9864..21b93f750 100644 --- a/openlp/plugins/images/forms/addgroupform.py +++ b/openlp/plugins/images/forms/addgroupform.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/images/forms/choosegroupdialog.py b/openlp/plugins/images/forms/choosegroupdialog.py index 2c9c49ad7..1e7d0193f 100644 --- a/openlp/plugins/images/forms/choosegroupdialog.py +++ b/openlp/plugins/images/forms/choosegroupdialog.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/images/forms/choosegroupform.py b/openlp/plugins/images/forms/choosegroupform.py index da17bf7e2..861ff2840 100644 --- a/openlp/plugins/images/forms/choosegroupform.py +++ b/openlp/plugins/images/forms/choosegroupform.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/images/imageplugin.py b/openlp/plugins/images/imageplugin.py index f8957b7dc..eddf0a2ed 100644 --- a/openlp/plugins/images/imageplugin.py +++ b/openlp/plugins/images/imageplugin.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/images/lib/__init__.py b/openlp/plugins/images/lib/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/openlp/plugins/images/lib/__init__.py +++ b/openlp/plugins/images/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/images/lib/db.py b/openlp/plugins/images/lib/db.py index 684c4705f..c2287a059 100644 --- a/openlp/plugins/images/lib/db.py +++ b/openlp/plugins/images/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/images/lib/imagetab.py b/openlp/plugins/images/lib/imagetab.py index db47a7a6c..a1ca30fad 100644 --- a/openlp/plugins/images/lib/imagetab.py +++ b/openlp/plugins/images/lib/imagetab.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/images/lib/mediaitem.py b/openlp/plugins/images/lib/mediaitem.py index 1115ef123..4262aaab8 100644 --- a/openlp/plugins/images/lib/mediaitem.py +++ b/openlp/plugins/images/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/images/lib/upgrade.py b/openlp/plugins/images/lib/upgrade.py index 4e98bd509..320c0de32 100644 --- a/openlp/plugins/images/lib/upgrade.py +++ b/openlp/plugins/images/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/media/__init__.py b/openlp/plugins/media/__init__.py index a9703b8e3..13298a141 100644 --- a/openlp/plugins/media/__init__.py +++ b/openlp/plugins/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/plugins/media/forms/__init__.py b/openlp/plugins/media/forms/__init__.py index b8a441ef3..849499d28 100644 --- a/openlp/plugins/media/forms/__init__.py +++ b/openlp/plugins/media/forms/__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/media/forms/mediaclipselectordialog.py b/openlp/plugins/media/forms/mediaclipselectordialog.py index a2a463dd3..4c46681de 100644 --- a/openlp/plugins/media/forms/mediaclipselectordialog.py +++ b/openlp/plugins/media/forms/mediaclipselectordialog.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/forms/mediaclipselectorform.py b/openlp/plugins/media/forms/mediaclipselectorform.py index c0392be93..c4728e701 100644 --- a/openlp/plugins/media/forms/mediaclipselectorform.py +++ b/openlp/plugins/media/forms/mediaclipselectorform.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/forms/networkstreamselectorform.py b/openlp/plugins/media/forms/networkstreamselectorform.py index 812e8a699..47a7257c0 100644 --- a/openlp/plugins/media/forms/networkstreamselectorform.py +++ b/openlp/plugins/media/forms/networkstreamselectorform.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/forms/streamselectordialog.py b/openlp/plugins/media/forms/streamselectordialog.py index 7c2967006..da08ce765 100644 --- a/openlp/plugins/media/forms/streamselectordialog.py +++ b/openlp/plugins/media/forms/streamselectordialog.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/forms/streamselectorform.py b/openlp/plugins/media/forms/streamselectorform.py index bd17c0d4f..46153caa1 100644 --- a/openlp/plugins/media/forms/streamselectorform.py +++ b/openlp/plugins/media/forms/streamselectorform.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/lib/__init__.py b/openlp/plugins/media/lib/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/openlp/plugins/media/lib/__init__.py +++ b/openlp/plugins/media/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/media/lib/db.py b/openlp/plugins/media/lib/db.py index 946ea720c..4bfcc7673 100644 --- a/openlp/plugins/media/lib/db.py +++ b/openlp/plugins/media/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/media/lib/mediaitem.py b/openlp/plugins/media/lib/mediaitem.py index 1b7cce5ad..f99f4ab81 100644 --- a/openlp/plugins/media/lib/mediaitem.py +++ b/openlp/plugins/media/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/planningcenter/__init__.py b/openlp/plugins/planningcenter/__init__.py index fe8aba525..02bcd4f9f 100644 --- a/openlp/plugins/planningcenter/__init__.py +++ b/openlp/plugins/planningcenter/__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/planningcenter/forms/selectplandialog.py b/openlp/plugins/planningcenter/forms/selectplandialog.py index 7ff4f8faf..f1a9203b5 100644 --- a/openlp/plugins/planningcenter/forms/selectplandialog.py +++ b/openlp/plugins/planningcenter/forms/selectplandialog.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/planningcenter/forms/selectplanform.py b/openlp/plugins/planningcenter/forms/selectplanform.py index 7a4ba6fa2..49f09cb09 100644 --- a/openlp/plugins/planningcenter/forms/selectplanform.py +++ b/openlp/plugins/planningcenter/forms/selectplanform.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/planningcenter/lib/customimport.py b/openlp/plugins/planningcenter/lib/customimport.py index 918c791aa..7362de7bd 100644 --- a/openlp/plugins/planningcenter/lib/customimport.py +++ b/openlp/plugins/planningcenter/lib/customimport.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/planningcenter/lib/planningcenter_api.py b/openlp/plugins/planningcenter/lib/planningcenter_api.py index 4536c4944..3feebe105 100644 --- a/openlp/plugins/planningcenter/lib/planningcenter_api.py +++ b/openlp/plugins/planningcenter/lib/planningcenter_api.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/planningcenter/lib/planningcentertab.py b/openlp/plugins/planningcenter/lib/planningcentertab.py index c023238db..2f8da7375 100644 --- a/openlp/plugins/planningcenter/lib/planningcentertab.py +++ b/openlp/plugins/planningcenter/lib/planningcentertab.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/planningcenter/lib/songimport.py b/openlp/plugins/planningcenter/lib/songimport.py index 06db353c5..edaa1fd32 100644 --- a/openlp/plugins/planningcenter/lib/songimport.py +++ b/openlp/plugins/planningcenter/lib/songimport.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/planningcenter/planningcenterplugin.py b/openlp/plugins/planningcenter/planningcenterplugin.py index 3e732575a..170790cfa 100644 --- a/openlp/plugins/planningcenter/planningcenterplugin.py +++ b/openlp/plugins/planningcenter/planningcenterplugin.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/presentations/__init__.py b/openlp/plugins/presentations/__init__.py index 468b8910e..a56b4a861 100644 --- a/openlp/plugins/presentations/__init__.py +++ b/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/openlp/plugins/presentations/lib/__init__.py b/openlp/plugins/presentations/lib/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/openlp/plugins/presentations/lib/__init__.py +++ b/openlp/plugins/presentations/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/presentations/lib/applescriptbasecontroller.py b/openlp/plugins/presentations/lib/applescriptbasecontroller.py index 6cd182f4b..63ba3bd79 100644 --- a/openlp/plugins/presentations/lib/applescriptbasecontroller.py +++ b/openlp/plugins/presentations/lib/applescriptbasecontroller.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/presentations/lib/db.py b/openlp/plugins/presentations/lib/db.py index 4e9642e88..f90b3174e 100644 --- a/openlp/plugins/presentations/lib/db.py +++ b/openlp/plugins/presentations/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/presentations/lib/impresscontroller.py b/openlp/plugins/presentations/lib/impresscontroller.py index 9f92c0d8f..66398a91a 100644 --- a/openlp/plugins/presentations/lib/impresscontroller.py +++ b/openlp/plugins/presentations/lib/impresscontroller.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/presentations/lib/keynotecontroller.py b/openlp/plugins/presentations/lib/keynotecontroller.py index 4fb57efc0..df4ac910d 100644 --- a/openlp/plugins/presentations/lib/keynotecontroller.py +++ b/openlp/plugins/presentations/lib/keynotecontroller.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/presentations/lib/libreofficeserver.py b/openlp/plugins/presentations/lib/libreofficeserver.py index 7357c61de..a105e0d33 100644 --- a/openlp/plugins/presentations/lib/libreofficeserver.py +++ b/openlp/plugins/presentations/lib/libreofficeserver.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/presentations/lib/maclocontroller.py b/openlp/plugins/presentations/lib/maclocontroller.py index 67991726f..356bada12 100644 --- a/openlp/plugins/presentations/lib/maclocontroller.py +++ b/openlp/plugins/presentations/lib/maclocontroller.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/presentations/lib/mediaitem.py b/openlp/plugins/presentations/lib/mediaitem.py index fe2eba326..85bfd3866 100644 --- a/openlp/plugins/presentations/lib/mediaitem.py +++ b/openlp/plugins/presentations/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/presentations/lib/messagelistener.py b/openlp/plugins/presentations/lib/messagelistener.py index 6d75abf77..a63a6a48f 100644 --- a/openlp/plugins/presentations/lib/messagelistener.py +++ b/openlp/plugins/presentations/lib/messagelistener.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/presentations/lib/pdfcontroller.py b/openlp/plugins/presentations/lib/pdfcontroller.py index 6f8992c7d..b97e64910 100644 --- a/openlp/plugins/presentations/lib/pdfcontroller.py +++ b/openlp/plugins/presentations/lib/pdfcontroller.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/presentations/lib/powerpointcontroller.py b/openlp/plugins/presentations/lib/powerpointcontroller.py index 24fc0e1cb..ace0a2b5c 100644 --- a/openlp/plugins/presentations/lib/powerpointcontroller.py +++ b/openlp/plugins/presentations/lib/powerpointcontroller.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/presentations/lib/powerpointmaccontroller.py b/openlp/plugins/presentations/lib/powerpointmaccontroller.py index 6de91123c..4e334d1e2 100644 --- a/openlp/plugins/presentations/lib/powerpointmaccontroller.py +++ b/openlp/plugins/presentations/lib/powerpointmaccontroller.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/presentations/lib/presentationcontroller.py b/openlp/plugins/presentations/lib/presentationcontroller.py index 7331984ac..b436865c2 100644 --- a/openlp/plugins/presentations/lib/presentationcontroller.py +++ b/openlp/plugins/presentations/lib/presentationcontroller.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/presentations/lib/presentationtab.py b/openlp/plugins/presentations/lib/presentationtab.py index 5856d7b8b..67db7915e 100644 --- a/openlp/plugins/presentations/lib/presentationtab.py +++ b/openlp/plugins/presentations/lib/presentationtab.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/presentations/lib/serializers.py b/openlp/plugins/presentations/lib/serializers.py index 078b1be4e..07263d524 100644 --- a/openlp/plugins/presentations/lib/serializers.py +++ b/openlp/plugins/presentations/lib/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/openlp/plugins/presentations/presentationplugin.py b/openlp/plugins/presentations/presentationplugin.py index 7e86c7928..d27affe11 100644 --- a/openlp/plugins/presentations/presentationplugin.py +++ b/openlp/plugins/presentations/presentationplugin.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/__init__.py b/openlp/plugins/songs/forms/__init__.py index 9ddf0abc8..1397692d5 100644 --- a/openlp/plugins/songs/forms/__init__.py +++ b/openlp/plugins/songs/forms/__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/authorsdialog.py b/openlp/plugins/songs/forms/authorsdialog.py index afac47a53..cbda8701b 100644 --- a/openlp/plugins/songs/forms/authorsdialog.py +++ b/openlp/plugins/songs/forms/authorsdialog.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/authorsform.py b/openlp/plugins/songs/forms/authorsform.py index 98a453c75..f1b222cda 100644 --- a/openlp/plugins/songs/forms/authorsform.py +++ b/openlp/plugins/songs/forms/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/openlp/plugins/songs/forms/duplicatesongremovalform.py b/openlp/plugins/songs/forms/duplicatesongremovalform.py index 99a0e9f0f..296643f17 100644 --- a/openlp/plugins/songs/forms/duplicatesongremovalform.py +++ b/openlp/plugins/songs/forms/duplicatesongremovalform.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/editsongdialog.py b/openlp/plugins/songs/forms/editsongdialog.py index adc3f7e94..59df53c19 100644 --- a/openlp/plugins/songs/forms/editsongdialog.py +++ b/openlp/plugins/songs/forms/editsongdialog.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/editsongform.py b/openlp/plugins/songs/forms/editsongform.py index 5b5bc3425..719968752 100644 --- a/openlp/plugins/songs/forms/editsongform.py +++ b/openlp/plugins/songs/forms/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/openlp/plugins/songs/forms/editversedialog.py b/openlp/plugins/songs/forms/editversedialog.py index 21f290b1b..11ef3122b 100644 --- a/openlp/plugins/songs/forms/editversedialog.py +++ b/openlp/plugins/songs/forms/editversedialog.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/editverseform.py b/openlp/plugins/songs/forms/editverseform.py index c046c3a03..9f06bdafe 100644 --- a/openlp/plugins/songs/forms/editverseform.py +++ b/openlp/plugins/songs/forms/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/openlp/plugins/songs/forms/mediafilesdialog.py b/openlp/plugins/songs/forms/mediafilesdialog.py index 1eac27127..d8bdb2a28 100644 --- a/openlp/plugins/songs/forms/mediafilesdialog.py +++ b/openlp/plugins/songs/forms/mediafilesdialog.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/mediafilesform.py b/openlp/plugins/songs/forms/mediafilesform.py index a185de987..b03c93819 100644 --- a/openlp/plugins/songs/forms/mediafilesform.py +++ b/openlp/plugins/songs/forms/mediafilesform.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/songbookdialog.py b/openlp/plugins/songs/forms/songbookdialog.py index 20678226d..603438eb3 100644 --- a/openlp/plugins/songs/forms/songbookdialog.py +++ b/openlp/plugins/songs/forms/songbookdialog.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/songbookform.py b/openlp/plugins/songs/forms/songbookform.py index c1440cd37..06813fc33 100644 --- a/openlp/plugins/songs/forms/songbookform.py +++ b/openlp/plugins/songs/forms/songbookform.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/songexportform.py b/openlp/plugins/songs/forms/songexportform.py index d0a100b9c..561425fab 100644 --- a/openlp/plugins/songs/forms/songexportform.py +++ b/openlp/plugins/songs/forms/songexportform.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/songmaintenancedialog.py b/openlp/plugins/songs/forms/songmaintenancedialog.py index 563dab502..bce74d144 100644 --- a/openlp/plugins/songs/forms/songmaintenancedialog.py +++ b/openlp/plugins/songs/forms/songmaintenancedialog.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/songmaintenanceform.py b/openlp/plugins/songs/forms/songmaintenanceform.py index e4ea1e558..e9cfe067b 100644 --- a/openlp/plugins/songs/forms/songmaintenanceform.py +++ b/openlp/plugins/songs/forms/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/openlp/plugins/songs/forms/songreviewwidget.py b/openlp/plugins/songs/forms/songreviewwidget.py index eba243ec4..4da5c460a 100644 --- a/openlp/plugins/songs/forms/songreviewwidget.py +++ b/openlp/plugins/songs/forms/songreviewwidget.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/songselectdialog.py b/openlp/plugins/songs/forms/songselectdialog.py index 781d22dfc..525e3458b 100644 --- a/openlp/plugins/songs/forms/songselectdialog.py +++ b/openlp/plugins/songs/forms/songselectdialog.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/songselectform.py b/openlp/plugins/songs/forms/songselectform.py index 1a455c220..2adc7812c 100644 --- a/openlp/plugins/songs/forms/songselectform.py +++ b/openlp/plugins/songs/forms/songselectform.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/topicsdialog.py b/openlp/plugins/songs/forms/topicsdialog.py index 2bab7064c..46f561bdc 100644 --- a/openlp/plugins/songs/forms/topicsdialog.py +++ b/openlp/plugins/songs/forms/topicsdialog.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/webengine.py b/openlp/plugins/songs/forms/webengine.py index 4b09fb161..fd82957aa 100644 --- a/openlp/plugins/songs/forms/webengine.py +++ b/openlp/plugins/songs/forms/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/plugins/songs/lib/importers/cclifile.py b/openlp/plugins/songs/lib/importers/cclifile.py index fb23c0e8b..dec303703 100644 --- a/openlp/plugins/songs/lib/importers/cclifile.py +++ b/openlp/plugins/songs/lib/importers/cclifile.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/foilpresenter.py b/openlp/plugins/songs/lib/importers/foilpresenter.py index 0fec5a039..47b2a0819 100644 --- a/openlp/plugins/songs/lib/importers/foilpresenter.py +++ b/openlp/plugins/songs/lib/importers/foilpresenter.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/liveworship.py b/openlp/plugins/songs/lib/importers/liveworship.py index 691620cb3..b1e4bcdec 100644 --- a/openlp/plugins/songs/lib/importers/liveworship.py +++ b/openlp/plugins/songs/lib/importers/liveworship.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/openlp.py b/openlp/plugins/songs/lib/importers/openlp.py index 9bb44becf..1d00f49fa 100644 --- a/openlp/plugins/songs/lib/importers/openlp.py +++ b/openlp/plugins/songs/lib/importers/openlp.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/opspro.py b/openlp/plugins/songs/lib/importers/opspro.py index 3ca968c4f..505860748 100644 --- a/openlp/plugins/songs/lib/importers/opspro.py +++ b/openlp/plugins/songs/lib/importers/opspro.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/powerpraise.py b/openlp/plugins/songs/lib/importers/powerpraise.py index c62c250f8..4829c0578 100644 --- a/openlp/plugins/songs/lib/importers/powerpraise.py +++ b/openlp/plugins/songs/lib/importers/powerpraise.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/propresenter.py b/openlp/plugins/songs/lib/importers/propresenter.py index eece66290..8a8c13a78 100644 --- a/openlp/plugins/songs/lib/importers/propresenter.py +++ b/openlp/plugins/songs/lib/importers/propresenter.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/songimport.py b/openlp/plugins/songs/lib/importers/songimport.py index 14da27ea2..513827a18 100644 --- a/openlp/plugins/songs/lib/importers/songimport.py +++ b/openlp/plugins/songs/lib/importers/songimport.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/songsoffellowship.py b/openlp/plugins/songs/lib/importers/songsoffellowship.py index a15bf38e7..bbc971540 100644 --- a/openlp/plugins/songs/lib/importers/songsoffellowship.py +++ b/openlp/plugins/songs/lib/importers/songsoffellowship.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/wordsofworship.py b/openlp/plugins/songs/lib/importers/wordsofworship.py index 02e5be7da..41cd79de2 100644 --- a/openlp/plugins/songs/lib/importers/wordsofworship.py +++ b/openlp/plugins/songs/lib/importers/wordsofworship.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/songsplugin.py b/openlp/plugins/songs/songsplugin.py index 14a92de8b..49a48b24f 100644 --- a/openlp/plugins/songs/songsplugin.py +++ b/openlp/plugins/songs/songsplugin.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/songusage/__init__.py b/openlp/plugins/songusage/__init__.py index 90aeb9c9d..9d2375f10 100644 --- a/openlp/plugins/songusage/__init__.py +++ b/openlp/plugins/songusage/__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/songusage/forms/__init__.py b/openlp/plugins/songusage/forms/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/openlp/plugins/songusage/forms/__init__.py +++ b/openlp/plugins/songusage/forms/__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/songusage/forms/songusagedeletedialog.py b/openlp/plugins/songusage/forms/songusagedeletedialog.py index 971547c92..0769262a0 100644 --- a/openlp/plugins/songusage/forms/songusagedeletedialog.py +++ b/openlp/plugins/songusage/forms/songusagedeletedialog.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/songusage/forms/songusagedeleteform.py b/openlp/plugins/songusage/forms/songusagedeleteform.py index fc3009b0c..c40940835 100644 --- a/openlp/plugins/songusage/forms/songusagedeleteform.py +++ b/openlp/plugins/songusage/forms/songusagedeleteform.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/songusage/forms/songusagedetaildialog.py b/openlp/plugins/songusage/forms/songusagedetaildialog.py index 8b901c699..2b60a5642 100644 --- a/openlp/plugins/songusage/forms/songusagedetaildialog.py +++ b/openlp/plugins/songusage/forms/songusagedetaildialog.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/songusage/forms/songusagedetailform.py b/openlp/plugins/songusage/forms/songusagedetailform.py index 0f1ef4004..de7bcb752 100644 --- a/openlp/plugins/songusage/forms/songusagedetailform.py +++ b/openlp/plugins/songusage/forms/songusagedetailform.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/songusage/lib/__init__.py b/openlp/plugins/songusage/lib/__init__.py index 70403835e..e9bff508d 100644 --- a/openlp/plugins/songusage/lib/__init__.py +++ b/openlp/plugins/songusage/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/songusage/lib/db.py b/openlp/plugins/songusage/lib/db.py index c7f44c0bc..16e71bee9 100644 --- a/openlp/plugins/songusage/lib/db.py +++ b/openlp/plugins/songusage/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/songusage/lib/upgrade.py b/openlp/plugins/songusage/lib/upgrade.py index 0c868c74e..70f7f2a88 100644 --- a/openlp/plugins/songusage/lib/upgrade.py +++ b/openlp/plugins/songusage/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/songusage/songusageplugin.py b/openlp/plugins/songusage/songusageplugin.py index e0bc72d18..a301ff7a9 100644 --- a/openlp/plugins/songusage/songusageplugin.py +++ b/openlp/plugins/songusage/songusageplugin.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/__init__.py b/tests/__init__.py index 3df682fe8..b3aea5560 100644 --- a/tests/__init__.py +++ b/tests/__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/conftest.py b/tests/conftest.py index ec2862295..401f951a8 100644 --- a/tests/conftest.py +++ b/tests/conftest.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/__init__.py b/tests/openlp_core/api/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_core/api/__init__.py +++ b/tests/openlp_core/api/__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/endpoint/test_controller.py b/tests/openlp_core/api/endpoint/test_controller.py index a00099f1e..bde80039d 100644 --- a/tests/openlp_core/api/endpoint/test_controller.py +++ b/tests/openlp_core/api/endpoint/test_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/tests/openlp_core/api/http_server/__init__.py b/tests/openlp_core/api/http_server/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_core/api/http_server/__init__.py +++ b/tests/openlp_core/api/http_server/__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/http_server/test_http.py b/tests/openlp_core/api/http_server/test_http.py index 8f4615bda..c5f36c1a5 100644 --- a/tests/openlp_core/api/http_server/test_http.py +++ b/tests/openlp_core/api/http_server/test_http.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/http_server/test_init.py b/tests/openlp_core/api/http_server/test_init.py index 007b43a09..c3a787cd0 100644 --- a/tests/openlp_core/api/http_server/test_init.py +++ b/tests/openlp_core/api/http_server/test_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/test_deploy.py b/tests/openlp_core/api/test_deploy.py index c968312a4..f35dfb19b 100644 --- a/tests/openlp_core/api/test_deploy.py +++ b/tests/openlp_core/api/test_deploy.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/test_main.py b/tests/openlp_core/api/test_main.py index b49de1922..be2d0af85 100644 --- a/tests/openlp_core/api/test_main.py +++ b/tests/openlp_core/api/test_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/tests/openlp_core/api/test_tab.py b/tests/openlp_core/api/test_tab.py index 812c48548..1e96beb0e 100644 --- a/tests/openlp_core/api/test_tab.py +++ b/tests/openlp_core/api/test_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/tests/openlp_core/api/test_websockets.py b/tests/openlp_core/api/test_websockets.py index 012fd758f..02f0ad624 100644 --- a/tests/openlp_core/api/test_websockets.py +++ b/tests/openlp_core/api/test_websockets.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/test_zeroconf.py b/tests/openlp_core/api/test_zeroconf.py index 1cea761d3..acb97c64e 100644 --- a/tests/openlp_core/api/test_zeroconf.py +++ b/tests/openlp_core/api/test_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/tests/openlp_core/api/v2/test_controller.py b/tests/openlp_core/api/v2/test_controller.py index 100fb916f..adab8982e 100644 --- a/tests/openlp_core/api/v2/test_controller.py +++ b/tests/openlp_core/api/v2/test_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/tests/openlp_core/api/v2/test_core.py b/tests/openlp_core/api/v2/test_core.py index 1b85fb839..472f4afee 100644 --- a/tests/openlp_core/api/v2/test_core.py +++ b/tests/openlp_core/api/v2/test_core.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_plugins.py b/tests/openlp_core/api/v2/test_plugins.py index f3a91c6b5..e75ced1ee 100644 --- a/tests/openlp_core/api/v2/test_plugins.py +++ b/tests/openlp_core/api/v2/test_plugins.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/__init__.py b/tests/openlp_core/common/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_core/common/__init__.py +++ b/tests/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/tests/openlp_core/common/test_actions.py b/tests/openlp_core/common/test_actions.py index 0b3fd4d46..11fd0a39f 100644 --- a/tests/openlp_core/common/test_actions.py +++ b/tests/openlp_core/common/test_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/tests/openlp_core/common/test_db.py b/tests/openlp_core/common/test_db.py index 913260e46..e3a9deb43 100644 --- a/tests/openlp_core/common/test_db.py +++ b/tests/openlp_core/common/test_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/tests/openlp_core/common/test_i18n.py b/tests/openlp_core/common/test_i18n.py index b15af4439..cc1b47168 100644 --- a/tests/openlp_core/common/test_i18n.py +++ b/tests/openlp_core/common/test_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/tests/openlp_core/common/test_init.py b/tests/openlp_core/common/test_init.py index b3196cc27..263937b11 100644 --- a/tests/openlp_core/common/test_init.py +++ b/tests/openlp_core/common/test_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/common/test_json.py b/tests/openlp_core/common/test_json.py index 0122debdf..c5d11bb23 100644 --- a/tests/openlp_core/common/test_json.py +++ b/tests/openlp_core/common/test_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/tests/openlp_core/common/test_mixins.py b/tests/openlp_core/common/test_mixins.py index 1e4c6566c..9c6ce9afb 100644 --- a/tests/openlp_core/common/test_mixins.py +++ b/tests/openlp_core/common/test_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/tests/openlp_core/common/test_path.py b/tests/openlp_core/common/test_path.py index 419a10256..db15cb761 100644 --- a/tests/openlp_core/common/test_path.py +++ b/tests/openlp_core/common/test_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/tests/openlp_core/common/test_registry.py b/tests/openlp_core/common/test_registry.py index 84462a8a5..ad9fe7aa2 100644 --- a/tests/openlp_core/common/test_registry.py +++ b/tests/openlp_core/common/test_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/tests/openlp_core/common/test_settings.py b/tests/openlp_core/common/test_settings.py index cdc8d5342..d7df4e6f2 100644 --- a/tests/openlp_core/common/test_settings.py +++ b/tests/openlp_core/common/test_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/tests/openlp_core/common/test_utils.py b/tests/openlp_core/common/test_utils.py index f1632b170..938b1eb9f 100644 --- a/tests/openlp_core/common/test_utils.py +++ b/tests/openlp_core/common/test_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/tests/openlp_core/display/__init__.py b/tests/openlp_core/display/__init__.py index d49775ff3..5d8b374db 100644 --- a/tests/openlp_core/display/__init__.py +++ b/tests/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/tests/openlp_core/display/test_render.py b/tests/openlp_core/display/test_render.py index 25b3aa624..79945b418 100644 --- a/tests/openlp_core/display/test_render.py +++ b/tests/openlp_core/display/test_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/tests/openlp_core/display/test_screens.py b/tests/openlp_core/display/test_screens.py index d0f599a21..9f7b62ca5 100644 --- a/tests/openlp_core/display/test_screens.py +++ b/tests/openlp_core/display/test_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/tests/openlp_core/display/test_window.py b/tests/openlp_core/display/test_window.py index 97fd938a5..3f504238f 100644 --- a/tests/openlp_core/display/test_window.py +++ b/tests/openlp_core/display/test_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/tests/openlp_core/lib/__init__.py b/tests/openlp_core/lib/__init__.py index 712629a4e..28cc509a3 100644 --- a/tests/openlp_core/lib/__init__.py +++ b/tests/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/tests/openlp_core/lib/test_db.py b/tests/openlp_core/lib/test_db.py index a4ebeaaff..1783b44c4 100644 --- a/tests/openlp_core/lib/test_db.py +++ b/tests/openlp_core/lib/test_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/tests/openlp_core/lib/test_exceptions.py b/tests/openlp_core/lib/test_exceptions.py index a08fc3ca8..4e952d91c 100644 --- a/tests/openlp_core/lib/test_exceptions.py +++ b/tests/openlp_core/lib/test_exceptions.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_formattingtags.py b/tests/openlp_core/lib/test_formattingtags.py index b197dffe6..6175d4198 100644 --- a/tests/openlp_core/lib/test_formattingtags.py +++ b/tests/openlp_core/lib/test_formattingtags.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_lib.py b/tests/openlp_core/lib/test_lib.py index c3b3abdf4..a3f3554e6 100644 --- a/tests/openlp_core/lib/test_lib.py +++ b/tests/openlp_core/lib/test_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/tests/openlp_core/lib/test_mediamanageritem.py b/tests/openlp_core/lib/test_mediamanageritem.py index ee69895ee..1d3297599 100644 --- a/tests/openlp_core/lib/test_mediamanageritem.py +++ b/tests/openlp_core/lib/test_mediamanageritem.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_serviceitem.py b/tests/openlp_core/lib/test_serviceitem.py index 7b2de8aaf..db769a8a9 100644 --- a/tests/openlp_core/lib/test_serviceitem.py +++ b/tests/openlp_core/lib/test_serviceitem.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_theme.py b/tests/openlp_core/lib/test_theme.py index ab89a37c1..fb5322428 100644 --- a/tests/openlp_core/lib/test_theme.py +++ b/tests/openlp_core/lib/test_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/tests/openlp_core/lib/test_ui.py b/tests/openlp_core/lib/test_ui.py index 5dd89adf4..40891c79e 100644 --- a/tests/openlp_core/lib/test_ui.py +++ b/tests/openlp_core/lib/test_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/tests/openlp_core/pages/__init__.py b/tests/openlp_core/pages/__init__.py index d14956c76..85f288e3c 100644 --- a/tests/openlp_core/pages/__init__.py +++ b/tests/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/tests/openlp_core/pages/test_alignment.py b/tests/openlp_core/pages/test_alignment.py index 524cfcac6..a5f64119b 100644 --- a/tests/openlp_core/pages/test_alignment.py +++ b/tests/openlp_core/pages/test_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/tests/openlp_core/pages/test_areaposition.py b/tests/openlp_core/pages/test_areaposition.py index 91ccc458a..bce631c89 100644 --- a/tests/openlp_core/pages/test_areaposition.py +++ b/tests/openlp_core/pages/test_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/tests/openlp_core/pages/test_background.py b/tests/openlp_core/pages/test_background.py index 1f7abf536..76024bdc5 100644 --- a/tests/openlp_core/pages/test_background.py +++ b/tests/openlp_core/pages/test_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/tests/openlp_core/pages/test_fontselection.py b/tests/openlp_core/pages/test_fontselection.py index 56c862aa2..8ae945deb 100644 --- a/tests/openlp_core/pages/test_fontselection.py +++ b/tests/openlp_core/pages/test_fontselection.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/pages/test_gridlayoutpage.py b/tests/openlp_core/pages/test_gridlayoutpage.py index c8343bd42..4f54f75e0 100644 --- a/tests/openlp_core/pages/test_gridlayoutpage.py +++ b/tests/openlp_core/pages/test_gridlayoutpage.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/projectors/__init__.py b/tests/openlp_core/projectors/__init__.py index 800ab6713..9c7075eb1 100644 --- a/tests/openlp_core/projectors/__init__.py +++ b/tests/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/tests/openlp_core/projectors/conftest.py b/tests/openlp_core/projectors/conftest.py index 44bf4a972..08b55ca32 100644 --- a/tests/openlp_core/projectors/conftest.py +++ b/tests/openlp_core/projectors/conftest.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/projectors/messages/test_routing.py b/tests/openlp_core/projectors/messages/test_routing.py index 44dc72cc9..600132975 100644 --- a/tests/openlp_core/projectors/messages/test_routing.py +++ b/tests/openlp_core/projectors/messages/test_routing.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/projectors/test_projector_commands_01.py b/tests/openlp_core/projectors/test_projector_commands_01.py index bca592c98..56c802e9a 100644 --- a/tests/openlp_core/projectors/test_projector_commands_01.py +++ b/tests/openlp_core/projectors/test_projector_commands_01.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/projectors/test_projector_commands_02.py b/tests/openlp_core/projectors/test_projector_commands_02.py index 8fc349236..7d23f4058 100644 --- a/tests/openlp_core/projectors/test_projector_commands_02.py +++ b/tests/openlp_core/projectors/test_projector_commands_02.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/projectors/test_projector_commands_03.py b/tests/openlp_core/projectors/test_projector_commands_03.py index cc403efd2..11ccf652c 100644 --- a/tests/openlp_core/projectors/test_projector_commands_03.py +++ b/tests/openlp_core/projectors/test_projector_commands_03.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/projectors/test_projector_constants.py b/tests/openlp_core/projectors/test_projector_constants.py index d00472f36..234c64b04 100644 --- a/tests/openlp_core/projectors/test_projector_constants.py +++ b/tests/openlp_core/projectors/test_projector_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/tests/openlp_core/projectors/test_projector_db.py b/tests/openlp_core/projectors/test_projector_db.py index ab67a84c1..1bc39d254 100644 --- a/tests/openlp_core/projectors/test_projector_db.py +++ b/tests/openlp_core/projectors/test_projector_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/tests/openlp_core/projectors/test_projector_editform.py b/tests/openlp_core/projectors/test_projector_editform.py index da61d9a90..c27aee346 100644 --- a/tests/openlp_core/projectors/test_projector_editform.py +++ b/tests/openlp_core/projectors/test_projector_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/tests/openlp_core/projectors/test_projector_pjlink_base_01.py b/tests/openlp_core/projectors/test_projector_pjlink_base_01.py index 5f0b68970..9fd479ea5 100644 --- a/tests/openlp_core/projectors/test_projector_pjlink_base_01.py +++ b/tests/openlp_core/projectors/test_projector_pjlink_base_01.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/projectors/test_projector_pjlink_base_02.py b/tests/openlp_core/projectors/test_projector_pjlink_base_02.py index 745906282..1c2b7a254 100644 --- a/tests/openlp_core/projectors/test_projector_pjlink_base_02.py +++ b/tests/openlp_core/projectors/test_projector_pjlink_base_02.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/projectors/test_projector_pjlink_base_03.py b/tests/openlp_core/projectors/test_projector_pjlink_base_03.py index 606f9e1a6..caae80d2f 100644 --- a/tests/openlp_core/projectors/test_projector_pjlink_base_03.py +++ b/tests/openlp_core/projectors/test_projector_pjlink_base_03.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/projectors/test_projector_pjlink_udp.py b/tests/openlp_core/projectors/test_projector_pjlink_udp.py index c8001deb2..d653bfed5 100644 --- a/tests/openlp_core/projectors/test_projector_pjlink_udp.py +++ b/tests/openlp_core/projectors/test_projector_pjlink_udp.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/projectors/test_projector_sourceform.py b/tests/openlp_core/projectors/test_projector_sourceform.py index 7b05bebaa..bf5244a51 100644 --- a/tests/openlp_core/projectors/test_projector_sourceform.py +++ b/tests/openlp_core/projectors/test_projector_sourceform.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/projectors/test_projectormanager.py b/tests/openlp_core/projectors/test_projectormanager.py index e69ede002..e303d1968 100644 --- a/tests/openlp_core/projectors/test_projectormanager.py +++ b/tests/openlp_core/projectors/test_projectormanager.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/__init__.py b/tests/openlp_core/ui/media/__init__.py index aefff10d3..bcf4c6307 100644 --- a/tests/openlp_core/ui/media/__init__.py +++ b/tests/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/tests/openlp_core/ui/media/test_media.py b/tests/openlp_core/ui/media/test_media.py index d2bdbf711..8fa5cfa6b 100644 --- a/tests/openlp_core/ui/media/test_media.py +++ b/tests/openlp_core/ui/media/test_media.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_aboutform.py b/tests/openlp_core/ui/test_aboutform.py index 5933b49ae..968b69655 100644 --- a/tests/openlp_core/ui/test_aboutform.py +++ b/tests/openlp_core/ui/test_aboutform.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_first_time.py b/tests/openlp_core/ui/test_first_time.py index 372de494e..3f0cce98d 100644 --- a/tests/openlp_core/ui/test_first_time.py +++ b/tests/openlp_core/ui/test_first_time.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_formattingtagsform.py b/tests/openlp_core/ui/test_formattingtagsform.py index 36979d25b..8a95897dc 100644 --- a/tests/openlp_core/ui/test_formattingtagsform.py +++ b/tests/openlp_core/ui/test_formattingtagsform.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_icons.py b/tests/openlp_core/ui/test_icons.py index 9bab031ad..32e962f07 100644 --- a/tests/openlp_core/ui/test_icons.py +++ b/tests/openlp_core/ui/test_icons.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/ui/test_init.py b/tests/openlp_core/ui/test_init.py index f92bc82ce..8205b5cea 100644 --- a/tests/openlp_core/ui/test_init.py +++ b/tests/openlp_core/ui/test_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/test_serviceitemeditform.py b/tests/openlp_core/ui/test_serviceitemeditform.py index fc7a3bccc..100e955f0 100644 --- a/tests/openlp_core/ui/test_serviceitemeditform.py +++ b/tests/openlp_core/ui/test_serviceitemeditform.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_settings_form.py b/tests/openlp_core/ui/test_settings_form.py index 488482be1..161d3aa31 100644 --- a/tests/openlp_core/ui/test_settings_form.py +++ b/tests/openlp_core/ui/test_settings_form.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_settingsform.py b/tests/openlp_core/ui/test_settingsform.py index 7b0572b46..f9b7adcca 100644 --- a/tests/openlp_core/ui/test_settingsform.py +++ b/tests/openlp_core/ui/test_settingsform.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_shortcutlistdialog.py b/tests/openlp_core/ui/test_shortcutlistdialog.py index 1119f651f..765968c84 100644 --- a/tests/openlp_core/ui/test_shortcutlistdialog.py +++ b/tests/openlp_core/ui/test_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/tests/openlp_core/ui/test_shortcutlistform.py b/tests/openlp_core/ui/test_shortcutlistform.py index 19c8368e4..81c46daed 100644 --- a/tests/openlp_core/ui/test_shortcutlistform.py +++ b/tests/openlp_core/ui/test_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/tests/openlp_core/ui/test_starttimedialog.py b/tests/openlp_core/ui/test_starttimedialog.py index 5c58fd587..fb6353fff 100644 --- a/tests/openlp_core/ui/test_starttimedialog.py +++ b/tests/openlp_core/ui/test_starttimedialog.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_style.py b/tests/openlp_core/ui/test_style.py index 71ab7bb6b..a66b80c98 100644 --- a/tests/openlp_core/ui/test_style.py +++ b/tests/openlp_core/ui/test_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/tests/openlp_core/widgets/__init__.py b/tests/openlp_core/widgets/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_core/widgets/__init__.py +++ b/tests/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/tests/openlp_core/widgets/test_buttons.py b/tests/openlp_core/widgets/test_buttons.py index eee1d8f59..9e9aec4ec 100644 --- a/tests/openlp_core/widgets/test_buttons.py +++ b/tests/openlp_core/widgets/test_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/tests/openlp_core/widgets/test_dialogs.py b/tests/openlp_core/widgets/test_dialogs.py index 45e8d3e27..9ce539d33 100755 --- a/tests/openlp_core/widgets/test_dialogs.py +++ b/tests/openlp_core/widgets/test_dialogs.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/widgets/test_widgets.py b/tests/openlp_core/widgets/test_widgets.py index 3047b9e31..d712caa79 100644 --- a/tests/openlp_core/widgets/test_widgets.py +++ b/tests/openlp_core/widgets/test_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/tests/openlp_plugins/alerts/__init__.py b/tests/openlp_plugins/alerts/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_plugins/alerts/__init__.py +++ b/tests/openlp_plugins/alerts/__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/alerts/forms/test_alertform.py b/tests/openlp_plugins/alerts/forms/test_alertform.py index 0d54738ac..ee53500f7 100644 --- a/tests/openlp_plugins/alerts/forms/test_alertform.py +++ b/tests/openlp_plugins/alerts/forms/test_alertform.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/alerts/test_manager.py b/tests/openlp_plugins/alerts/test_manager.py index 0190184d3..6a5ec9e9a 100644 --- a/tests/openlp_plugins/alerts/test_manager.py +++ b/tests/openlp_plugins/alerts/test_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/tests/openlp_plugins/alerts/test_plugin.py b/tests/openlp_plugins/alerts/test_plugin.py index aa10bdebe..8bca6c750 100644 --- a/tests/openlp_plugins/alerts/test_plugin.py +++ b/tests/openlp_plugins/alerts/test_plugin.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/bibles/__init__.py b/tests/openlp_plugins/bibles/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_plugins/bibles/__init__.py +++ b/tests/openlp_plugins/bibles/__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/bibles/forms/__init__.py b/tests/openlp_plugins/bibles/forms/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_plugins/bibles/forms/__init__.py +++ b/tests/openlp_plugins/bibles/forms/__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/bibles/forms/test_bibleimportform.py b/tests/openlp_plugins/bibles/forms/test_bibleimportform.py index 23ba774d9..be7c54c18 100644 --- a/tests/openlp_plugins/bibles/forms/test_bibleimportform.py +++ b/tests/openlp_plugins/bibles/forms/test_bibleimportform.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/bibles/forms/test_editbibleform.py b/tests/openlp_plugins/bibles/forms/test_editbibleform.py index df918b43e..d45d5a1ad 100644 --- a/tests/openlp_plugins/bibles/forms/test_editbibleform.py +++ b/tests/openlp_plugins/bibles/forms/test_editbibleform.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/bibles/test_bibleimport.py b/tests/openlp_plugins/bibles/test_bibleimport.py index 5dac79bc2..488ef524b 100644 --- a/tests/openlp_plugins/bibles/test_bibleimport.py +++ b/tests/openlp_plugins/bibles/test_bibleimport.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/bibles/test_bibleserver.py b/tests/openlp_plugins/bibles/test_bibleserver.py index 44b94cd88..c85b14b8f 100644 --- a/tests/openlp_plugins/bibles/test_bibleserver.py +++ b/tests/openlp_plugins/bibles/test_bibleserver.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/bibles/test_biblestab.py b/tests/openlp_plugins/bibles/test_biblestab.py index 34e045929..a76a23b3a 100644 --- a/tests/openlp_plugins/bibles/test_biblestab.py +++ b/tests/openlp_plugins/bibles/test_biblestab.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/bibles/test_csvimport.py b/tests/openlp_plugins/bibles/test_csvimport.py index 7010aa253..dac6630c8 100644 --- a/tests/openlp_plugins/bibles/test_csvimport.py +++ b/tests/openlp_plugins/bibles/test_csvimport.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/bibles/test_db.py b/tests/openlp_plugins/bibles/test_db.py index dc78b4355..a80929a8a 100644 --- a/tests/openlp_plugins/bibles/test_db.py +++ b/tests/openlp_plugins/bibles/test_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/tests/openlp_plugins/bibles/test_lib.py b/tests/openlp_plugins/bibles/test_lib.py index 9b3d2b1fc..9a126e85a 100644 --- a/tests/openlp_plugins/bibles/test_lib.py +++ b/tests/openlp_plugins/bibles/test_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/tests/openlp_plugins/bibles/test_lib_http.py b/tests/openlp_plugins/bibles/test_lib_http.py index 9cfc4aa7e..da3b7a9a4 100644 --- a/tests/openlp_plugins/bibles/test_lib_http.py +++ b/tests/openlp_plugins/bibles/test_lib_http.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/bibles/test_lib_manager.py b/tests/openlp_plugins/bibles/test_lib_manager.py index 89ca93374..34de74ee4 100644 --- a/tests/openlp_plugins/bibles/test_lib_manager.py +++ b/tests/openlp_plugins/bibles/test_lib_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/tests/openlp_plugins/bibles/test_lib_parse_reference.py b/tests/openlp_plugins/bibles/test_lib_parse_reference.py index 8b63b776c..b5570ab44 100644 --- a/tests/openlp_plugins/bibles/test_lib_parse_reference.py +++ b/tests/openlp_plugins/bibles/test_lib_parse_reference.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/bibles/test_manager.py b/tests/openlp_plugins/bibles/test_manager.py index cf717c3e0..240bb54b2 100644 --- a/tests/openlp_plugins/bibles/test_manager.py +++ b/tests/openlp_plugins/bibles/test_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/tests/openlp_plugins/bibles/test_mediaitem.py b/tests/openlp_plugins/bibles/test_mediaitem.py index ff9129609..b1086dc9a 100644 --- a/tests/openlp_plugins/bibles/test_mediaitem.py +++ b/tests/openlp_plugins/bibles/test_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/tests/openlp_plugins/bibles/test_opensongimport.py b/tests/openlp_plugins/bibles/test_opensongimport.py index 97a88aa9d..dee8640e5 100644 --- a/tests/openlp_plugins/bibles/test_opensongimport.py +++ b/tests/openlp_plugins/bibles/test_opensongimport.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/bibles/test_osisimport.py b/tests/openlp_plugins/bibles/test_osisimport.py index 394546f7d..03ca84bc3 100644 --- a/tests/openlp_plugins/bibles/test_osisimport.py +++ b/tests/openlp_plugins/bibles/test_osisimport.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/bibles/test_plugin.py b/tests/openlp_plugins/bibles/test_plugin.py index 4d9f83706..0903bb9fb 100644 --- a/tests/openlp_plugins/bibles/test_plugin.py +++ b/tests/openlp_plugins/bibles/test_plugin.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/bibles/test_swordimport.py b/tests/openlp_plugins/bibles/test_swordimport.py index 6d4c0b970..46cdcb755 100644 --- a/tests/openlp_plugins/bibles/test_swordimport.py +++ b/tests/openlp_plugins/bibles/test_swordimport.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/bibles/test_upgrade.py b/tests/openlp_plugins/bibles/test_upgrade.py index 604f79fa2..10d235a08 100644 --- a/tests/openlp_plugins/bibles/test_upgrade.py +++ b/tests/openlp_plugins/bibles/test_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/tests/openlp_plugins/bibles/test_versereferencelist.py b/tests/openlp_plugins/bibles/test_versereferencelist.py index 2a6b4c3a5..601ad7e0d 100644 --- a/tests/openlp_plugins/bibles/test_versereferencelist.py +++ b/tests/openlp_plugins/bibles/test_versereferencelist.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/bibles/test_wordprojectimport.py b/tests/openlp_plugins/bibles/test_wordprojectimport.py index ff30d60a7..78ece47c8 100644 --- a/tests/openlp_plugins/bibles/test_wordprojectimport.py +++ b/tests/openlp_plugins/bibles/test_wordprojectimport.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/bibles/test_zefaniaimport.py b/tests/openlp_plugins/bibles/test_zefaniaimport.py index 742c7dea8..b4f919a5d 100644 --- a/tests/openlp_plugins/bibles/test_zefaniaimport.py +++ b/tests/openlp_plugins/bibles/test_zefaniaimport.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/__init__.py b/tests/openlp_plugins/custom/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_plugins/custom/__init__.py +++ b/tests/openlp_plugins/custom/__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/custom/forms/__init__.py b/tests/openlp_plugins/custom/forms/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_plugins/custom/forms/__init__.py +++ b/tests/openlp_plugins/custom/forms/__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/custom/forms/test_customslideform.py b/tests/openlp_plugins/custom/forms/test_customslideform.py index 97fdb1be1..320625d13 100644 --- a/tests/openlp_plugins/custom/forms/test_customslideform.py +++ b/tests/openlp_plugins/custom/forms/test_customslideform.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/test_mediaitem.py b/tests/openlp_plugins/custom/test_mediaitem.py index 5955430a7..5a460b558 100644 --- a/tests/openlp_plugins/custom/test_mediaitem.py +++ b/tests/openlp_plugins/custom/test_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/tests/openlp_plugins/custom/test_plugin.py b/tests/openlp_plugins/custom/test_plugin.py index f3dbe1019..9e85eb66b 100644 --- a/tests/openlp_plugins/custom/test_plugin.py +++ b/tests/openlp_plugins/custom/test_plugin.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/images/__init__.py b/tests/openlp_plugins/images/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_plugins/images/__init__.py +++ b/tests/openlp_plugins/images/__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/images/forms/test_choosegroupform.py b/tests/openlp_plugins/images/forms/test_choosegroupform.py index 5626c1b6f..48863b14c 100644 --- a/tests/openlp_plugins/images/forms/test_choosegroupform.py +++ b/tests/openlp_plugins/images/forms/test_choosegroupform.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/images/test_imagetab.py b/tests/openlp_plugins/images/test_imagetab.py index 52631b494..29e09d749 100644 --- a/tests/openlp_plugins/images/test_imagetab.py +++ b/tests/openlp_plugins/images/test_imagetab.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/images/test_mediaitem.py b/tests/openlp_plugins/images/test_mediaitem.py index 694bacff1..c5ce82a1f 100644 --- a/tests/openlp_plugins/images/test_mediaitem.py +++ b/tests/openlp_plugins/images/test_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/tests/openlp_plugins/images/test_plugin.py b/tests/openlp_plugins/images/test_plugin.py index cf53dc846..89173fc90 100644 --- a/tests/openlp_plugins/images/test_plugin.py +++ b/tests/openlp_plugins/images/test_plugin.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/images/test_upgrade.py b/tests/openlp_plugins/images/test_upgrade.py index 99dc80a9f..083273a89 100644 --- a/tests/openlp_plugins/images/test_upgrade.py +++ b/tests/openlp_plugins/images/test_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/tests/openlp_plugins/media/forms/__init__.py b/tests/openlp_plugins/media/forms/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_plugins/media/forms/__init__.py +++ b/tests/openlp_plugins/media/forms/__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/media/forms/test_mediaclipselectorform.py b/tests/openlp_plugins/media/forms/test_mediaclipselectorform.py index efc76df82..12553b7c8 100644 --- a/tests/openlp_plugins/media/forms/test_mediaclipselectorform.py +++ b/tests/openlp_plugins/media/forms/test_mediaclipselectorform.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/media/forms/test_streamselectorform.py b/tests/openlp_plugins/media/forms/test_streamselectorform.py index 3b205abed..87b14e398 100644 --- a/tests/openlp_plugins/media/forms/test_streamselectorform.py +++ b/tests/openlp_plugins/media/forms/test_streamselectorform.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/media/test_mediaitem.py b/tests/openlp_plugins/media/test_mediaitem.py index 554da47dc..4f35d5f4b 100644 --- a/tests/openlp_plugins/media/test_mediaitem.py +++ b/tests/openlp_plugins/media/test_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/tests/openlp_plugins/media/test_mediaplugin.py b/tests/openlp_plugins/media/test_mediaplugin.py index 7031b61df..5e145c758 100644 --- a/tests/openlp_plugins/media/test_mediaplugin.py +++ b/tests/openlp_plugins/media/test_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/tests/openlp_plugins/media/test_plugin.py b/tests/openlp_plugins/media/test_plugin.py index 720b0b483..9f92f0ae0 100644 --- a/tests/openlp_plugins/media/test_plugin.py +++ b/tests/openlp_plugins/media/test_plugin.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/planningcenter/__init__.py b/tests/openlp_plugins/planningcenter/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_plugins/planningcenter/__init__.py +++ b/tests/openlp_plugins/planningcenter/__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/planningcenter/forms/__init__.py b/tests/openlp_plugins/planningcenter/forms/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_plugins/planningcenter/forms/__init__.py +++ b/tests/openlp_plugins/planningcenter/forms/__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/planningcenter/forms/test_selectplanform.py b/tests/openlp_plugins/planningcenter/forms/test_selectplanform.py index fd8eafd22..ce2f1dd47 100644 --- a/tests/openlp_plugins/planningcenter/forms/test_selectplanform.py +++ b/tests/openlp_plugins/planningcenter/forms/test_selectplanform.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/planningcenter/lib/__init__.py b/tests/openlp_plugins/planningcenter/lib/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_plugins/planningcenter/lib/__init__.py +++ b/tests/openlp_plugins/planningcenter/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/tests/openlp_plugins/planningcenter/lib/test_planningcenter_api.py b/tests/openlp_plugins/planningcenter/lib/test_planningcenter_api.py index 1d0bed6f2..97c785970 100644 --- a/tests/openlp_plugins/planningcenter/lib/test_planningcenter_api.py +++ b/tests/openlp_plugins/planningcenter/lib/test_planningcenter_api.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/planningcenter/lib/test_planningcentertab.py b/tests/openlp_plugins/planningcenter/lib/test_planningcentertab.py index 4e122fc18..9bca09e2a 100644 --- a/tests/openlp_plugins/planningcenter/lib/test_planningcentertab.py +++ b/tests/openlp_plugins/planningcenter/lib/test_planningcentertab.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/planningcenter/lib/test_songimport.py b/tests/openlp_plugins/planningcenter/lib/test_songimport.py index 55cf8bce8..951be59e7 100644 --- a/tests/openlp_plugins/planningcenter/lib/test_songimport.py +++ b/tests/openlp_plugins/planningcenter/lib/test_songimport.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/planningcenter/test_planningcenterplugin.py b/tests/openlp_plugins/planningcenter/test_planningcenterplugin.py index 1f027385a..c3dcf1191 100644 --- a/tests/openlp_plugins/planningcenter/test_planningcenterplugin.py +++ b/tests/openlp_plugins/planningcenter/test_planningcenterplugin.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/conftest.py b/tests/openlp_plugins/presentations/conftest.py index beea363a5..95743b34f 100644 --- a/tests/openlp_plugins/presentations/conftest.py +++ b/tests/openlp_plugins/presentations/conftest.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/test_impresscontroller.py b/tests/openlp_plugins/presentations/test_impresscontroller.py index d7bf57afd..9cc300379 100644 --- a/tests/openlp_plugins/presentations/test_impresscontroller.py +++ b/tests/openlp_plugins/presentations/test_impresscontroller.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/test_libreofficeserver.py b/tests/openlp_plugins/presentations/test_libreofficeserver.py index 00e135cbd..26c4f9079 100644 --- a/tests/openlp_plugins/presentations/test_libreofficeserver.py +++ b/tests/openlp_plugins/presentations/test_libreofficeserver.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/test_maclocontroller.py b/tests/openlp_plugins/presentations/test_maclocontroller.py index f1bd3a037..251e68806 100644 --- a/tests/openlp_plugins/presentations/test_maclocontroller.py +++ b/tests/openlp_plugins/presentations/test_maclocontroller.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/test_mediaitem.py b/tests/openlp_plugins/presentations/test_mediaitem.py index 93367049a..6132bf441 100644 --- a/tests/openlp_plugins/presentations/test_mediaitem.py +++ b/tests/openlp_plugins/presentations/test_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/tests/openlp_plugins/presentations/test_messagelistener.py b/tests/openlp_plugins/presentations/test_messagelistener.py index 8ab1ed591..c6002877d 100644 --- a/tests/openlp_plugins/presentations/test_messagelistener.py +++ b/tests/openlp_plugins/presentations/test_messagelistener.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/test_pdfcontroller.py b/tests/openlp_plugins/presentations/test_pdfcontroller.py index 7b3a73e8f..e0dd23946 100644 --- a/tests/openlp_plugins/presentations/test_pdfcontroller.py +++ b/tests/openlp_plugins/presentations/test_pdfcontroller.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/test_plugin.py b/tests/openlp_plugins/presentations/test_plugin.py index 729f3f688..d91d71ff8 100644 --- a/tests/openlp_plugins/presentations/test_plugin.py +++ b/tests/openlp_plugins/presentations/test_plugin.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/test_powerpointcontroller.py b/tests/openlp_plugins/presentations/test_powerpointcontroller.py index 80e86f421..a691ad574 100644 --- a/tests/openlp_plugins/presentations/test_powerpointcontroller.py +++ b/tests/openlp_plugins/presentations/test_powerpointcontroller.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/test_presentationcontroller.py b/tests/openlp_plugins/presentations/test_presentationcontroller.py index 93c8ef160..bc5e4a100 100644 --- a/tests/openlp_plugins/presentations/test_presentationcontroller.py +++ b/tests/openlp_plugins/presentations/test_presentationcontroller.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/test_presentationtab.py b/tests/openlp_plugins/presentations/test_presentationtab.py index 9d2ede56a..08acbfc25 100644 --- a/tests/openlp_plugins/presentations/test_presentationtab.py +++ b/tests/openlp_plugins/presentations/test_presentationtab.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/__init__.py b/tests/openlp_plugins/songs/__init__.py index a48033b47..d4e92cd82 100644 --- a/tests/openlp_plugins/songs/__init__.py +++ b/tests/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/tests/openlp_plugins/songs/forms/__init__.py b/tests/openlp_plugins/songs/forms/__init__.py index 2ce7ad377..3822f6b38 100644 --- a/tests/openlp_plugins/songs/forms/__init__.py +++ b/tests/openlp_plugins/songs/forms/__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/songs/test_chordproimport.py b/tests/openlp_plugins/songs/test_chordproimport.py index 56bca2d4b..f318b7236 100644 --- a/tests/openlp_plugins/songs/test_chordproimport.py +++ b/tests/openlp_plugins/songs/test_chordproimport.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/test_db.py b/tests/openlp_plugins/songs/test_db.py index ea84e6164..6253558d4 100644 --- a/tests/openlp_plugins/songs/test_db.py +++ b/tests/openlp_plugins/songs/test_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/tests/openlp_plugins/songs/test_easyslidesimport.py b/tests/openlp_plugins/songs/test_easyslidesimport.py index fdb2898f0..eaf977316 100644 --- a/tests/openlp_plugins/songs/test_easyslidesimport.py +++ b/tests/openlp_plugins/songs/test_easyslidesimport.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/test_editsongform.py b/tests/openlp_plugins/songs/test_editsongform.py index b26fbd7f4..5feff4eea 100644 --- a/tests/openlp_plugins/songs/test_editsongform.py +++ b/tests/openlp_plugins/songs/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/test_editverseform.py b/tests/openlp_plugins/songs/test_editverseform.py index d25483480..8cb8aae6b 100644 --- a/tests/openlp_plugins/songs/test_editverseform.py +++ b/tests/openlp_plugins/songs/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/test_ewimport.py b/tests/openlp_plugins/songs/test_ewimport.py index 8b566187b..f2624cc76 100644 --- a/tests/openlp_plugins/songs/test_ewimport.py +++ b/tests/openlp_plugins/songs/test_ewimport.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/test_foilpresenterimport.py b/tests/openlp_plugins/songs/test_foilpresenterimport.py index 0e873c4f2..0033d5d2b 100644 --- a/tests/openlp_plugins/songs/test_foilpresenterimport.py +++ b/tests/openlp_plugins/songs/test_foilpresenterimport.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/test_lib.py b/tests/openlp_plugins/songs/test_lib.py index ea08e1b0e..ff5516a72 100644 --- a/tests/openlp_plugins/songs/test_lib.py +++ b/tests/openlp_plugins/songs/test_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/tests/openlp_plugins/songs/test_liveworshipimport.py b/tests/openlp_plugins/songs/test_liveworshipimport.py index 1202f6235..3260c6a53 100644 --- a/tests/openlp_plugins/songs/test_liveworshipimport.py +++ b/tests/openlp_plugins/songs/test_liveworshipimport.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/test_lyriximport.py b/tests/openlp_plugins/songs/test_lyriximport.py index 7312ab5a5..daf5ff960 100644 --- a/tests/openlp_plugins/songs/test_lyriximport.py +++ b/tests/openlp_plugins/songs/test_lyriximport.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/test_mediaitem.py b/tests/openlp_plugins/songs/test_mediaitem.py index 3d5d7ecc9..73dd59e50 100644 --- a/tests/openlp_plugins/songs/test_mediaitem.py +++ b/tests/openlp_plugins/songs/test_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/tests/openlp_plugins/songs/test_mediashout.py b/tests/openlp_plugins/songs/test_mediashout.py index 973c8e6a7..0a2443c61 100644 --- a/tests/openlp_plugins/songs/test_mediashout.py +++ b/tests/openlp_plugins/songs/test_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/tests/openlp_plugins/songs/test_openlpimporter.py b/tests/openlp_plugins/songs/test_openlpimporter.py index f247072ae..474dc2dd5 100644 --- a/tests/openlp_plugins/songs/test_openlpimporter.py +++ b/tests/openlp_plugins/songs/test_openlpimporter.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/test_openlyricsexport.py b/tests/openlp_plugins/songs/test_openlyricsexport.py index e03b8b97d..9becd502d 100644 --- a/tests/openlp_plugins/songs/test_openlyricsexport.py +++ b/tests/openlp_plugins/songs/test_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/tests/openlp_plugins/songs/test_openlyricsimport.py b/tests/openlp_plugins/songs/test_openlyricsimport.py index 7af3681d3..b5ac2f0dd 100644 --- a/tests/openlp_plugins/songs/test_openlyricsimport.py +++ b/tests/openlp_plugins/songs/test_openlyricsimport.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/test_openoffice.py b/tests/openlp_plugins/songs/test_openoffice.py index 474bbec83..3002f13e0 100644 --- a/tests/openlp_plugins/songs/test_openoffice.py +++ b/tests/openlp_plugins/songs/test_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/tests/openlp_plugins/songs/test_opensongimport.py b/tests/openlp_plugins/songs/test_opensongimport.py index deedf618b..ad5ed15fc 100644 --- a/tests/openlp_plugins/songs/test_opensongimport.py +++ b/tests/openlp_plugins/songs/test_opensongimport.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/test_opsproimport.py b/tests/openlp_plugins/songs/test_opsproimport.py index 31dd66579..d531f07f9 100644 --- a/tests/openlp_plugins/songs/test_opsproimport.py +++ b/tests/openlp_plugins/songs/test_opsproimport.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/test_plugin.py b/tests/openlp_plugins/songs/test_plugin.py index 38c8bc29b..584d38d47 100644 --- a/tests/openlp_plugins/songs/test_plugin.py +++ b/tests/openlp_plugins/songs/test_plugin.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/test_powerpraiseimport.py b/tests/openlp_plugins/songs/test_powerpraiseimport.py index 8380ebfb6..7519bbfe9 100644 --- a/tests/openlp_plugins/songs/test_powerpraiseimport.py +++ b/tests/openlp_plugins/songs/test_powerpraiseimport.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/test_presentationmanagerimport.py b/tests/openlp_plugins/songs/test_presentationmanagerimport.py index 98763c6c0..4848d205a 100644 --- a/tests/openlp_plugins/songs/test_presentationmanagerimport.py +++ b/tests/openlp_plugins/songs/test_presentationmanagerimport.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/test_propresenterimport.py b/tests/openlp_plugins/songs/test_propresenterimport.py index 080874297..0df6035e6 100644 --- a/tests/openlp_plugins/songs/test_propresenterimport.py +++ b/tests/openlp_plugins/songs/test_propresenterimport.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/test_reporting.py b/tests/openlp_plugins/songs/test_reporting.py index b3032c62c..0e8051541 100644 --- a/tests/openlp_plugins/songs/test_reporting.py +++ b/tests/openlp_plugins/songs/test_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/tests/openlp_plugins/songs/test_singingthefaithimport.py b/tests/openlp_plugins/songs/test_singingthefaithimport.py index 53c1e8004..fde141689 100644 --- a/tests/openlp_plugins/songs/test_singingthefaithimport.py +++ b/tests/openlp_plugins/songs/test_singingthefaithimport.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/test_songbeamerimport.py b/tests/openlp_plugins/songs/test_songbeamerimport.py index 5f74e7465..0675fed06 100644 --- a/tests/openlp_plugins/songs/test_songbeamerimport.py +++ b/tests/openlp_plugins/songs/test_songbeamerimport.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/test_songformat.py b/tests/openlp_plugins/songs/test_songformat.py index 96279a2be..857bff698 100644 --- a/tests/openlp_plugins/songs/test_songformat.py +++ b/tests/openlp_plugins/songs/test_songformat.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/test_songproimport.py b/tests/openlp_plugins/songs/test_songproimport.py index 98c4233dd..1ce02708d 100644 --- a/tests/openlp_plugins/songs/test_songproimport.py +++ b/tests/openlp_plugins/songs/test_songproimport.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/test_songselect.py b/tests/openlp_plugins/songs/test_songselect.py index 0baa1499a..375120f63 100644 --- a/tests/openlp_plugins/songs/test_songselect.py +++ b/tests/openlp_plugins/songs/test_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/tests/openlp_plugins/songs/test_songshowplusimport.py b/tests/openlp_plugins/songs/test_songshowplusimport.py index bcec85784..78a0a3e63 100644 --- a/tests/openlp_plugins/songs/test_songshowplusimport.py +++ b/tests/openlp_plugins/songs/test_songshowplusimport.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/test_songstab.py b/tests/openlp_plugins/songs/test_songstab.py index b30d62d62..105f7013f 100644 --- a/tests/openlp_plugins/songs/test_songstab.py +++ b/tests/openlp_plugins/songs/test_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/tests/openlp_plugins/songs/test_sundayplusimport.py b/tests/openlp_plugins/songs/test_sundayplusimport.py index 32569bfe4..0842c003b 100644 --- a/tests/openlp_plugins/songs/test_sundayplusimport.py +++ b/tests/openlp_plugins/songs/test_sundayplusimport.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/test_videopsalm.py b/tests/openlp_plugins/songs/test_videopsalm.py index bc1227327..006a4dc1e 100644 --- a/tests/openlp_plugins/songs/test_videopsalm.py +++ b/tests/openlp_plugins/songs/test_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/tests/openlp_plugins/songs/test_wordsofworshipimport.py b/tests/openlp_plugins/songs/test_wordsofworshipimport.py index a502ba904..91e2a9144 100644 --- a/tests/openlp_plugins/songs/test_wordsofworshipimport.py +++ b/tests/openlp_plugins/songs/test_wordsofworshipimport.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/test_worshipassistantimport.py b/tests/openlp_plugins/songs/test_worshipassistantimport.py index 4611db544..32fae5805 100644 --- a/tests/openlp_plugins/songs/test_worshipassistantimport.py +++ b/tests/openlp_plugins/songs/test_worshipassistantimport.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/test_worshipcenterproimport.py b/tests/openlp_plugins/songs/test_worshipcenterproimport.py index 66edc79cd..9c1d4f8dc 100644 --- a/tests/openlp_plugins/songs/test_worshipcenterproimport.py +++ b/tests/openlp_plugins/songs/test_worshipcenterproimport.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/test_zionworximport.py b/tests/openlp_plugins/songs/test_zionworximport.py index 03f82adf2..fec85104f 100644 --- a/tests/openlp_plugins/songs/test_zionworximport.py +++ b/tests/openlp_plugins/songs/test_zionworximport.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/songusage/__init__.py b/tests/openlp_plugins/songusage/__init__.py index 9e98639ab..0d9302597 100644 --- a/tests/openlp_plugins/songusage/__init__.py +++ b/tests/openlp_plugins/songusage/__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/songusage/forms/test_songusagedeleteform.py b/tests/openlp_plugins/songusage/forms/test_songusagedeleteform.py index 3c482d4a2..e0826b9ce 100644 --- a/tests/openlp_plugins/songusage/forms/test_songusagedeleteform.py +++ b/tests/openlp_plugins/songusage/forms/test_songusagedeleteform.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/songusage/forms/test_songusagedetailform.py b/tests/openlp_plugins/songusage/forms/test_songusagedetailform.py index f24a05025..7ae168a5c 100644 --- a/tests/openlp_plugins/songusage/forms/test_songusagedetailform.py +++ b/tests/openlp_plugins/songusage/forms/test_songusagedetailform.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/songusage/test_songusage.py b/tests/openlp_plugins/songusage/test_songusage.py index 811f84ce6..8c0129a4d 100644 --- a/tests/openlp_plugins/songusage/test_songusage.py +++ b/tests/openlp_plugins/songusage/test_songusage.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/constants.py b/tests/utils/constants.py index 13cb2b7f1..00a12aa3b 100644 --- a/tests/utils/constants.py +++ b/tests/utils/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/tests/utils/osdinteraction.py b/tests/utils/osdinteraction.py index 479932bf8..b91a64eaa 100644 --- a/tests/utils/osdinteraction.py +++ b/tests/utils/osdinteraction.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 #