From 11d9c02579e9cf4d06c36983979724e033ef1e8d Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sat, 31 Dec 2022 15:54:46 +0000 Subject: [PATCH] Happy new Year --- copyright.txt | 2 +- openlp/__init__.py | 2 +- openlp/__main__.py | 2 +- openlp/core/__init__.py | 2 +- openlp/core/api/__init__.py | 2 +- openlp/core/api/deploy.py | 2 +- openlp/core/api/http/__init__.py | 2 +- openlp/core/api/http/server.py | 2 +- openlp/core/api/lib.py | 2 +- openlp/core/api/main.py | 2 +- openlp/core/api/poll.py | 2 +- openlp/core/api/tab.py | 2 +- openlp/core/api/versions/__init__.py | 2 +- openlp/core/api/versions/v1/__init__.py | 2 +- openlp/core/api/versions/v1/controller.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/app.py | 2 +- openlp/core/common/__init__.py | 2 +- openlp/core/common/actions.py | 2 +- openlp/core/common/applocation.py | 2 +- openlp/core/common/db.py | 2 +- openlp/core/common/enum.py | 2 +- openlp/core/common/handlers.py | 2 +- openlp/core/common/httputils.py | 2 +- openlp/core/common/i18n.py | 2 +- openlp/core/common/json.py | 2 +- openlp/core/common/mixins.py | 2 +- openlp/core/common/path.py | 2 +- openlp/core/common/platform.py | 2 +- openlp/core/common/registry.py | 2 +- openlp/core/common/settings.py | 2 +- openlp/core/common/utils.py | 2 +- openlp/core/display/__init__.py | 2 +- openlp/core/display/render.py | 2 +- openlp/core/display/screens.py | 2 +- openlp/core/display/webengine.py | 2 +- openlp/core/display/window.py | 2 +- openlp/core/lib/__init__.py | 2 +- openlp/core/lib/db.py | 2 +- openlp/core/lib/exceptions.py | 2 +- openlp/core/lib/formattingtags.py | 2 +- openlp/core/lib/json/__init__.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/settingstab.py | 2 +- openlp/core/lib/theme.py | 2 +- openlp/core/lib/ui.py | 2 +- openlp/core/loader.py | 2 +- openlp/core/pages/__init__.py | 2 +- openlp/core/pages/alignment.py | 2 +- openlp/core/pages/areaposition.py | 2 +- openlp/core/pages/background.py | 2 +- openlp/core/pages/fontselect.py | 2 +- openlp/core/projectors/__init__.py | 2 +- openlp/core/projectors/constants.py | 2 +- openlp/core/projectors/db.py | 2 +- openlp/core/projectors/editform.py | 2 +- openlp/core/projectors/manager.py | 2 +- openlp/core/projectors/pjlink.py | 2 +- openlp/core/projectors/pjlinkcommands.py | 2 +- openlp/core/projectors/sourceselectform.py | 2 +- openlp/core/projectors/tab.py | 2 +- openlp/core/projectors/upgrade.py | 2 +- openlp/core/resources.py | 2 +- openlp/core/server.py | 2 +- openlp/core/state.py | 2 +- openlp/core/threading.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/confirmationform.py | 2 +- openlp/core/ui/exceptiondialog.py | 2 +- openlp/core/ui/exceptionform.py | 2 +- openlp/core/ui/filerenamedialog.py | 2 +- openlp/core/ui/filerenameform.py | 2 +- openlp/core/ui/firsttimeform.py | 2 +- openlp/core/ui/firsttimelanguagedialog.py | 2 +- openlp/core/ui/firsttimelanguageform.py | 2 +- openlp/core/ui/firsttimewizard.py | 2 +- openlp/core/ui/folders.py | 2 +- openlp/core/ui/formattingtagcontroller.py | 2 +- openlp/core/ui/formattingtagdialog.py | 2 +- openlp/core/ui/formattingtagform.py | 2 +- openlp/core/ui/generaltab.py | 2 +- openlp/core/ui/icons.py | 2 +- openlp/core/ui/library.py | 2 +- openlp/core/ui/mainwindow.py | 2 +- openlp/core/ui/media/__init__.py | 2 +- openlp/core/ui/media/mediacontroller.py | 2 +- openlp/core/ui/media/mediaplayer.py | 2 +- openlp/core/ui/media/mediatab.py | 2 +- openlp/core/ui/media/remote.py | 2 +- openlp/core/ui/media/vlcplayer.py | 2 +- openlp/core/ui/plugindialog.py | 2 +- openlp/core/ui/pluginform.py | 2 +- openlp/core/ui/printservicedialog.py | 2 +- openlp/core/ui/printserviceform.py | 2 +- openlp/core/ui/screenstab.py | 2 +- openlp/core/ui/serviceitemeditdialog.py | 2 +- openlp/core/ui/serviceitemeditform.py | 2 +- openlp/core/ui/servicemanager.py | 2 +- openlp/core/ui/servicenoteform.py | 2 +- openlp/core/ui/servicetab.py | 2 +- openlp/core/ui/settingsdialog.py | 2 +- openlp/core/ui/settingsform.py | 2 +- openlp/core/ui/shortcutlistdialog.py | 2 +- openlp/core/ui/shortcutlistform.py | 2 +- openlp/core/ui/slidecontroller.py | 2 +- openlp/core/ui/splashscreen.py | 2 +- openlp/core/ui/starttimedialog.py | 2 +- openlp/core/ui/starttimeform.py | 2 +- openlp/core/ui/style.py | 2 +- openlp/core/ui/themeform.py | 2 +- openlp/core/ui/themelayoutdialog.py | 2 +- openlp/core/ui/themelayoutform.py | 2 +- openlp/core/ui/thememanager.py | 2 +- openlp/core/ui/themeprogressdialog.py | 2 +- openlp/core/ui/themeprogressform.py | 2 +- openlp/core/ui/themestab.py | 2 +- openlp/core/ui/themewizard.py | 2 +- openlp/core/version.py | 2 +- openlp/core/widgets/__init__.py | 2 +- openlp/core/widgets/buttons.py | 2 +- openlp/core/widgets/dialogs.py | 2 +- openlp/core/widgets/docks.py | 2 +- openlp/core/widgets/edits.py | 2 +- openlp/core/widgets/enums.py | 2 +- openlp/core/widgets/labels.py | 2 +- openlp/core/widgets/layouts.py | 2 +- openlp/core/widgets/toolbar.py | 2 +- openlp/core/widgets/views.py | 2 +- openlp/core/widgets/widgets.py | 2 +- openlp/core/widgets/wizard.py | 2 +- openlp/plugins/__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/custom/lib/mediaitem.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/media/mediaplugin.py | 2 +- openlp/plugins/media/remote.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/__init__.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/songimportform.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/topicsform.py | 2 +- openlp/plugins/songs/forms/webengine.py | 2 +- openlp/plugins/songs/lib/__init__.py | 2 +- openlp/plugins/songs/lib/db.py | 2 +- openlp/plugins/songs/lib/importer.py | 2 +- openlp/plugins/songs/lib/importers/__init__.py | 2 +- openlp/plugins/songs/lib/importers/cclifile.py | 2 +- openlp/plugins/songs/lib/importers/chordpro.py | 2 +- openlp/plugins/songs/lib/importers/dreambeam.py | 2 +- openlp/plugins/songs/lib/importers/easyslides.py | 2 +- openlp/plugins/songs/lib/importers/easyworship.py | 2 +- openlp/plugins/songs/lib/importers/foilpresenter.py | 2 +- openlp/plugins/songs/lib/importers/liveworship.py | 2 +- openlp/plugins/songs/lib/importers/lyrix.py | 2 +- openlp/plugins/songs/lib/importers/mediashout.py | 2 +- openlp/plugins/songs/lib/importers/openlp.py | 2 +- openlp/plugins/songs/lib/importers/openlyrics.py | 2 +- openlp/plugins/songs/lib/importers/openoffice.py | 2 +- openlp/plugins/songs/lib/importers/opensong.py | 2 +- openlp/plugins/songs/lib/importers/opspro.py | 2 +- openlp/plugins/songs/lib/importers/powerpraise.py | 2 +- openlp/plugins/songs/lib/importers/powersong.py | 2 +- openlp/plugins/songs/lib/importers/presentationmanager.py | 2 +- openlp/plugins/songs/lib/importers/propresenter.py | 2 +- openlp/plugins/songs/lib/importers/singingthefaith.py | 2 +- openlp/plugins/songs/lib/importers/songbeamer.py | 2 +- openlp/plugins/songs/lib/importers/songimport.py | 2 +- openlp/plugins/songs/lib/importers/songpro.py | 2 +- openlp/plugins/songs/lib/importers/songshowplus.py | 2 +- openlp/plugins/songs/lib/importers/songsoffellowship.py | 2 +- openlp/plugins/songs/lib/importers/sundayplus.py | 2 +- openlp/plugins/songs/lib/importers/videopsalm.py | 2 +- openlp/plugins/songs/lib/importers/wordsofworship.py | 2 +- openlp/plugins/songs/lib/importers/worshipassistant.py | 2 +- openlp/plugins/songs/lib/importers/worshipcenterpro.py | 2 +- openlp/plugins/songs/lib/importers/zionworx.py | 2 +- openlp/plugins/songs/lib/mediaitem.py | 2 +- openlp/plugins/songs/lib/openlyricsexport.py | 2 +- openlp/plugins/songs/lib/openlyricsxml.py | 2 +- openlp/plugins/songs/lib/songcompare.py | 2 +- openlp/plugins/songs/lib/songselect.py | 2 +- openlp/plugins/songs/lib/songstab.py | 2 +- openlp/plugins/songs/lib/ui.py | 2 +- openlp/plugins/songs/lib/upgrade.py | 2 +- openlp/plugins/songs/reporting.py | 2 +- 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 +- run_openlp.py | 2 +- scripts/check_dependencies.py | 2 +- scripts/clean_up_resources.py | 2 +- scripts/generate_resources.sh | 2 +- scripts/generate_translations.sh | 2 +- scripts/pull_translations | 2 +- scripts/push_translations | 2 +- scripts/resources.patch | 2 +- scripts/translation_utils.py | 2 +- scripts/websocket_client.py | 2 +- setup.py | 2 +- tests/__init__.py | 2 +- tests/conftest.py | 2 +- tests/helpers/__init__.py | 2 +- tests/helpers/projector.py | 2 +- tests/helpers/songfileimport.py | 2 +- tests/helpers/testmixin.py | 2 +- tests/openlp_core/__init__.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/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/api/v2/test_service.py | 2 +- tests/openlp_core/common/__init__.py | 2 +- tests/openlp_core/common/test_actions.py | 2 +- tests/openlp_core/common/test_applocation.py | 2 +- tests/openlp_core/common/test_db.py | 2 +- tests/openlp_core/common/test_handlers.py | 2 +- tests/openlp_core/common/test_httputils.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_network_interfaces.py | 2 +- tests/openlp_core/common/test_path.py | 2 +- tests/openlp_core/common/test_platform.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_pluginmanager.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/commands/test_avmt.py | 2 +- tests/openlp_core/projectors/commands/test_clss.py | 2 +- tests/openlp_core/projectors/commands/test_misc_commands.py | 2 +- tests/openlp_core/projectors/commands/test_pjlink.py | 2 +- tests/openlp_core/projectors/commands/test_routing.py | 2 +- tests/openlp_core/projectors/commands/test_sver.py | 2 +- tests/openlp_core/projectors/conftest.py | 2 +- tests/openlp_core/projectors/db/test_get_projector.py | 2 +- tests/openlp_core/projectors/editform/test_accept_me.py | 2 +- tests/openlp_core/projectors/editform/test_misc_editform.py | 2 +- tests/openlp_core/projectors/manager/test_boostrap.py | 2 +- tests/openlp_core/projectors/manager/test_misc_manager.py | 2 +- .../openlp_core/projectors/manager/test_toolbar_triggers-01.py | 2 +- .../projectors/manager/test_toolbar_triggers-basic.py | 2 +- tests/openlp_core/projectors/manager/test_udp.py | 2 +- tests/openlp_core/projectors/pjlink/test_check_login.py | 2 +- tests/openlp_core/projectors/pjlink/test_get_data.py | 2 +- tests/openlp_core/projectors/pjlink/test_misc_pjlink.py | 2 +- tests/openlp_core/projectors/pjlink/test_reset_information.py | 2 +- tests/openlp_core/projectors/pjlink/test_send_command.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_constants.py | 2 +- tests/openlp_core/projectors/test_projector_db.py | 2 +- tests/openlp_core/projectors/test_projector_pjlink_base_01.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/ui/test_tab.py | 2 +- tests/openlp_core/test_app.py | 2 +- tests/openlp_core/test_server.py | 2 +- tests/openlp_core/test_state.py | 2 +- tests/openlp_core/test_threading.py | 2 +- tests/openlp_core/test_version.py | 2 +- tests/openlp_core/ui/__init__.py | 2 +- tests/openlp_core/ui/media/__init__.py | 2 +- tests/openlp_core/ui/media/test_media.py | 2 +- tests/openlp_core/ui/media/test_mediacontroller.py | 2 +- tests/openlp_core/ui/media/test_remote.py | 2 +- tests/openlp_core/ui/media/test_vlcplayer.py | 2 +- tests/openlp_core/ui/test_aboutform.py | 2 +- tests/openlp_core/ui/test_advancedtab.py | 2 +- tests/openlp_core/ui/test_confirmationform.py | 2 +- tests/openlp_core/ui/test_exceptionform.py | 2 +- tests/openlp_core/ui/test_filerenamedialog.py | 2 +- tests/openlp_core/ui/test_first_time.py | 2 +- tests/openlp_core/ui/test_firsttimeform.py | 2 +- tests/openlp_core/ui/test_formattingtagscontroller.py | 2 +- tests/openlp_core/ui/test_formattingtagsform.py | 2 +- tests/openlp_core/ui/test_generaltab.py | 2 +- tests/openlp_core/ui/test_icons.py | 2 +- tests/openlp_core/ui/test_init.py | 2 +- tests/openlp_core/ui/test_library.py | 2 +- tests/openlp_core/ui/test_mainwindow.py | 2 +- tests/openlp_core/ui/test_serviceitemeditform.py | 2 +- tests/openlp_core/ui/test_servicemanager.py | 2 +- tests/openlp_core/ui/test_servicenotedialog.py | 2 +- tests/openlp_core/ui/test_servicetab.py | 2 +- tests/openlp_core/ui/test_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_slidecontroller.py | 2 +- tests/openlp_core/ui/test_splashscreen.py | 2 +- tests/openlp_core/ui/test_starttimedialog.py | 2 +- tests/openlp_core/ui/test_style.py | 2 +- tests/openlp_core/ui/test_themeform.py | 2 +- tests/openlp_core/ui/test_thememanager.py | 2 +- tests/openlp_core/ui/test_themeprogressform.py | 2 +- tests/openlp_core/ui/test_themetab.py | 2 +- tests/openlp_core/widgets/__init__.py | 2 +- tests/openlp_core/widgets/test_buttons.py | 2 +- tests/openlp_core/widgets/test_dialogs.py | 2 +- tests/openlp_core/widgets/test_edits.py | 2 +- tests/openlp_core/widgets/test_views.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_customform.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/__init__.py | 2 +- tests/openlp_plugins/presentations/conftest.py | 2 +- tests/openlp_plugins/presentations/lib/test_serializers.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/forms/test_authorsform.py | 2 +- tests/openlp_plugins/songs/forms/test_editsongform.py | 2 +- tests/openlp_plugins/songs/forms/test_editverseform.py | 2 +- tests/openlp_plugins/songs/forms/test_songmaintenanceform.py | 2 +- tests/openlp_plugins/songs/forms/test_topicsform.py | 2 +- tests/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_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_openlyricsxml.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/resources/projector/data.py | 2 +- tests/utils/__init__.py | 2 +- tests/utils/constants.py | 2 +- tests/utils/osdinteraction.py | 2 +- 580 files changed, 580 insertions(+), 580 deletions(-) diff --git a/copyright.txt b/copyright.txt index d74b83546..6c976a618 100644 --- a/copyright.txt +++ b/copyright.txt @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/__init__.py b/openlp/__init__.py index def85d8c2..6f9412c30 100644 --- a/openlp/__init__.py +++ b/openlp/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/__main__.py b/openlp/__main__.py index df462ab90..45bb39610 100644 --- a/openlp/__main__.py +++ b/openlp/__main__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/__init__.py b/openlp/core/__init__.py index 2980b6c2b..baebcf2ba 100644 --- a/openlp/core/__init__.py +++ b/openlp/core/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 53e9eebe6..8b6d824b3 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 a39298ca7..8515930a2 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/api/http/__init__.py b/openlp/core/api/http/__init__.py index 86fde1a33..87c8d48ae 100644 --- a/openlp/core/api/http/__init__.py +++ b/openlp/core/api/http/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/api/http/server.py b/openlp/core/api/http/server.py index 88ccbf60c..8b6ed3c7b 100644 --- a/openlp/core/api/http/server.py +++ b/openlp/core/api/http/server.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/api/lib.py b/openlp/core/api/lib.py index 71f33a392..89d20b2b1 100644 --- a/openlp/core/api/lib.py +++ b/openlp/core/api/lib.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 de7b9a1a5..64fc53335 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/api/poll.py b/openlp/core/api/poll.py index c3b0a967d..06b3cfcb5 100644 --- a/openlp/core/api/poll.py +++ b/openlp/core/api/poll.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/api/tab.py b/openlp/core/api/tab.py index ff57d5d9a..089378b27 100644 --- a/openlp/core/api/tab.py +++ b/openlp/core/api/tab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/api/versions/__init__.py b/openlp/core/api/versions/__init__.py index 3822f6b38..d49024608 100644 --- a/openlp/core/api/versions/__init__.py +++ b/openlp/core/api/versions/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 dcf1ca90c..78c314062 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/api/versions/v1/controller.py b/openlp/core/api/versions/v1/controller.py index d494ef55a..9ece897fe 100644 --- a/openlp/core/api/versions/v1/controller.py +++ b/openlp/core/api/versions/v1/controller.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 f0aa97486..7a04bafc6 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 2a8ff015e..c743da050 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 0601f202a..7ed357cdf 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 5f53e5704..16b1fca57 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 efef26476..f8c56de47 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 e55ae85b6..a45487f4a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 df395435b..f1d050c0e 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 2dbeb1112..54e9dc0af 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 51f59e992..31cfe4140 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 3570760de..c1d541a18 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/app.py b/openlp/core/app.py index d5ce30b99..1fdd0cbc8 100644 --- a/openlp/core/app.py +++ b/openlp/core/app.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/common/__init__.py b/openlp/core/common/__init__.py index 12569955c..6c243bdd1 100644 --- a/openlp/core/common/__init__.py +++ b/openlp/core/common/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/common/actions.py b/openlp/core/common/actions.py index 0d725dd8a..d27dec56a 100644 --- a/openlp/core/common/actions.py +++ b/openlp/core/common/actions.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/common/applocation.py b/openlp/core/common/applocation.py index 80dc6b7be..fcd48579f 100644 --- a/openlp/core/common/applocation.py +++ b/openlp/core/common/applocation.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/common/db.py b/openlp/core/common/db.py index 3a30dcc0e..7328d6c1a 100644 --- a/openlp/core/common/db.py +++ b/openlp/core/common/db.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/common/enum.py b/openlp/core/common/enum.py index 04eb8ba57..a693925f7 100644 --- a/openlp/core/common/enum.py +++ b/openlp/core/common/enum.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/common/handlers.py b/openlp/core/common/handlers.py index a0f2b86d0..fe848aa41 100644 --- a/openlp/core/common/handlers.py +++ b/openlp/core/common/handlers.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/common/httputils.py b/openlp/core/common/httputils.py index eeb0592a6..cb6c128bb 100644 --- a/openlp/core/common/httputils.py +++ b/openlp/core/common/httputils.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/common/i18n.py b/openlp/core/common/i18n.py index f6f7bace7..43b37170e 100644 --- a/openlp/core/common/i18n.py +++ b/openlp/core/common/i18n.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/common/json.py b/openlp/core/common/json.py index 45f8f2fa2..c76a43b61 100644 --- a/openlp/core/common/json.py +++ b/openlp/core/common/json.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/common/mixins.py b/openlp/core/common/mixins.py index 40e9f93ce..0bf452836 100644 --- a/openlp/core/common/mixins.py +++ b/openlp/core/common/mixins.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/common/path.py b/openlp/core/common/path.py index 1cd6aa6c4..dbc7fc3af 100644 --- a/openlp/core/common/path.py +++ b/openlp/core/common/path.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/common/platform.py b/openlp/core/common/platform.py index 77c34bf15..b7fbddb9f 100644 --- a/openlp/core/common/platform.py +++ b/openlp/core/common/platform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/common/registry.py b/openlp/core/common/registry.py index 67c28c6f3..d2f61acb6 100644 --- a/openlp/core/common/registry.py +++ b/openlp/core/common/registry.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/common/settings.py b/openlp/core/common/settings.py index f8edf1033..18c7dfe29 100644 --- a/openlp/core/common/settings.py +++ b/openlp/core/common/settings.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/common/utils.py b/openlp/core/common/utils.py index 6d815beb3..52f65c927 100644 --- a/openlp/core/common/utils.py +++ b/openlp/core/common/utils.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/display/__init__.py b/openlp/core/display/__init__.py index 08c7332fe..edd4e4c00 100644 --- a/openlp/core/display/__init__.py +++ b/openlp/core/display/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/display/render.py b/openlp/core/display/render.py index bd7ec3253..e8019d652 100644 --- a/openlp/core/display/render.py +++ b/openlp/core/display/render.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/display/screens.py b/openlp/core/display/screens.py index 5ba8bb267..44a05a0b5 100644 --- a/openlp/core/display/screens.py +++ b/openlp/core/display/screens.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/display/webengine.py b/openlp/core/display/webengine.py index d58327c64..a06467eef 100644 --- a/openlp/core/display/webengine.py +++ b/openlp/core/display/webengine.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/display/window.py b/openlp/core/display/window.py index a22ab95d6..d1a9f9c84 100644 --- a/openlp/core/display/window.py +++ b/openlp/core/display/window.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/lib/__init__.py b/openlp/core/lib/__init__.py index 169b98b02..11cc58145 100644 --- a/openlp/core/lib/__init__.py +++ b/openlp/core/lib/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/lib/db.py b/openlp/core/lib/db.py index 28f086b92..e05cc9d7a 100644 --- a/openlp/core/lib/db.py +++ b/openlp/core/lib/db.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 19f0572b4..7969cfe15 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 74795cfa5..aa36e4c20 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/lib/json/__init__.py b/openlp/core/lib/json/__init__.py index 3822f6b38..d49024608 100644 --- a/openlp/core/lib/json/__init__.py +++ b/openlp/core/lib/json/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 f4ec5281a..5f89faa07 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 19e589cb2..82ee8b7dd 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 fa81837c0..06400935a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 79692782f..81e706c05 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/lib/settingstab.py b/openlp/core/lib/settingstab.py index 7372938e0..6746fea32 100644 --- a/openlp/core/lib/settingstab.py +++ b/openlp/core/lib/settingstab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/lib/theme.py b/openlp/core/lib/theme.py index 792979830..99d1e8fe5 100644 --- a/openlp/core/lib/theme.py +++ b/openlp/core/lib/theme.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 93f7ebc2f..457d11ba3 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/loader.py b/openlp/core/loader.py index 77fda5a5f..886033793 100644 --- a/openlp/core/loader.py +++ b/openlp/core/loader.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/pages/__init__.py b/openlp/core/pages/__init__.py index 53bb5ff42..672db29b4 100644 --- a/openlp/core/pages/__init__.py +++ b/openlp/core/pages/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/pages/alignment.py b/openlp/core/pages/alignment.py index 1ddaef9dc..759b0ab27 100644 --- a/openlp/core/pages/alignment.py +++ b/openlp/core/pages/alignment.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/pages/areaposition.py b/openlp/core/pages/areaposition.py index 77f57a13e..03c23a1fb 100644 --- a/openlp/core/pages/areaposition.py +++ b/openlp/core/pages/areaposition.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/pages/background.py b/openlp/core/pages/background.py index 350ba92c9..37846f27e 100644 --- a/openlp/core/pages/background.py +++ b/openlp/core/pages/background.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/pages/fontselect.py b/openlp/core/pages/fontselect.py index b7b34c833..099a2ba29 100644 --- a/openlp/core/pages/fontselect.py +++ b/openlp/core/pages/fontselect.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/projectors/__init__.py b/openlp/core/projectors/__init__.py index 2b8255483..f61aeec9d 100644 --- a/openlp/core/projectors/__init__.py +++ b/openlp/core/projectors/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/projectors/constants.py b/openlp/core/projectors/constants.py index 984b872d0..4a32cbdbd 100644 --- a/openlp/core/projectors/constants.py +++ b/openlp/core/projectors/constants.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/projectors/db.py b/openlp/core/projectors/db.py index 092952eb5..60cb6c194 100644 --- a/openlp/core/projectors/db.py +++ b/openlp/core/projectors/db.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/projectors/editform.py b/openlp/core/projectors/editform.py index 0457b3938..55e59f990 100644 --- a/openlp/core/projectors/editform.py +++ b/openlp/core/projectors/editform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/projectors/manager.py b/openlp/core/projectors/manager.py index b4e946668..4b68b8444 100644 --- a/openlp/core/projectors/manager.py +++ b/openlp/core/projectors/manager.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/projectors/pjlink.py b/openlp/core/projectors/pjlink.py index 10029437e..940315da1 100644 --- a/openlp/core/projectors/pjlink.py +++ b/openlp/core/projectors/pjlink.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/projectors/pjlinkcommands.py b/openlp/core/projectors/pjlinkcommands.py index 5cc0e9564..cdaf40140 100644 --- a/openlp/core/projectors/pjlinkcommands.py +++ b/openlp/core/projectors/pjlinkcommands.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/projectors/sourceselectform.py b/openlp/core/projectors/sourceselectform.py index f960be525..746837d2b 100644 --- a/openlp/core/projectors/sourceselectform.py +++ b/openlp/core/projectors/sourceselectform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/projectors/tab.py b/openlp/core/projectors/tab.py index 930b99ac2..4e05a4379 100644 --- a/openlp/core/projectors/tab.py +++ b/openlp/core/projectors/tab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/projectors/upgrade.py b/openlp/core/projectors/upgrade.py index c6c02b270..3f1a03d6f 100644 --- a/openlp/core/projectors/upgrade.py +++ b/openlp/core/projectors/upgrade.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 03f2e967f..8fea75f96 100644 --- a/openlp/core/resources.py +++ b/openlp/core/resources.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/server.py b/openlp/core/server.py index 1519376c1..91cc75a78 100644 --- a/openlp/core/server.py +++ b/openlp/core/server.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/state.py b/openlp/core/state.py index f53cf4639..a2aa0744c 100644 --- a/openlp/core/state.py +++ b/openlp/core/state.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/threading.py b/openlp/core/threading.py index 92be8c501..599b9c4d9 100644 --- a/openlp/core/threading.py +++ b/openlp/core/threading.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 ec3bcad6f..15785e10d 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 d15a96c86..eccf2d772 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 1210351d6..2dcd5957e 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 2abb201aa..c3114ce33 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 4721d3956..be186d28a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/confirmationform.py b/openlp/core/ui/confirmationform.py index d9b766757..1446caaa8 100644 --- a/openlp/core/ui/confirmationform.py +++ b/openlp/core/ui/confirmationform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/exceptiondialog.py b/openlp/core/ui/exceptiondialog.py index 5daf69f3f..622443a89 100644 --- a/openlp/core/ui/exceptiondialog.py +++ b/openlp/core/ui/exceptiondialog.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 cdf34630c..e52985126 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 555c357fa..3e6e6bf61 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 172e53345..4e677ed5d 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/firsttimeform.py b/openlp/core/ui/firsttimeform.py index b08ef6c06..4dfbd06c4 100644 --- a/openlp/core/ui/firsttimeform.py +++ b/openlp/core/ui/firsttimeform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/firsttimelanguagedialog.py b/openlp/core/ui/firsttimelanguagedialog.py index 8c898ae78..6f2496b71 100644 --- a/openlp/core/ui/firsttimelanguagedialog.py +++ b/openlp/core/ui/firsttimelanguagedialog.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 e7119375a..762068e57 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/firsttimewizard.py b/openlp/core/ui/firsttimewizard.py index 080c036e0..f47446770 100644 --- a/openlp/core/ui/firsttimewizard.py +++ b/openlp/core/ui/firsttimewizard.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 617f3a5ca..d9023d0a5 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/formattingtagcontroller.py b/openlp/core/ui/formattingtagcontroller.py index 249de5774..bb66fa338 100644 --- a/openlp/core/ui/formattingtagcontroller.py +++ b/openlp/core/ui/formattingtagcontroller.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 63463650a..8db3767a9 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 0c74ed647..13727e2cf 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/generaltab.py b/openlp/core/ui/generaltab.py index 04ca3fa00..981cfdb30 100644 --- a/openlp/core/ui/generaltab.py +++ b/openlp/core/ui/generaltab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/icons.py b/openlp/core/ui/icons.py index bf9da8530..8238d4272 100644 --- a/openlp/core/ui/icons.py +++ b/openlp/core/ui/icons.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 0232e432e..fc1b20924 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/mainwindow.py b/openlp/core/ui/mainwindow.py index a3243a7b6..772df3045 100644 --- a/openlp/core/ui/mainwindow.py +++ b/openlp/core/ui/mainwindow.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/media/__init__.py b/openlp/core/ui/media/__init__.py index 68f2084c0..b955dd70d 100644 --- a/openlp/core/ui/media/__init__.py +++ b/openlp/core/ui/media/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/media/mediacontroller.py b/openlp/core/ui/media/mediacontroller.py index 51f558b6b..19422a7bd 100644 --- a/openlp/core/ui/media/mediacontroller.py +++ b/openlp/core/ui/media/mediacontroller.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/media/mediaplayer.py b/openlp/core/ui/media/mediaplayer.py index 39c85b094..cc5a43d8a 100644 --- a/openlp/core/ui/media/mediaplayer.py +++ b/openlp/core/ui/media/mediaplayer.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/media/mediatab.py b/openlp/core/ui/media/mediatab.py index 343f7f988..cdcae6b71 100644 --- a/openlp/core/ui/media/mediatab.py +++ b/openlp/core/ui/media/mediatab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/media/remote.py b/openlp/core/ui/media/remote.py index bd165a0bb..e738f7a3b 100644 --- a/openlp/core/ui/media/remote.py +++ b/openlp/core/ui/media/remote.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/media/vlcplayer.py b/openlp/core/ui/media/vlcplayer.py index faf0ff6ad..5289c13b7 100644 --- a/openlp/core/ui/media/vlcplayer.py +++ b/openlp/core/ui/media/vlcplayer.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/plugindialog.py b/openlp/core/ui/plugindialog.py index e703c77d5..730e70361 100644 --- a/openlp/core/ui/plugindialog.py +++ b/openlp/core/ui/plugindialog.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 65e97e846..800054c67 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/printservicedialog.py b/openlp/core/ui/printservicedialog.py index 5f596220a..4852528db 100644 --- a/openlp/core/ui/printservicedialog.py +++ b/openlp/core/ui/printservicedialog.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/printserviceform.py b/openlp/core/ui/printserviceform.py index 01b78c7d1..ad2fdcbd0 100644 --- a/openlp/core/ui/printserviceform.py +++ b/openlp/core/ui/printserviceform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/screenstab.py b/openlp/core/ui/screenstab.py index 641cc1e86..cdad9d639 100644 --- a/openlp/core/ui/screenstab.py +++ b/openlp/core/ui/screenstab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 9ec78ddb2..9dbc93c51 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 e9b5101c1..872c5a023 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/servicemanager.py b/openlp/core/ui/servicemanager.py index 30d7d0bf4..624a98fec 100644 --- a/openlp/core/ui/servicemanager.py +++ b/openlp/core/ui/servicemanager.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/servicenoteform.py b/openlp/core/ui/servicenoteform.py index 03203e8eb..f5eb52f13 100644 --- a/openlp/core/ui/servicenoteform.py +++ b/openlp/core/ui/servicenoteform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 52355b4fa..84beddcac 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 20b58823d..dbf359a65 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 4de5e54a0..f7549009d 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/shortcutlistdialog.py b/openlp/core/ui/shortcutlistdialog.py index b38f77623..aaf377b49 100644 --- a/openlp/core/ui/shortcutlistdialog.py +++ b/openlp/core/ui/shortcutlistdialog.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/shortcutlistform.py b/openlp/core/ui/shortcutlistform.py index 899f33f0a..fe961457d 100644 --- a/openlp/core/ui/shortcutlistform.py +++ b/openlp/core/ui/shortcutlistform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/slidecontroller.py b/openlp/core/ui/slidecontroller.py index dc965048d..2d5162930 100644 --- a/openlp/core/ui/slidecontroller.py +++ b/openlp/core/ui/slidecontroller.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 da5cf7362..cee099912 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 283a41079..932d30765 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 3cb80a897..199201769 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/style.py b/openlp/core/ui/style.py index c4b89b53a..f1f94200c 100644 --- a/openlp/core/ui/style.py +++ b/openlp/core/ui/style.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/themeform.py b/openlp/core/ui/themeform.py index 0bcae9d61..63d62cce4 100644 --- a/openlp/core/ui/themeform.py +++ b/openlp/core/ui/themeform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 9cb1ecd0e..1e027aabb 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 8faef3496..8cf8678ef 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/thememanager.py b/openlp/core/ui/thememanager.py index 2b51d8efb..a7c119ebd 100644 --- a/openlp/core/ui/thememanager.py +++ b/openlp/core/ui/thememanager.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 f3fb2eab7..75f147ed8 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 24503c69e..6734ae64b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/ui/themestab.py b/openlp/core/ui/themestab.py index cfa48d099..e152883f4 100644 --- a/openlp/core/ui/themestab.py +++ b/openlp/core/ui/themestab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 0e92282de..0431d3e2b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/version.py b/openlp/core/version.py index 6f096db2a..75fbde215 100644 --- a/openlp/core/version.py +++ b/openlp/core/version.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/widgets/__init__.py b/openlp/core/widgets/__init__.py index 3822f6b38..d49024608 100644 --- a/openlp/core/widgets/__init__.py +++ b/openlp/core/widgets/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/widgets/buttons.py b/openlp/core/widgets/buttons.py index 25c099cd9..6871b8d6f 100644 --- a/openlp/core/widgets/buttons.py +++ b/openlp/core/widgets/buttons.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/widgets/dialogs.py b/openlp/core/widgets/dialogs.py index f038c3af6..1bae9415a 100644 --- a/openlp/core/widgets/dialogs.py +++ b/openlp/core/widgets/dialogs.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/widgets/docks.py b/openlp/core/widgets/docks.py index 8190f70c8..a711fb01f 100644 --- a/openlp/core/widgets/docks.py +++ b/openlp/core/widgets/docks.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/widgets/edits.py b/openlp/core/widgets/edits.py index 1bf5e838a..629e6d0a0 100644 --- a/openlp/core/widgets/edits.py +++ b/openlp/core/widgets/edits.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/widgets/enums.py b/openlp/core/widgets/enums.py index 03d93c4b7..1f9ab4d8f 100644 --- a/openlp/core/widgets/enums.py +++ b/openlp/core/widgets/enums.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/widgets/labels.py b/openlp/core/widgets/labels.py index f8533c919..d070ca813 100644 --- a/openlp/core/widgets/labels.py +++ b/openlp/core/widgets/labels.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/widgets/layouts.py b/openlp/core/widgets/layouts.py index ba50fb1be..bd2d8ac2b 100644 --- a/openlp/core/widgets/layouts.py +++ b/openlp/core/widgets/layouts.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/widgets/toolbar.py b/openlp/core/widgets/toolbar.py index 66586ecbd..e01345d3c 100644 --- a/openlp/core/widgets/toolbar.py +++ b/openlp/core/widgets/toolbar.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/widgets/views.py b/openlp/core/widgets/views.py index 110b412d9..a75a54b81 100644 --- a/openlp/core/widgets/views.py +++ b/openlp/core/widgets/views.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/widgets/widgets.py b/openlp/core/widgets/widgets.py index 76dc6d6c8..9e81a9d64 100644 --- a/openlp/core/widgets/widgets.py +++ b/openlp/core/widgets/widgets.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/core/widgets/wizard.py b/openlp/core/widgets/wizard.py index a8f9c9c00..0b287476a 100644 --- a/openlp/core/widgets/wizard.py +++ b/openlp/core/widgets/wizard.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 099a0f882..2f98efb83 100644 --- a/openlp/plugins/__init__.py +++ b/openlp/plugins/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 9cde12a49..b95beb70a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 16c500d40..8993a7655 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 c48de53f3..d03171b35 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 a14a95680..86878709a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 285a33656..ed4334f4b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 f88219145..664dd2b5f 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 dbb82f57e..ffbc85970 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 8a2872f2b..aeec53c75 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 f41ca32e2..6e6c6dea7 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 52cbb99d6..7fbfbec4e 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 49fdcc536..5de4f7e6c 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 ef3515ff7..f81c8de86 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 1b983d96f..c9306aaa8 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 741bc5aaf..eb32fe36b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 24c393215..efee9d3bb 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 81f07bb2f..c2e761eae 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 c00d1bcc9..7f4045943 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 71fbb75c1..0f71ec996 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 859b815d7..226c3a548 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 9b13de29c..14df945f1 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 f3d4e770e..5238ceb44 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 78cf344e2..f6b33c80e 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 9c98cb0a6..392a73aea 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 e2d8593f9..e4d48beb0 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 792db5de1..94c867205 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 d35bf02d7..b2cb9a653 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 4d560135c..97db5486e 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 71e7a7537..e8ebec374 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 20e639b6e..4d060211e 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 b9b426ef7..f28f6e709 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 341d14a69..37c9f4966 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 dc175a6b7..8e1e29c36 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 500d39650..33d73fe23 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 50661aa87..271c5ac19 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 2cf350c85..83533f607 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 a48e11d78..f5be4ab6a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 465361c17..623be2a4b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 07b57c366..f3c6dcc70 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 e0ec88e80..31f950df4 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 6a762b4bc..97bcc6edb 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 0026d8bf7..9fb3f9a08 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 fe41c073f..fb8b48f16 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 5c922b0fb..7b6062f3c 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 2d1784070..8471c111a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/custom/lib/mediaitem.py b/openlp/plugins/custom/lib/mediaitem.py index 9ea94a0ec..d1d76521e 100644 --- a/openlp/plugins/custom/lib/mediaitem.py +++ b/openlp/plugins/custom/lib/mediaitem.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 74b0f01f9..03f4187da 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 c48de53f3..d03171b35 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 b4b97658d..d857581d6 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 21b93f750..698818c4a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 1e7d0193f..8f6c53175 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 861ff2840..bfb96b294 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 eddf0a2ed..eb6a88a70 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 c2287a059..d718fdc59 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 a1ca30fad..ac90e107a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 4a596da00..02580097b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 320c0de32..9861860e8 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 13298a141..3f518060b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 849499d28..c02689e88 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 4c46681de..824b4162a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 31c118075..d6916c44a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 47a7257c0..3a4fef462 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 fb6bf6a19..3840219be 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 46153caa1..87ff14962 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 4bfcc7673..4227d11b0 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 f99f4ab81..d514caaa2 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/media/mediaplugin.py b/openlp/plugins/media/mediaplugin.py index 1c981835a..874f53a74 100644 --- a/openlp/plugins/media/mediaplugin.py +++ b/openlp/plugins/media/mediaplugin.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/media/remote.py b/openlp/plugins/media/remote.py index 826ba8f2c..0f1974308 100644 --- a/openlp/plugins/media/remote.py +++ b/openlp/plugins/media/remote.py @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 02bcd4f9f..0f2c2bbca 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 f1a9203b5..35819c611 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 49f09cb09..da4689b3a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 7362de7bd..52d86c301 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 3feebe105..5ddf3416a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 2f8da7375..536cad7b4 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 edaa1fd32..643bb672f 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 170790cfa..3efba391b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 a56b4a861..7b41e4c68 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 56a604ab6..4c7479221 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 f90b3174e..d12008fd3 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 5ac40046e..3d3118dc8 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 df4ac910d..e9a8f7f36 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 f69881f08..bb5b5217f 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 f93fa1fc9..4bff9f208 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 afc1d2f4a..c40587433 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 05bde4240..92b1dbbfb 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 0e34434ec..ac5490791 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 933cf4331..d4617f216 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 5ba283334..1a8a466b8 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 ea98e094c..4a53c7f40 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 67db7915e..fa3b56a3b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 07263d524..4a5b0ac75 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 d27affe11..f9bf18a0e 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/__init__.py b/openlp/plugins/songs/__init__.py index 11b9254d2..c0b58a1b1 100644 --- a/openlp/plugins/songs/__init__.py +++ b/openlp/plugins/songs/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 1397692d5..fc3690b1b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 cbda8701b..72da3b5d5 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 f1b222cda..26a8b2fae 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 296643f17..d592145c2 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 59df53c19..307d628e3 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 805739b18..d7b0acde0 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 86cf54c5c..b198ec319 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 c2f4681e0..2cc94ae3c 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 d8bdb2a28..9a8b3f4e6 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 b03c93819..6350d0b3b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 603438eb3..e4b97bc62 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 06813fc33..28f47121c 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 561425fab..ac7109cad 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/forms/songimportform.py b/openlp/plugins/songs/forms/songimportform.py index ac6d7cee1..7fac12430 100644 --- a/openlp/plugins/songs/forms/songimportform.py +++ b/openlp/plugins/songs/forms/songimportform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 bce74d144..f46edad0f 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 e9cfe067b..1da39a6e9 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 4da5c460a..14da7dd0a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 525e3458b..39d006bab 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 2adc7812c..eaac32cc8 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 46f561bdc..22012feb8 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/forms/topicsform.py b/openlp/plugins/songs/forms/topicsform.py index fd39bb93f..a2dad18fb 100644 --- a/openlp/plugins/songs/forms/topicsform.py +++ b/openlp/plugins/songs/forms/topicsform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 fd82957aa..948c05e7d 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/__init__.py b/openlp/plugins/songs/lib/__init__.py index 66138a84e..49c1be68f 100644 --- a/openlp/plugins/songs/lib/__init__.py +++ b/openlp/plugins/songs/lib/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/db.py b/openlp/plugins/songs/lib/db.py index d30ba880d..9d2ac5672 100644 --- a/openlp/plugins/songs/lib/db.py +++ b/openlp/plugins/songs/lib/db.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importer.py b/openlp/plugins/songs/lib/importer.py index 56e0ece26..ba74588b3 100644 --- a/openlp/plugins/songs/lib/importer.py +++ b/openlp/plugins/songs/lib/importer.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/__init__.py b/openlp/plugins/songs/lib/importers/__init__.py index bdcda6aac..2f4832b56 100644 --- a/openlp/plugins/songs/lib/importers/__init__.py +++ b/openlp/plugins/songs/lib/importers/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 dec303703..782138af7 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/chordpro.py b/openlp/plugins/songs/lib/importers/chordpro.py index f899719ac..ff184f6f2 100644 --- a/openlp/plugins/songs/lib/importers/chordpro.py +++ b/openlp/plugins/songs/lib/importers/chordpro.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/dreambeam.py b/openlp/plugins/songs/lib/importers/dreambeam.py index 8e3fa22b8..4e866de20 100644 --- a/openlp/plugins/songs/lib/importers/dreambeam.py +++ b/openlp/plugins/songs/lib/importers/dreambeam.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/easyslides.py b/openlp/plugins/songs/lib/importers/easyslides.py index 35d48c91b..c7fe3b2a2 100644 --- a/openlp/plugins/songs/lib/importers/easyslides.py +++ b/openlp/plugins/songs/lib/importers/easyslides.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/easyworship.py b/openlp/plugins/songs/lib/importers/easyworship.py index e6925cbc8..2882d8572 100644 --- a/openlp/plugins/songs/lib/importers/easyworship.py +++ b/openlp/plugins/songs/lib/importers/easyworship.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 47b2a0819..7079b1153 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 b1e4bcdec..720418a89 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/lyrix.py b/openlp/plugins/songs/lib/importers/lyrix.py index 6e7b84557..644b5cdac 100644 --- a/openlp/plugins/songs/lib/importers/lyrix.py +++ b/openlp/plugins/songs/lib/importers/lyrix.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/mediashout.py b/openlp/plugins/songs/lib/importers/mediashout.py index 94af154bd..8a22dcf97 100644 --- a/openlp/plugins/songs/lib/importers/mediashout.py +++ b/openlp/plugins/songs/lib/importers/mediashout.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 1d00f49fa..a03fdb5a8 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/openlyrics.py b/openlp/plugins/songs/lib/importers/openlyrics.py index 9175f1a17..6c45bcadf 100644 --- a/openlp/plugins/songs/lib/importers/openlyrics.py +++ b/openlp/plugins/songs/lib/importers/openlyrics.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/openoffice.py b/openlp/plugins/songs/lib/importers/openoffice.py index 516abed72..645f6e06b 100644 --- a/openlp/plugins/songs/lib/importers/openoffice.py +++ b/openlp/plugins/songs/lib/importers/openoffice.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/opensong.py b/openlp/plugins/songs/lib/importers/opensong.py index 048afb723..547801492 100644 --- a/openlp/plugins/songs/lib/importers/opensong.py +++ b/openlp/plugins/songs/lib/importers/opensong.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 505860748..6c8f7100c 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 4829c0578..40f05c8a4 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/powersong.py b/openlp/plugins/songs/lib/importers/powersong.py index 40d038614..d27a7034c 100644 --- a/openlp/plugins/songs/lib/importers/powersong.py +++ b/openlp/plugins/songs/lib/importers/powersong.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/presentationmanager.py b/openlp/plugins/songs/lib/importers/presentationmanager.py index 9afa17889..f748c5b29 100644 --- a/openlp/plugins/songs/lib/importers/presentationmanager.py +++ b/openlp/plugins/songs/lib/importers/presentationmanager.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 8a8c13a78..a440e276c 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/singingthefaith.py b/openlp/plugins/songs/lib/importers/singingthefaith.py index 4123c5ae9..ca6603629 100644 --- a/openlp/plugins/songs/lib/importers/singingthefaith.py +++ b/openlp/plugins/songs/lib/importers/singingthefaith.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/songbeamer.py b/openlp/plugins/songs/lib/importers/songbeamer.py index a1e5d1701..ecee61623 100644 --- a/openlp/plugins/songs/lib/importers/songbeamer.py +++ b/openlp/plugins/songs/lib/importers/songbeamer.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 513827a18..59de77f27 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/songpro.py b/openlp/plugins/songs/lib/importers/songpro.py index dcbc366bb..22bdaef22 100644 --- a/openlp/plugins/songs/lib/importers/songpro.py +++ b/openlp/plugins/songs/lib/importers/songpro.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/songshowplus.py b/openlp/plugins/songs/lib/importers/songshowplus.py index c3ec443cd..d3180c93f 100644 --- a/openlp/plugins/songs/lib/importers/songshowplus.py +++ b/openlp/plugins/songs/lib/importers/songshowplus.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 7475d9446..e3360a84c 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/sundayplus.py b/openlp/plugins/songs/lib/importers/sundayplus.py index a6a2b6037..b6592ba06 100644 --- a/openlp/plugins/songs/lib/importers/sundayplus.py +++ b/openlp/plugins/songs/lib/importers/sundayplus.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/videopsalm.py b/openlp/plugins/songs/lib/importers/videopsalm.py index d05717045..dde6d09b3 100644 --- a/openlp/plugins/songs/lib/importers/videopsalm.py +++ b/openlp/plugins/songs/lib/importers/videopsalm.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 41cd79de2..cfaa00520 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/worshipassistant.py b/openlp/plugins/songs/lib/importers/worshipassistant.py index f4daef78d..e942f15f2 100644 --- a/openlp/plugins/songs/lib/importers/worshipassistant.py +++ b/openlp/plugins/songs/lib/importers/worshipassistant.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/worshipcenterpro.py b/openlp/plugins/songs/lib/importers/worshipcenterpro.py index 22070fa5a..abe72a93e 100644 --- a/openlp/plugins/songs/lib/importers/worshipcenterpro.py +++ b/openlp/plugins/songs/lib/importers/worshipcenterpro.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/importers/zionworx.py b/openlp/plugins/songs/lib/importers/zionworx.py index b822c4a69..ad005bebf 100644 --- a/openlp/plugins/songs/lib/importers/zionworx.py +++ b/openlp/plugins/songs/lib/importers/zionworx.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/mediaitem.py b/openlp/plugins/songs/lib/mediaitem.py index e35c40817..4cc5a6899 100644 --- a/openlp/plugins/songs/lib/mediaitem.py +++ b/openlp/plugins/songs/lib/mediaitem.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/openlyricsexport.py b/openlp/plugins/songs/lib/openlyricsexport.py index 17904fe08..d73952b3b 100644 --- a/openlp/plugins/songs/lib/openlyricsexport.py +++ b/openlp/plugins/songs/lib/openlyricsexport.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/openlyricsxml.py b/openlp/plugins/songs/lib/openlyricsxml.py index 31e3e222b..cc91fceaf 100644 --- a/openlp/plugins/songs/lib/openlyricsxml.py +++ b/openlp/plugins/songs/lib/openlyricsxml.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/songcompare.py b/openlp/plugins/songs/lib/songcompare.py index 9065f07f9..2925f3c8a 100644 --- a/openlp/plugins/songs/lib/songcompare.py +++ b/openlp/plugins/songs/lib/songcompare.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/songselect.py b/openlp/plugins/songs/lib/songselect.py index ca0b61c61..fc92e7272 100644 --- a/openlp/plugins/songs/lib/songselect.py +++ b/openlp/plugins/songs/lib/songselect.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/songstab.py b/openlp/plugins/songs/lib/songstab.py index 4f7797c15..8251e04e3 100644 --- a/openlp/plugins/songs/lib/songstab.py +++ b/openlp/plugins/songs/lib/songstab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/ui.py b/openlp/plugins/songs/lib/ui.py index 47b7a1b3e..3b8162571 100644 --- a/openlp/plugins/songs/lib/ui.py +++ b/openlp/plugins/songs/lib/ui.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/lib/upgrade.py b/openlp/plugins/songs/lib/upgrade.py index cb88f531f..72e8f67f0 100644 --- a/openlp/plugins/songs/lib/upgrade.py +++ b/openlp/plugins/songs/lib/upgrade.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/openlp/plugins/songs/reporting.py b/openlp/plugins/songs/reporting.py index f1d7b9cc8..e67b387bd 100644 --- a/openlp/plugins/songs/reporting.py +++ b/openlp/plugins/songs/reporting.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 49a48b24f..5d083e18e 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 9d2375f10..e59d70adb 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 0769262a0..a1b8aa56a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 c40940835..79d42bae5 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 2b60a5642..7a05e5369 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 de7bcb752..c6d95bfb6 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 e9bff508d..11e91d56d 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 16e71bee9..b3ec9bba0 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 70f7f2a88..b9c8f78d2 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: 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 a301ff7a9..bfc187938 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/run_openlp.py b/run_openlp.py index 24200e930..811c59dc4 100755 --- a/run_openlp.py +++ b/run_openlp.py @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/scripts/check_dependencies.py b/scripts/check_dependencies.py index 6b0d181da..c335d3d05 100755 --- a/scripts/check_dependencies.py +++ b/scripts/check_dependencies.py @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/scripts/clean_up_resources.py b/scripts/clean_up_resources.py index 20e7838d9..8edbcb647 100755 --- a/scripts/clean_up_resources.py +++ b/scripts/clean_up_resources.py @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/scripts/generate_resources.sh b/scripts/generate_resources.sh index 6e610035a..9b3eab029 100755 --- a/scripts/generate_resources.sh +++ b/scripts/generate_resources.sh @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/scripts/generate_translations.sh b/scripts/generate_translations.sh index 538d2892d..5dac7ea45 100755 --- a/scripts/generate_translations.sh +++ b/scripts/generate_translations.sh @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/scripts/pull_translations b/scripts/pull_translations index b68bd6071..fb57b8f2a 100755 --- a/scripts/pull_translations +++ b/scripts/pull_translations @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/scripts/push_translations b/scripts/push_translations index ae6779d0b..4811a4994 100755 --- a/scripts/push_translations +++ b/scripts/push_translations @@ -2,7 +2,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/scripts/resources.patch b/scripts/resources.patch index 983762e45..3beedbda6 100644 --- a/scripts/resources.patch +++ b/scripts/resources.patch @@ -14,7 +14,7 @@ +########################################################################## +# OpenLP - Open Source Lyrics Projection # +# ---------------------------------------------------------------------- # -+# Copyright (c) 2008-2022 OpenLP Developers # ++# Copyright (c) 2008-2023 OpenLP Developers # +# ---------------------------------------------------------------------- # +# This program is free software: you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # diff --git a/scripts/translation_utils.py b/scripts/translation_utils.py index 65e61f940..2192d5040 100755 --- a/scripts/translation_utils.py +++ b/scripts/translation_utils.py @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/scripts/websocket_client.py b/scripts/websocket_client.py index c839e7071..d1ea87ce9 100755 --- a/scripts/websocket_client.py +++ b/scripts/websocket_client.py @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/setup.py b/setup.py index 2af83a08b..b93741af1 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 b3aea5560..40080de41 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 401f951a8..e4a163db3 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/helpers/__init__.py b/tests/helpers/__init__.py index a97d98c6f..49d398a57 100644 --- a/tests/helpers/__init__.py +++ b/tests/helpers/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/helpers/projector.py b/tests/helpers/projector.py index 271512312..d0e1154f3 100644 --- a/tests/helpers/projector.py +++ b/tests/helpers/projector.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/helpers/songfileimport.py b/tests/helpers/songfileimport.py index 94b1c355d..3aebdf1f3 100644 --- a/tests/helpers/songfileimport.py +++ b/tests/helpers/songfileimport.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/helpers/testmixin.py b/tests/helpers/testmixin.py index 396179785..ef3ddefe9 100644 --- a/tests/helpers/testmixin.py +++ b/tests/helpers/testmixin.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/__init__.py b/tests/openlp_core/__init__.py index ab1378d47..3f538d769 100644 --- a/tests/openlp_core/__init__.py +++ b/tests/openlp_core/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 bde80039d..4b477f930 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 2a90401d0..9cc12505a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 c3a787cd0..f0afcc507 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 5be8325a9..b91a291a0 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 be2d0af85..81d85b53a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 b538bf157..aa2e35514 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 bb1665909..785967f01 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 1c5ea6ae8..aa96b8d79 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 472f4afee..ad117c39f 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 2f9673c5a..6fe7f631d 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/api/v2/test_service.py b/tests/openlp_core/api/v2/test_service.py index 27572fd36..83e122185 100644 --- a/tests/openlp_core/api/v2/test_service.py +++ b/tests/openlp_core/api/v2/test_service.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 11fd0a39f..013d6a004 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/common/test_applocation.py b/tests/openlp_core/common/test_applocation.py index 4d5590ea5..1fe484f7c 100644 --- a/tests/openlp_core/common/test_applocation.py +++ b/tests/openlp_core/common/test_applocation.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 e3a9deb43..859bd56ab 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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_handlers.py b/tests/openlp_core/common/test_handlers.py index 2f38fed2f..d791a2599 100644 --- a/tests/openlp_core/common/test_handlers.py +++ b/tests/openlp_core/common/test_handlers.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/common/test_httputils.py b/tests/openlp_core/common/test_httputils.py index 8d7feb8d5..ba8f8c3b2 100644 --- a/tests/openlp_core/common/test_httputils.py +++ b/tests/openlp_core/common/test_httputils.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 cc1b47168..add0fc1f5 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 cc1c6ff0b..750cd3d9c 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 45ab57744..4e9b40c3b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 9c6ce9afb..b25382632 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/common/test_network_interfaces.py b/tests/openlp_core/common/test_network_interfaces.py index bbac4fadb..2d63955c7 100644 --- a/tests/openlp_core/common/test_network_interfaces.py +++ b/tests/openlp_core/common/test_network_interfaces.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 1ba957f27..1eabe7a67 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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_platform.py b/tests/openlp_core/common/test_platform.py index 7ff47c488..96fc55456 100644 --- a/tests/openlp_core/common/test_platform.py +++ b/tests/openlp_core/common/test_platform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 ad9fe7aa2..67e9e454f 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 0d8e8383a..6bef297cf 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 938b1eb9f..8e24e56eb 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 5d8b374db..c170831ca 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 ef0bc99d4..68ad9fc3f 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 810bbebf7..da7720f2f 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 0a0087917..7cf7c74d9 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 28cc509a3..93b7c9f9e 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 74ff8aa86..8b6a57afb 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 4e952d91c..51c0e89be 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 6175d4198..5a8eebe7d 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 a3f3554e6..4e12d7ea4 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 1d3297599..ca9ff21bc 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/lib/test_pluginmanager.py b/tests/openlp_core/lib/test_pluginmanager.py index 6c9b48381..455cb7cbb 100644 --- a/tests/openlp_core/lib/test_pluginmanager.py +++ b/tests/openlp_core/lib/test_pluginmanager.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 504d5375b..7c7c8c1de 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 fb5322428..6939f81bd 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 40891c79e..1d277c4df 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 85f288e3c..e491c21ad 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 a5f64119b..f58683def 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 bce631c89..cd33a46f5 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 939eebfcc..0639661a2 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 8ae945deb..7323b1aca 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 4f54f75e0..d35b834dc 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/commands/test_avmt.py b/tests/openlp_core/projectors/commands/test_avmt.py index f3aa35176..2346461fc 100644 --- a/tests/openlp_core/projectors/commands/test_avmt.py +++ b/tests/openlp_core/projectors/commands/test_avmt.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/commands/test_clss.py b/tests/openlp_core/projectors/commands/test_clss.py index d9bf49ff9..17bb9e5c6 100644 --- a/tests/openlp_core/projectors/commands/test_clss.py +++ b/tests/openlp_core/projectors/commands/test_clss.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/commands/test_misc_commands.py b/tests/openlp_core/projectors/commands/test_misc_commands.py index e2765b8a5..77dbdb7b2 100644 --- a/tests/openlp_core/projectors/commands/test_misc_commands.py +++ b/tests/openlp_core/projectors/commands/test_misc_commands.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/commands/test_pjlink.py b/tests/openlp_core/projectors/commands/test_pjlink.py index 82cd32033..c9b990b9b 100644 --- a/tests/openlp_core/projectors/commands/test_pjlink.py +++ b/tests/openlp_core/projectors/commands/test_pjlink.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/commands/test_routing.py b/tests/openlp_core/projectors/commands/test_routing.py index 600132975..a772dbc50 100644 --- a/tests/openlp_core/projectors/commands/test_routing.py +++ b/tests/openlp_core/projectors/commands/test_routing.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/commands/test_sver.py b/tests/openlp_core/projectors/commands/test_sver.py index 48ec35b04..303f8e545 100644 --- a/tests/openlp_core/projectors/commands/test_sver.py +++ b/tests/openlp_core/projectors/commands/test_sver.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 67b7a082d..0454249a7 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/db/test_get_projector.py b/tests/openlp_core/projectors/db/test_get_projector.py index 13274c92d..8dbca1910 100644 --- a/tests/openlp_core/projectors/db/test_get_projector.py +++ b/tests/openlp_core/projectors/db/test_get_projector.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/editform/test_accept_me.py b/tests/openlp_core/projectors/editform/test_accept_me.py index fe2c1b612..221fe8bc4 100644 --- a/tests/openlp_core/projectors/editform/test_accept_me.py +++ b/tests/openlp_core/projectors/editform/test_accept_me.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/editform/test_misc_editform.py b/tests/openlp_core/projectors/editform/test_misc_editform.py index a6b9d1cbc..a5aa0061c 100644 --- a/tests/openlp_core/projectors/editform/test_misc_editform.py +++ b/tests/openlp_core/projectors/editform/test_misc_editform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/manager/test_boostrap.py b/tests/openlp_core/projectors/manager/test_boostrap.py index b75790322..5c0e77e4b 100644 --- a/tests/openlp_core/projectors/manager/test_boostrap.py +++ b/tests/openlp_core/projectors/manager/test_boostrap.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/manager/test_misc_manager.py b/tests/openlp_core/projectors/manager/test_misc_manager.py index 8fbfe7f0b..489a3416f 100644 --- a/tests/openlp_core/projectors/manager/test_misc_manager.py +++ b/tests/openlp_core/projectors/manager/test_misc_manager.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/manager/test_toolbar_triggers-01.py b/tests/openlp_core/projectors/manager/test_toolbar_triggers-01.py index a7db4ebff..fcefed961 100644 --- a/tests/openlp_core/projectors/manager/test_toolbar_triggers-01.py +++ b/tests/openlp_core/projectors/manager/test_toolbar_triggers-01.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/manager/test_toolbar_triggers-basic.py b/tests/openlp_core/projectors/manager/test_toolbar_triggers-basic.py index 5504455cc..6fc8d04d8 100644 --- a/tests/openlp_core/projectors/manager/test_toolbar_triggers-basic.py +++ b/tests/openlp_core/projectors/manager/test_toolbar_triggers-basic.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/manager/test_udp.py b/tests/openlp_core/projectors/manager/test_udp.py index 6020b250f..87b5efa39 100644 --- a/tests/openlp_core/projectors/manager/test_udp.py +++ b/tests/openlp_core/projectors/manager/test_udp.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/pjlink/test_check_login.py b/tests/openlp_core/projectors/pjlink/test_check_login.py index 20a095964..780ff9e8c 100644 --- a/tests/openlp_core/projectors/pjlink/test_check_login.py +++ b/tests/openlp_core/projectors/pjlink/test_check_login.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/pjlink/test_get_data.py b/tests/openlp_core/projectors/pjlink/test_get_data.py index e8c280419..d799ef1bc 100644 --- a/tests/openlp_core/projectors/pjlink/test_get_data.py +++ b/tests/openlp_core/projectors/pjlink/test_get_data.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/pjlink/test_misc_pjlink.py b/tests/openlp_core/projectors/pjlink/test_misc_pjlink.py index a8c0611a3..76c7be184 100644 --- a/tests/openlp_core/projectors/pjlink/test_misc_pjlink.py +++ b/tests/openlp_core/projectors/pjlink/test_misc_pjlink.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/pjlink/test_reset_information.py b/tests/openlp_core/projectors/pjlink/test_reset_information.py index caae80d2f..52d80a66d 100644 --- a/tests/openlp_core/projectors/pjlink/test_reset_information.py +++ b/tests/openlp_core/projectors/pjlink/test_reset_information.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/pjlink/test_send_command.py b/tests/openlp_core/projectors/pjlink/test_send_command.py index 1c2b7a254..b21d7c3d2 100644 --- a/tests/openlp_core/projectors/pjlink/test_send_command.py +++ b/tests/openlp_core/projectors/pjlink/test_send_command.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 e81d71b4c..4fc5fdd09 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 d2dac46dd..8380c82ea 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 234c64b04..2a86dffd1 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 1bc39d254..5e7738860 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 1056c9b1b..2fd521c73 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 d653bfed5..92276a266 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 bf5244a51..4ac71d35a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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/ui/test_tab.py b/tests/openlp_core/projectors/ui/test_tab.py index a7fae2fc5..0cef41530 100644 --- a/tests/openlp_core/projectors/ui/test_tab.py +++ b/tests/openlp_core/projectors/ui/test_tab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/test_app.py b/tests/openlp_core/test_app.py index d1b0c2812..50f7ab61c 100644 --- a/tests/openlp_core/test_app.py +++ b/tests/openlp_core/test_app.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/test_server.py b/tests/openlp_core/test_server.py index 1818f9326..18c762022 100644 --- a/tests/openlp_core/test_server.py +++ b/tests/openlp_core/test_server.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/test_state.py b/tests/openlp_core/test_state.py index 546e959fa..9576171f4 100644 --- a/tests/openlp_core/test_state.py +++ b/tests/openlp_core/test_state.py @@ -2,7 +2,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/test_threading.py b/tests/openlp_core/test_threading.py index 07a37ada5..9222c3687 100644 --- a/tests/openlp_core/test_threading.py +++ b/tests/openlp_core/test_threading.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/test_version.py b/tests/openlp_core/test_version.py index 60b5ece7f..fe64e80ee 100644 --- a/tests/openlp_core/test_version.py +++ b/tests/openlp_core/test_version.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/__init__.py b/tests/openlp_core/ui/__init__.py index 3822f6b38..d49024608 100644 --- a/tests/openlp_core/ui/__init__.py +++ b/tests/openlp_core/ui/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 bcf4c6307..5b49e8cda 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 8fa5cfa6b..1bc4edb02 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/media/test_mediacontroller.py b/tests/openlp_core/ui/media/test_mediacontroller.py index bec95938d..81216d972 100644 --- a/tests/openlp_core/ui/media/test_mediacontroller.py +++ b/tests/openlp_core/ui/media/test_mediacontroller.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/media/test_remote.py b/tests/openlp_core/ui/media/test_remote.py index f7dc41951..1c18eb0c8 100644 --- a/tests/openlp_core/ui/media/test_remote.py +++ b/tests/openlp_core/ui/media/test_remote.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/media/test_vlcplayer.py b/tests/openlp_core/ui/media/test_vlcplayer.py index 078389226..ff06259e6 100644 --- a/tests/openlp_core/ui/media/test_vlcplayer.py +++ b/tests/openlp_core/ui/media/test_vlcplayer.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 968b69655..8faf517c9 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_advancedtab.py b/tests/openlp_core/ui/test_advancedtab.py index a0422f589..3f24be37e 100644 --- a/tests/openlp_core/ui/test_advancedtab.py +++ b/tests/openlp_core/ui/test_advancedtab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_confirmationform.py b/tests/openlp_core/ui/test_confirmationform.py index ef1f9590d..92b900c87 100644 --- a/tests/openlp_core/ui/test_confirmationform.py +++ b/tests/openlp_core/ui/test_confirmationform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_exceptionform.py b/tests/openlp_core/ui/test_exceptionform.py index 08d73ba61..fbdb7a2d5 100644 --- a/tests/openlp_core/ui/test_exceptionform.py +++ b/tests/openlp_core/ui/test_exceptionform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_filerenamedialog.py b/tests/openlp_core/ui/test_filerenamedialog.py index b24ef600a..0004350ce 100644 --- a/tests/openlp_core/ui/test_filerenamedialog.py +++ b/tests/openlp_core/ui/test_filerenamedialog.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3f0cce98d..839dab737 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_firsttimeform.py b/tests/openlp_core/ui/test_firsttimeform.py index dd8775bac..d459512f9 100644 --- a/tests/openlp_core/ui/test_firsttimeform.py +++ b/tests/openlp_core/ui/test_firsttimeform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_formattingtagscontroller.py b/tests/openlp_core/ui/test_formattingtagscontroller.py index 6d8e4116b..5b6e9ccf8 100644 --- a/tests/openlp_core/ui/test_formattingtagscontroller.py +++ b/tests/openlp_core/ui/test_formattingtagscontroller.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 6cfe7fac6..8a3229f31 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_generaltab.py b/tests/openlp_core/ui/test_generaltab.py index ed1cd5804..f8ce597fc 100644 --- a/tests/openlp_core/ui/test_generaltab.py +++ b/tests/openlp_core/ui/test_generaltab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 32e962f07..bc9df5804 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 8205b5cea..ea96de86c 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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_library.py b/tests/openlp_core/ui/test_library.py index 64883ba8e..312f28379 100644 --- a/tests/openlp_core/ui/test_library.py +++ b/tests/openlp_core/ui/test_library.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_mainwindow.py b/tests/openlp_core/ui/test_mainwindow.py index 7e213a826..b0efde327 100644 --- a/tests/openlp_core/ui/test_mainwindow.py +++ b/tests/openlp_core/ui/test_mainwindow.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 100e955f0..0af97f9e1 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_servicemanager.py b/tests/openlp_core/ui/test_servicemanager.py index 428b4eb6f..e42fc06ff 100644 --- a/tests/openlp_core/ui/test_servicemanager.py +++ b/tests/openlp_core/ui/test_servicemanager.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_servicenotedialog.py b/tests/openlp_core/ui/test_servicenotedialog.py index 2d0de5528..476cc14de 100644 --- a/tests/openlp_core/ui/test_servicenotedialog.py +++ b/tests/openlp_core/ui/test_servicenotedialog.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_servicetab.py b/tests/openlp_core/ui/test_servicetab.py index 66323862c..64b1b6662 100644 --- a/tests/openlp_core/ui/test_servicetab.py +++ b/tests/openlp_core/ui/test_servicetab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 161d3aa31..1dca188bb 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 f9b7adcca..cfd67d258 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 765968c84..919b06a24 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 81c46daed..bcdc104a7 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_slidecontroller.py b/tests/openlp_core/ui/test_slidecontroller.py index 4e7bd9e36..040087bcb 100644 --- a/tests/openlp_core/ui/test_slidecontroller.py +++ b/tests/openlp_core/ui/test_slidecontroller.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_splashscreen.py b/tests/openlp_core/ui/test_splashscreen.py index 69d223fbe..a4c6baf6b 100644 --- a/tests/openlp_core/ui/test_splashscreen.py +++ b/tests/openlp_core/ui/test_splashscreen.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 fb6353fff..ffd792d24 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 008538ea1..4f8c78af9 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_themeform.py b/tests/openlp_core/ui/test_themeform.py index 32dd46480..bc4147010 100644 --- a/tests/openlp_core/ui/test_themeform.py +++ b/tests/openlp_core/ui/test_themeform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_thememanager.py b/tests/openlp_core/ui/test_thememanager.py index 91a2504a2..f313dca75 100644 --- a/tests/openlp_core/ui/test_thememanager.py +++ b/tests/openlp_core/ui/test_thememanager.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_themeprogressform.py b/tests/openlp_core/ui/test_themeprogressform.py index 2bb0a86af..7c6133a1e 100644 --- a/tests/openlp_core/ui/test_themeprogressform.py +++ b/tests/openlp_core/ui/test_themeprogressform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/ui/test_themetab.py b/tests/openlp_core/ui/test_themetab.py index 02726dea2..6a081c85f 100644 --- a/tests/openlp_core/ui/test_themetab.py +++ b/tests/openlp_core/ui/test_themetab.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 9e9aec4ec..45717135d 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 9ce539d33..b5b693ff0 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/widgets/test_edits.py b/tests/openlp_core/widgets/test_edits.py index e1e1ac4fa..11f6a48d4 100755 --- a/tests/openlp_core/widgets/test_edits.py +++ b/tests/openlp_core/widgets/test_edits.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_core/widgets/test_views.py b/tests/openlp_core/widgets/test_views.py index 4ecffe34a..f78a3a048 100644 --- a/tests/openlp_core/widgets/test_views.py +++ b/tests/openlp_core/widgets/test_views.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 d712caa79..954e24d65 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 ee53500f7..2f890b23a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 6a5ec9e9a..4a8bee02e 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 558dae7f7..ca248e775 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 be7c54c18..80bda0aa0 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 d45d5a1ad..47d73d6fb 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 488ef524b..1e1abc883 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 c85b14b8f..962100840 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 a76a23b3a..b3e5a2750 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3a76e7211..729474a07 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 a80929a8a..7c893ae9f 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 9a126e85a..58935f0a8 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 7e46f62c7..658663f5b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 34de74ee4..5e8bd6ca3 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 b5570ab44..82087b5c9 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 240bb54b2..eab4b98f4 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 83bc38132..1c556e08d 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 dee8640e5..2b8ee965c 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 03ca84bc3..90b70e0c8 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 0903bb9fb..d2d35d6d6 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 46cdcb755..f19803902 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 10d235a08..57956aba5 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 601ad7e0d..37a8c704c 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 34be05142..1d838e09b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 b4f919a5d..ef7ca8617 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_plugins/custom/forms/test_customform.py b/tests/openlp_plugins/custom/forms/test_customform.py index 23d2acce7..9fc7e27e4 100644 --- a/tests/openlp_plugins/custom/forms/test_customform.py +++ b/tests/openlp_plugins/custom/forms/test_customform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 320625d13..8f1d16b8e 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 5a460b558..cdd2bf816 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 9e85eb66b..59f5c182e 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 48863b14c..49e90d393 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 29e09d749..cdd99844c 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 73b58c64f..4d525d3f2 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 89173fc90..1029ae7a7 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 083273a89..4002f68a0 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 12553b7c8..e7503a39a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 87b14e398..0f4f44aa3 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 4f35d5f4b..264f6fcc0 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 5e145c758..d2fecb24f 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 9f92f0ae0..3133775c3 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 d29788c80..bc15483da 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 97c785970..fca7af544 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 9bca09e2a..fbb7a0e01 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 951be59e7..1352e9ab1 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 c3dcf1191..53ebd9875 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_plugins/presentations/__init__.py b/tests/openlp_plugins/presentations/__init__.py index 3822f6b38..d49024608 100644 --- a/tests/openlp_plugins/presentations/__init__.py +++ b/tests/openlp_plugins/presentations/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 95743b34f..54d0af650 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_plugins/presentations/lib/test_serializers.py b/tests/openlp_plugins/presentations/lib/test_serializers.py index 16e24efde..28034b0b4 100644 --- a/tests/openlp_plugins/presentations/lib/test_serializers.py +++ b/tests/openlp_plugins/presentations/lib/test_serializers.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 9cc300379..7e5356773 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 a26222105..50e7f7a89 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 e819b1e23..d509d52ab 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 8db05c3c1..5811a0fbc 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 8c3881ec6..7790e3aba 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 e0dd23946..09edf29c6 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 d91d71ff8..80a4af59e 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 06a0d1b94..9cb300937 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 bc5e4a100..b77a6b67f 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 08acbfc25..a89e484f9 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 d4e92cd82..92e5c49d4 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3822f6b38..d49024608 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_plugins/songs/forms/test_authorsform.py b/tests/openlp_plugins/songs/forms/test_authorsform.py index feb3abca3..a3a498ec3 100644 --- a/tests/openlp_plugins/songs/forms/test_authorsform.py +++ b/tests/openlp_plugins/songs/forms/test_authorsform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_plugins/songs/forms/test_editsongform.py b/tests/openlp_plugins/songs/forms/test_editsongform.py index 67d9bb644..990b86a32 100644 --- a/tests/openlp_plugins/songs/forms/test_editsongform.py +++ b/tests/openlp_plugins/songs/forms/test_editsongform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_plugins/songs/forms/test_editverseform.py b/tests/openlp_plugins/songs/forms/test_editverseform.py index ad04516b3..4071db44c 100644 --- a/tests/openlp_plugins/songs/forms/test_editverseform.py +++ b/tests/openlp_plugins/songs/forms/test_editverseform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_plugins/songs/forms/test_songmaintenanceform.py b/tests/openlp_plugins/songs/forms/test_songmaintenanceform.py index 7049b52c3..cd7b82a41 100644 --- a/tests/openlp_plugins/songs/forms/test_songmaintenanceform.py +++ b/tests/openlp_plugins/songs/forms/test_songmaintenanceform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/openlp_plugins/songs/forms/test_topicsform.py b/tests/openlp_plugins/songs/forms/test_topicsform.py index 1f8ad3fee..2d9ac07d0 100644 --- a/tests/openlp_plugins/songs/forms/test_topicsform.py +++ b/tests/openlp_plugins/songs/forms/test_topicsform.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 f318b7236..e9d302a57 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 6253558d4..34827dd8b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 eaf977316..b1db1c412 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 5feff4eea..6f167c0a5 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 f2624cc76..c61005a2a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 0033d5d2b..cc1013464 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 c4563a911..a2659a466 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 3260c6a53..22d5e68c6 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 daf5ff960..106471b5a 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 73dd59e50..d582ecfc2 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 0a2443c61..85cf3d4bc 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 474dc2dd5..0cf6b3399 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 9becd502d..a6e9c52ef 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 35ac42441..e0c43b9fb 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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_openlyricsxml.py b/tests/openlp_plugins/songs/test_openlyricsxml.py index cb532a485..e5dac2c7e 100644 --- a/tests/openlp_plugins/songs/test_openlyricsxml.py +++ b/tests/openlp_plugins/songs/test_openlyricsxml.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 1dd0d26a1..d89cd3061 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 ad5ed15fc..9c33152f5 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 d531f07f9..12469626b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 584d38d47..244ab6e83 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 7519bbfe9..50b55e1c4 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 d333b4663..f2c517c27 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 0df6035e6..9d2e166bc 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 0e8051541..5e18ab0ff 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 fde141689..dcc02639d 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 0675fed06..49985388b 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 857bff698..146e0fc1e 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 1ce02708d..3756376cf 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 375120f63..d597d0e99 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 78a0a3e63..c40eddf2e 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 966a578b5..23083aee2 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 0842c003b..cbad78e18 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 006a4dc1e..515fd3cef 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 91e2a9144..d55b2f4ad 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 32fae5805..71cb97328 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 9c1d4f8dc..65c73f9fe 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 791fe9829..b1b391c43 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 0d9302597..9de4ab24c 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 e0826b9ce..ae7b15b6d 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 7ae168a5c..3a80d6e3c 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 8c0129a4d..3fceac78d 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-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/resources/projector/data.py b/tests/resources/projector/data.py index e11c48c72..fce522bc4 100644 --- a/tests/resources/projector/data.py +++ b/tests/resources/projector/data.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # diff --git a/tests/utils/__init__.py b/tests/utils/__init__.py index 368ec6ebe..fb0e19963 100644 --- a/tests/utils/__init__.py +++ b/tests/utils/__init__.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 00a12aa3b..7814ec47b 100644 --- a/tests/utils/constants.py +++ b/tests/utils/constants.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free 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 b91a64eaa..2e882f98e 100644 --- a/tests/utils/osdinteraction.py +++ b/tests/utils/osdinteraction.py @@ -3,7 +3,7 @@ ########################################################################## # OpenLP - Open Source Lyrics Projection # # ---------------------------------------------------------------------- # -# Copyright (c) 2008-2022 OpenLP Developers # +# Copyright (c) 2008-2023 OpenLP Developers # # ---------------------------------------------------------------------- # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by #