Merge lp:~trb143/openlp/year2017-trunk into lp:openlp

Proposed by Tim Bentley
Status: Merged
Approved by: Raoul Snyman
Approved revision: 2715
Merged at revision: 2714
Proposed branch: lp:~trb143/openlp/year2017-trunk
Merge into: lp:openlp
Diff against target: 5950 lines (+459/-459)
457 files modified
copyright.txt (+1/-1)
openlp.py (+1/-1)
openlp/__init__.py (+1/-1)
openlp/core/__init__.py (+1/-1)
openlp/core/common/__init__.py (+1/-1)
openlp/core/common/actions.py (+1/-1)
openlp/core/common/applocation.py (+1/-1)
openlp/core/common/db.py (+1/-1)
openlp/core/common/httputils.py (+1/-1)
openlp/core/common/languagemanager.py (+1/-1)
openlp/core/common/languages.py (+1/-1)
openlp/core/common/openlpmixin.py (+1/-1)
openlp/core/common/registry.py (+1/-1)
openlp/core/common/registrymixin.py (+1/-1)
openlp/core/common/registryproperties.py (+1/-1)
openlp/core/common/settings.py (+1/-1)
openlp/core/common/uistrings.py (+1/-1)
openlp/core/lib/__init__.py (+1/-1)
openlp/core/lib/db.py (+1/-1)
openlp/core/lib/exceptions.py (+1/-1)
openlp/core/lib/filedialog.py (+1/-1)
openlp/core/lib/formattingtags.py (+1/-1)
openlp/core/lib/htmlbuilder.py (+1/-1)
openlp/core/lib/imagemanager.py (+1/-1)
openlp/core/lib/mediamanageritem.py (+1/-1)
openlp/core/lib/plugin.py (+1/-1)
openlp/core/lib/pluginmanager.py (+1/-1)
openlp/core/lib/projector/__init__.py (+1/-1)
openlp/core/lib/projector/constants.py (+1/-1)
openlp/core/lib/projector/db.py (+1/-1)
openlp/core/lib/projector/pjlink1.py (+1/-1)
openlp/core/lib/renderer.py (+1/-1)
openlp/core/lib/screen.py (+1/-1)
openlp/core/lib/searchedit.py (+1/-1)
openlp/core/lib/serviceitem.py (+1/-1)
openlp/core/lib/settingstab.py (+1/-1)
openlp/core/lib/theme.py (+1/-1)
openlp/core/lib/ui.py (+1/-1)
openlp/core/resources.py (+1/-1)
openlp/core/ui/__init__.py (+1/-1)
openlp/core/ui/aboutdialog.py (+3/-3)
openlp/core/ui/aboutform.py (+1/-1)
openlp/core/ui/advancedtab.py (+1/-1)
openlp/core/ui/exceptiondialog.py (+1/-1)
openlp/core/ui/exceptionform.py (+1/-1)
openlp/core/ui/filerenamedialog.py (+1/-1)
openlp/core/ui/filerenameform.py (+1/-1)
openlp/core/ui/firsttimeform.py (+1/-1)
openlp/core/ui/firsttimelanguagedialog.py (+1/-1)
openlp/core/ui/firsttimelanguageform.py (+1/-1)
openlp/core/ui/firsttimewizard.py (+1/-1)
openlp/core/ui/formattingtagcontroller.py (+1/-1)
openlp/core/ui/formattingtagdialog.py (+1/-1)
openlp/core/ui/formattingtagform.py (+1/-1)
openlp/core/ui/generaltab.py (+1/-1)
openlp/core/ui/lib/__init__.py (+1/-1)
openlp/core/ui/lib/colorbutton.py (+1/-1)
openlp/core/ui/lib/dockwidget.py (+1/-1)
openlp/core/ui/lib/historycombobox.py (+1/-1)
openlp/core/ui/lib/listpreviewwidget.py (+1/-1)
openlp/core/ui/lib/listwidgetwithdnd.py (+1/-1)
openlp/core/ui/lib/mediadockmanager.py (+1/-1)
openlp/core/ui/lib/spelltextedit.py (+1/-1)
openlp/core/ui/lib/toolbar.py (+1/-1)
openlp/core/ui/lib/treewidgetwithdnd.py (+1/-1)
openlp/core/ui/lib/wizard.py (+1/-1)
openlp/core/ui/maindisplay.py (+1/-1)
openlp/core/ui/mainwindow.py (+1/-1)
openlp/core/ui/media/__init__.py (+1/-1)
openlp/core/ui/media/mediacontroller.py (+1/-1)
openlp/core/ui/media/mediaplayer.py (+1/-1)
openlp/core/ui/media/playertab.py (+1/-1)
openlp/core/ui/media/systemplayer.py (+1/-1)
openlp/core/ui/media/vendor/__init__.py (+1/-1)
openlp/core/ui/media/vendor/mediainfoWrapper.py (+1/-1)
openlp/core/ui/media/vlcplayer.py (+1/-1)
openlp/core/ui/media/webkitplayer.py (+1/-1)
openlp/core/ui/plugindialog.py (+1/-1)
openlp/core/ui/pluginform.py (+1/-1)
openlp/core/ui/printservicedialog.py (+1/-1)
openlp/core/ui/printserviceform.py (+1/-1)
openlp/core/ui/projector/__init__.py (+1/-1)
openlp/core/ui/projector/editform.py (+1/-1)
openlp/core/ui/projector/manager.py (+1/-1)
openlp/core/ui/projector/sourceselectform.py (+1/-1)
openlp/core/ui/projector/tab.py (+1/-1)
openlp/core/ui/serviceitemeditdialog.py (+1/-1)
openlp/core/ui/serviceitemeditform.py (+1/-1)
openlp/core/ui/servicemanager.py (+1/-1)
openlp/core/ui/servicenoteform.py (+1/-1)
openlp/core/ui/settingsdialog.py (+1/-1)
openlp/core/ui/settingsform.py (+1/-1)
openlp/core/ui/shortcutlistdialog.py (+1/-1)
openlp/core/ui/shortcutlistform.py (+1/-1)
openlp/core/ui/slidecontroller.py (+1/-1)
openlp/core/ui/splashscreen.py (+1/-1)
openlp/core/ui/starttimedialog.py (+1/-1)
openlp/core/ui/starttimeform.py (+1/-1)
openlp/core/ui/themeform.py (+1/-1)
openlp/core/ui/themelayoutdialog.py (+1/-1)
openlp/core/ui/themelayoutform.py (+1/-1)
openlp/core/ui/thememanager.py (+1/-1)
openlp/core/ui/themestab.py (+1/-1)
openlp/core/ui/themewizard.py (+1/-1)
openlp/plugins/__init__.py (+1/-1)
openlp/plugins/alerts/__init__.py (+1/-1)
openlp/plugins/alerts/alertsplugin.py (+1/-1)
openlp/plugins/alerts/forms/__init__.py (+1/-1)
openlp/plugins/alerts/forms/alertdialog.py (+1/-1)
openlp/plugins/alerts/forms/alertform.py (+1/-1)
openlp/plugins/alerts/lib/__init__.py (+1/-1)
openlp/plugins/alerts/lib/alertsmanager.py (+1/-1)
openlp/plugins/alerts/lib/alertstab.py (+1/-1)
openlp/plugins/alerts/lib/db.py (+1/-1)
openlp/plugins/bibles/__init__.py (+1/-1)
openlp/plugins/bibles/bibleplugin.py (+1/-1)
openlp/plugins/bibles/forms/__init__.py (+1/-1)
openlp/plugins/bibles/forms/bibleimportform.py (+1/-1)
openlp/plugins/bibles/forms/booknamedialog.py (+1/-1)
openlp/plugins/bibles/forms/booknameform.py (+1/-1)
openlp/plugins/bibles/forms/editbibledialog.py (+1/-1)
openlp/plugins/bibles/forms/editbibleform.py (+1/-1)
openlp/plugins/bibles/forms/languagedialog.py (+1/-1)
openlp/plugins/bibles/forms/languageform.py (+1/-1)
openlp/plugins/bibles/lib/__init__.py (+1/-1)
openlp/plugins/bibles/lib/bibleimport.py (+1/-1)
openlp/plugins/bibles/lib/biblestab.py (+1/-1)
openlp/plugins/bibles/lib/db.py (+1/-1)
openlp/plugins/bibles/lib/importers/csvbible.py (+1/-1)
openlp/plugins/bibles/lib/importers/http.py (+1/-1)
openlp/plugins/bibles/lib/importers/opensong.py (+1/-1)
openlp/plugins/bibles/lib/importers/osis.py (+1/-1)
openlp/plugins/bibles/lib/importers/sword.py (+1/-1)
openlp/plugins/bibles/lib/importers/wordproject.py (+1/-1)
openlp/plugins/bibles/lib/importers/zefania.py (+1/-1)
openlp/plugins/bibles/lib/manager.py (+1/-1)
openlp/plugins/bibles/lib/mediaitem.py (+1/-1)
openlp/plugins/bibles/lib/upgrade.py (+1/-1)
openlp/plugins/bibles/lib/versereferencelist.py (+1/-1)
openlp/plugins/custom/__init__.py (+1/-1)
openlp/plugins/custom/customplugin.py (+1/-1)
openlp/plugins/custom/forms/__init__.py (+1/-1)
openlp/plugins/custom/forms/editcustomdialog.py (+1/-1)
openlp/plugins/custom/forms/editcustomform.py (+1/-1)
openlp/plugins/custom/forms/editcustomslidedialog.py (+1/-1)
openlp/plugins/custom/forms/editcustomslideform.py (+1/-1)
openlp/plugins/custom/lib/__init__.py (+1/-1)
openlp/plugins/custom/lib/customtab.py (+1/-1)
openlp/plugins/custom/lib/customxmlhandler.py (+1/-1)
openlp/plugins/custom/lib/db.py (+1/-1)
openlp/plugins/custom/lib/mediaitem.py (+1/-1)
openlp/plugins/images/__init__.py (+1/-1)
openlp/plugins/images/forms/__init__.py (+1/-1)
openlp/plugins/images/forms/addgroupdialog.py (+1/-1)
openlp/plugins/images/forms/addgroupform.py (+1/-1)
openlp/plugins/images/forms/choosegroupdialog.py (+1/-1)
openlp/plugins/images/forms/choosegroupform.py (+1/-1)
openlp/plugins/images/imageplugin.py (+1/-1)
openlp/plugins/images/lib/__init__.py (+1/-1)
openlp/plugins/images/lib/db.py (+1/-1)
openlp/plugins/images/lib/imagetab.py (+1/-1)
openlp/plugins/images/lib/mediaitem.py (+1/-1)
openlp/plugins/media/__init__.py (+1/-1)
openlp/plugins/media/forms/__init__.py (+1/-1)
openlp/plugins/media/forms/mediaclipselectordialog.py (+1/-1)
openlp/plugins/media/forms/mediaclipselectorform.py (+1/-1)
openlp/plugins/media/lib/__init__.py (+1/-1)
openlp/plugins/media/lib/mediaitem.py (+1/-1)
openlp/plugins/media/lib/mediatab.py (+1/-1)
openlp/plugins/media/mediaplugin.py (+1/-1)
openlp/plugins/presentations/__init__.py (+1/-1)
openlp/plugins/presentations/lib/__init__.py (+1/-1)
openlp/plugins/presentations/lib/impresscontroller.py (+1/-1)
openlp/plugins/presentations/lib/mediaitem.py (+1/-1)
openlp/plugins/presentations/lib/messagelistener.py (+1/-1)
openlp/plugins/presentations/lib/pdfcontroller.py (+1/-1)
openlp/plugins/presentations/lib/powerpointcontroller.py (+1/-1)
openlp/plugins/presentations/lib/pptviewcontroller.py (+1/-1)
openlp/plugins/presentations/lib/pptviewlib/README.TXT (+1/-1)
openlp/plugins/presentations/lib/pptviewlib/ppttest.py (+1/-1)
openlp/plugins/presentations/lib/pptviewlib/pptviewlib.cpp (+1/-1)
openlp/plugins/presentations/lib/pptviewlib/pptviewlib.h (+1/-1)
openlp/plugins/presentations/lib/presentationcontroller.py (+1/-1)
openlp/plugins/presentations/lib/presentationtab.py (+1/-1)
openlp/plugins/presentations/presentationplugin.py (+1/-1)
openlp/plugins/remotes/__init__.py (+1/-1)
openlp/plugins/remotes/html/css/main.css (+1/-1)
openlp/plugins/remotes/html/css/openlp.css (+1/-1)
openlp/plugins/remotes/html/css/stage.css (+1/-1)
openlp/plugins/remotes/html/index.html (+1/-1)
openlp/plugins/remotes/html/js/main.js (+1/-1)
openlp/plugins/remotes/html/js/openlp.js (+1/-1)
openlp/plugins/remotes/html/js/stage.js (+1/-1)
openlp/plugins/remotes/html/main.html (+1/-1)
openlp/plugins/remotes/html/stage.html (+1/-1)
openlp/plugins/remotes/lib/__init__.py (+1/-1)
openlp/plugins/remotes/lib/httprouter.py (+1/-1)
openlp/plugins/remotes/lib/httpserver.py (+1/-1)
openlp/plugins/remotes/lib/remotetab.py (+1/-1)
openlp/plugins/remotes/remoteplugin.py (+1/-1)
openlp/plugins/songs/__init__.py (+1/-1)
openlp/plugins/songs/forms/__init__.py (+1/-1)
openlp/plugins/songs/forms/authorsdialog.py (+1/-1)
openlp/plugins/songs/forms/authorsform.py (+1/-1)
openlp/plugins/songs/forms/duplicatesongremovalform.py (+1/-1)
openlp/plugins/songs/forms/editsongdialog.py (+1/-1)
openlp/plugins/songs/forms/editsongform.py (+1/-1)
openlp/plugins/songs/forms/editversedialog.py (+1/-1)
openlp/plugins/songs/forms/editverseform.py (+1/-1)
openlp/plugins/songs/forms/mediafilesdialog.py (+1/-1)
openlp/plugins/songs/forms/mediafilesform.py (+1/-1)
openlp/plugins/songs/forms/songbookdialog.py (+1/-1)
openlp/plugins/songs/forms/songbookform.py (+1/-1)
openlp/plugins/songs/forms/songexportform.py (+1/-1)
openlp/plugins/songs/forms/songimportform.py (+1/-1)
openlp/plugins/songs/forms/songmaintenancedialog.py (+1/-1)
openlp/plugins/songs/forms/songmaintenanceform.py (+1/-1)
openlp/plugins/songs/forms/songreviewwidget.py (+1/-1)
openlp/plugins/songs/forms/songselectdialog.py (+1/-1)
openlp/plugins/songs/forms/songselectform.py (+1/-1)
openlp/plugins/songs/forms/topicsdialog.py (+1/-1)
openlp/plugins/songs/forms/topicsform.py (+1/-1)
openlp/plugins/songs/lib/__init__.py (+1/-1)
openlp/plugins/songs/lib/db.py (+1/-1)
openlp/plugins/songs/lib/importer.py (+1/-1)
openlp/plugins/songs/lib/importers/__init__.py (+1/-1)
openlp/plugins/songs/lib/importers/cclifile.py (+1/-1)
openlp/plugins/songs/lib/importers/dreambeam.py (+1/-1)
openlp/plugins/songs/lib/importers/easyslides.py (+1/-1)
openlp/plugins/songs/lib/importers/easyworship.py (+1/-1)
openlp/plugins/songs/lib/importers/foilpresenter.py (+1/-1)
openlp/plugins/songs/lib/importers/lyrix.py (+1/-1)
openlp/plugins/songs/lib/importers/mediashout.py (+1/-1)
openlp/plugins/songs/lib/importers/openlp.py (+1/-1)
openlp/plugins/songs/lib/importers/openlyrics.py (+1/-1)
openlp/plugins/songs/lib/importers/openoffice.py (+1/-1)
openlp/plugins/songs/lib/importers/opensong.py (+1/-1)
openlp/plugins/songs/lib/importers/opspro.py (+1/-1)
openlp/plugins/songs/lib/importers/powerpraise.py (+1/-1)
openlp/plugins/songs/lib/importers/powersong.py (+1/-1)
openlp/plugins/songs/lib/importers/presentationmanager.py (+1/-1)
openlp/plugins/songs/lib/importers/propresenter.py (+1/-1)
openlp/plugins/songs/lib/importers/songbeamer.py (+1/-1)
openlp/plugins/songs/lib/importers/songimport.py (+1/-1)
openlp/plugins/songs/lib/importers/songpro.py (+1/-1)
openlp/plugins/songs/lib/importers/songshowplus.py (+1/-1)
openlp/plugins/songs/lib/importers/songsoffellowship.py (+1/-1)
openlp/plugins/songs/lib/importers/sundayplus.py (+1/-1)
openlp/plugins/songs/lib/importers/videopsalm.py (+1/-1)
openlp/plugins/songs/lib/importers/wordsofworship.py (+1/-1)
openlp/plugins/songs/lib/importers/worshipassistant.py (+1/-1)
openlp/plugins/songs/lib/importers/worshipcenterpro.py (+1/-1)
openlp/plugins/songs/lib/importers/zionworx.py (+1/-1)
openlp/plugins/songs/lib/mediaitem.py (+1/-1)
openlp/plugins/songs/lib/openlyricsexport.py (+1/-1)
openlp/plugins/songs/lib/openlyricsxml.py (+1/-1)
openlp/plugins/songs/lib/songcompare.py (+1/-1)
openlp/plugins/songs/lib/songselect.py (+1/-1)
openlp/plugins/songs/lib/songstab.py (+1/-1)
openlp/plugins/songs/lib/ui.py (+1/-1)
openlp/plugins/songs/lib/upgrade.py (+1/-1)
openlp/plugins/songs/reporting.py (+1/-1)
openlp/plugins/songs/songsplugin.py (+1/-1)
openlp/plugins/songusage/__init__.py (+1/-1)
openlp/plugins/songusage/forms/__init__.py (+1/-1)
openlp/plugins/songusage/forms/songusagedeletedialog.py (+1/-1)
openlp/plugins/songusage/forms/songusagedeleteform.py (+1/-1)
openlp/plugins/songusage/forms/songusagedetaildialog.py (+1/-1)
openlp/plugins/songusage/forms/songusagedetailform.py (+1/-1)
openlp/plugins/songusage/lib/__init__.py (+1/-1)
openlp/plugins/songusage/lib/db.py (+1/-1)
openlp/plugins/songusage/lib/upgrade.py (+1/-1)
openlp/plugins/songusage/songusageplugin.py (+1/-1)
scripts/appveyor-webhook.py (+1/-1)
scripts/check_dependencies.py (+1/-1)
scripts/clean_up_resources.py (+1/-1)
scripts/generate_resources.sh (+1/-1)
scripts/jenkins_script.py (+1/-1)
scripts/lp-merge.py (+1/-1)
scripts/resources.patch (+1/-1)
scripts/translation_utils.py (+1/-1)
setup.py (+1/-1)
tests/__init__.py (+1/-1)
tests/functional/__init__.py (+1/-1)
tests/functional/openlp_core/test_init.py (+1/-1)
tests/functional/openlp_core_common/__init__.py (+1/-1)
tests/functional/openlp_core_common/test_actions.py (+1/-1)
tests/functional/openlp_core_common/test_applocation.py (+1/-1)
tests/functional/openlp_core_common/test_common.py (+1/-1)
tests/functional/openlp_core_common/test_db.py (+1/-1)
tests/functional/openlp_core_common/test_httputils.py (+1/-1)
tests/functional/openlp_core_common/test_init.py (+1/-1)
tests/functional/openlp_core_common/test_languagemanager.py (+1/-1)
tests/functional/openlp_core_common/test_languages.py (+1/-1)
tests/functional/openlp_core_common/test_projector_utilities.py (+1/-1)
tests/functional/openlp_core_common/test_registry.py (+1/-1)
tests/functional/openlp_core_common/test_registrymixin.py (+1/-1)
tests/functional/openlp_core_common/test_registryproperties.py (+1/-1)
tests/functional/openlp_core_common/test_settings.py (+1/-1)
tests/functional/openlp_core_common/test_uistrings.py (+1/-1)
tests/functional/openlp_core_common/test_versionchecker.py (+1/-1)
tests/functional/openlp_core_lib/__init__.py (+1/-1)
tests/functional/openlp_core_lib/test_db.py (+1/-1)
tests/functional/openlp_core_lib/test_formattingtags.py (+1/-1)
tests/functional/openlp_core_lib/test_image_manager.py (+1/-1)
tests/functional/openlp_core_lib/test_lib.py (+1/-1)
tests/functional/openlp_core_lib/test_mediamanageritem.py (+1/-1)
tests/functional/openlp_core_lib/test_pluginmanager.py (+1/-1)
tests/functional/openlp_core_lib/test_projectordb.py (+1/-1)
tests/functional/openlp_core_lib/test_renderer.py (+1/-1)
tests/functional/openlp_core_lib/test_screen.py (+1/-1)
tests/functional/openlp_core_lib/test_serviceitem.py (+1/-1)
tests/functional/openlp_core_lib/test_theme.py (+1/-1)
tests/functional/openlp_core_lib/test_ui.py (+1/-1)
tests/functional/openlp_core_ui/__init__.py (+1/-1)
tests/functional/openlp_core_ui/test_aboutform.py (+1/-1)
tests/functional/openlp_core_ui/test_advancedtab.py (+1/-1)
tests/functional/openlp_core_ui/test_exceptionform.py (+1/-1)
tests/functional/openlp_core_ui/test_first_time.py (+1/-1)
tests/functional/openlp_core_ui/test_firsttimeform.py (+1/-1)
tests/functional/openlp_core_ui/test_formattingtagscontroller.py (+1/-1)
tests/functional/openlp_core_ui/test_formattingtagsform.py (+1/-1)
tests/functional/openlp_core_ui/test_maindisplay.py (+1/-1)
tests/functional/openlp_core_ui/test_mainwindow.py (+1/-1)
tests/functional/openlp_core_ui/test_media.py (+1/-1)
tests/functional/openlp_core_ui/test_servicemanager.py (+1/-1)
tests/functional/openlp_core_ui/test_settingsform.py (+1/-1)
tests/functional/openlp_core_ui/test_shortcutlistdialog.py (+1/-1)
tests/functional/openlp_core_ui/test_slidecontroller.py (+1/-1)
tests/functional/openlp_core_ui/test_themeform.py (+1/-1)
tests/functional/openlp_core_ui/test_thememanager.py (+1/-1)
tests/functional/openlp_core_ui/test_themetab.py (+1/-1)
tests/functional/openlp_core_ui_lib/test_color_button.py (+1/-1)
tests/functional/openlp_core_ui_lib/test_listpreviewwidget.py (+1/-1)
tests/functional/openlp_core_ui_lib/test_listwidgetwithdnd.py (+1/-1)
tests/functional/openlp_core_ui_media/__init__.py (+1/-1)
tests/functional/openlp_core_ui_media/test_mediacontroller.py (+1/-1)
tests/functional/openlp_core_ui_media/test_systemplayer.py (+1/-1)
tests/functional/openlp_core_ui_media/test_vlcplayer.py (+1/-1)
tests/functional/openlp_core_ui_media/test_webkitplayer.py (+1/-1)
tests/functional/openlp_plugins/__init__.py (+1/-1)
tests/functional/openlp_plugins/alerts/__init__.py (+1/-1)
tests/functional/openlp_plugins/alerts/test_manager.py (+1/-1)
tests/functional/openlp_plugins/bibles/__init__.py (+1/-1)
tests/functional/openlp_plugins/bibles/test_bibleserver.py (+1/-1)
tests/functional/openlp_plugins/bibles/test_csvimport.py (+1/-1)
tests/functional/openlp_plugins/bibles/test_db.py (+1/-1)
tests/functional/openlp_plugins/bibles/test_lib.py (+1/-1)
tests/functional/openlp_plugins/bibles/test_manager.py (+1/-1)
tests/functional/openlp_plugins/bibles/test_mediaitem.py (+1/-1)
tests/functional/openlp_plugins/bibles/test_opensongimport.py (+1/-1)
tests/functional/openlp_plugins/bibles/test_osisimport.py (+1/-1)
tests/functional/openlp_plugins/bibles/test_swordimport.py (+1/-1)
tests/functional/openlp_plugins/bibles/test_versereferencelist.py (+1/-1)
tests/functional/openlp_plugins/bibles/test_wordprojectimport.py (+1/-1)
tests/functional/openlp_plugins/bibles/test_zefaniaimport.py (+1/-1)
tests/functional/openlp_plugins/custom/__init__.py (+1/-1)
tests/functional/openlp_plugins/images/__init__.py (+1/-1)
tests/functional/openlp_plugins/images/test_imagetab.py (+1/-1)
tests/functional/openlp_plugins/images/test_lib.py (+1/-1)
tests/functional/openlp_plugins/media/test_mediaitem.py (+1/-1)
tests/functional/openlp_plugins/media/test_mediaplugin.py (+1/-1)
tests/functional/openlp_plugins/presentations/__init__.py (+1/-1)
tests/functional/openlp_plugins/presentations/test_impresscontroller.py (+1/-1)
tests/functional/openlp_plugins/presentations/test_mediaitem.py (+1/-1)
tests/functional/openlp_plugins/presentations/test_messagelistener.py (+1/-1)
tests/functional/openlp_plugins/presentations/test_pdfcontroller.py (+1/-1)
tests/functional/openlp_plugins/presentations/test_powerpointcontroller.py (+1/-1)
tests/functional/openlp_plugins/presentations/test_pptviewcontroller.py (+1/-1)
tests/functional/openlp_plugins/presentations/test_presentationcontroller.py (+1/-1)
tests/functional/openlp_plugins/remotes/__init__.py (+1/-1)
tests/functional/openlp_plugins/remotes/test_remotetab.py (+1/-1)
tests/functional/openlp_plugins/remotes/test_router.py (+1/-1)
tests/functional/openlp_plugins/songs/__init__.py (+1/-1)
tests/functional/openlp_plugins/songs/test_db.py (+1/-1)
tests/functional/openlp_plugins/songs/test_easyslidesimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_editsongform.py (+1/-1)
tests/functional/openlp_plugins/songs/test_editverseform.py (+1/-1)
tests/functional/openlp_plugins/songs/test_ewimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_foilpresenterimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_lib.py (+1/-1)
tests/functional/openlp_plugins/songs/test_lyriximport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_mediaitem.py (+1/-1)
tests/functional/openlp_plugins/songs/test_mediashout.py (+1/-1)
tests/functional/openlp_plugins/songs/test_openlpimporter.py (+1/-1)
tests/functional/openlp_plugins/songs/test_openlyricsexport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_openlyricsimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_openoffice.py (+1/-1)
tests/functional/openlp_plugins/songs/test_opensongimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_opsproimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_powerpraiseimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_presentationmanagerimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_propresenterimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_songbeamerimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_songproimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_songselect.py (+1/-1)
tests/functional/openlp_plugins/songs/test_songshowplusimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_sundayplusimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_videopsalm.py (+1/-1)
tests/functional/openlp_plugins/songs/test_wordsofworshipimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_worshipassistantimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_worshipcenterproimport.py (+1/-1)
tests/functional/openlp_plugins/songs/test_zionworximport.py (+1/-1)
tests/functional/openlp_plugins/songusage/__init__.py (+1/-1)
tests/functional/openlp_plugins/songusage/test_songusage.py (+1/-1)
tests/functional/test_init.py (+1/-1)
tests/helpers/__init__.py (+1/-1)
tests/helpers/songfileimport.py (+1/-1)
tests/helpers/testmixin.py (+1/-1)
tests/interfaces/__init__.py (+1/-1)
tests/interfaces/openlp_core_common/__init__.py (+1/-1)
tests/interfaces/openlp_core_common/test_utils.py (+1/-1)
tests/interfaces/openlp_core_lib/__init__.py (+1/-1)
tests/interfaces/openlp_core_lib/test_pluginmanager.py (+1/-1)
tests/interfaces/openlp_core_lib/test_searchedit.py (+1/-1)
tests/interfaces/openlp_core_ui/__init__.py (+1/-1)
tests/interfaces/openlp_core_ui/test_filerenamedialog.py (+1/-1)
tests/interfaces/openlp_core_ui/test_mainwindow.py (+1/-1)
tests/interfaces/openlp_core_ui/test_projectoreditform.py (+1/-1)
tests/interfaces/openlp_core_ui/test_projectormanager.py (+1/-1)
tests/interfaces/openlp_core_ui/test_projectorsourceform.py (+1/-1)
tests/interfaces/openlp_core_ui/test_servicemanager.py (+1/-1)
tests/interfaces/openlp_core_ui/test_servicenotedialog.py (+1/-1)
tests/interfaces/openlp_core_ui/test_settings_form.py (+1/-1)
tests/interfaces/openlp_core_ui/test_shortcutlistform.py (+1/-1)
tests/interfaces/openlp_core_ui/test_starttimedialog.py (+1/-1)
tests/interfaces/openlp_core_ui/test_thememanager.py (+1/-1)
tests/interfaces/openlp_core_ui_lib/__init__.py (+1/-1)
tests/interfaces/openlp_core_ui_lib/test_historycombobox.py (+1/-1)
tests/interfaces/openlp_core_ui_lib/test_listpreviewwidget.py (+1/-1)
tests/interfaces/openlp_core_ul_media_vendor/__init__.py (+1/-1)
tests/interfaces/openlp_core_ul_media_vendor/test_mediainfoWrapper.py (+1/-1)
tests/interfaces/openlp_plugins/__init__.py (+1/-1)
tests/interfaces/openlp_plugins/bibles/__init__.py (+1/-1)
tests/interfaces/openlp_plugins/bibles/forms/test_bibleimportform.py (+1/-1)
tests/interfaces/openlp_plugins/bibles/test_lib_http.py (+1/-1)
tests/interfaces/openlp_plugins/bibles/test_lib_manager.py (+1/-1)
tests/interfaces/openlp_plugins/bibles/test_lib_parse_reference.py (+1/-1)
tests/interfaces/openlp_plugins/custom/__init__.py (+1/-1)
tests/interfaces/openlp_plugins/custom/forms/__init__.py (+1/-1)
tests/interfaces/openlp_plugins/custom/forms/test_customform.py (+1/-1)
tests/interfaces/openlp_plugins/custom/forms/test_customslideform.py (+1/-1)
tests/interfaces/openlp_plugins/media/__init__.py (+1/-1)
tests/interfaces/openlp_plugins/media/forms/__init__.py (+1/-1)
tests/interfaces/openlp_plugins/media/forms/test_mediaclipselectorform.py (+1/-1)
tests/interfaces/openlp_plugins/remotes/__init__.py (+1/-1)
tests/interfaces/openlp_plugins/songs/__init__.py (+1/-1)
tests/interfaces/openlp_plugins/songs/forms/__init__.py (+1/-1)
tests/interfaces/openlp_plugins/songs/forms/test_authorsform.py (+1/-1)
tests/interfaces/openlp_plugins/songs/forms/test_editsongform.py (+1/-1)
tests/interfaces/openlp_plugins/songs/forms/test_editverseform.py (+1/-1)
tests/interfaces/openlp_plugins/songs/forms/test_topicsform.py (+1/-1)
tests/resources/projector/data.py (+1/-1)
tests/utils/__init__.py (+1/-1)
tests/utils/osdinteraction.py (+1/-1)
tests/utils/test_bzr_tags.py (+1/-1)
tests/utils/test_pylint.py (+1/-1)
To merge this branch: bzr merge lp:~trb143/openlp/year2017-trunk
Reviewer Review Type Date Requested Status
Raoul Snyman Approve
Tomas Groth Approve
Review via email: mp+313929@code.launchpad.net

Description of the change

Update year in headers and about form

To post a comment you must log in.
Revision history for this message
Tomas Groth (tomasgroth) :
review: Approve
Revision history for this message
Raoul Snyman (raoul-snyman) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'copyright.txt'
2--- copyright.txt 2015-12-31 22:46:06 +0000
3+++ copyright.txt 2016-12-31 11:15:24 +0000
4@@ -4,7 +4,7 @@
5 ###############################################################################
6 # OpenLP - Open Source Lyrics Projection #
7 # --------------------------------------------------------------------------- #
8-# Copyright (c) 2008-2016 OpenLP Developers #
9+# Copyright (c) 2008-2017 OpenLP Developers #
10 # --------------------------------------------------------------------------- #
11 # This program is free software; you can redistribute it and/or modify it #
12 # under the terms of the GNU General Public License as published by the Free #
13
14=== modified file 'openlp.py'
15--- openlp.py 2015-12-31 22:46:06 +0000
16+++ openlp.py 2016-12-31 11:15:24 +0000
17@@ -5,7 +5,7 @@
18 ###############################################################################
19 # OpenLP - Open Source Lyrics Projection #
20 # --------------------------------------------------------------------------- #
21-# Copyright (c) 2008-2016 OpenLP Developers #
22+# Copyright (c) 2008-2017 OpenLP Developers #
23 # --------------------------------------------------------------------------- #
24 # This program is free software; you can redistribute it and/or modify it #
25 # under the terms of the GNU General Public License as published by the Free #
26
27=== modified file 'openlp/__init__.py'
28--- openlp/__init__.py 2015-12-31 22:46:06 +0000
29+++ openlp/__init__.py 2016-12-31 11:15:24 +0000
30@@ -4,7 +4,7 @@
31 ###############################################################################
32 # OpenLP - Open Source Lyrics Projection #
33 # --------------------------------------------------------------------------- #
34-# Copyright (c) 2008-2016 OpenLP Developers #
35+# Copyright (c) 2008-2017 OpenLP Developers #
36 # --------------------------------------------------------------------------- #
37 # This program is free software; you can redistribute it and/or modify it #
38 # under the terms of the GNU General Public License as published by the Free #
39
40=== modified file 'openlp/core/__init__.py'
41--- openlp/core/__init__.py 2016-12-15 17:45:46 +0000
42+++ openlp/core/__init__.py 2016-12-31 11:15:24 +0000
43@@ -4,7 +4,7 @@
44 ###############################################################################
45 # OpenLP - Open Source Lyrics Projection #
46 # --------------------------------------------------------------------------- #
47-# Copyright (c) 2008-2016 OpenLP Developers #
48+# Copyright (c) 2008-2017 OpenLP Developers #
49 # --------------------------------------------------------------------------- #
50 # This program is free software; you can redistribute it and/or modify it #
51 # under the terms of the GNU General Public License as published by the Free #
52
53=== modified file 'openlp/core/common/__init__.py'
54--- openlp/core/common/__init__.py 2016-08-09 06:24:04 +0000
55+++ openlp/core/common/__init__.py 2016-12-31 11:15:24 +0000
56@@ -4,7 +4,7 @@
57 ###############################################################################
58 # OpenLP - Open Source Lyrics Projection #
59 # --------------------------------------------------------------------------- #
60-# Copyright (c) 2008-2016 OpenLP Developers #
61+# Copyright (c) 2008-2017 OpenLP Developers #
62 # --------------------------------------------------------------------------- #
63 # This program is free software; you can redistribute it and/or modify it #
64 # under the terms of the GNU General Public License as published by the Free #
65
66=== modified file 'openlp/core/common/actions.py'
67--- openlp/core/common/actions.py 2016-07-01 21:17:20 +0000
68+++ openlp/core/common/actions.py 2016-12-31 11:15:24 +0000
69@@ -4,7 +4,7 @@
70 ###############################################################################
71 # OpenLP - Open Source Lyrics Projection #
72 # --------------------------------------------------------------------------- #
73-# Copyright (c) 2008-2016 OpenLP Developers #
74+# Copyright (c) 2008-2017 OpenLP Developers #
75 # --------------------------------------------------------------------------- #
76 # This program is free software; you can redistribute it and/or modify it #
77 # under the terms of the GNU General Public License as published by the Free #
78
79=== modified file 'openlp/core/common/applocation.py'
80--- openlp/core/common/applocation.py 2015-12-31 22:46:06 +0000
81+++ openlp/core/common/applocation.py 2016-12-31 11:15:24 +0000
82@@ -4,7 +4,7 @@
83 ###############################################################################
84 # OpenLP - Open Source Lyrics Projection #
85 # --------------------------------------------------------------------------- #
86-# Copyright (c) 2008-2016 OpenLP Developers #
87+# Copyright (c) 2008-2017 OpenLP Developers #
88 # --------------------------------------------------------------------------- #
89 # This program is free software; you can redistribute it and/or modify it #
90 # under the terms of the GNU General Public License as published by the Free #
91
92=== modified file 'openlp/core/common/db.py'
93--- openlp/core/common/db.py 2016-07-01 21:17:20 +0000
94+++ openlp/core/common/db.py 2016-12-31 11:15:24 +0000
95@@ -4,7 +4,7 @@
96 ###############################################################################
97 # OpenLP - Open Source Lyrics Projection #
98 # --------------------------------------------------------------------------- #
99-# Copyright (c) 2008-2016 OpenLP Developers #
100+# Copyright (c) 2008-2017 OpenLP Developers #
101 # --------------------------------------------------------------------------- #
102 # This program is free software; you can redistribute it and/or modify it #
103 # under the terms of the GNU General Public License as published by the Free #
104
105=== modified file 'openlp/core/common/httputils.py'
106--- openlp/core/common/httputils.py 2016-12-21 09:41:57 +0000
107+++ openlp/core/common/httputils.py 2016-12-31 11:15:24 +0000
108@@ -4,7 +4,7 @@
109 ###############################################################################
110 # OpenLP - Open Source Lyrics Projection #
111 # --------------------------------------------------------------------------- #
112-# Copyright (c) 2008-2016 OpenLP Developers #
113+# Copyright (c) 2008-2017 OpenLP Developers #
114 # --------------------------------------------------------------------------- #
115 # This program is free software; you can redistribute it and/or modify it #
116 # under the terms of the GNU General Public License as published by the Free #
117
118=== modified file 'openlp/core/common/languagemanager.py'
119--- openlp/core/common/languagemanager.py 2016-07-01 21:17:20 +0000
120+++ openlp/core/common/languagemanager.py 2016-12-31 11:15:24 +0000
121@@ -4,7 +4,7 @@
122 ###############################################################################
123 # OpenLP - Open Source Lyrics Projection #
124 # --------------------------------------------------------------------------- #
125-# Copyright (c) 2008-2016 OpenLP Developers #
126+# Copyright (c) 2008-2017 OpenLP Developers #
127 # --------------------------------------------------------------------------- #
128 # This program is free software; you can redistribute it and/or modify it #
129 # under the terms of the GNU General Public License as published by the Free #
130
131=== modified file 'openlp/core/common/languages.py'
132--- openlp/core/common/languages.py 2016-08-03 20:17:48 +0000
133+++ openlp/core/common/languages.py 2016-12-31 11:15:24 +0000
134@@ -4,7 +4,7 @@
135 ###############################################################################
136 # OpenLP - Open Source Lyrics Projection #
137 # --------------------------------------------------------------------------- #
138-# Copyright (c) 2008-2016 OpenLP Developers #
139+# Copyright (c) 2008-2017 OpenLP Developers #
140 # --------------------------------------------------------------------------- #
141 # This program is free software; you can redistribute it and/or modify it #
142 # under the terms of the GNU General Public License as published by the Free #
143
144=== modified file 'openlp/core/common/openlpmixin.py'
145--- openlp/core/common/openlpmixin.py 2016-09-04 16:15:57 +0000
146+++ openlp/core/common/openlpmixin.py 2016-12-31 11:15:24 +0000
147@@ -4,7 +4,7 @@
148 ###############################################################################
149 # OpenLP - Open Source Lyrics Projection #
150 # --------------------------------------------------------------------------- #
151-# Copyright (c) 2008-2016 OpenLP Developers #
152+# Copyright (c) 2008-2017 OpenLP Developers #
153 # --------------------------------------------------------------------------- #
154 # This program is free software; you can redistribute it and/or modify it #
155 # under the terms of the GNU General Public License as published by the Free #
156
157=== modified file 'openlp/core/common/registry.py'
158--- openlp/core/common/registry.py 2016-05-24 16:28:11 +0000
159+++ openlp/core/common/registry.py 2016-12-31 11:15:24 +0000
160@@ -4,7 +4,7 @@
161 ###############################################################################
162 # OpenLP - Open Source Lyrics Projection #
163 # --------------------------------------------------------------------------- #
164-# Copyright (c) 2008-2016 OpenLP Developers #
165+# Copyright (c) 2008-2017 OpenLP Developers #
166 # --------------------------------------------------------------------------- #
167 # This program is free software; you can redistribute it and/or modify it #
168 # under the terms of the GNU General Public License as published by the Free #
169
170=== modified file 'openlp/core/common/registrymixin.py'
171--- openlp/core/common/registrymixin.py 2015-12-31 22:46:06 +0000
172+++ openlp/core/common/registrymixin.py 2016-12-31 11:15:24 +0000
173@@ -4,7 +4,7 @@
174 ###############################################################################
175 # OpenLP - Open Source Lyrics Projection #
176 # --------------------------------------------------------------------------- #
177-# Copyright (c) 2008-2016 OpenLP Developers #
178+# Copyright (c) 2008-2017 OpenLP Developers #
179 # --------------------------------------------------------------------------- #
180 # This program is free software; you can redistribute it and/or modify it #
181 # under the terms of the GNU General Public License as published by the Free #
182
183=== modified file 'openlp/core/common/registryproperties.py'
184--- openlp/core/common/registryproperties.py 2015-12-31 22:46:06 +0000
185+++ openlp/core/common/registryproperties.py 2016-12-31 11:15:24 +0000
186@@ -4,7 +4,7 @@
187 ###############################################################################
188 # OpenLP - Open Source Lyrics Projection #
189 # --------------------------------------------------------------------------- #
190-# Copyright (c) 2008-2016 OpenLP Developers #
191+# Copyright (c) 2008-2017 OpenLP Developers #
192 # --------------------------------------------------------------------------- #
193 # This program is free software; you can redistribute it and/or modify it #
194 # under the terms of the GNU General Public License as published by the Free #
195
196=== modified file 'openlp/core/common/settings.py'
197--- openlp/core/common/settings.py 2016-11-29 15:44:32 +0000
198+++ openlp/core/common/settings.py 2016-12-31 11:15:24 +0000
199@@ -4,7 +4,7 @@
200 ###############################################################################
201 # OpenLP - Open Source Lyrics Projection #
202 # --------------------------------------------------------------------------- #
203-# Copyright (c) 2008-2016 OpenLP Developers #
204+# Copyright (c) 2008-2017 OpenLP Developers #
205 # --------------------------------------------------------------------------- #
206 # This program is free software; you can redistribute it and/or modify it #
207 # under the terms of the GNU General Public License as published by the Free #
208
209=== modified file 'openlp/core/common/uistrings.py'
210--- openlp/core/common/uistrings.py 2016-11-12 10:00:36 +0000
211+++ openlp/core/common/uistrings.py 2016-12-31 11:15:24 +0000
212@@ -4,7 +4,7 @@
213 ###############################################################################
214 # OpenLP - Open Source Lyrics Projection #
215 # --------------------------------------------------------------------------- #
216-# Copyright (c) 2008-2016 OpenLP Developers #
217+# Copyright (c) 2008-2017 OpenLP Developers #
218 # --------------------------------------------------------------------------- #
219 # This program is free software; you can redistribute it and/or modify it #
220 # under the terms of the GNU General Public License as published by the Free #
221
222=== modified file 'openlp/core/lib/__init__.py'
223--- openlp/core/lib/__init__.py 2016-11-22 20:34:14 +0000
224+++ openlp/core/lib/__init__.py 2016-12-31 11:15:24 +0000
225@@ -4,7 +4,7 @@
226 ###############################################################################
227 # OpenLP - Open Source Lyrics Projection #
228 # --------------------------------------------------------------------------- #
229-# Copyright (c) 2008-2016 OpenLP Developers #
230+# Copyright (c) 2008-2017 OpenLP Developers #
231 # --------------------------------------------------------------------------- #
232 # This program is free software; you can redistribute it and/or modify it #
233 # under the terms of the GNU General Public License as published by the Free #
234
235=== modified file 'openlp/core/lib/db.py'
236--- openlp/core/lib/db.py 2016-10-17 04:17:33 +0000
237+++ openlp/core/lib/db.py 2016-12-31 11:15:24 +0000
238@@ -4,7 +4,7 @@
239 ###############################################################################
240 # OpenLP - Open Source Lyrics Projection #
241 # --------------------------------------------------------------------------- #
242-# Copyright (c) 2008-2016 OpenLP Developers #
243+# Copyright (c) 2008-2017 OpenLP Developers #
244 # --------------------------------------------------------------------------- #
245 # This program is free software; you can redistribute it and/or modify it #
246 # under the terms of the GNU General Public License as published by the Free #
247
248=== modified file 'openlp/core/lib/exceptions.py'
249--- openlp/core/lib/exceptions.py 2016-08-08 20:02:18 +0000
250+++ openlp/core/lib/exceptions.py 2016-12-31 11:15:24 +0000
251@@ -4,7 +4,7 @@
252 ###############################################################################
253 # OpenLP - Open Source Lyrics Projection #
254 # --------------------------------------------------------------------------- #
255-# Copyright (c) 2008-2016 OpenLP Developers #
256+# Copyright (c) 2008-2017 OpenLP Developers #
257 # --------------------------------------------------------------------------- #
258 # This program is free software; you can redistribute it and/or modify it #
259 # under the terms of the GNU General Public License as published by the Free #
260
261=== modified file 'openlp/core/lib/filedialog.py'
262--- openlp/core/lib/filedialog.py 2016-08-05 19:18:47 +0000
263+++ openlp/core/lib/filedialog.py 2016-12-31 11:15:24 +0000
264@@ -4,7 +4,7 @@
265 ###############################################################################
266 # OpenLP - Open Source Lyrics Projection #
267 # --------------------------------------------------------------------------- #
268-# Copyright (c) 2008-2016 OpenLP Developers #
269+# Copyright (c) 2008-2017 OpenLP Developers #
270 # --------------------------------------------------------------------------- #
271 # This program is free software; you can redistribute it and/or modify it #
272 # under the terms of the GNU General Public License as published by the Free #
273
274=== modified file 'openlp/core/lib/formattingtags.py'
275--- openlp/core/lib/formattingtags.py 2015-12-31 22:46:06 +0000
276+++ openlp/core/lib/formattingtags.py 2016-12-31 11:15:24 +0000
277@@ -4,7 +4,7 @@
278 ###############################################################################
279 # OpenLP - Open Source Lyrics Projection #
280 # --------------------------------------------------------------------------- #
281-# Copyright (c) 2008-2016 OpenLP Developers #
282+# Copyright (c) 2008-2017 OpenLP Developers #
283 # --------------------------------------------------------------------------- #
284 # This program is free software; you can redistribute it and/or modify it #
285 # under the terms of the GNU General Public License as published by the Free #
286
287=== modified file 'openlp/core/lib/htmlbuilder.py'
288--- openlp/core/lib/htmlbuilder.py 2016-08-05 19:41:22 +0000
289+++ openlp/core/lib/htmlbuilder.py 2016-12-31 11:15:24 +0000
290@@ -4,7 +4,7 @@
291 ###############################################################################
292 # OpenLP - Open Source Lyrics Projection #
293 # --------------------------------------------------------------------------- #
294-# Copyright (c) 2008-2016 OpenLP Developers #
295+# Copyright (c) 2008-2017 OpenLP Developers #
296 # --------------------------------------------------------------------------- #
297 # This program is free software; you can redistribute it and/or modify it #
298 # under the terms of the GNU General Public License as published by the Free #
299
300=== modified file 'openlp/core/lib/imagemanager.py'
301--- openlp/core/lib/imagemanager.py 2016-07-01 21:17:20 +0000
302+++ openlp/core/lib/imagemanager.py 2016-12-31 11:15:24 +0000
303@@ -4,7 +4,7 @@
304 ###############################################################################
305 # OpenLP - Open Source Lyrics Projection #
306 # --------------------------------------------------------------------------- #
307-# Copyright (c) 2008-2016 OpenLP Developers #
308+# Copyright (c) 2008-2017 OpenLP Developers #
309 # --------------------------------------------------------------------------- #
310 # This program is free software; you can redistribute it and/or modify it #
311 # under the terms of the GNU General Public License as published by the Free #
312
313=== modified file 'openlp/core/lib/mediamanageritem.py'
314--- openlp/core/lib/mediamanageritem.py 2016-11-15 22:44:11 +0000
315+++ openlp/core/lib/mediamanageritem.py 2016-12-31 11:15:24 +0000
316@@ -4,7 +4,7 @@
317 ###############################################################################
318 # OpenLP - Open Source Lyrics Projection #
319 # --------------------------------------------------------------------------- #
320-# Copyright (c) 2008-2016 OpenLP Developers #
321+# Copyright (c) 2008-2017 OpenLP Developers #
322 # --------------------------------------------------------------------------- #
323 # This program is free software; you can redistribute it and/or modify it #
324 # under the terms of the GNU General Public License as published by the Free #
325
326=== modified file 'openlp/core/lib/plugin.py'
327--- openlp/core/lib/plugin.py 2016-05-16 14:02:47 +0000
328+++ openlp/core/lib/plugin.py 2016-12-31 11:15:24 +0000
329@@ -4,7 +4,7 @@
330 ###############################################################################
331 # OpenLP - Open Source Lyrics Projection #
332 # --------------------------------------------------------------------------- #
333-# Copyright (c) 2008-2016 OpenLP Developers #
334+# Copyright (c) 2008-2017 OpenLP Developers #
335 # --------------------------------------------------------------------------- #
336 # This program is free software; you can redistribute it and/or modify it #
337 # under the terms of the GNU General Public License as published by the Free #
338
339=== modified file 'openlp/core/lib/pluginmanager.py'
340--- openlp/core/lib/pluginmanager.py 2016-07-01 21:17:20 +0000
341+++ openlp/core/lib/pluginmanager.py 2016-12-31 11:15:24 +0000
342@@ -4,7 +4,7 @@
343 ###############################################################################
344 # OpenLP - Open Source Lyrics Projection #
345 # --------------------------------------------------------------------------- #
346-# Copyright (c) 2008-2016 OpenLP Developers #
347+# Copyright (c) 2008-2017 OpenLP Developers #
348 # --------------------------------------------------------------------------- #
349 # This program is free software; you can redistribute it and/or modify it #
350 # under the terms of the GNU General Public License as published by the Free #
351
352=== modified file 'openlp/core/lib/projector/__init__.py'
353--- openlp/core/lib/projector/__init__.py 2015-12-31 22:46:06 +0000
354+++ openlp/core/lib/projector/__init__.py 2016-12-31 11:15:24 +0000
355@@ -4,7 +4,7 @@
356 ###############################################################################
357 # OpenLP - Open Source Lyrics Projection #
358 # --------------------------------------------------------------------------- #
359-# Copyright (c) 2008-2016 OpenLP Developers #
360+# Copyright (c) 2008-2017 OpenLP Developers #
361 # --------------------------------------------------------------------------- #
362 # This program is free software; you can redistribute it and/or modify it #
363 # under the terms of the GNU General Public License as published by the Free #
364
365=== modified file 'openlp/core/lib/projector/constants.py'
366--- openlp/core/lib/projector/constants.py 2016-08-10 09:07:49 +0000
367+++ openlp/core/lib/projector/constants.py 2016-12-31 11:15:24 +0000
368@@ -4,7 +4,7 @@
369 ###############################################################################
370 # OpenLP - Open Source Lyrics Projection #
371 # --------------------------------------------------------------------------- #
372-# Copyright (c) 2008-2016 OpenLP Developers #
373+# Copyright (c) 2008-2017 OpenLP Developers #
374 # --------------------------------------------------------------------------- #
375 # This program is free software; you can redistribute it and/or modify it #
376 # under the terms of the GNU General Public License as published by the Free #
377
378=== modified file 'openlp/core/lib/projector/db.py'
379--- openlp/core/lib/projector/db.py 2016-07-01 21:17:20 +0000
380+++ openlp/core/lib/projector/db.py 2016-12-31 11:15:24 +0000
381@@ -4,7 +4,7 @@
382 ###############################################################################
383 # OpenLP - Open Source Lyrics Projection #
384 # --------------------------------------------------------------------------- #
385-# Copyright (c) 2008-2016 OpenLP Developers #
386+# Copyright (c) 2008-2017 OpenLP Developers #
387 # --------------------------------------------------------------------------- #
388 # This program is free software; you can redistribute it and/or modify it #
389 # under the terms of the GNU General Public License as published by the Free #
390
391=== modified file 'openlp/core/lib/projector/pjlink1.py'
392--- openlp/core/lib/projector/pjlink1.py 2016-08-12 10:30:07 +0000
393+++ openlp/core/lib/projector/pjlink1.py 2016-12-31 11:15:24 +0000
394@@ -4,7 +4,7 @@
395 ###############################################################################
396 # OpenLP - Open Source Lyrics Projection #
397 # --------------------------------------------------------------------------- #
398-# Copyright (c) 2008-2016 OpenLP Developers #
399+# Copyright (c) 2008-2017 OpenLP Developers #
400 # --------------------------------------------------------------------------- #
401 # This program is free software; you can redistribute it and/or modify it #
402 # under the terms of the GNU General Public License as published by the Free #
403
404=== modified file 'openlp/core/lib/renderer.py'
405--- openlp/core/lib/renderer.py 2016-08-05 19:41:22 +0000
406+++ openlp/core/lib/renderer.py 2016-12-31 11:15:24 +0000
407@@ -4,7 +4,7 @@
408 ###############################################################################
409 # OpenLP - Open Source Lyrics Projection #
410 # --------------------------------------------------------------------------- #
411-# Copyright (c) 2008-2016 OpenLP Developers #
412+# Copyright (c) 2008-2017 OpenLP Developers #
413 # --------------------------------------------------------------------------- #
414 # This program is free software; you can redistribute it and/or modify it #
415 # under the terms of the GNU General Public License as published by the Free #
416
417=== modified file 'openlp/core/lib/screen.py'
418--- openlp/core/lib/screen.py 2016-08-02 18:57:10 +0000
419+++ openlp/core/lib/screen.py 2016-12-31 11:15:24 +0000
420@@ -4,7 +4,7 @@
421 ###############################################################################
422 # OpenLP - Open Source Lyrics Projection #
423 # --------------------------------------------------------------------------- #
424-# Copyright (c) 2008-2016 OpenLP Developers #
425+# Copyright (c) 2008-2017 OpenLP Developers #
426 # --------------------------------------------------------------------------- #
427 # This program is free software; you can redistribute it and/or modify it #
428 # under the terms of the GNU General Public License as published by the Free #
429
430=== modified file 'openlp/core/lib/searchedit.py'
431--- openlp/core/lib/searchedit.py 2016-11-11 21:23:03 +0000
432+++ openlp/core/lib/searchedit.py 2016-12-31 11:15:24 +0000
433@@ -4,7 +4,7 @@
434 ###############################################################################
435 # OpenLP - Open Source Lyrics Projection #
436 # --------------------------------------------------------------------------- #
437-# Copyright (c) 2008-2016 OpenLP Developers #
438+# Copyright (c) 2008-2017 OpenLP Developers #
439 # --------------------------------------------------------------------------- #
440 # This program is free software; you can redistribute it and/or modify it #
441 # under the terms of the GNU General Public License as published by the Free #
442
443=== modified file 'openlp/core/lib/serviceitem.py'
444--- openlp/core/lib/serviceitem.py 2016-07-01 21:17:20 +0000
445+++ openlp/core/lib/serviceitem.py 2016-12-31 11:15:24 +0000
446@@ -4,7 +4,7 @@
447 ###############################################################################
448 # OpenLP - Open Source Lyrics Projection #
449 # --------------------------------------------------------------------------- #
450-# Copyright (c) 2008-2016 OpenLP Developers #
451+# Copyright (c) 2008-2017 OpenLP Developers #
452 # --------------------------------------------------------------------------- #
453 # This program is free software; you can redistribute it and/or modify it #
454 # under the terms of the GNU General Public License as published by the Free #
455
456=== modified file 'openlp/core/lib/settingstab.py'
457--- openlp/core/lib/settingstab.py 2016-03-29 16:55:33 +0000
458+++ openlp/core/lib/settingstab.py 2016-12-31 11:15:24 +0000
459@@ -4,7 +4,7 @@
460 ###############################################################################
461 # OpenLP - Open Source Lyrics Projection #
462 # --------------------------------------------------------------------------- #
463-# Copyright (c) 2008-2016 OpenLP Developers #
464+# Copyright (c) 2008-2017 OpenLP Developers #
465 # --------------------------------------------------------------------------- #
466 # This program is free software; you can redistribute it and/or modify it #
467 # under the terms of the GNU General Public License as published by the Free #
468
469=== modified file 'openlp/core/lib/theme.py'
470--- openlp/core/lib/theme.py 2016-08-10 18:31:33 +0000
471+++ openlp/core/lib/theme.py 2016-12-31 11:15:24 +0000
472@@ -4,7 +4,7 @@
473 ###############################################################################
474 # OpenLP - Open Source Lyrics Projection #
475 # --------------------------------------------------------------------------- #
476-# Copyright (c) 2008-2016 OpenLP Developers #
477+# Copyright (c) 2008-2017 OpenLP Developers #
478 # --------------------------------------------------------------------------- #
479 # This program is free software; you can redistribute it and/or modify it #
480 # under the terms of the GNU General Public License as published by the Free #
481
482=== modified file 'openlp/core/lib/ui.py'
483--- openlp/core/lib/ui.py 2016-05-15 17:33:42 +0000
484+++ openlp/core/lib/ui.py 2016-12-31 11:15:24 +0000
485@@ -4,7 +4,7 @@
486 ###############################################################################
487 # OpenLP - Open Source Lyrics Projection #
488 # --------------------------------------------------------------------------- #
489-# Copyright (c) 2008-2016 OpenLP Developers #
490+# Copyright (c) 2008-2017 OpenLP Developers #
491 # --------------------------------------------------------------------------- #
492 # This program is free software; you can redistribute it and/or modify it #
493 # under the terms of the GNU General Public License as published by the Free #
494
495=== modified file 'openlp/core/resources.py'
496--- openlp/core/resources.py 2016-12-13 06:41:59 +0000
497+++ openlp/core/resources.py 2016-12-31 11:15:24 +0000
498@@ -4,7 +4,7 @@
499 ###############################################################################
500 # OpenLP - Open Source Lyrics Projection #
501 # --------------------------------------------------------------------------- #
502-# Copyright (c) 2008-2016 OpenLP Developers #
503+# Copyright (c) 2008-2017 OpenLP Developers #
504 # --------------------------------------------------------------------------- #
505 # This program is free software; you can redistribute it and/or modify it #
506 # under the terms of the GNU General Public License as published by the Free #
507
508=== modified file 'openlp/core/ui/__init__.py'
509--- openlp/core/ui/__init__.py 2016-04-22 18:32:45 +0000
510+++ openlp/core/ui/__init__.py 2016-12-31 11:15:24 +0000
511@@ -4,7 +4,7 @@
512 ###############################################################################
513 # OpenLP - Open Source Lyrics Projection #
514 # --------------------------------------------------------------------------- #
515-# Copyright (c) 2008-2016 OpenLP Developers #
516+# Copyright (c) 2008-2017 OpenLP Developers #
517 # --------------------------------------------------------------------------- #
518 # This program is free software; you can redistribute it and/or modify it #
519 # under the terms of the GNU General Public License as published by the Free #
520
521=== modified file 'openlp/core/ui/aboutdialog.py'
522--- openlp/core/ui/aboutdialog.py 2016-10-23 18:28:30 +0000
523+++ openlp/core/ui/aboutdialog.py 2016-12-31 11:15:24 +0000
524@@ -4,7 +4,7 @@
525 ###############################################################################
526 # OpenLP - Open Source Lyrics Projection #
527 # --------------------------------------------------------------------------- #
528-# Copyright (c) 2008-2016 OpenLP Developers #
529+# Copyright (c) 2008-2017 OpenLP Developers #
530 # --------------------------------------------------------------------------- #
531 # This program is free software; you can redistribute it and/or modify it #
532 # under the terms of the GNU General Public License as published by the Free #
533@@ -307,8 +307,8 @@
534 'Martin Thompson, Jon Tibble, Dave Warnock, Frode Woldsund, '
535 'Martin Zibricky, Patrick Zimmermann')
536 copyright_note = translate('OpenLP.AboutForm',
537- 'Copyright \xa9 2004-2016 {cr}\n\n'
538- 'Portions copyright \xa9 2004-2016 {others}').format(cr='Raoul Snyman',
539+ 'Copyright \xa9 2004-2017 {cr}\n\n'
540+ 'Portions copyright \xa9 2004-2017 {others}').format(cr='Raoul Snyman',
541 others=cr_others)
542 licence = translate('OpenLP.AboutForm',
543 'This program is free software; you can redistribute it and/or '
544
545=== modified file 'openlp/core/ui/aboutform.py'
546--- openlp/core/ui/aboutform.py 2016-05-20 16:22:06 +0000
547+++ openlp/core/ui/aboutform.py 2016-12-31 11:15:24 +0000
548@@ -4,7 +4,7 @@
549 ###############################################################################
550 # OpenLP - Open Source Lyrics Projection #
551 # --------------------------------------------------------------------------- #
552-# Copyright (c) 2008-2016 OpenLP Developers #
553+# Copyright (c) 2008-2017 OpenLP Developers #
554 # --------------------------------------------------------------------------- #
555 # This program is free software; you can redistribute it and/or modify it #
556 # under the terms of the GNU General Public License as published by the Free #
557
558=== modified file 'openlp/core/ui/advancedtab.py'
559--- openlp/core/ui/advancedtab.py 2016-10-17 04:17:33 +0000
560+++ openlp/core/ui/advancedtab.py 2016-12-31 11:15:24 +0000
561@@ -4,7 +4,7 @@
562 ###############################################################################
563 # OpenLP - Open Source Lyrics Projection #
564 # --------------------------------------------------------------------------- #
565-# Copyright (c) 2008-2016 OpenLP Developers #
566+# Copyright (c) 2008-2017 OpenLP Developers #
567 # --------------------------------------------------------------------------- #
568 # This program is free software; you can redistribute it and/or modify it #
569 # under the terms of the GNU General Public License as published by the Free #
570
571=== modified file 'openlp/core/ui/exceptiondialog.py'
572--- openlp/core/ui/exceptiondialog.py 2016-10-27 17:45:50 +0000
573+++ openlp/core/ui/exceptiondialog.py 2016-12-31 11:15:24 +0000
574@@ -4,7 +4,7 @@
575 ###############################################################################
576 # OpenLP - Open Source Lyrics Projection #
577 # --------------------------------------------------------------------------- #
578-# Copyright (c) 2008-2016 OpenLP Developers #
579+# Copyright (c) 2008-2017 OpenLP Developers #
580 # --------------------------------------------------------------------------- #
581 # This program is free software; you can redistribute it and/or modify it #
582 # under the terms of the GNU General Public License as published by the Free #
583
584=== modified file 'openlp/core/ui/exceptionform.py'
585--- openlp/core/ui/exceptionform.py 2016-08-25 19:24:59 +0000
586+++ openlp/core/ui/exceptionform.py 2016-12-31 11:15:24 +0000
587@@ -4,7 +4,7 @@
588 ###############################################################################
589 # OpenLP - Open Source Lyrics Projection #
590 # --------------------------------------------------------------------------- #
591-# Copyright (c) 2008-2016 OpenLP Developers #
592+# Copyright (c) 2008-2017 OpenLP Developers #
593 # --------------------------------------------------------------------------- #
594 # This program is free software; you can redistribute it and/or modify it #
595 # under the terms of the GNU General Public License as published by the Free #
596
597=== modified file 'openlp/core/ui/filerenamedialog.py'
598--- openlp/core/ui/filerenamedialog.py 2016-10-27 17:45:50 +0000
599+++ openlp/core/ui/filerenamedialog.py 2016-12-31 11:15:24 +0000
600@@ -4,7 +4,7 @@
601 ###############################################################################
602 # OpenLP - Open Source Lyrics Projection #
603 # --------------------------------------------------------------------------- #
604-# Copyright (c) 2008-2016 OpenLP Developers #
605+# Copyright (c) 2008-2017 OpenLP Developers #
606 # --------------------------------------------------------------------------- #
607 # This program is free software; you can redistribute it and/or modify it #
608 # under the terms of the GNU General Public License as published by the Free #
609
610=== modified file 'openlp/core/ui/filerenameform.py'
611--- openlp/core/ui/filerenameform.py 2016-01-09 16:26:14 +0000
612+++ openlp/core/ui/filerenameform.py 2016-12-31 11:15:24 +0000
613@@ -4,7 +4,7 @@
614 ###############################################################################
615 # OpenLP - Open Source Lyrics Projection #
616 # --------------------------------------------------------------------------- #
617-# Copyright (c) 2008-2016 OpenLP Developers #
618+# Copyright (c) 2008-2017 OpenLP Developers #
619 # --------------------------------------------------------------------------- #
620 # This program is free software; you can redistribute it and/or modify it #
621 # under the terms of the GNU General Public License as published by the Free #
622
623=== modified file 'openlp/core/ui/firsttimeform.py'
624--- openlp/core/ui/firsttimeform.py 2016-12-21 12:46:35 +0000
625+++ openlp/core/ui/firsttimeform.py 2016-12-31 11:15:24 +0000
626@@ -4,7 +4,7 @@
627 ###############################################################################
628 # OpenLP - Open Source Lyrics Projection #
629 # --------------------------------------------------------------------------- #
630-# Copyright (c) 2008-2016 OpenLP Developers #
631+# Copyright (c) 2008-2017 OpenLP Developers #
632 # --------------------------------------------------------------------------- #
633 # This program is free software; you can redistribute it and/or modify it #
634 # under the terms of the GNU General Public License as published by the Free #
635
636=== modified file 'openlp/core/ui/firsttimelanguagedialog.py'
637--- openlp/core/ui/firsttimelanguagedialog.py 2016-10-27 17:45:50 +0000
638+++ openlp/core/ui/firsttimelanguagedialog.py 2016-12-31 11:15:24 +0000
639@@ -4,7 +4,7 @@
640 ###############################################################################
641 # OpenLP - Open Source Lyrics Projection #
642 # --------------------------------------------------------------------------- #
643-# Copyright (c) 2008-2016 OpenLP Developers #
644+# Copyright (c) 2008-2017 OpenLP Developers #
645 # --------------------------------------------------------------------------- #
646 # This program is free software; you can redistribute it and/or modify it #
647 # under the terms of the GNU General Public License as published by the Free #
648
649=== modified file 'openlp/core/ui/firsttimelanguageform.py'
650--- openlp/core/ui/firsttimelanguageform.py 2016-03-31 16:47:42 +0000
651+++ openlp/core/ui/firsttimelanguageform.py 2016-12-31 11:15:24 +0000
652@@ -4,7 +4,7 @@
653 ###############################################################################
654 # OpenLP - Open Source Lyrics Projection #
655 # --------------------------------------------------------------------------- #
656-# Copyright (c) 2008-2016 OpenLP Developers #
657+# Copyright (c) 2008-2017 OpenLP Developers #
658 # --------------------------------------------------------------------------- #
659 # This program is free software; you can redistribute it and/or modify it #
660 # under the terms of the GNU General Public License as published by the Free #
661
662=== modified file 'openlp/core/ui/firsttimewizard.py'
663--- openlp/core/ui/firsttimewizard.py 2016-10-27 17:45:50 +0000
664+++ openlp/core/ui/firsttimewizard.py 2016-12-31 11:15:24 +0000
665@@ -4,7 +4,7 @@
666 ###############################################################################
667 # OpenLP - Open Source Lyrics Projection #
668 # --------------------------------------------------------------------------- #
669-# Copyright (c) 2008-2016 OpenLP Developers #
670+# Copyright (c) 2008-2017 OpenLP Developers #
671 # --------------------------------------------------------------------------- #
672 # This program is free software; you can redistribute it and/or modify it #
673 # under the terms of the GNU General Public License as published by the Free #
674
675=== modified file 'openlp/core/ui/formattingtagcontroller.py'
676--- openlp/core/ui/formattingtagcontroller.py 2016-07-01 21:17:20 +0000
677+++ openlp/core/ui/formattingtagcontroller.py 2016-12-31 11:15:24 +0000
678@@ -4,7 +4,7 @@
679 ###############################################################################
680 # OpenLP - Open Source Lyrics Projection #
681 # --------------------------------------------------------------------------- #
682-# Copyright (c) 2008-2016 OpenLP Developers #
683+# Copyright (c) 2008-2017 OpenLP Developers #
684 # --------------------------------------------------------------------------- #
685 # This program is free software; you can redistribute it and/or modify it #
686 # under the terms of the GNU General Public License as published by the Free #
687
688=== modified file 'openlp/core/ui/formattingtagdialog.py'
689--- openlp/core/ui/formattingtagdialog.py 2016-10-27 17:45:50 +0000
690+++ openlp/core/ui/formattingtagdialog.py 2016-12-31 11:15:24 +0000
691@@ -4,7 +4,7 @@
692 ###############################################################################
693 # OpenLP - Open Source Lyrics Projection #
694 # --------------------------------------------------------------------------- #
695-# Copyright (c) 2008-2016 OpenLP Developers #
696+# Copyright (c) 2008-2017 OpenLP Developers #
697 # --------------------------------------------------------------------------- #
698 # This program is free software; you can redistribute it and/or modify it #
699 # under the terms of the GNU General Public License as published by the Free #
700
701=== modified file 'openlp/core/ui/formattingtagform.py'
702--- openlp/core/ui/formattingtagform.py 2016-05-20 16:22:06 +0000
703+++ openlp/core/ui/formattingtagform.py 2016-12-31 11:15:24 +0000
704@@ -4,7 +4,7 @@
705 ###############################################################################
706 # OpenLP - Open Source Lyrics Projection #
707 # --------------------------------------------------------------------------- #
708-# Copyright (c) 2008-2016 OpenLP Developers #
709+# Copyright (c) 2008-2017 OpenLP Developers #
710 # --------------------------------------------------------------------------- #
711 # This program is free software; you can redistribute it and/or modify it #
712 # under the terms of the GNU General Public License as published by the Free #
713
714=== modified file 'openlp/core/ui/generaltab.py'
715--- openlp/core/ui/generaltab.py 2016-12-13 06:41:59 +0000
716+++ openlp/core/ui/generaltab.py 2016-12-31 11:15:24 +0000
717@@ -4,7 +4,7 @@
718 ###############################################################################
719 # OpenLP - Open Source Lyrics Projection #
720 # --------------------------------------------------------------------------- #
721-# Copyright (c) 2008-2016 OpenLP Developers #
722+# Copyright (c) 2008-2017 OpenLP Developers #
723 # --------------------------------------------------------------------------- #
724 # This program is free software; you can redistribute it and/or modify it #
725 # under the terms of the GNU General Public License as published by the Free #
726
727=== modified file 'openlp/core/ui/lib/__init__.py'
728--- openlp/core/ui/lib/__init__.py 2016-05-21 05:02:31 +0000
729+++ openlp/core/ui/lib/__init__.py 2016-12-31 11:15:24 +0000
730@@ -4,7 +4,7 @@
731 ###############################################################################
732 # OpenLP - Open Source Lyrics Projection #
733 # --------------------------------------------------------------------------- #
734-# Copyright (c) 2008-2016 OpenLP Developers #
735+# Copyright (c) 2008-2017 OpenLP Developers #
736 # --------------------------------------------------------------------------- #
737 # This program is free software; you can redistribute it and/or modify it #
738 # under the terms of the GNU General Public License as published by the Free #
739
740=== modified file 'openlp/core/ui/lib/colorbutton.py'
741--- openlp/core/ui/lib/colorbutton.py 2016-04-17 19:09:46 +0000
742+++ openlp/core/ui/lib/colorbutton.py 2016-12-31 11:15:24 +0000
743@@ -4,7 +4,7 @@
744 ###############################################################################
745 # OpenLP - Open Source Lyrics Projection #
746 # --------------------------------------------------------------------------- #
747-# Copyright (c) 2008-2016 OpenLP Developers #
748+# Copyright (c) 2008-2017 OpenLP Developers #
749 # --------------------------------------------------------------------------- #
750 # This program is free software; you can redistribute it and/or modify it #
751 # under the terms of the GNU General Public License as published by the Free #
752
753=== modified file 'openlp/core/ui/lib/dockwidget.py'
754--- openlp/core/ui/lib/dockwidget.py 2016-04-17 19:09:46 +0000
755+++ openlp/core/ui/lib/dockwidget.py 2016-12-31 11:15:24 +0000
756@@ -4,7 +4,7 @@
757 ###############################################################################
758 # OpenLP - Open Source Lyrics Projection #
759 # --------------------------------------------------------------------------- #
760-# Copyright (c) 2008-2016 OpenLP Developers #
761+# Copyright (c) 2008-2017 OpenLP Developers #
762 # --------------------------------------------------------------------------- #
763 # This program is free software; you can redistribute it and/or modify it #
764 # under the terms of the GNU General Public License as published by the Free #
765
766=== modified file 'openlp/core/ui/lib/historycombobox.py'
767--- openlp/core/ui/lib/historycombobox.py 2016-04-01 16:56:54 +0000
768+++ openlp/core/ui/lib/historycombobox.py 2016-12-31 11:15:24 +0000
769@@ -4,7 +4,7 @@
770 ###############################################################################
771 # OpenLP - Open Source Lyrics Projection #
772 # --------------------------------------------------------------------------- #
773-# Copyright (c) 2008-2016 OpenLP Developers #
774+# Copyright (c) 2008-2017 OpenLP Developers #
775 # --------------------------------------------------------------------------- #
776 # This program is free software; you can redistribute it and/or modify it #
777 # under the terms of the GNU General Public License as published by the Free #
778
779=== modified file 'openlp/core/ui/lib/listpreviewwidget.py'
780--- openlp/core/ui/lib/listpreviewwidget.py 2016-05-20 12:38:36 +0000
781+++ openlp/core/ui/lib/listpreviewwidget.py 2016-12-31 11:15:24 +0000
782@@ -4,7 +4,7 @@
783 ###############################################################################
784 # OpenLP - Open Source Lyrics Projection #
785 # --------------------------------------------------------------------------- #
786-# Copyright (c) 2008-2016 OpenLP Developers #
787+# Copyright (c) 2008-2017 OpenLP Developers #
788 # --------------------------------------------------------------------------- #
789 # This program is free software; you can redistribute it and/or modify it #
790 # under the terms of the GNU General Public License as published by the Free #
791
792=== modified file 'openlp/core/ui/lib/listwidgetwithdnd.py'
793--- openlp/core/ui/lib/listwidgetwithdnd.py 2016-11-12 11:50:06 +0000
794+++ openlp/core/ui/lib/listwidgetwithdnd.py 2016-12-31 11:15:24 +0000
795@@ -4,7 +4,7 @@
796 ###############################################################################
797 # OpenLP - Open Source Lyrics Projection #
798 # --------------------------------------------------------------------------- #
799-# Copyright (c) 2008-2016 OpenLP Developers #
800+# Copyright (c) 2008-2017 OpenLP Developers #
801 # --------------------------------------------------------------------------- #
802 # This program is free software; you can redistribute it and/or modify it #
803 # under the terms of the GNU General Public License as published by the Free #
804
805=== modified file 'openlp/core/ui/lib/mediadockmanager.py'
806--- openlp/core/ui/lib/mediadockmanager.py 2016-12-12 22:14:45 +0000
807+++ openlp/core/ui/lib/mediadockmanager.py 2016-12-31 11:15:24 +0000
808@@ -4,7 +4,7 @@
809 ###############################################################################
810 # OpenLP - Open Source Lyrics Projection #
811 # --------------------------------------------------------------------------- #
812-# Copyright (c) 2008-2016 OpenLP Developers #
813+# Copyright (c) 2008-2017 OpenLP Developers #
814 # --------------------------------------------------------------------------- #
815 # This program is free software; you can redistribute it and/or modify it #
816 # under the terms of the GNU General Public License as published by the Free #
817
818=== modified file 'openlp/core/ui/lib/spelltextedit.py'
819--- openlp/core/ui/lib/spelltextedit.py 2016-07-01 21:17:20 +0000
820+++ openlp/core/ui/lib/spelltextedit.py 2016-12-31 11:15:24 +0000
821@@ -4,7 +4,7 @@
822 ###############################################################################
823 # OpenLP - Open Source Lyrics Projection #
824 # --------------------------------------------------------------------------- #
825-# Copyright (c) 2008-2016 OpenLP Developers #
826+# Copyright (c) 2008-2017 OpenLP Developers #
827 # --------------------------------------------------------------------------- #
828 # This program is free software; you can redistribute it and/or modify it #
829 # under the terms of the GNU General Public License as published by the Free #
830
831=== modified file 'openlp/core/ui/lib/toolbar.py'
832--- openlp/core/ui/lib/toolbar.py 2016-04-17 19:32:15 +0000
833+++ openlp/core/ui/lib/toolbar.py 2016-12-31 11:15:24 +0000
834@@ -4,7 +4,7 @@
835 ###############################################################################
836 # OpenLP - Open Source Lyrics Projection #
837 # --------------------------------------------------------------------------- #
838-# Copyright (c) 2008-2016 OpenLP Developers #
839+# Copyright (c) 2008-2017 OpenLP Developers #
840 # --------------------------------------------------------------------------- #
841 # This program is free software; you can redistribute it and/or modify it #
842 # under the terms of the GNU General Public License as published by the Free #
843
844=== modified file 'openlp/core/ui/lib/treewidgetwithdnd.py'
845--- openlp/core/ui/lib/treewidgetwithdnd.py 2016-09-30 02:57:44 +0000
846+++ openlp/core/ui/lib/treewidgetwithdnd.py 2016-12-31 11:15:24 +0000
847@@ -4,7 +4,7 @@
848 ###############################################################################
849 # OpenLP - Open Source Lyrics Projection #
850 # --------------------------------------------------------------------------- #
851-# Copyright (c) 2008-2016 OpenLP Developers #
852+# Copyright (c) 2008-2017 OpenLP Developers #
853 # --------------------------------------------------------------------------- #
854 # This program is free software; you can redistribute it and/or modify it #
855 # under the terms of the GNU General Public License as published by the Free #
856
857=== modified file 'openlp/core/ui/lib/wizard.py'
858--- openlp/core/ui/lib/wizard.py 2016-11-25 13:58:33 +0000
859+++ openlp/core/ui/lib/wizard.py 2016-12-31 11:15:24 +0000
860@@ -4,7 +4,7 @@
861 ###############################################################################
862 # OpenLP - Open Source Lyrics Projection #
863 # --------------------------------------------------------------------------- #
864-# Copyright (c) 2008-2016 OpenLP Developers #
865+# Copyright (c) 2008-2017 OpenLP Developers #
866 # --------------------------------------------------------------------------- #
867 # This program is free software; you can redistribute it and/or modify it #
868 # under the terms of the GNU General Public License as published by the Free #
869
870=== modified file 'openlp/core/ui/maindisplay.py'
871--- openlp/core/ui/maindisplay.py 2016-07-31 11:58:54 +0000
872+++ openlp/core/ui/maindisplay.py 2016-12-31 11:15:24 +0000
873@@ -4,7 +4,7 @@
874 ###############################################################################
875 # OpenLP - Open Source Lyrics Projection #
876 # --------------------------------------------------------------------------- #
877-# Copyright (c) 2008-2016 OpenLP Developers #
878+# Copyright (c) 2008-2017 OpenLP Developers #
879 # --------------------------------------------------------------------------- #
880 # This program is free software; you can redistribute it and/or modify it #
881 # under the terms of the GNU General Public License as published by the Free #
882
883=== modified file 'openlp/core/ui/mainwindow.py'
884--- openlp/core/ui/mainwindow.py 2016-12-15 20:36:04 +0000
885+++ openlp/core/ui/mainwindow.py 2016-12-31 11:15:24 +0000
886@@ -4,7 +4,7 @@
887 ###############################################################################
888 # OpenLP - Open Source Lyrics Projection #
889 # --------------------------------------------------------------------------- #
890-# Copyright (c) 2008-2016 OpenLP Developers #
891+# Copyright (c) 2008-2017 OpenLP Developers #
892 # --------------------------------------------------------------------------- #
893 # This program is free software; you can redistribute it and/or modify it #
894 # under the terms of the GNU General Public License as published by the Free #
895
896=== modified file 'openlp/core/ui/media/__init__.py'
897--- openlp/core/ui/media/__init__.py 2016-07-01 21:17:20 +0000
898+++ openlp/core/ui/media/__init__.py 2016-12-31 11:15:24 +0000
899@@ -4,7 +4,7 @@
900 ###############################################################################
901 # OpenLP - Open Source Lyrics Projection #
902 # --------------------------------------------------------------------------- #
903-# Copyright (c) 2008-2016 OpenLP Developers #
904+# Copyright (c) 2008-2017 OpenLP Developers #
905 # --------------------------------------------------------------------------- #
906 # This program is free software; you can redistribute it and/or modify it #
907 # under the terms of the GNU General Public License as published by the Free #
908
909=== modified file 'openlp/core/ui/media/mediacontroller.py'
910--- openlp/core/ui/media/mediacontroller.py 2016-07-01 21:17:20 +0000
911+++ openlp/core/ui/media/mediacontroller.py 2016-12-31 11:15:24 +0000
912@@ -4,7 +4,7 @@
913 ###############################################################################
914 # OpenLP - Open Source Lyrics Projection #
915 # --------------------------------------------------------------------------- #
916-# Copyright (c) 2008-2016 OpenLP Developers #
917+# Copyright (c) 2008-2017 OpenLP Developers #
918 # --------------------------------------------------------------------------- #
919 # This program is free software; you can redistribute it and/or modify it #
920 # under the terms of the GNU General Public License as published by the Free #
921
922=== modified file 'openlp/core/ui/media/mediaplayer.py'
923--- openlp/core/ui/media/mediaplayer.py 2016-04-07 18:14:10 +0000
924+++ openlp/core/ui/media/mediaplayer.py 2016-12-31 11:15:24 +0000
925@@ -4,7 +4,7 @@
926 ###############################################################################
927 # OpenLP - Open Source Lyrics Projection #
928 # --------------------------------------------------------------------------- #
929-# Copyright (c) 2008-2016 OpenLP Developers #
930+# Copyright (c) 2008-2017 OpenLP Developers #
931 # --------------------------------------------------------------------------- #
932 # This program is free software; you can redistribute it and/or modify it #
933 # under the terms of the GNU General Public License as published by the Free #
934
935=== modified file 'openlp/core/ui/media/playertab.py'
936--- openlp/core/ui/media/playertab.py 2016-07-24 20:20:25 +0000
937+++ openlp/core/ui/media/playertab.py 2016-12-31 11:15:24 +0000
938@@ -4,7 +4,7 @@
939 ###############################################################################
940 # OpenLP - Open Source Lyrics Projection #
941 # --------------------------------------------------------------------------- #
942-# Copyright (c) 2008-2016 OpenLP Developers #
943+# Copyright (c) 2008-2017 OpenLP Developers #
944 # --------------------------------------------------------------------------- #
945 # This program is free software; you can redistribute it and/or modify it #
946 # under the terms of the GNU General Public License as published by the Free #
947
948=== modified file 'openlp/core/ui/media/systemplayer.py'
949--- openlp/core/ui/media/systemplayer.py 2016-08-14 08:24:17 +0000
950+++ openlp/core/ui/media/systemplayer.py 2016-12-31 11:15:24 +0000
951@@ -4,7 +4,7 @@
952 ###############################################################################
953 # OpenLP - Open Source Lyrics Projection #
954 # --------------------------------------------------------------------------- #
955-# Copyright (c) 2008-2016 OpenLP Developers #
956+# Copyright (c) 2008-2017 OpenLP Developers #
957 # --------------------------------------------------------------------------- #
958 # This program is free software; you can redistribute it and/or modify it #
959 # under the terms of the GNU General Public License as published by the Free #
960
961=== modified file 'openlp/core/ui/media/vendor/__init__.py'
962--- openlp/core/ui/media/vendor/__init__.py 2015-12-31 22:46:06 +0000
963+++ openlp/core/ui/media/vendor/__init__.py 2016-12-31 11:15:24 +0000
964@@ -4,7 +4,7 @@
965 ###############################################################################
966 # OpenLP - Open Source Lyrics Projection #
967 # --------------------------------------------------------------------------- #
968-# Copyright (c) 2008-2016 OpenLP Developers #
969+# Copyright (c) 2008-2017 OpenLP Developers #
970 # --------------------------------------------------------------------------- #
971 # This program is free software; you can redistribute it and/or modify it #
972 # under the terms of the GNU General Public License as published by the Free #
973
974=== modified file 'openlp/core/ui/media/vendor/mediainfoWrapper.py'
975--- openlp/core/ui/media/vendor/mediainfoWrapper.py 2016-04-13 18:39:39 +0000
976+++ openlp/core/ui/media/vendor/mediainfoWrapper.py 2016-12-31 11:15:24 +0000
977@@ -4,7 +4,7 @@
978 ###############################################################################
979 # OpenLP - Open Source Lyrics Projection #
980 # --------------------------------------------------------------------------- #
981-# Copyright (c) 2008-2016 OpenLP Developers #
982+# Copyright (c) 2008-2017 OpenLP Developers #
983 # --------------------------------------------------------------------------- #
984 # This program is free software; you can redistribute it and/or modify it #
985 # under the terms of the GNU General Public License as published by the Free #
986
987=== modified file 'openlp/core/ui/media/vlcplayer.py'
988--- openlp/core/ui/media/vlcplayer.py 2016-07-01 21:17:20 +0000
989+++ openlp/core/ui/media/vlcplayer.py 2016-12-31 11:15:24 +0000
990@@ -4,7 +4,7 @@
991 ###############################################################################
992 # OpenLP - Open Source Lyrics Projection #
993 # --------------------------------------------------------------------------- #
994-# Copyright (c) 2008-2016 OpenLP Developers #
995+# Copyright (c) 2008-2017 OpenLP Developers #
996 # --------------------------------------------------------------------------- #
997 # This program is free software; you can redistribute it and/or modify it #
998 # under the terms of the GNU General Public License as published by the Free #
999
1000=== modified file 'openlp/core/ui/media/webkitplayer.py'
1001--- openlp/core/ui/media/webkitplayer.py 2016-07-01 21:17:20 +0000
1002+++ openlp/core/ui/media/webkitplayer.py 2016-12-31 11:15:24 +0000
1003@@ -4,7 +4,7 @@
1004 ###############################################################################
1005 # OpenLP - Open Source Lyrics Projection #
1006 # --------------------------------------------------------------------------- #
1007-# Copyright (c) 2008-2016 OpenLP Developers #
1008+# Copyright (c) 2008-2017 OpenLP Developers #
1009 # --------------------------------------------------------------------------- #
1010 # This program is free software; you can redistribute it and/or modify it #
1011 # under the terms of the GNU General Public License as published by the Free #
1012
1013=== modified file 'openlp/core/ui/plugindialog.py'
1014--- openlp/core/ui/plugindialog.py 2016-10-27 17:45:50 +0000
1015+++ openlp/core/ui/plugindialog.py 2016-12-31 11:15:24 +0000
1016@@ -4,7 +4,7 @@
1017 ###############################################################################
1018 # OpenLP - Open Source Lyrics Projection #
1019 # --------------------------------------------------------------------------- #
1020-# Copyright (c) 2008-2016 OpenLP Developers #
1021+# Copyright (c) 2008-2017 OpenLP Developers #
1022 # --------------------------------------------------------------------------- #
1023 # This program is free software; you can redistribute it and/or modify it #
1024 # under the terms of the GNU General Public License as published by the Free #
1025
1026=== modified file 'openlp/core/ui/pluginform.py'
1027--- openlp/core/ui/pluginform.py 2016-06-04 00:15:19 +0000
1028+++ openlp/core/ui/pluginform.py 2016-12-31 11:15:24 +0000
1029@@ -4,7 +4,7 @@
1030 ###############################################################################
1031 # OpenLP - Open Source Lyrics Projection #
1032 # --------------------------------------------------------------------------- #
1033-# Copyright (c) 2008-2016 OpenLP Developers #
1034+# Copyright (c) 2008-2017 OpenLP Developers #
1035 # --------------------------------------------------------------------------- #
1036 # This program is free software; you can redistribute it and/or modify it #
1037 # under the terms of the GNU General Public License as published by the Free #
1038
1039=== modified file 'openlp/core/ui/printservicedialog.py'
1040--- openlp/core/ui/printservicedialog.py 2016-10-27 17:45:50 +0000
1041+++ openlp/core/ui/printservicedialog.py 2016-12-31 11:15:24 +0000
1042@@ -4,7 +4,7 @@
1043 ###############################################################################
1044 # OpenLP - Open Source Lyrics Projection #
1045 # --------------------------------------------------------------------------- #
1046-# Copyright (c) 2008-2016 OpenLP Developers #
1047+# Copyright (c) 2008-2017 OpenLP Developers #
1048 # --------------------------------------------------------------------------- #
1049 # This program is free software; you can redistribute it and/or modify it #
1050 # under the terms of the GNU General Public License as published by the Free #
1051
1052=== modified file 'openlp/core/ui/printserviceform.py'
1053--- openlp/core/ui/printserviceform.py 2016-01-09 16:26:14 +0000
1054+++ openlp/core/ui/printserviceform.py 2016-12-31 11:15:24 +0000
1055@@ -4,7 +4,7 @@
1056 ###############################################################################
1057 # OpenLP - Open Source Lyrics Projection #
1058 # --------------------------------------------------------------------------- #
1059-# Copyright (c) 2008-2016 OpenLP Developers #
1060+# Copyright (c) 2008-2017 OpenLP Developers #
1061 # --------------------------------------------------------------------------- #
1062 # This program is free software; you can redistribute it and/or modify it #
1063 # under the terms of the GNU General Public License as published by the Free #
1064
1065=== modified file 'openlp/core/ui/projector/__init__.py'
1066--- openlp/core/ui/projector/__init__.py 2015-12-31 22:46:06 +0000
1067+++ openlp/core/ui/projector/__init__.py 2016-12-31 11:15:24 +0000
1068@@ -4,7 +4,7 @@
1069 ###############################################################################
1070 # OpenLP - Open Source Lyrics Projection #
1071 # --------------------------------------------------------------------------- #
1072-# Copyright (c) 2008-2016 OpenLP Developers #
1073+# Copyright (c) 2008-2017 OpenLP Developers #
1074 # --------------------------------------------------------------------------- #
1075 # This program is free software; you can redistribute it and/or modify it #
1076 # under the terms of the GNU General Public License as published by the Free #
1077
1078=== modified file 'openlp/core/ui/projector/editform.py'
1079--- openlp/core/ui/projector/editform.py 2016-12-13 06:41:59 +0000
1080+++ openlp/core/ui/projector/editform.py 2016-12-31 11:15:24 +0000
1081@@ -4,7 +4,7 @@
1082 ###############################################################################
1083 # OpenLP - Open Source Lyrics Projection #
1084 # --------------------------------------------------------------------------- #
1085-# Copyright (c) 2008-2016 OpenLP Developers #
1086+# Copyright (c) 2008-2017 OpenLP Developers #
1087 # --------------------------------------------------------------------------- #
1088 # This program is free software; you can redistribute it and/or modify it #
1089 # under the terms of the GNU General Public License as published by the Free #
1090
1091=== modified file 'openlp/core/ui/projector/manager.py'
1092--- openlp/core/ui/projector/manager.py 2016-08-10 09:07:49 +0000
1093+++ openlp/core/ui/projector/manager.py 2016-12-31 11:15:24 +0000
1094@@ -4,7 +4,7 @@
1095 ###############################################################################
1096 # OpenLP - Open Source Lyrics Projection #
1097 # --------------------------------------------------------------------------- #
1098-# Copyright (c) 2008-2016 OpenLP Developers #
1099+# Copyright (c) 2008-2017 OpenLP Developers #
1100 # --------------------------------------------------------------------------- #
1101 # This program is free software; you can redistribute it and/or modify it #
1102 # under the terms of the GNU General Public License as published by the Free #
1103
1104=== modified file 'openlp/core/ui/projector/sourceselectform.py'
1105--- openlp/core/ui/projector/sourceselectform.py 2016-10-23 18:28:30 +0000
1106+++ openlp/core/ui/projector/sourceselectform.py 2016-12-31 11:15:24 +0000
1107@@ -4,7 +4,7 @@
1108 ###############################################################################
1109 # OpenLP - Open Source Lyrics Projection #
1110 # --------------------------------------------------------------------------- #
1111-# Copyright (c) 2008-2016 OpenLP Developers #
1112+# Copyright (c) 2008-2017 OpenLP Developers #
1113 # --------------------------------------------------------------------------- #
1114 # This program is free software; you can redistribute it and/or modify it #
1115 # under the terms of the GNU General Public License as published by the Free #
1116
1117=== modified file 'openlp/core/ui/projector/tab.py'
1118--- openlp/core/ui/projector/tab.py 2016-07-01 21:17:20 +0000
1119+++ openlp/core/ui/projector/tab.py 2016-12-31 11:15:24 +0000
1120@@ -4,7 +4,7 @@
1121 ###############################################################################
1122 # OpenLP - Open Source Lyrics Projection #
1123 # --------------------------------------------------------------------------- #
1124-# Copyright (c) 2008-2016 OpenLP Developers #
1125+# Copyright (c) 2008-2017 OpenLP Developers #
1126 # --------------------------------------------------------------------------- #
1127 # This program is free software; you can redistribute it and/or modify it #
1128 # under the terms of the GNU General Public License as published by the Free #
1129
1130=== modified file 'openlp/core/ui/serviceitemeditdialog.py'
1131--- openlp/core/ui/serviceitemeditdialog.py 2016-10-27 17:45:50 +0000
1132+++ openlp/core/ui/serviceitemeditdialog.py 2016-12-31 11:15:24 +0000
1133@@ -4,7 +4,7 @@
1134 ###############################################################################
1135 # OpenLP - Open Source Lyrics Projection #
1136 # --------------------------------------------------------------------------- #
1137-# Copyright (c) 2008-2016 OpenLP Developers #
1138+# Copyright (c) 2008-2017 OpenLP Developers #
1139 # --------------------------------------------------------------------------- #
1140 # This program is free software; you can redistribute it and/or modify it #
1141 # under the terms of the GNU General Public License as published by the Free #
1142
1143=== modified file 'openlp/core/ui/serviceitemeditform.py'
1144--- openlp/core/ui/serviceitemeditform.py 2016-01-09 16:26:14 +0000
1145+++ openlp/core/ui/serviceitemeditform.py 2016-12-31 11:15:24 +0000
1146@@ -4,7 +4,7 @@
1147 ###############################################################################
1148 # OpenLP - Open Source Lyrics Projection #
1149 # --------------------------------------------------------------------------- #
1150-# Copyright (c) 2008-2016 OpenLP Developers #
1151+# Copyright (c) 2008-2017 OpenLP Developers #
1152 # --------------------------------------------------------------------------- #
1153 # This program is free software; you can redistribute it and/or modify it #
1154 # under the terms of the GNU General Public License as published by the Free #
1155
1156=== modified file 'openlp/core/ui/servicemanager.py'
1157--- openlp/core/ui/servicemanager.py 2016-07-21 21:32:25 +0000
1158+++ openlp/core/ui/servicemanager.py 2016-12-31 11:15:24 +0000
1159@@ -4,7 +4,7 @@
1160 ###############################################################################
1161 # OpenLP - Open Source Lyrics Projection #
1162 # --------------------------------------------------------------------------- #
1163-# Copyright (c) 2008-2016 OpenLP Developers #
1164+# Copyright (c) 2008-2017 OpenLP Developers #
1165 # --------------------------------------------------------------------------- #
1166 # This program is free software; you can redistribute it and/or modify it #
1167 # under the terms of the GNU General Public License as published by the Free #
1168
1169=== modified file 'openlp/core/ui/servicenoteform.py'
1170--- openlp/core/ui/servicenoteform.py 2016-05-21 05:02:31 +0000
1171+++ openlp/core/ui/servicenoteform.py 2016-12-31 11:15:24 +0000
1172@@ -4,7 +4,7 @@
1173 ###############################################################################
1174 # OpenLP - Open Source Lyrics Projection #
1175 # --------------------------------------------------------------------------- #
1176-# Copyright (c) 2008-2016 OpenLP Developers #
1177+# Copyright (c) 2008-2017 OpenLP Developers #
1178 # --------------------------------------------------------------------------- #
1179 # This program is free software; you can redistribute it and/or modify it #
1180 # under the terms of the GNU General Public License as published by the Free #
1181
1182=== modified file 'openlp/core/ui/settingsdialog.py'
1183--- openlp/core/ui/settingsdialog.py 2016-10-27 17:45:50 +0000
1184+++ openlp/core/ui/settingsdialog.py 2016-12-31 11:15:24 +0000
1185@@ -4,7 +4,7 @@
1186 ###############################################################################
1187 # OpenLP - Open Source Lyrics Projection #
1188 # --------------------------------------------------------------------------- #
1189-# Copyright (c) 2008-2016 OpenLP Developers #
1190+# Copyright (c) 2008-2017 OpenLP Developers #
1191 # --------------------------------------------------------------------------- #
1192 # This program is free software; you can redistribute it and/or modify it #
1193 # under the terms of the GNU General Public License as published by the Free #
1194
1195=== modified file 'openlp/core/ui/settingsform.py'
1196--- openlp/core/ui/settingsform.py 2016-10-30 08:29:22 +0000
1197+++ openlp/core/ui/settingsform.py 2016-12-31 11:15:24 +0000
1198@@ -4,7 +4,7 @@
1199 ###############################################################################
1200 # OpenLP - Open Source Lyrics Projection #
1201 # --------------------------------------------------------------------------- #
1202-# Copyright (c) 2008-2016 OpenLP Developers #
1203+# Copyright (c) 2008-2017 OpenLP Developers #
1204 # --------------------------------------------------------------------------- #
1205 # This program is free software; you can redistribute it and/or modify it #
1206 # under the terms of the GNU General Public License as published by the Free #
1207
1208=== modified file 'openlp/core/ui/shortcutlistdialog.py'
1209--- openlp/core/ui/shortcutlistdialog.py 2016-10-27 17:45:50 +0000
1210+++ openlp/core/ui/shortcutlistdialog.py 2016-12-31 11:15:24 +0000
1211@@ -4,7 +4,7 @@
1212 ###############################################################################
1213 # OpenLP - Open Source Lyrics Projection #
1214 # --------------------------------------------------------------------------- #
1215-# Copyright (c) 2008-2016 OpenLP Developers #
1216+# Copyright (c) 2008-2017 OpenLP Developers #
1217 # --------------------------------------------------------------------------- #
1218 # This program is free software; you can redistribute it and/or modify it #
1219 # under the terms of the GNU General Public License as published by the Free #
1220
1221=== modified file 'openlp/core/ui/shortcutlistform.py'
1222--- openlp/core/ui/shortcutlistform.py 2016-08-15 16:37:53 +0000
1223+++ openlp/core/ui/shortcutlistform.py 2016-12-31 11:15:24 +0000
1224@@ -4,7 +4,7 @@
1225 ###############################################################################
1226 # OpenLP - Open Source Lyrics Projection #
1227 # --------------------------------------------------------------------------- #
1228-# Copyright (c) 2008-2016 OpenLP Developers #
1229+# Copyright (c) 2008-2017 OpenLP Developers #
1230 # --------------------------------------------------------------------------- #
1231 # This program is free software; you can redistribute it and/or modify it #
1232 # under the terms of the GNU General Public License as published by the Free #
1233
1234=== modified file 'openlp/core/ui/slidecontroller.py'
1235--- openlp/core/ui/slidecontroller.py 2016-11-22 20:34:14 +0000
1236+++ openlp/core/ui/slidecontroller.py 2016-12-31 11:15:24 +0000
1237@@ -4,7 +4,7 @@
1238 ###############################################################################
1239 # OpenLP - Open Source Lyrics Projection #
1240 # --------------------------------------------------------------------------- #
1241-# Copyright (c) 2008-2016 OpenLP Developers #
1242+# Copyright (c) 2008-2017 OpenLP Developers #
1243 # --------------------------------------------------------------------------- #
1244 # This program is free software; you can redistribute it and/or modify it #
1245 # under the terms of the GNU General Public License as published by the Free #
1246
1247=== modified file 'openlp/core/ui/splashscreen.py'
1248--- openlp/core/ui/splashscreen.py 2015-12-31 22:46:06 +0000
1249+++ openlp/core/ui/splashscreen.py 2016-12-31 11:15:24 +0000
1250@@ -4,7 +4,7 @@
1251 ###############################################################################
1252 # OpenLP - Open Source Lyrics Projection #
1253 # --------------------------------------------------------------------------- #
1254-# Copyright (c) 2008-2016 OpenLP Developers #
1255+# Copyright (c) 2008-2017 OpenLP Developers #
1256 # --------------------------------------------------------------------------- #
1257 # This program is free software; you can redistribute it and/or modify it #
1258 # under the terms of the GNU General Public License as published by the Free #
1259
1260=== modified file 'openlp/core/ui/starttimedialog.py'
1261--- openlp/core/ui/starttimedialog.py 2016-10-27 17:45:50 +0000
1262+++ openlp/core/ui/starttimedialog.py 2016-12-31 11:15:24 +0000
1263@@ -4,7 +4,7 @@
1264 ###############################################################################
1265 # OpenLP - Open Source Lyrics Projection #
1266 # --------------------------------------------------------------------------- #
1267-# Copyright (c) 2008-2016 OpenLP Developers #
1268+# Copyright (c) 2008-2017 OpenLP Developers #
1269 # --------------------------------------------------------------------------- #
1270 # This program is free software; you can redistribute it and/or modify it #
1271 # under the terms of the GNU General Public License as published by the Free #
1272
1273=== modified file 'openlp/core/ui/starttimeform.py'
1274--- openlp/core/ui/starttimeform.py 2016-05-20 16:22:06 +0000
1275+++ openlp/core/ui/starttimeform.py 2016-12-31 11:15:24 +0000
1276@@ -4,7 +4,7 @@
1277 ###############################################################################
1278 # OpenLP - Open Source Lyrics Projection #
1279 # --------------------------------------------------------------------------- #
1280-# Copyright (c) 2008-2016 OpenLP Developers #
1281+# Copyright (c) 2008-2017 OpenLP Developers #
1282 # --------------------------------------------------------------------------- #
1283 # This program is free software; you can redistribute it and/or modify it #
1284 # under the terms of the GNU General Public License as published by the Free #
1285
1286=== modified file 'openlp/core/ui/themeform.py'
1287--- openlp/core/ui/themeform.py 2016-08-05 19:41:22 +0000
1288+++ openlp/core/ui/themeform.py 2016-12-31 11:15:24 +0000
1289@@ -4,7 +4,7 @@
1290 ###############################################################################
1291 # OpenLP - Open Source Lyrics Projection #
1292 # --------------------------------------------------------------------------- #
1293-# Copyright (c) 2008-2016 OpenLP Developers #
1294+# Copyright (c) 2008-2017 OpenLP Developers #
1295 # --------------------------------------------------------------------------- #
1296 # This program is free software; you can redistribute it and/or modify it #
1297 # under the terms of the GNU General Public License as published by the Free #
1298
1299=== modified file 'openlp/core/ui/themelayoutdialog.py'
1300--- openlp/core/ui/themelayoutdialog.py 2016-10-27 17:45:50 +0000
1301+++ openlp/core/ui/themelayoutdialog.py 2016-12-31 11:15:24 +0000
1302@@ -4,7 +4,7 @@
1303 ###############################################################################
1304 # OpenLP - Open Source Lyrics Projection #
1305 # --------------------------------------------------------------------------- #
1306-# Copyright (c) 2008-2016 OpenLP Developers #
1307+# Copyright (c) 2008-2017 OpenLP Developers #
1308 # --------------------------------------------------------------------------- #
1309 # This program is free software; you can redistribute it and/or modify it #
1310 # under the terms of the GNU General Public License as published by the Free #
1311
1312=== modified file 'openlp/core/ui/themelayoutform.py'
1313--- openlp/core/ui/themelayoutform.py 2015-12-31 22:46:06 +0000
1314+++ openlp/core/ui/themelayoutform.py 2016-12-31 11:15:24 +0000
1315@@ -4,7 +4,7 @@
1316 ###############################################################################
1317 # OpenLP - Open Source Lyrics Projection #
1318 # --------------------------------------------------------------------------- #
1319-# Copyright (c) 2008-2016 OpenLP Developers #
1320+# Copyright (c) 2008-2017 OpenLP Developers #
1321 # --------------------------------------------------------------------------- #
1322 # This program is free software; you can redistribute it and/or modify it #
1323 # under the terms of the GNU General Public License as published by the Free #
1324
1325=== modified file 'openlp/core/ui/thememanager.py'
1326--- openlp/core/ui/thememanager.py 2016-08-05 19:41:22 +0000
1327+++ openlp/core/ui/thememanager.py 2016-12-31 11:15:24 +0000
1328@@ -4,7 +4,7 @@
1329 ###############################################################################
1330 # OpenLP - Open Source Lyrics Projection #
1331 # --------------------------------------------------------------------------- #
1332-# Copyright (c) 2008-2016 OpenLP Developers #
1333+# Copyright (c) 2008-2017 OpenLP Developers #
1334 # --------------------------------------------------------------------------- #
1335 # This program is free software; you can redistribute it and/or modify it #
1336 # under the terms of the GNU General Public License as published by the Free #
1337
1338=== modified file 'openlp/core/ui/themestab.py'
1339--- openlp/core/ui/themestab.py 2016-03-29 16:00:55 +0000
1340+++ openlp/core/ui/themestab.py 2016-12-31 11:15:24 +0000
1341@@ -4,7 +4,7 @@
1342 ###############################################################################
1343 # OpenLP - Open Source Lyrics Projection #
1344 # --------------------------------------------------------------------------- #
1345-# Copyright (c) 2008-2016 OpenLP Developers #
1346+# Copyright (c) 2008-2017 OpenLP Developers #
1347 # --------------------------------------------------------------------------- #
1348 # This program is free software; you can redistribute it and/or modify it #
1349 # under the terms of the GNU General Public License as published by the Free #
1350
1351=== modified file 'openlp/core/ui/themewizard.py'
1352--- openlp/core/ui/themewizard.py 2016-11-29 21:57:27 +0000
1353+++ openlp/core/ui/themewizard.py 2016-12-31 11:15:24 +0000
1354@@ -4,7 +4,7 @@
1355 ###############################################################################
1356 # OpenLP - Open Source Lyrics Projection #
1357 # --------------------------------------------------------------------------- #
1358-# Copyright (c) 2008-2016 OpenLP Developers #
1359+# Copyright (c) 2008-2017 OpenLP Developers #
1360 # --------------------------------------------------------------------------- #
1361 # This program is free software; you can redistribute it and/or modify it #
1362 # under the terms of the GNU General Public License as published by the Free #
1363
1364=== modified file 'openlp/plugins/__init__.py'
1365--- openlp/plugins/__init__.py 2015-12-31 22:46:06 +0000
1366+++ openlp/plugins/__init__.py 2016-12-31 11:15:24 +0000
1367@@ -4,7 +4,7 @@
1368 ###############################################################################
1369 # OpenLP - Open Source Lyrics Projection #
1370 # --------------------------------------------------------------------------- #
1371-# Copyright (c) 2008-2016 OpenLP Developers #
1372+# Copyright (c) 2008-2017 OpenLP Developers #
1373 # --------------------------------------------------------------------------- #
1374 # This program is free software; you can redistribute it and/or modify it #
1375 # under the terms of the GNU General Public License as published by the Free #
1376
1377=== modified file 'openlp/plugins/alerts/__init__.py'
1378--- openlp/plugins/alerts/__init__.py 2015-12-31 22:46:06 +0000
1379+++ openlp/plugins/alerts/__init__.py 2016-12-31 11:15:24 +0000
1380@@ -4,7 +4,7 @@
1381 ###############################################################################
1382 # OpenLP - Open Source Lyrics Projection #
1383 # --------------------------------------------------------------------------- #
1384-# Copyright (c) 2008-2016 OpenLP Developers #
1385+# Copyright (c) 2008-2017 OpenLP Developers #
1386 # --------------------------------------------------------------------------- #
1387 # This program is free software; you can redistribute it and/or modify it #
1388 # under the terms of the GNU General Public License as published by the Free #
1389
1390=== modified file 'openlp/plugins/alerts/alertsplugin.py'
1391--- openlp/plugins/alerts/alertsplugin.py 2016-05-21 08:31:24 +0000
1392+++ openlp/plugins/alerts/alertsplugin.py 2016-12-31 11:15:24 +0000
1393@@ -4,7 +4,7 @@
1394 ###############################################################################
1395 # OpenLP - Open Source Lyrics Projection #
1396 # --------------------------------------------------------------------------- #
1397-# Copyright (c) 2008-2016 OpenLP Developers #
1398+# Copyright (c) 2008-2017 OpenLP Developers #
1399 # --------------------------------------------------------------------------- #
1400 # This program is free software; you can redistribute it and/or modify it #
1401 # under the terms of the GNU General Public License as published by the Free #
1402
1403=== modified file 'openlp/plugins/alerts/forms/__init__.py'
1404--- openlp/plugins/alerts/forms/__init__.py 2015-12-31 22:46:06 +0000
1405+++ openlp/plugins/alerts/forms/__init__.py 2016-12-31 11:15:24 +0000
1406@@ -4,7 +4,7 @@
1407 ###############################################################################
1408 # OpenLP - Open Source Lyrics Projection #
1409 # --------------------------------------------------------------------------- #
1410-# Copyright (c) 2008-2016 OpenLP Developers #
1411+# Copyright (c) 2008-2017 OpenLP Developers #
1412 # --------------------------------------------------------------------------- #
1413 # This program is free software; you can redistribute it and/or modify it #
1414 # under the terms of the GNU General Public License as published by the Free #
1415
1416=== modified file 'openlp/plugins/alerts/forms/alertdialog.py'
1417--- openlp/plugins/alerts/forms/alertdialog.py 2016-10-27 17:45:50 +0000
1418+++ openlp/plugins/alerts/forms/alertdialog.py 2016-12-31 11:15:24 +0000
1419@@ -4,7 +4,7 @@
1420 ###############################################################################
1421 # OpenLP - Open Source Lyrics Projection #
1422 # --------------------------------------------------------------------------- #
1423-# Copyright (c) 2008-2016 OpenLP Developers #
1424+# Copyright (c) 2008-2017 OpenLP Developers #
1425 # --------------------------------------------------------------------------- #
1426 # This program is free software; you can redistribute it and/or modify it #
1427 # under the terms of the GNU General Public License as published by the Free #
1428
1429=== modified file 'openlp/plugins/alerts/forms/alertform.py'
1430--- openlp/plugins/alerts/forms/alertform.py 2016-01-09 16:26:14 +0000
1431+++ openlp/plugins/alerts/forms/alertform.py 2016-12-31 11:15:24 +0000
1432@@ -4,7 +4,7 @@
1433 ###############################################################################
1434 # OpenLP - Open Source Lyrics Projection #
1435 # --------------------------------------------------------------------------- #
1436-# Copyright (c) 2008-2016 OpenLP Developers #
1437+# Copyright (c) 2008-2017 OpenLP Developers #
1438 # --------------------------------------------------------------------------- #
1439 # This program is free software; you can redistribute it and/or modify it #
1440 # under the terms of the GNU General Public License as published by the Free #
1441
1442=== modified file 'openlp/plugins/alerts/lib/__init__.py'
1443--- openlp/plugins/alerts/lib/__init__.py 2015-12-31 22:46:06 +0000
1444+++ openlp/plugins/alerts/lib/__init__.py 2016-12-31 11:15:24 +0000
1445@@ -4,7 +4,7 @@
1446 ###############################################################################
1447 # OpenLP - Open Source Lyrics Projection #
1448 # --------------------------------------------------------------------------- #
1449-# Copyright (c) 2008-2016 OpenLP Developers #
1450+# Copyright (c) 2008-2017 OpenLP Developers #
1451 # --------------------------------------------------------------------------- #
1452 # This program is free software; you can redistribute it and/or modify it #
1453 # under the terms of the GNU General Public License as published by the Free #
1454
1455=== modified file 'openlp/plugins/alerts/lib/alertsmanager.py'
1456--- openlp/plugins/alerts/lib/alertsmanager.py 2016-05-21 08:31:24 +0000
1457+++ openlp/plugins/alerts/lib/alertsmanager.py 2016-12-31 11:15:24 +0000
1458@@ -4,7 +4,7 @@
1459 ###############################################################################
1460 # OpenLP - Open Source Lyrics Projection #
1461 # --------------------------------------------------------------------------- #
1462-# Copyright (c) 2008-2016 OpenLP Developers #
1463+# Copyright (c) 2008-2017 OpenLP Developers #
1464 # --------------------------------------------------------------------------- #
1465 # This program is free software; you can redistribute it and/or modify it #
1466 # under the terms of the GNU General Public License as published by the Free #
1467
1468=== modified file 'openlp/plugins/alerts/lib/alertstab.py'
1469--- openlp/plugins/alerts/lib/alertstab.py 2016-07-24 20:20:25 +0000
1470+++ openlp/plugins/alerts/lib/alertstab.py 2016-12-31 11:15:24 +0000
1471@@ -4,7 +4,7 @@
1472 ###############################################################################
1473 # OpenLP - Open Source Lyrics Projection #
1474 # --------------------------------------------------------------------------- #
1475-# Copyright (c) 2008-2016 OpenLP Developers #
1476+# Copyright (c) 2008-2017 OpenLP Developers #
1477 # --------------------------------------------------------------------------- #
1478 # This program is free software; you can redistribute it and/or modify it #
1479 # under the terms of the GNU General Public License as published by the Free #
1480
1481=== modified file 'openlp/plugins/alerts/lib/db.py'
1482--- openlp/plugins/alerts/lib/db.py 2015-12-31 22:46:06 +0000
1483+++ openlp/plugins/alerts/lib/db.py 2016-12-31 11:15:24 +0000
1484@@ -4,7 +4,7 @@
1485 ###############################################################################
1486 # OpenLP - Open Source Lyrics Projection #
1487 # --------------------------------------------------------------------------- #
1488-# Copyright (c) 2008-2016 OpenLP Developers #
1489+# Copyright (c) 2008-2017 OpenLP Developers #
1490 # --------------------------------------------------------------------------- #
1491 # This program is free software; you can redistribute it and/or modify it #
1492 # under the terms of the GNU General Public License as published by the Free #
1493
1494=== modified file 'openlp/plugins/bibles/__init__.py'
1495--- openlp/plugins/bibles/__init__.py 2015-12-31 22:46:06 +0000
1496+++ openlp/plugins/bibles/__init__.py 2016-12-31 11:15:24 +0000
1497@@ -4,7 +4,7 @@
1498 ###############################################################################
1499 # OpenLP - Open Source Lyrics Projection #
1500 # --------------------------------------------------------------------------- #
1501-# Copyright (c) 2008-2016 OpenLP Developers #
1502+# Copyright (c) 2008-2017 OpenLP Developers #
1503 # --------------------------------------------------------------------------- #
1504 # This program is free software; you can redistribute it and/or modify it #
1505 # under the terms of the GNU General Public License as published by the Free #
1506
1507=== modified file 'openlp/plugins/bibles/bibleplugin.py'
1508--- openlp/plugins/bibles/bibleplugin.py 2016-08-14 10:00:27 +0000
1509+++ openlp/plugins/bibles/bibleplugin.py 2016-12-31 11:15:24 +0000
1510@@ -4,7 +4,7 @@
1511 ###############################################################################
1512 # OpenLP - Open Source Lyrics Projection #
1513 # --------------------------------------------------------------------------- #
1514-# Copyright (c) 2008-2016 OpenLP Developers #
1515+# Copyright (c) 2008-2017 OpenLP Developers #
1516 # --------------------------------------------------------------------------- #
1517 # This program is free software; you can redistribute it and/or modify it #
1518 # under the terms of the GNU General Public License as published by the Free #
1519
1520=== modified file 'openlp/plugins/bibles/forms/__init__.py'
1521--- openlp/plugins/bibles/forms/__init__.py 2016-08-07 10:15:43 +0000
1522+++ openlp/plugins/bibles/forms/__init__.py 2016-12-31 11:15:24 +0000
1523@@ -4,7 +4,7 @@
1524 ###############################################################################
1525 # OpenLP - Open Source Lyrics Projection #
1526 # --------------------------------------------------------------------------- #
1527-# Copyright (c) 2008-2016 OpenLP Developers #
1528+# Copyright (c) 2008-2017 OpenLP Developers #
1529 # --------------------------------------------------------------------------- #
1530 # This program is free software; you can redistribute it and/or modify it #
1531 # under the terms of the GNU General Public License as published by the Free #
1532
1533=== modified file 'openlp/plugins/bibles/forms/bibleimportform.py'
1534--- openlp/plugins/bibles/forms/bibleimportform.py 2016-11-25 14:21:27 +0000
1535+++ openlp/plugins/bibles/forms/bibleimportform.py 2016-12-31 11:15:24 +0000
1536@@ -4,7 +4,7 @@
1537 ###############################################################################
1538 # OpenLP - Open Source Lyrics Projection #
1539 # --------------------------------------------------------------------------- #
1540-# Copyright (c) 2008-2016 OpenLP Developers #
1541+# Copyright (c) 2008-2017 OpenLP Developers #
1542 # --------------------------------------------------------------------------- #
1543 # This program is free software; you can redistribute it and/or modify it #
1544 # under the terms of the GNU General Public License as published by the Free #
1545
1546=== modified file 'openlp/plugins/bibles/forms/booknamedialog.py'
1547--- openlp/plugins/bibles/forms/booknamedialog.py 2016-10-27 17:45:50 +0000
1548+++ openlp/plugins/bibles/forms/booknamedialog.py 2016-12-31 11:15:24 +0000
1549@@ -4,7 +4,7 @@
1550 ###############################################################################
1551 # OpenLP - Open Source Lyrics Projection #
1552 # --------------------------------------------------------------------------- #
1553-# Copyright (c) 2008-2016 OpenLP Developers #
1554+# Copyright (c) 2008-2017 OpenLP Developers #
1555 # --------------------------------------------------------------------------- #
1556 # This program is free software; you can redistribute it and/or modify it #
1557 # under the terms of the GNU General Public License as published by the Free #
1558
1559=== modified file 'openlp/plugins/bibles/forms/booknameform.py'
1560--- openlp/plugins/bibles/forms/booknameform.py 2016-01-09 16:26:14 +0000
1561+++ openlp/plugins/bibles/forms/booknameform.py 2016-12-31 11:15:24 +0000
1562@@ -4,7 +4,7 @@
1563 ###############################################################################
1564 # OpenLP - Open Source Lyrics Projection #
1565 # --------------------------------------------------------------------------- #
1566-# Copyright (c) 2008-2016 OpenLP Developers #
1567+# Copyright (c) 2008-2017 OpenLP Developers #
1568 # --------------------------------------------------------------------------- #
1569 # This program is free software; you can redistribute it and/or modify it #
1570 # under the terms of the GNU General Public License as published by the Free #
1571
1572=== modified file 'openlp/plugins/bibles/forms/editbibledialog.py'
1573--- openlp/plugins/bibles/forms/editbibledialog.py 2016-10-27 17:45:50 +0000
1574+++ openlp/plugins/bibles/forms/editbibledialog.py 2016-12-31 11:15:24 +0000
1575@@ -4,7 +4,7 @@
1576 ###############################################################################
1577 # OpenLP - Open Source Lyrics Projection #
1578 # --------------------------------------------------------------------------- #
1579-# Copyright (c) 2008-2016 OpenLP Developers #
1580+# Copyright (c) 2008-2017 OpenLP Developers #
1581 # --------------------------------------------------------------------------- #
1582 # This program is free software; you can redistribute it and/or modify it #
1583 # under the terms of the GNU General Public License as published by the Free #
1584
1585=== modified file 'openlp/plugins/bibles/forms/editbibleform.py'
1586--- openlp/plugins/bibles/forms/editbibleform.py 2016-05-21 08:31:24 +0000
1587+++ openlp/plugins/bibles/forms/editbibleform.py 2016-12-31 11:15:24 +0000
1588@@ -4,7 +4,7 @@
1589 ###############################################################################
1590 # OpenLP - Open Source Lyrics Projection #
1591 # --------------------------------------------------------------------------- #
1592-# Copyright (c) 2008-2016 OpenLP Developers #
1593+# Copyright (c) 2008-2017 OpenLP Developers #
1594 # --------------------------------------------------------------------------- #
1595 # This program is free software; you can redistribute it and/or modify it #
1596 # under the terms of the GNU General Public License as published by the Free #
1597
1598=== modified file 'openlp/plugins/bibles/forms/languagedialog.py'
1599--- openlp/plugins/bibles/forms/languagedialog.py 2016-10-27 17:45:50 +0000
1600+++ openlp/plugins/bibles/forms/languagedialog.py 2016-12-31 11:15:24 +0000
1601@@ -4,7 +4,7 @@
1602 ###############################################################################
1603 # OpenLP - Open Source Lyrics Projection #
1604 # --------------------------------------------------------------------------- #
1605-# Copyright (c) 2008-2016 OpenLP Developers #
1606+# Copyright (c) 2008-2017 OpenLP Developers #
1607 # --------------------------------------------------------------------------- #
1608 # This program is free software; you can redistribute it and/or modify it #
1609 # under the terms of the GNU General Public License as published by the Free #
1610
1611=== modified file 'openlp/plugins/bibles/forms/languageform.py'
1612--- openlp/plugins/bibles/forms/languageform.py 2016-08-03 17:26:10 +0000
1613+++ openlp/plugins/bibles/forms/languageform.py 2016-12-31 11:15:24 +0000
1614@@ -4,7 +4,7 @@
1615 ###############################################################################
1616 # OpenLP - Open Source Lyrics Projection #
1617 # --------------------------------------------------------------------------- #
1618-# Copyright (c) 2008-2016 OpenLP Developers #
1619+# Copyright (c) 2008-2017 OpenLP Developers #
1620 # --------------------------------------------------------------------------- #
1621 # This program is free software; you can redistribute it and/or modify it #
1622 # under the terms of the GNU General Public License as published by the Free #
1623
1624=== modified file 'openlp/plugins/bibles/lib/__init__.py'
1625--- openlp/plugins/bibles/lib/__init__.py 2016-08-14 10:00:27 +0000
1626+++ openlp/plugins/bibles/lib/__init__.py 2016-12-31 11:15:24 +0000
1627@@ -4,7 +4,7 @@
1628 ###############################################################################
1629 # OpenLP - Open Source Lyrics Projection #
1630 # --------------------------------------------------------------------------- #
1631-# Copyright (c) 2008-2016 OpenLP Developers #
1632+# Copyright (c) 2008-2017 OpenLP Developers #
1633 # --------------------------------------------------------------------------- #
1634 # This program is free software; you can redistribute it and/or modify it #
1635 # under the terms of the GNU General Public License as published by the Free #
1636
1637=== modified file 'openlp/plugins/bibles/lib/bibleimport.py'
1638--- openlp/plugins/bibles/lib/bibleimport.py 2016-09-09 21:36:10 +0000
1639+++ openlp/plugins/bibles/lib/bibleimport.py 2016-12-31 11:15:24 +0000
1640@@ -4,7 +4,7 @@
1641 ###############################################################################
1642 # OpenLP - Open Source Lyrics Projection #
1643 # --------------------------------------------------------------------------- #
1644-# Copyright (c) 2008-2016 OpenLP Developers #
1645+# Copyright (c) 2008-2017 OpenLP Developers #
1646 # --------------------------------------------------------------------------- #
1647 # This program is free software; you can redistribute it and/or modify it #
1648 # under the terms of the GNU General Public License as published by the Free #
1649
1650=== modified file 'openlp/plugins/bibles/lib/biblestab.py'
1651--- openlp/plugins/bibles/lib/biblestab.py 2016-08-10 18:31:33 +0000
1652+++ openlp/plugins/bibles/lib/biblestab.py 2016-12-31 11:15:24 +0000
1653@@ -4,7 +4,7 @@
1654 ###############################################################################
1655 # OpenLP - Open Source Lyrics Projection #
1656 # --------------------------------------------------------------------------- #
1657-# Copyright (c) 2008-2016 OpenLP Developers #
1658+# Copyright (c) 2008-2017 OpenLP Developers #
1659 # --------------------------------------------------------------------------- #
1660 # This program is free software; you can redistribute it and/or modify it #
1661 # under the terms of the GNU General Public License as published by the Free #
1662
1663=== modified file 'openlp/plugins/bibles/lib/db.py'
1664--- openlp/plugins/bibles/lib/db.py 2016-09-05 18:02:47 +0000
1665+++ openlp/plugins/bibles/lib/db.py 2016-12-31 11:15:24 +0000
1666@@ -4,7 +4,7 @@
1667 ###############################################################################
1668 # OpenLP - Open Source Lyrics Projection #
1669 # --------------------------------------------------------------------------- #
1670-# Copyright (c) 2008-2016 OpenLP Developers #
1671+# Copyright (c) 2008-2017 OpenLP Developers #
1672 # --------------------------------------------------------------------------- #
1673 # This program is free software; you can redistribute it and/or modify it #
1674 # under the terms of the GNU General Public License as published by the Free #
1675
1676=== modified file 'openlp/plugins/bibles/lib/importers/csvbible.py'
1677--- openlp/plugins/bibles/lib/importers/csvbible.py 2016-09-04 16:15:57 +0000
1678+++ openlp/plugins/bibles/lib/importers/csvbible.py 2016-12-31 11:15:24 +0000
1679@@ -4,7 +4,7 @@
1680 ###############################################################################
1681 # OpenLP - Open Source Lyrics Projection #
1682 # --------------------------------------------------------------------------- #
1683-# Copyright (c) 2008-2016 OpenLP Developers #
1684+# Copyright (c) 2008-2017 OpenLP Developers #
1685 # --------------------------------------------------------------------------- #
1686 # This program is free software; you can redistribute it and/or modify it #
1687 # under the terms of the GNU General Public License as published by the Free #
1688
1689=== modified file 'openlp/plugins/bibles/lib/importers/http.py'
1690--- openlp/plugins/bibles/lib/importers/http.py 2016-12-20 21:20:54 +0000
1691+++ openlp/plugins/bibles/lib/importers/http.py 2016-12-31 11:15:24 +0000
1692@@ -4,7 +4,7 @@
1693 ###############################################################################
1694 # OpenLP - Open Source Lyrics Projection #
1695 # --------------------------------------------------------------------------- #
1696-# Copyright (c) 2008-2016 OpenLP Developers #
1697+# Copyright (c) 2008-2017 OpenLP Developers #
1698 # --------------------------------------------------------------------------- #
1699 # This program is free software; you can redistribute it and/or modify it #
1700 # under the terms of the GNU General Public License as published by the Free #
1701
1702=== modified file 'openlp/plugins/bibles/lib/importers/opensong.py'
1703--- openlp/plugins/bibles/lib/importers/opensong.py 2016-09-04 16:15:57 +0000
1704+++ openlp/plugins/bibles/lib/importers/opensong.py 2016-12-31 11:15:24 +0000
1705@@ -4,7 +4,7 @@
1706 ###############################################################################
1707 # OpenLP - Open Source Lyrics Projection #
1708 # --------------------------------------------------------------------------- #
1709-# Copyright (c) 2008-2016 OpenLP Developers #
1710+# Copyright (c) 2008-2017 OpenLP Developers #
1711 # --------------------------------------------------------------------------- #
1712 # This program is free software; you can redistribute it and/or modify it #
1713 # under the terms of the GNU General Public License as published by the Free #
1714
1715=== modified file 'openlp/plugins/bibles/lib/importers/osis.py'
1716--- openlp/plugins/bibles/lib/importers/osis.py 2016-09-04 16:15:57 +0000
1717+++ openlp/plugins/bibles/lib/importers/osis.py 2016-12-31 11:15:24 +0000
1718@@ -4,7 +4,7 @@
1719 ###############################################################################
1720 # OpenLP - Open Source Lyrics Projection #
1721 # --------------------------------------------------------------------------- #
1722-# Copyright (c) 2008-2016 OpenLP Developers #
1723+# Copyright (c) 2008-2017 OpenLP Developers #
1724 # --------------------------------------------------------------------------- #
1725 # This program is free software; you can redistribute it and/or modify it #
1726 # under the terms of the GNU General Public License as published by the Free #
1727
1728=== modified file 'openlp/plugins/bibles/lib/importers/sword.py'
1729--- openlp/plugins/bibles/lib/importers/sword.py 2016-08-09 20:45:25 +0000
1730+++ openlp/plugins/bibles/lib/importers/sword.py 2016-12-31 11:15:24 +0000
1731@@ -4,7 +4,7 @@
1732 ###############################################################################
1733 # OpenLP - Open Source Lyrics Projection #
1734 # --------------------------------------------------------------------------- #
1735-# Copyright (c) 2008-2016 OpenLP Developers #
1736+# Copyright (c) 2008-2017 OpenLP Developers #
1737 # --------------------------------------------------------------------------- #
1738 # This program is free software; you can redistribute it and/or modify it #
1739 # under the terms of the GNU General Public License as published by the Free #
1740
1741=== modified file 'openlp/plugins/bibles/lib/importers/wordproject.py'
1742--- openlp/plugins/bibles/lib/importers/wordproject.py 2016-11-24 21:48:51 +0000
1743+++ openlp/plugins/bibles/lib/importers/wordproject.py 2016-12-31 11:15:24 +0000
1744@@ -4,7 +4,7 @@
1745 ###############################################################################
1746 # OpenLP - Open Source Lyrics Projection #
1747 # --------------------------------------------------------------------------- #
1748-# Copyright (c) 2008-2016 OpenLP Developers #
1749+# Copyright (c) 2008-2017 OpenLP Developers #
1750 # --------------------------------------------------------------------------- #
1751 # This program is free software; you can redistribute it and/or modify it #
1752 # under the terms of the GNU General Public License as published by the Free #
1753
1754=== modified file 'openlp/plugins/bibles/lib/importers/zefania.py'
1755--- openlp/plugins/bibles/lib/importers/zefania.py 2016-09-02 14:32:14 +0000
1756+++ openlp/plugins/bibles/lib/importers/zefania.py 2016-12-31 11:15:24 +0000
1757@@ -4,7 +4,7 @@
1758 ###############################################################################
1759 # OpenLP - Open Source Lyrics Projection #
1760 # --------------------------------------------------------------------------- #
1761-# Copyright (c) 2008-2016 OpenLP Developers #
1762+# Copyright (c) 2008-2017 OpenLP Developers #
1763 # --------------------------------------------------------------------------- #
1764 # This program is free software; you can redistribute it and/or modify it #
1765 # under the terms of the GNU General Public License as published by the Free #
1766
1767=== modified file 'openlp/plugins/bibles/lib/manager.py'
1768--- openlp/plugins/bibles/lib/manager.py 2016-11-24 21:48:51 +0000
1769+++ openlp/plugins/bibles/lib/manager.py 2016-12-31 11:15:24 +0000
1770@@ -4,7 +4,7 @@
1771 ###############################################################################
1772 # OpenLP - Open Source Lyrics Projection #
1773 # --------------------------------------------------------------------------- #
1774-# Copyright (c) 2008-2016 OpenLP Developers #
1775+# Copyright (c) 2008-2017 OpenLP Developers #
1776 # --------------------------------------------------------------------------- #
1777 # This program is free software; you can redistribute it and/or modify it #
1778 # under the terms of the GNU General Public License as published by the Free #
1779
1780=== modified file 'openlp/plugins/bibles/lib/mediaitem.py'
1781--- openlp/plugins/bibles/lib/mediaitem.py 2016-11-24 21:48:51 +0000
1782+++ openlp/plugins/bibles/lib/mediaitem.py 2016-12-31 11:15:24 +0000
1783@@ -4,7 +4,7 @@
1784 ###############################################################################
1785 # OpenLP - Open Source Lyrics Projection #
1786 # --------------------------------------------------------------------------- #
1787-# Copyright (c) 2008-2016 OpenLP Developers #
1788+# Copyright (c) 2008-2017 OpenLP Developers #
1789 # --------------------------------------------------------------------------- #
1790 # This program is free software; you can redistribute it and/or modify it #
1791 # under the terms of the GNU General Public License as published by the Free #
1792
1793=== modified file 'openlp/plugins/bibles/lib/upgrade.py'
1794--- openlp/plugins/bibles/lib/upgrade.py 2016-08-21 11:04:18 +0000
1795+++ openlp/plugins/bibles/lib/upgrade.py 2016-12-31 11:15:24 +0000
1796@@ -4,7 +4,7 @@
1797 ###############################################################################
1798 # OpenLP - Open Source Lyrics Projection #
1799 # --------------------------------------------------------------------------- #
1800-# Copyright (c) 2008-2016 OpenLP Developers #
1801+# Copyright (c) 2008-2017 OpenLP Developers #
1802 # --------------------------------------------------------------------------- #
1803 # This program is free software; you can redistribute it and/or modify it #
1804 # under the terms of the GNU General Public License as published by the Free #
1805
1806=== modified file 'openlp/plugins/bibles/lib/versereferencelist.py'
1807--- openlp/plugins/bibles/lib/versereferencelist.py 2016-05-21 08:31:24 +0000
1808+++ openlp/plugins/bibles/lib/versereferencelist.py 2016-12-31 11:15:24 +0000
1809@@ -4,7 +4,7 @@
1810 ###############################################################################
1811 # OpenLP - Open Source Lyrics Projection #
1812 # --------------------------------------------------------------------------- #
1813-# Copyright (c) 2008-2016 OpenLP Developers #
1814+# Copyright (c) 2008-2017 OpenLP Developers #
1815 # --------------------------------------------------------------------------- #
1816 # This program is free software; you can redistribute it and/or modify it #
1817 # under the terms of the GNU General Public License as published by the Free #
1818
1819=== modified file 'openlp/plugins/custom/__init__.py'
1820--- openlp/plugins/custom/__init__.py 2015-12-31 22:46:06 +0000
1821+++ openlp/plugins/custom/__init__.py 2016-12-31 11:15:24 +0000
1822@@ -4,7 +4,7 @@
1823 ###############################################################################
1824 # OpenLP - Open Source Lyrics Projection #
1825 # --------------------------------------------------------------------------- #
1826-# Copyright (c) 2008-2016 OpenLP Developers #
1827+# Copyright (c) 2008-2017 OpenLP Developers #
1828 # --------------------------------------------------------------------------- #
1829 # This program is free software; you can redistribute it and/or modify it #
1830 # under the terms of the GNU General Public License as published by the Free #
1831
1832=== modified file 'openlp/plugins/custom/customplugin.py'
1833--- openlp/plugins/custom/customplugin.py 2016-01-08 13:47:52 +0000
1834+++ openlp/plugins/custom/customplugin.py 2016-12-31 11:15:24 +0000
1835@@ -4,7 +4,7 @@
1836 ###############################################################################
1837 # OpenLP - Open Source Lyrics Projection #
1838 # --------------------------------------------------------------------------- #
1839-# Copyright (c) 2008-2016 OpenLP Developers #
1840+# Copyright (c) 2008-2017 OpenLP Developers #
1841 # --------------------------------------------------------------------------- #
1842 # This program is free software; you can redistribute it and/or modify it #
1843 # under the terms of the GNU General Public License as published by the Free #
1844
1845=== modified file 'openlp/plugins/custom/forms/__init__.py'
1846--- openlp/plugins/custom/forms/__init__.py 2015-12-31 22:46:06 +0000
1847+++ openlp/plugins/custom/forms/__init__.py 2016-12-31 11:15:24 +0000
1848@@ -4,7 +4,7 @@
1849 ###############################################################################
1850 # OpenLP - Open Source Lyrics Projection #
1851 # --------------------------------------------------------------------------- #
1852-# Copyright (c) 2008-2016 OpenLP Developers #
1853+# Copyright (c) 2008-2017 OpenLP Developers #
1854 # --------------------------------------------------------------------------- #
1855 # This program is free software; you can redistribute it and/or modify it #
1856 # under the terms of the GNU General Public License as published by the Free #
1857
1858=== modified file 'openlp/plugins/custom/forms/editcustomdialog.py'
1859--- openlp/plugins/custom/forms/editcustomdialog.py 2016-10-27 17:45:50 +0000
1860+++ openlp/plugins/custom/forms/editcustomdialog.py 2016-12-31 11:15:24 +0000
1861@@ -4,7 +4,7 @@
1862 ###############################################################################
1863 # OpenLP - Open Source Lyrics Projection #
1864 # --------------------------------------------------------------------------- #
1865-# Copyright (c) 2008-2016 OpenLP Developers #
1866+# Copyright (c) 2008-2017 OpenLP Developers #
1867 # --------------------------------------------------------------------------- #
1868 # This program is free software; you can redistribute it and/or modify it #
1869 # under the terms of the GNU General Public License as published by the Free #
1870
1871=== modified file 'openlp/plugins/custom/forms/editcustomform.py'
1872--- openlp/plugins/custom/forms/editcustomform.py 2016-03-13 21:55:47 +0000
1873+++ openlp/plugins/custom/forms/editcustomform.py 2016-12-31 11:15:24 +0000
1874@@ -4,7 +4,7 @@
1875 ###############################################################################
1876 # OpenLP - Open Source Lyrics Projection #
1877 # --------------------------------------------------------------------------- #
1878-# Copyright (c) 2008-2016 OpenLP Developers #
1879+# Copyright (c) 2008-2017 OpenLP Developers #
1880 # --------------------------------------------------------------------------- #
1881 # This program is free software; you can redistribute it and/or modify it #
1882 # under the terms of the GNU General Public License as published by the Free #
1883
1884=== modified file 'openlp/plugins/custom/forms/editcustomslidedialog.py'
1885--- openlp/plugins/custom/forms/editcustomslidedialog.py 2016-10-27 17:45:50 +0000
1886+++ openlp/plugins/custom/forms/editcustomslidedialog.py 2016-12-31 11:15:24 +0000
1887@@ -4,7 +4,7 @@
1888 ###############################################################################
1889 # OpenLP - Open Source Lyrics Projection #
1890 # --------------------------------------------------------------------------- #
1891-# Copyright (c) 2008-2016 OpenLP Developers #
1892+# Copyright (c) 2008-2017 OpenLP Developers #
1893 # --------------------------------------------------------------------------- #
1894 # This program is free software; you can redistribute it and/or modify it #
1895 # under the terms of the GNU General Public License as published by the Free #
1896
1897=== modified file 'openlp/plugins/custom/forms/editcustomslideform.py'
1898--- openlp/plugins/custom/forms/editcustomslideform.py 2016-01-09 16:26:14 +0000
1899+++ openlp/plugins/custom/forms/editcustomslideform.py 2016-12-31 11:15:24 +0000
1900@@ -4,7 +4,7 @@
1901 ###############################################################################
1902 # OpenLP - Open Source Lyrics Projection #
1903 # --------------------------------------------------------------------------- #
1904-# Copyright (c) 2008-2016 OpenLP Developers #
1905+# Copyright (c) 2008-2017 OpenLP Developers #
1906 # --------------------------------------------------------------------------- #
1907 # This program is free software; you can redistribute it and/or modify it #
1908 # under the terms of the GNU General Public License as published by the Free #
1909
1910=== modified file 'openlp/plugins/custom/lib/__init__.py'
1911--- openlp/plugins/custom/lib/__init__.py 2015-12-31 22:46:06 +0000
1912+++ openlp/plugins/custom/lib/__init__.py 2016-12-31 11:15:24 +0000
1913@@ -4,7 +4,7 @@
1914 ###############################################################################
1915 # OpenLP - Open Source Lyrics Projection #
1916 # --------------------------------------------------------------------------- #
1917-# Copyright (c) 2008-2016 OpenLP Developers #
1918+# Copyright (c) 2008-2017 OpenLP Developers #
1919 # --------------------------------------------------------------------------- #
1920 # This program is free software; you can redistribute it and/or modify it #
1921 # under the terms of the GNU General Public License as published by the Free #
1922
1923=== modified file 'openlp/plugins/custom/lib/customtab.py'
1924--- openlp/plugins/custom/lib/customtab.py 2015-12-31 22:46:06 +0000
1925+++ openlp/plugins/custom/lib/customtab.py 2016-12-31 11:15:24 +0000
1926@@ -4,7 +4,7 @@
1927 ###############################################################################
1928 # OpenLP - Open Source Lyrics Projection #
1929 # --------------------------------------------------------------------------- #
1930-# Copyright (c) 2008-2016 OpenLP Developers #
1931+# Copyright (c) 2008-2017 OpenLP Developers #
1932 # --------------------------------------------------------------------------- #
1933 # This program is free software; you can redistribute it and/or modify it #
1934 # under the terms of the GNU General Public License as published by the Free #
1935
1936=== modified file 'openlp/plugins/custom/lib/customxmlhandler.py'
1937--- openlp/plugins/custom/lib/customxmlhandler.py 2016-05-21 18:19:18 +0000
1938+++ openlp/plugins/custom/lib/customxmlhandler.py 2016-12-31 11:15:24 +0000
1939@@ -4,7 +4,7 @@
1940 ###############################################################################
1941 # OpenLP - Open Source Lyrics Projection #
1942 # --------------------------------------------------------------------------- #
1943-# Copyright (c) 2008-2016 OpenLP Developers #
1944+# Copyright (c) 2008-2017 OpenLP Developers #
1945 # --------------------------------------------------------------------------- #
1946 # This program is free software; you can redistribute it and/or modify it #
1947 # under the terms of the GNU General Public License as published by the Free #
1948
1949=== modified file 'openlp/plugins/custom/lib/db.py'
1950--- openlp/plugins/custom/lib/db.py 2016-04-03 19:44:09 +0000
1951+++ openlp/plugins/custom/lib/db.py 2016-12-31 11:15:24 +0000
1952@@ -4,7 +4,7 @@
1953 ###############################################################################
1954 # OpenLP - Open Source Lyrics Projection #
1955 # --------------------------------------------------------------------------- #
1956-# Copyright (c) 2008-2016 OpenLP Developers #
1957+# Copyright (c) 2008-2017 OpenLP Developers #
1958 # --------------------------------------------------------------------------- #
1959 # This program is free software; you can redistribute it and/or modify it #
1960 # under the terms of the GNU General Public License as published by the Free #
1961
1962=== modified file 'openlp/plugins/custom/lib/mediaitem.py'
1963--- openlp/plugins/custom/lib/mediaitem.py 2016-11-15 22:44:11 +0000
1964+++ openlp/plugins/custom/lib/mediaitem.py 2016-12-31 11:15:24 +0000
1965@@ -4,7 +4,7 @@
1966 ###############################################################################
1967 # OpenLP - Open Source Lyrics Projection #
1968 # --------------------------------------------------------------------------- #
1969-# Copyright (c) 2008-2016 OpenLP Developers #
1970+# Copyright (c) 2008-2017 OpenLP Developers #
1971 # --------------------------------------------------------------------------- #
1972 # This program is free software; you can redistribute it and/or modify it #
1973 # under the terms of the GNU General Public License as published by the Free #
1974
1975=== modified file 'openlp/plugins/images/__init__.py'
1976--- openlp/plugins/images/__init__.py 2015-12-31 22:46:06 +0000
1977+++ openlp/plugins/images/__init__.py 2016-12-31 11:15:24 +0000
1978@@ -4,7 +4,7 @@
1979 ###############################################################################
1980 # OpenLP - Open Source Lyrics Projection #
1981 # --------------------------------------------------------------------------- #
1982-# Copyright (c) 2008-2016 OpenLP Developers #
1983+# Copyright (c) 2008-2017 OpenLP Developers #
1984 # --------------------------------------------------------------------------- #
1985 # This program is free software; you can redistribute it and/or modify it #
1986 # under the terms of the GNU General Public License as published by the Free #
1987
1988=== modified file 'openlp/plugins/images/forms/__init__.py'
1989--- openlp/plugins/images/forms/__init__.py 2015-12-31 22:46:06 +0000
1990+++ openlp/plugins/images/forms/__init__.py 2016-12-31 11:15:24 +0000
1991@@ -4,7 +4,7 @@
1992 ###############################################################################
1993 # OpenLP - Open Source Lyrics Projection #
1994 # --------------------------------------------------------------------------- #
1995-# Copyright (c) 2008-2016 OpenLP Developers #
1996+# Copyright (c) 2008-2017 OpenLP Developers #
1997 # --------------------------------------------------------------------------- #
1998 # This program is free software; you can redistribute it and/or modify it #
1999 # under the terms of the GNU General Public License as published by the Free #
2000
2001=== modified file 'openlp/plugins/images/forms/addgroupdialog.py'
2002--- openlp/plugins/images/forms/addgroupdialog.py 2015-12-31 22:46:06 +0000
2003+++ openlp/plugins/images/forms/addgroupdialog.py 2016-12-31 11:15:24 +0000
2004@@ -4,7 +4,7 @@
2005 ###############################################################################
2006 # OpenLP - Open Source Lyrics Projection #
2007 # --------------------------------------------------------------------------- #
2008-# Copyright (c) 2008-2016 OpenLP Developers #
2009+# Copyright (c) 2008-2017 OpenLP Developers #
2010 # --------------------------------------------------------------------------- #
2011 # This program is free software; you can redistribute it and/or modify it #
2012 # under the terms of the GNU General Public License as published by the Free #
2013
2014=== modified file 'openlp/plugins/images/forms/addgroupform.py'
2015--- openlp/plugins/images/forms/addgroupform.py 2016-01-09 16:26:14 +0000
2016+++ openlp/plugins/images/forms/addgroupform.py 2016-12-31 11:15:24 +0000
2017@@ -4,7 +4,7 @@
2018 ###############################################################################
2019 # OpenLP - Open Source Lyrics Projection #
2020 # --------------------------------------------------------------------------- #
2021-# Copyright (c) 2008-2016 OpenLP Developers #
2022+# Copyright (c) 2008-2017 OpenLP Developers #
2023 # --------------------------------------------------------------------------- #
2024 # This program is free software; you can redistribute it and/or modify it #
2025 # under the terms of the GNU General Public License as published by the Free #
2026
2027=== modified file 'openlp/plugins/images/forms/choosegroupdialog.py'
2028--- openlp/plugins/images/forms/choosegroupdialog.py 2015-12-31 22:46:06 +0000
2029+++ openlp/plugins/images/forms/choosegroupdialog.py 2016-12-31 11:15:24 +0000
2030@@ -4,7 +4,7 @@
2031 ###############################################################################
2032 # OpenLP - Open Source Lyrics Projection #
2033 # --------------------------------------------------------------------------- #
2034-# Copyright (c) 2008-2016 OpenLP Developers #
2035+# Copyright (c) 2008-2017 OpenLP Developers #
2036 # --------------------------------------------------------------------------- #
2037 # This program is free software; you can redistribute it and/or modify it #
2038 # under the terms of the GNU General Public License as published by the Free #
2039
2040=== modified file 'openlp/plugins/images/forms/choosegroupform.py'
2041--- openlp/plugins/images/forms/choosegroupform.py 2016-01-09 16:26:14 +0000
2042+++ openlp/plugins/images/forms/choosegroupform.py 2016-12-31 11:15:24 +0000
2043@@ -4,7 +4,7 @@
2044 ###############################################################################
2045 # OpenLP - Open Source Lyrics Projection #
2046 # --------------------------------------------------------------------------- #
2047-# Copyright (c) 2008-2016 OpenLP Developers #
2048+# Copyright (c) 2008-2017 OpenLP Developers #
2049 # --------------------------------------------------------------------------- #
2050 # This program is free software; you can redistribute it and/or modify it #
2051 # under the terms of the GNU General Public License as published by the Free #
2052
2053=== modified file 'openlp/plugins/images/imageplugin.py'
2054--- openlp/plugins/images/imageplugin.py 2016-05-10 00:53:14 +0000
2055+++ openlp/plugins/images/imageplugin.py 2016-12-31 11:15:24 +0000
2056@@ -4,7 +4,7 @@
2057 ###############################################################################
2058 # OpenLP - Open Source Lyrics Projection #
2059 # --------------------------------------------------------------------------- #
2060-# Copyright (c) 2008-2016 OpenLP Developers #
2061+# Copyright (c) 2008-2017 OpenLP Developers #
2062 # --------------------------------------------------------------------------- #
2063 # This program is free software; you can redistribute it and/or modify it #
2064 # under the terms of the GNU General Public License as published by the Free #
2065
2066=== modified file 'openlp/plugins/images/lib/__init__.py'
2067--- openlp/plugins/images/lib/__init__.py 2015-12-31 22:46:06 +0000
2068+++ openlp/plugins/images/lib/__init__.py 2016-12-31 11:15:24 +0000
2069@@ -4,7 +4,7 @@
2070 ###############################################################################
2071 # OpenLP - Open Source Lyrics Projection #
2072 # --------------------------------------------------------------------------- #
2073-# Copyright (c) 2008-2016 OpenLP Developers #
2074+# Copyright (c) 2008-2017 OpenLP Developers #
2075 # --------------------------------------------------------------------------- #
2076 # This program is free software; you can redistribute it and/or modify it #
2077 # under the terms of the GNU General Public License as published by the Free #
2078
2079=== modified file 'openlp/plugins/images/lib/db.py'
2080--- openlp/plugins/images/lib/db.py 2015-12-31 22:46:06 +0000
2081+++ openlp/plugins/images/lib/db.py 2016-12-31 11:15:24 +0000
2082@@ -4,7 +4,7 @@
2083 ###############################################################################
2084 # OpenLP - Open Source Lyrics Projection #
2085 # --------------------------------------------------------------------------- #
2086-# Copyright (c) 2008-2016 OpenLP Developers #
2087+# Copyright (c) 2008-2017 OpenLP Developers #
2088 # --------------------------------------------------------------------------- #
2089 # This program is free software; you can redistribute it and/or modify it #
2090 # under the terms of the GNU General Public License as published by the Free #
2091
2092=== modified file 'openlp/plugins/images/lib/imagetab.py'
2093--- openlp/plugins/images/lib/imagetab.py 2016-05-10 00:58:37 +0000
2094+++ openlp/plugins/images/lib/imagetab.py 2016-12-31 11:15:24 +0000
2095@@ -4,7 +4,7 @@
2096 ###############################################################################
2097 # OpenLP - Open Source Lyrics Projection #
2098 # --------------------------------------------------------------------------- #
2099-# Copyright (c) 2008-2016 OpenLP Developers #
2100+# Copyright (c) 2008-2017 OpenLP Developers #
2101 # --------------------------------------------------------------------------- #
2102 # This program is free software; you can redistribute it and/or modify it #
2103 # under the terms of the GNU General Public License as published by the Free #
2104
2105=== modified file 'openlp/plugins/images/lib/mediaitem.py'
2106--- openlp/plugins/images/lib/mediaitem.py 2016-07-24 20:20:25 +0000
2107+++ openlp/plugins/images/lib/mediaitem.py 2016-12-31 11:15:24 +0000
2108@@ -4,7 +4,7 @@
2109 ###############################################################################
2110 # OpenLP - Open Source Lyrics Projection #
2111 # --------------------------------------------------------------------------- #
2112-# Copyright (c) 2008-2016 OpenLP Developers #
2113+# Copyright (c) 2008-2017 OpenLP Developers #
2114 # --------------------------------------------------------------------------- #
2115 # This program is free software; you can redistribute it and/or modify it #
2116 # under the terms of the GNU General Public License as published by the Free #
2117
2118=== modified file 'openlp/plugins/media/__init__.py'
2119--- openlp/plugins/media/__init__.py 2015-12-31 22:46:06 +0000
2120+++ openlp/plugins/media/__init__.py 2016-12-31 11:15:24 +0000
2121@@ -4,7 +4,7 @@
2122 ###############################################################################
2123 # OpenLP - Open Source Lyrics Projection #
2124 # --------------------------------------------------------------------------- #
2125-# Copyright (c) 2008-2016 OpenLP Developers #
2126+# Copyright (c) 2008-2017 OpenLP Developers #
2127 # --------------------------------------------------------------------------- #
2128 # This program is free software; you can redistribute it and/or modify it #
2129 # under the terms of the GNU General Public License as published by the Free #
2130
2131=== modified file 'openlp/plugins/media/forms/__init__.py'
2132--- openlp/plugins/media/forms/__init__.py 2015-12-31 22:46:06 +0000
2133+++ openlp/plugins/media/forms/__init__.py 2016-12-31 11:15:24 +0000
2134@@ -4,7 +4,7 @@
2135 ###############################################################################
2136 # OpenLP - Open Source Lyrics Projection #
2137 # --------------------------------------------------------------------------- #
2138-# Copyright (c) 2008-2016 OpenLP Developers #
2139+# Copyright (c) 2008-2017 OpenLP Developers #
2140 # --------------------------------------------------------------------------- #
2141 # This program is free software; you can redistribute it and/or modify it #
2142 # under the terms of the GNU General Public License as published by the Free #
2143
2144=== modified file 'openlp/plugins/media/forms/mediaclipselectordialog.py'
2145--- openlp/plugins/media/forms/mediaclipselectordialog.py 2015-12-31 22:46:06 +0000
2146+++ openlp/plugins/media/forms/mediaclipselectordialog.py 2016-12-31 11:15:24 +0000
2147@@ -4,7 +4,7 @@
2148 ###############################################################################
2149 # OpenLP - Open Source Lyrics Projection #
2150 # --------------------------------------------------------------------------- #
2151-# Copyright (c) 2008-2016 OpenLP Developers #
2152+# Copyright (c) 2008-2017 OpenLP Developers #
2153 # --------------------------------------------------------------------------- #
2154 # This program is free software; you can redistribute it and/or modify it #
2155 # under the terms of the GNU General Public License as published by the Free #
2156
2157=== modified file 'openlp/plugins/media/forms/mediaclipselectorform.py'
2158--- openlp/plugins/media/forms/mediaclipselectorform.py 2016-05-21 18:19:18 +0000
2159+++ openlp/plugins/media/forms/mediaclipselectorform.py 2016-12-31 11:15:24 +0000
2160@@ -4,7 +4,7 @@
2161 ###############################################################################
2162 # OpenLP - Open Source Lyrics Projection #
2163 # --------------------------------------------------------------------------- #
2164-# Copyright (c) 2008-2016 OpenLP Developers #
2165+# Copyright (c) 2008-2017 OpenLP Developers #
2166 # --------------------------------------------------------------------------- #
2167 # This program is free software; you can redistribute it and/or modify it #
2168 # under the terms of the GNU General Public License as published by the Free #
2169
2170=== modified file 'openlp/plugins/media/lib/__init__.py'
2171--- openlp/plugins/media/lib/__init__.py 2015-12-31 22:46:06 +0000
2172+++ openlp/plugins/media/lib/__init__.py 2016-12-31 11:15:24 +0000
2173@@ -4,7 +4,7 @@
2174 ###############################################################################
2175 # OpenLP - Open Source Lyrics Projection #
2176 # --------------------------------------------------------------------------- #
2177-# Copyright (c) 2008-2016 OpenLP Developers #
2178+# Copyright (c) 2008-2017 OpenLP Developers #
2179 # --------------------------------------------------------------------------- #
2180 # This program is free software; you can redistribute it and/or modify it #
2181 # under the terms of the GNU General Public License as published by the Free #
2182
2183=== modified file 'openlp/plugins/media/lib/mediaitem.py'
2184--- openlp/plugins/media/lib/mediaitem.py 2016-12-15 17:58:23 +0000
2185+++ openlp/plugins/media/lib/mediaitem.py 2016-12-31 11:15:24 +0000
2186@@ -4,7 +4,7 @@
2187 ###############################################################################
2188 # OpenLP - Open Source Lyrics Projection #
2189 # --------------------------------------------------------------------------- #
2190-# Copyright (c) 2008-2016 OpenLP Developers #
2191+# Copyright (c) 2008-2017 OpenLP Developers #
2192 # --------------------------------------------------------------------------- #
2193 # This program is free software; you can redistribute it and/or modify it #
2194 # under the terms of the GNU General Public License as published by the Free #
2195
2196=== modified file 'openlp/plugins/media/lib/mediatab.py'
2197--- openlp/plugins/media/lib/mediatab.py 2016-07-24 19:58:34 +0000
2198+++ openlp/plugins/media/lib/mediatab.py 2016-12-31 11:15:24 +0000
2199@@ -4,7 +4,7 @@
2200 ###############################################################################
2201 # OpenLP - Open Source Lyrics Projection #
2202 # --------------------------------------------------------------------------- #
2203-# Copyright (c) 2008-2016 OpenLP Developers #
2204+# Copyright (c) 2008-2017 OpenLP Developers #
2205 # --------------------------------------------------------------------------- #
2206 # This program is free software; you can redistribute it and/or modify it #
2207 # under the terms of the GNU General Public License as published by the Free #
2208
2209=== modified file 'openlp/plugins/media/mediaplugin.py'
2210--- openlp/plugins/media/mediaplugin.py 2016-05-21 18:19:18 +0000
2211+++ openlp/plugins/media/mediaplugin.py 2016-12-31 11:15:24 +0000
2212@@ -4,7 +4,7 @@
2213 ###############################################################################
2214 # OpenLP - Open Source Lyrics Projection #
2215 # --------------------------------------------------------------------------- #
2216-# Copyright (c) 2008-2016 OpenLP Developers #
2217+# Copyright (c) 2008-2017 OpenLP Developers #
2218 # --------------------------------------------------------------------------- #
2219 # This program is free software; you can redistribute it and/or modify it #
2220 # under the terms of the GNU General Public License as published by the Free #
2221
2222=== modified file 'openlp/plugins/presentations/__init__.py'
2223--- openlp/plugins/presentations/__init__.py 2015-12-31 22:46:06 +0000
2224+++ openlp/plugins/presentations/__init__.py 2016-12-31 11:15:24 +0000
2225@@ -4,7 +4,7 @@
2226 ###############################################################################
2227 # OpenLP - Open Source Lyrics Projection #
2228 # --------------------------------------------------------------------------- #
2229-# Copyright (c) 2008-2016 OpenLP Developers #
2230+# Copyright (c) 2008-2017 OpenLP Developers #
2231 # --------------------------------------------------------------------------- #
2232 # This program is free software; you can redistribute it and/or modify it #
2233 # under the terms of the GNU General Public License as published by the Free #
2234
2235=== modified file 'openlp/plugins/presentations/lib/__init__.py'
2236--- openlp/plugins/presentations/lib/__init__.py 2015-12-31 22:46:06 +0000
2237+++ openlp/plugins/presentations/lib/__init__.py 2016-12-31 11:15:24 +0000
2238@@ -4,7 +4,7 @@
2239 ###############################################################################
2240 # OpenLP - Open Source Lyrics Projection #
2241 # --------------------------------------------------------------------------- #
2242-# Copyright (c) 2008-2016 OpenLP Developers #
2243+# Copyright (c) 2008-2017 OpenLP Developers #
2244 # --------------------------------------------------------------------------- #
2245 # This program is free software; you can redistribute it and/or modify it #
2246 # under the terms of the GNU General Public License as published by the Free #
2247
2248=== modified file 'openlp/plugins/presentations/lib/impresscontroller.py'
2249--- openlp/plugins/presentations/lib/impresscontroller.py 2016-05-21 18:19:18 +0000
2250+++ openlp/plugins/presentations/lib/impresscontroller.py 2016-12-31 11:15:24 +0000
2251@@ -4,7 +4,7 @@
2252 ###############################################################################
2253 # OpenLP - Open Source Lyrics Projection #
2254 # --------------------------------------------------------------------------- #
2255-# Copyright (c) 2008-2016 OpenLP Developers #
2256+# Copyright (c) 2008-2017 OpenLP Developers #
2257 # --------------------------------------------------------------------------- #
2258 # This program is free software; you can redistribute it and/or modify it #
2259 # under the terms of the GNU General Public License as published by the Free #
2260
2261=== modified file 'openlp/plugins/presentations/lib/mediaitem.py'
2262--- openlp/plugins/presentations/lib/mediaitem.py 2016-05-21 18:19:18 +0000
2263+++ openlp/plugins/presentations/lib/mediaitem.py 2016-12-31 11:15:24 +0000
2264@@ -4,7 +4,7 @@
2265 ###############################################################################
2266 # OpenLP - Open Source Lyrics Projection #
2267 # --------------------------------------------------------------------------- #
2268-# Copyright (c) 2008-2016 OpenLP Developers #
2269+# Copyright (c) 2008-2017 OpenLP Developers #
2270 # --------------------------------------------------------------------------- #
2271 # This program is free software; you can redistribute it and/or modify it #
2272 # under the terms of the GNU General Public License as published by the Free #
2273
2274=== modified file 'openlp/plugins/presentations/lib/messagelistener.py'
2275--- openlp/plugins/presentations/lib/messagelistener.py 2016-07-31 11:58:54 +0000
2276+++ openlp/plugins/presentations/lib/messagelistener.py 2016-12-31 11:15:24 +0000
2277@@ -4,7 +4,7 @@
2278 ###############################################################################
2279 # OpenLP - Open Source Lyrics Projection #
2280 # --------------------------------------------------------------------------- #
2281-# Copyright (c) 2008-2016 OpenLP Developers #
2282+# Copyright (c) 2008-2017 OpenLP Developers #
2283 # --------------------------------------------------------------------------- #
2284 # This program is free software; you can redistribute it and/or modify it #
2285 # under the terms of the GNU General Public License as published by the Free #
2286
2287=== modified file 'openlp/plugins/presentations/lib/pdfcontroller.py'
2288--- openlp/plugins/presentations/lib/pdfcontroller.py 2016-07-01 21:17:20 +0000
2289+++ openlp/plugins/presentations/lib/pdfcontroller.py 2016-12-31 11:15:24 +0000
2290@@ -4,7 +4,7 @@
2291 ###############################################################################
2292 # OpenLP - Open Source Lyrics Projection #
2293 # --------------------------------------------------------------------------- #
2294-# Copyright (c) 2008-2016 OpenLP Developers #
2295+# Copyright (c) 2008-2017 OpenLP Developers #
2296 # --------------------------------------------------------------------------- #
2297 # This program is free software; you can redistribute it and/or modify it #
2298 # under the terms of the GNU General Public License as published by the Free #
2299
2300=== modified file 'openlp/plugins/presentations/lib/powerpointcontroller.py'
2301--- openlp/plugins/presentations/lib/powerpointcontroller.py 2016-07-24 20:20:25 +0000
2302+++ openlp/plugins/presentations/lib/powerpointcontroller.py 2016-12-31 11:15:24 +0000
2303@@ -4,7 +4,7 @@
2304 ###############################################################################
2305 # OpenLP - Open Source Lyrics Projection #
2306 # --------------------------------------------------------------------------- #
2307-# Copyright (c) 2008-2016 OpenLP Developers #
2308+# Copyright (c) 2008-2017 OpenLP Developers #
2309 # --------------------------------------------------------------------------- #
2310 # This program is free software; you can redistribute it and/or modify it #
2311 # under the terms of the GNU General Public License as published by the Free #
2312
2313=== modified file 'openlp/plugins/presentations/lib/pptviewcontroller.py'
2314--- openlp/plugins/presentations/lib/pptviewcontroller.py 2016-07-24 20:20:25 +0000
2315+++ openlp/plugins/presentations/lib/pptviewcontroller.py 2016-12-31 11:15:24 +0000
2316@@ -4,7 +4,7 @@
2317 ###############################################################################
2318 # OpenLP - Open Source Lyrics Projection #
2319 # --------------------------------------------------------------------------- #
2320-# Copyright (c) 2008-2016 OpenLP Developers #
2321+# Copyright (c) 2008-2017 OpenLP Developers #
2322 # --------------------------------------------------------------------------- #
2323 # This program is free software; you can redistribute it and/or modify it #
2324 # under the terms of the GNU General Public License as published by the Free #
2325
2326=== modified file 'openlp/plugins/presentations/lib/pptviewlib/README.TXT'
2327--- openlp/plugins/presentations/lib/pptviewlib/README.TXT 2015-12-31 22:46:06 +0000
2328+++ openlp/plugins/presentations/lib/pptviewlib/README.TXT 2016-12-31 11:15:24 +0000
2329@@ -1,6 +1,6 @@
2330
2331 PPTVIEWLIB - Control PowerPoint Viewer 2003/2007 (for openlp.org)
2332-Copyright (C) 2008-2016 Jonathan Corwin (j@corwin.co.uk)
2333+Copyright (C) 2008-2017 Jonathan Corwin (j@corwin.co.uk)
2334
2335 This library wrappers the free Microsoft PowerPoint Viewer (2003/2007) program,
2336 allowing it to be more easily controlled from another program.
2337
2338=== modified file 'openlp/plugins/presentations/lib/pptviewlib/ppttest.py'
2339--- openlp/plugins/presentations/lib/pptviewlib/ppttest.py 2015-12-31 22:46:06 +0000
2340+++ openlp/plugins/presentations/lib/pptviewlib/ppttest.py 2016-12-31 11:15:24 +0000
2341@@ -4,7 +4,7 @@
2342 ###############################################################################
2343 # OpenLP - Open Source Lyrics Projection #
2344 # --------------------------------------------------------------------------- #
2345-# Copyright (c) 2008-2016 OpenLP Developers #
2346+# Copyright (c) 2008-2017 OpenLP Developers #
2347 # --------------------------------------------------------------------------- #
2348 # This program is free software; you can redistribute it and/or modify it #
2349 # under the terms of the GNU General Public License as published by the Free #
2350
2351=== modified file 'openlp/plugins/presentations/lib/pptviewlib/pptviewlib.cpp'
2352--- openlp/plugins/presentations/lib/pptviewlib/pptviewlib.cpp 2015-12-31 22:46:06 +0000
2353+++ openlp/plugins/presentations/lib/pptviewlib/pptviewlib.cpp 2016-12-31 11:15:24 +0000
2354@@ -1,7 +1,7 @@
2355 /******************************************************************************
2356 * OpenLP - Open Source Lyrics Projection *
2357 * --------------------------------------------------------------------------- *
2358-* Copyright (c) 2008-2016 OpenLP Developers *
2359+* Copyright (c) 2008-2017 OpenLP Developers *
2360 * --------------------------------------------------------------------------- *
2361 * This program is free software; you can redistribute it and/or modify it *
2362 * under the terms of the GNU General Public License as published by the Free *
2363
2364=== modified file 'openlp/plugins/presentations/lib/pptviewlib/pptviewlib.h'
2365--- openlp/plugins/presentations/lib/pptviewlib/pptviewlib.h 2015-12-31 22:46:06 +0000
2366+++ openlp/plugins/presentations/lib/pptviewlib/pptviewlib.h 2016-12-31 11:15:24 +0000
2367@@ -1,7 +1,7 @@
2368 /******************************************************************************
2369 * OpenLP - Open Source Lyrics Projection *
2370 * --------------------------------------------------------------------------- *
2371-* Copyright (c) 2008-2016 OpenLP Developers *
2372+* Copyright (c) 2008-2017 OpenLP Developers *
2373 * --------------------------------------------------------------------------- *
2374 * This program is free software; you can redistribute it and/or modify it *
2375 * under the terms of the GNU General Public License as published by the Free *
2376
2377=== modified file 'openlp/plugins/presentations/lib/presentationcontroller.py'
2378--- openlp/plugins/presentations/lib/presentationcontroller.py 2016-05-21 18:19:18 +0000
2379+++ openlp/plugins/presentations/lib/presentationcontroller.py 2016-12-31 11:15:24 +0000
2380@@ -4,7 +4,7 @@
2381 ###############################################################################
2382 # OpenLP - Open Source Lyrics Projection #
2383 # --------------------------------------------------------------------------- #
2384-# Copyright (c) 2008-2016 OpenLP Developers #
2385+# Copyright (c) 2008-2017 OpenLP Developers #
2386 # --------------------------------------------------------------------------- #
2387 # This program is free software; you can redistribute it and/or modify it #
2388 # under the terms of the GNU General Public License as published by the Free #
2389
2390=== modified file 'openlp/plugins/presentations/lib/presentationtab.py'
2391--- openlp/plugins/presentations/lib/presentationtab.py 2016-08-03 21:19:14 +0000
2392+++ openlp/plugins/presentations/lib/presentationtab.py 2016-12-31 11:15:24 +0000
2393@@ -4,7 +4,7 @@
2394 ###############################################################################
2395 # OpenLP - Open Source Lyrics Projection #
2396 # --------------------------------------------------------------------------- #
2397-# Copyright (c) 2008-2016 OpenLP Developers #
2398+# Copyright (c) 2008-2017 OpenLP Developers #
2399 # --------------------------------------------------------------------------- #
2400 # This program is free software; you can redistribute it and/or modify it #
2401 # under the terms of the GNU General Public License as published by the Free #
2402
2403=== modified file 'openlp/plugins/presentations/presentationplugin.py'
2404--- openlp/plugins/presentations/presentationplugin.py 2016-07-24 20:20:25 +0000
2405+++ openlp/plugins/presentations/presentationplugin.py 2016-12-31 11:15:24 +0000
2406@@ -4,7 +4,7 @@
2407 ###############################################################################
2408 # OpenLP - Open Source Lyrics Projection #
2409 # --------------------------------------------------------------------------- #
2410-# Copyright (c) 2008-2016 OpenLP Developers #
2411+# Copyright (c) 2008-2017 OpenLP Developers #
2412 # --------------------------------------------------------------------------- #
2413 # This program is free software; you can redistribute it and/or modify it #
2414 # under the terms of the GNU General Public License as published by the Free #
2415
2416=== modified file 'openlp/plugins/remotes/__init__.py'
2417--- openlp/plugins/remotes/__init__.py 2015-12-31 22:46:06 +0000
2418+++ openlp/plugins/remotes/__init__.py 2016-12-31 11:15:24 +0000
2419@@ -4,7 +4,7 @@
2420 ###############################################################################
2421 # OpenLP - Open Source Lyrics Projection #
2422 # --------------------------------------------------------------------------- #
2423-# Copyright (c) 2008-2016 OpenLP Developers #
2424+# Copyright (c) 2008-2017 OpenLP Developers #
2425 # --------------------------------------------------------------------------- #
2426 # This program is free software; you can redistribute it and/or modify it #
2427 # under the terms of the GNU General Public License as published by the Free #
2428
2429=== modified file 'openlp/plugins/remotes/html/css/main.css'
2430--- openlp/plugins/remotes/html/css/main.css 2016-03-19 18:49:55 +0000
2431+++ openlp/plugins/remotes/html/css/main.css 2016-12-31 11:15:24 +0000
2432@@ -1,7 +1,7 @@
2433 /******************************************************************************
2434 * OpenLP - Open Source Lyrics Projection *
2435 * --------------------------------------------------------------------------- *
2436-* Copyright (c) 2008-2016 OpenLP Developers *
2437+* Copyright (c) 2008-2017 OpenLP Developers *
2438 * --------------------------------------------------------------------------- *
2439 * This program is free software; you can redistribute it and/or modify it *
2440 * under the terms of the GNU General Public License as published by the Free *
2441
2442=== modified file 'openlp/plugins/remotes/html/css/openlp.css'
2443--- openlp/plugins/remotes/html/css/openlp.css 2016-03-19 18:49:55 +0000
2444+++ openlp/plugins/remotes/html/css/openlp.css 2016-12-31 11:15:24 +0000
2445@@ -1,7 +1,7 @@
2446 /******************************************************************************
2447 * OpenLP - Open Source Lyrics Projection *
2448 * --------------------------------------------------------------------------- *
2449-* Copyright (c) 2008-2016 OpenLP Developers *
2450+* Copyright (c) 2008-2017 OpenLP Developers *
2451 * --------------------------------------------------------------------------- *
2452 * This program is free software; you can redistribute it and/or modify it *
2453 * under the terms of the GNU General Public License as published by the Free *
2454
2455=== modified file 'openlp/plugins/remotes/html/css/stage.css'
2456--- openlp/plugins/remotes/html/css/stage.css 2016-03-19 18:49:55 +0000
2457+++ openlp/plugins/remotes/html/css/stage.css 2016-12-31 11:15:24 +0000
2458@@ -1,7 +1,7 @@
2459 /******************************************************************************
2460 * OpenLP - Open Source Lyrics Projection *
2461 * --------------------------------------------------------------------------- *
2462-* Copyright (c) 2008-2016 OpenLP Developers *
2463+* Copyright (c) 2008-2017 OpenLP Developers *
2464 * --------------------------------------------------------------------------- *
2465 * This program is free software; you can redistribute it and/or modify it *
2466 * under the terms of the GNU General Public License as published by the Free *
2467
2468=== modified file 'openlp/plugins/remotes/html/index.html'
2469--- openlp/plugins/remotes/html/index.html 2016-03-19 18:49:55 +0000
2470+++ openlp/plugins/remotes/html/index.html 2016-12-31 11:15:24 +0000
2471@@ -4,7 +4,7 @@
2472 ###############################################################################
2473 # OpenLP - Open Source Lyrics Projection #
2474 # --------------------------------------------------------------------------- #
2475-# Copyright (c) 2008-2016 OpenLP Developers #
2476+# Copyright (c) 2008-2017 OpenLP Developers #
2477 # --------------------------------------------------------------------------- #
2478 # This program is free software; you can redistribute it and/or modify it #
2479 # under the terms of the GNU General Public License as published by the Free #
2480
2481=== modified file 'openlp/plugins/remotes/html/js/main.js'
2482--- openlp/plugins/remotes/html/js/main.js 2016-03-19 18:49:55 +0000
2483+++ openlp/plugins/remotes/html/js/main.js 2016-12-31 11:15:24 +0000
2484@@ -1,7 +1,7 @@
2485 /******************************************************************************
2486 * OpenLP - Open Source Lyrics Projection *
2487 * --------------------------------------------------------------------------- *
2488- * Copyright (c) 2008-2016 OpenLP Developers *
2489+ * Copyright (c) 2008-2017 OpenLP Developers *
2490 * --------------------------------------------------------------------------- *
2491 * This program is free software; you can redistribute it and/or modify it *
2492 * under the terms of the GNU General Public License as published by the Free *
2493
2494=== modified file 'openlp/plugins/remotes/html/js/openlp.js'
2495--- openlp/plugins/remotes/html/js/openlp.js 2016-03-19 18:49:55 +0000
2496+++ openlp/plugins/remotes/html/js/openlp.js 2016-12-31 11:15:24 +0000
2497@@ -1,7 +1,7 @@
2498 /******************************************************************************
2499 * OpenLP - Open Source Lyrics Projection *
2500 * --------------------------------------------------------------------------- *
2501- * Copyright (c) 2008-2016 OpenLP Developers *
2502+ * Copyright (c) 2008-2017 OpenLP Developers *
2503 * --------------------------------------------------------------------------- *
2504 * This program is free software; you can redistribute it and/or modify it *
2505 * under the terms of the GNU General Public License as published by the Free *
2506
2507=== modified file 'openlp/plugins/remotes/html/js/stage.js'
2508--- openlp/plugins/remotes/html/js/stage.js 2016-03-19 18:49:55 +0000
2509+++ openlp/plugins/remotes/html/js/stage.js 2016-12-31 11:15:24 +0000
2510@@ -1,7 +1,7 @@
2511 /******************************************************************************
2512 * OpenLP - Open Source Lyrics Projection *
2513 * --------------------------------------------------------------------------- *
2514- * Copyright (c) 2008-2016 OpenLP Developers *
2515+ * Copyright (c) 2008-2017 OpenLP Developers *
2516 * --------------------------------------------------------------------------- *
2517 * This program is free software; you can redistribute it and/or modify it *
2518 * under the terms of the GNU General Public License as published by the Free *
2519
2520=== modified file 'openlp/plugins/remotes/html/main.html'
2521--- openlp/plugins/remotes/html/main.html 2016-03-19 18:49:55 +0000
2522+++ openlp/plugins/remotes/html/main.html 2016-12-31 11:15:24 +0000
2523@@ -4,7 +4,7 @@
2524 ###############################################################################
2525 # OpenLP - Open Source Lyrics Projection #
2526 # --------------------------------------------------------------------------- #
2527-# Copyright (c) 2008-2016 OpenLP Developers #
2528+# Copyright (c) 2008-2017 OpenLP Developers #
2529 # --------------------------------------------------------------------------- #
2530 # This program is free software; you can redistribute it and/or modify it #
2531 # under the terms of the GNU General Public License as published by the Free #
2532
2533=== modified file 'openlp/plugins/remotes/html/stage.html'
2534--- openlp/plugins/remotes/html/stage.html 2016-03-19 18:49:55 +0000
2535+++ openlp/plugins/remotes/html/stage.html 2016-12-31 11:15:24 +0000
2536@@ -4,7 +4,7 @@
2537 ###############################################################################
2538 # OpenLP - Open Source Lyrics Projection #
2539 # --------------------------------------------------------------------------- #
2540-# Copyright (c) 2008-2016 OpenLP Developers #
2541+# Copyright (c) 2008-2017 OpenLP Developers #
2542 # --------------------------------------------------------------------------- #
2543 # This program is free software; you can redistribute it and/or modify it #
2544 # under the terms of the GNU General Public License as published by the Free #
2545
2546=== modified file 'openlp/plugins/remotes/lib/__init__.py'
2547--- openlp/plugins/remotes/lib/__init__.py 2015-12-31 22:46:06 +0000
2548+++ openlp/plugins/remotes/lib/__init__.py 2016-12-31 11:15:24 +0000
2549@@ -4,7 +4,7 @@
2550 ###############################################################################
2551 # OpenLP - Open Source Lyrics Projection #
2552 # --------------------------------------------------------------------------- #
2553-# Copyright (c) 2008-2016 OpenLP Developers #
2554+# Copyright (c) 2008-2017 OpenLP Developers #
2555 # --------------------------------------------------------------------------- #
2556 # This program is free software; you can redistribute it and/or modify it #
2557 # under the terms of the GNU General Public License as published by the Free #
2558
2559=== modified file 'openlp/plugins/remotes/lib/httprouter.py'
2560--- openlp/plugins/remotes/lib/httprouter.py 2016-08-03 21:19:14 +0000
2561+++ openlp/plugins/remotes/lib/httprouter.py 2016-12-31 11:15:24 +0000
2562@@ -4,7 +4,7 @@
2563 ###############################################################################
2564 # OpenLP - Open Source Lyrics Projection #
2565 # --------------------------------------------------------------------------- #
2566-# Copyright (c) 2008-2016 OpenLP Developers #
2567+# Copyright (c) 2008-2017 OpenLP Developers #
2568 # --------------------------------------------------------------------------- #
2569 # This program is free software; you can redistribute it and/or modify it #
2570 # under the terms of the GNU General Public License as published by the Free #
2571
2572=== modified file 'openlp/plugins/remotes/lib/httpserver.py'
2573--- openlp/plugins/remotes/lib/httpserver.py 2016-05-27 08:13:14 +0000
2574+++ openlp/plugins/remotes/lib/httpserver.py 2016-12-31 11:15:24 +0000
2575@@ -4,7 +4,7 @@
2576 ###############################################################################
2577 # OpenLP - Open Source Lyrics Projection #
2578 # --------------------------------------------------------------------------- #
2579-# Copyright (c) 2008-2016 OpenLP Developers #
2580+# Copyright (c) 2008-2017 OpenLP Developers #
2581 # --------------------------------------------------------------------------- #
2582 # This program is free software; you can redistribute it and/or modify it #
2583 # under the terms of the GNU General Public License as published by the Free #
2584
2585=== modified file 'openlp/plugins/remotes/lib/remotetab.py'
2586--- openlp/plugins/remotes/lib/remotetab.py 2016-05-27 08:13:14 +0000
2587+++ openlp/plugins/remotes/lib/remotetab.py 2016-12-31 11:15:24 +0000
2588@@ -4,7 +4,7 @@
2589 ###############################################################################
2590 # OpenLP - Open Source Lyrics Projection #
2591 # --------------------------------------------------------------------------- #
2592-# Copyright (c) 2008-2016 OpenLP Developers #
2593+# Copyright (c) 2008-2017 OpenLP Developers #
2594 # --------------------------------------------------------------------------- #
2595 # This program is free software; you can redistribute it and/or modify it #
2596 # under the terms of the GNU General Public License as published by the Free #
2597
2598=== modified file 'openlp/plugins/remotes/remoteplugin.py'
2599--- openlp/plugins/remotes/remoteplugin.py 2016-01-04 00:18:01 +0000
2600+++ openlp/plugins/remotes/remoteplugin.py 2016-12-31 11:15:24 +0000
2601@@ -4,7 +4,7 @@
2602 ###############################################################################
2603 # OpenLP - Open Source Lyrics Projection #
2604 # --------------------------------------------------------------------------- #
2605-# Copyright (c) 2008-2016 OpenLP Developers #
2606+# Copyright (c) 2008-2017 OpenLP Developers #
2607 # --------------------------------------------------------------------------- #
2608 # This program is free software; you can redistribute it and/or modify it #
2609 # under the terms of the GNU General Public License as published by the Free #
2610
2611=== modified file 'openlp/plugins/songs/__init__.py'
2612--- openlp/plugins/songs/__init__.py 2015-12-31 22:46:06 +0000
2613+++ openlp/plugins/songs/__init__.py 2016-12-31 11:15:24 +0000
2614@@ -4,7 +4,7 @@
2615 ###############################################################################
2616 # OpenLP - Open Source Lyrics Projection #
2617 # --------------------------------------------------------------------------- #
2618-# Copyright (c) 2008-2016 OpenLP Developers #
2619+# Copyright (c) 2008-2017 OpenLP Developers #
2620 # --------------------------------------------------------------------------- #
2621 # This program is free software; you can redistribute it and/or modify it #
2622 # under the terms of the GNU General Public License as published by the Free #
2623
2624=== modified file 'openlp/plugins/songs/forms/__init__.py'
2625--- openlp/plugins/songs/forms/__init__.py 2015-12-31 22:46:06 +0000
2626+++ openlp/plugins/songs/forms/__init__.py 2016-12-31 11:15:24 +0000
2627@@ -4,7 +4,7 @@
2628 ###############################################################################
2629 # OpenLP - Open Source Lyrics Projection #
2630 # --------------------------------------------------------------------------- #
2631-# Copyright (c) 2008-2016 OpenLP Developers #
2632+# Copyright (c) 2008-2017 OpenLP Developers #
2633 # --------------------------------------------------------------------------- #
2634 # This program is free software; you can redistribute it and/or modify it #
2635 # under the terms of the GNU General Public License as published by the Free #
2636
2637=== modified file 'openlp/plugins/songs/forms/authorsdialog.py'
2638--- openlp/plugins/songs/forms/authorsdialog.py 2016-10-27 17:45:50 +0000
2639+++ openlp/plugins/songs/forms/authorsdialog.py 2016-12-31 11:15:24 +0000
2640@@ -4,7 +4,7 @@
2641 ###############################################################################
2642 # OpenLP - Open Source Lyrics Projection #
2643 # --------------------------------------------------------------------------- #
2644-# Copyright (c) 2008-2016 OpenLP Developers #
2645+# Copyright (c) 2008-2017 OpenLP Developers #
2646 # --------------------------------------------------------------------------- #
2647 # This program is free software; you can redistribute it and/or modify it #
2648 # under the terms of the GNU General Public License as published by the Free #
2649
2650=== modified file 'openlp/plugins/songs/forms/authorsform.py'
2651--- openlp/plugins/songs/forms/authorsform.py 2016-01-09 16:26:14 +0000
2652+++ openlp/plugins/songs/forms/authorsform.py 2016-12-31 11:15:24 +0000
2653@@ -4,7 +4,7 @@
2654 ###############################################################################
2655 # OpenLP - Open Source Lyrics Projection #
2656 # --------------------------------------------------------------------------- #
2657-# Copyright (c) 2008-2016 OpenLP Developers #
2658+# Copyright (c) 2008-2017 OpenLP Developers #
2659 # --------------------------------------------------------------------------- #
2660 # This program is free software; you can redistribute it and/or modify it #
2661 # under the terms of the GNU General Public License as published by the Free #
2662
2663=== modified file 'openlp/plugins/songs/forms/duplicatesongremovalform.py'
2664--- openlp/plugins/songs/forms/duplicatesongremovalform.py 2016-05-27 08:13:14 +0000
2665+++ openlp/plugins/songs/forms/duplicatesongremovalform.py 2016-12-31 11:15:24 +0000
2666@@ -4,7 +4,7 @@
2667 ###############################################################################
2668 # OpenLP - Open Source Lyrics Projection #
2669 # --------------------------------------------------------------------------- #
2670-# Copyright (c) 2008-2016 OpenLP Developers #
2671+# Copyright (c) 2008-2017 OpenLP Developers #
2672 # --------------------------------------------------------------------------- #
2673 # This program is free software; you can redistribute it and/or modify it #
2674 # under the terms of the GNU General Public License as published by the Free #
2675
2676=== modified file 'openlp/plugins/songs/forms/editsongdialog.py'
2677--- openlp/plugins/songs/forms/editsongdialog.py 2016-10-27 17:45:50 +0000
2678+++ openlp/plugins/songs/forms/editsongdialog.py 2016-12-31 11:15:24 +0000
2679@@ -4,7 +4,7 @@
2680 ###############################################################################
2681 # OpenLP - Open Source Lyrics Projection #
2682 # --------------------------------------------------------------------------- #
2683-# Copyright (c) 2008-2016 OpenLP Developers #
2684+# Copyright (c) 2008-2017 OpenLP Developers #
2685 # --------------------------------------------------------------------------- #
2686 # This program is free software; you can redistribute it and/or modify it #
2687 # under the terms of the GNU General Public License as published by the Free #
2688
2689=== modified file 'openlp/plugins/songs/forms/editsongform.py'
2690--- openlp/plugins/songs/forms/editsongform.py 2016-12-15 14:11:42 +0000
2691+++ openlp/plugins/songs/forms/editsongform.py 2016-12-31 11:15:24 +0000
2692@@ -4,7 +4,7 @@
2693 ###############################################################################
2694 # OpenLP - Open Source Lyrics Projection #
2695 # --------------------------------------------------------------------------- #
2696-# Copyright (c) 2008-2016 OpenLP Developers #
2697+# Copyright (c) 2008-2017 OpenLP Developers #
2698 # --------------------------------------------------------------------------- #
2699 # This program is free software; you can redistribute it and/or modify it #
2700 # under the terms of the GNU General Public License as published by the Free #
2701
2702=== modified file 'openlp/plugins/songs/forms/editversedialog.py'
2703--- openlp/plugins/songs/forms/editversedialog.py 2016-10-27 17:45:50 +0000
2704+++ openlp/plugins/songs/forms/editversedialog.py 2016-12-31 11:15:24 +0000
2705@@ -4,7 +4,7 @@
2706 ###############################################################################
2707 # OpenLP - Open Source Lyrics Projection #
2708 # --------------------------------------------------------------------------- #
2709-# Copyright (c) 2008-2016 OpenLP Developers #
2710+# Copyright (c) 2008-2017 OpenLP Developers #
2711 # --------------------------------------------------------------------------- #
2712 # This program is free software; you can redistribute it and/or modify it #
2713 # under the terms of the GNU General Public License as published by the Free #
2714
2715=== modified file 'openlp/plugins/songs/forms/editverseform.py'
2716--- openlp/plugins/songs/forms/editverseform.py 2016-05-27 08:13:14 +0000
2717+++ openlp/plugins/songs/forms/editverseform.py 2016-12-31 11:15:24 +0000
2718@@ -4,7 +4,7 @@
2719 ###############################################################################
2720 # OpenLP - Open Source Lyrics Projection #
2721 # --------------------------------------------------------------------------- #
2722-# Copyright (c) 2008-2016 OpenLP Developers #
2723+# Copyright (c) 2008-2017 OpenLP Developers #
2724 # --------------------------------------------------------------------------- #
2725 # This program is free software; you can redistribute it and/or modify it #
2726 # under the terms of the GNU General Public License as published by the Free #
2727
2728=== modified file 'openlp/plugins/songs/forms/mediafilesdialog.py'
2729--- openlp/plugins/songs/forms/mediafilesdialog.py 2016-10-27 17:45:50 +0000
2730+++ openlp/plugins/songs/forms/mediafilesdialog.py 2016-12-31 11:15:24 +0000
2731@@ -4,7 +4,7 @@
2732 ###############################################################################
2733 # OpenLP - Open Source Lyrics Projection #
2734 # --------------------------------------------------------------------------- #
2735-# Copyright (c) 2008-2016 OpenLP Developers #
2736+# Copyright (c) 2008-2017 OpenLP Developers #
2737 # --------------------------------------------------------------------------- #
2738 # This program is free software; you can redistribute it and/or modify it #
2739 # under the terms of the GNU General Public License as published by the Free #
2740
2741=== modified file 'openlp/plugins/songs/forms/mediafilesform.py'
2742--- openlp/plugins/songs/forms/mediafilesform.py 2016-05-27 08:13:14 +0000
2743+++ openlp/plugins/songs/forms/mediafilesform.py 2016-12-31 11:15:24 +0000
2744@@ -4,7 +4,7 @@
2745 ###############################################################################
2746 # OpenLP - Open Source Lyrics Projection #
2747 # --------------------------------------------------------------------------- #
2748-# Copyright (c) 2008-2016 OpenLP Developers #
2749+# Copyright (c) 2008-2017 OpenLP Developers #
2750 # --------------------------------------------------------------------------- #
2751 # This program is free software; you can redistribute it and/or modify it #
2752 # under the terms of the GNU General Public License as published by the Free #
2753
2754=== modified file 'openlp/plugins/songs/forms/songbookdialog.py'
2755--- openlp/plugins/songs/forms/songbookdialog.py 2016-10-27 17:45:50 +0000
2756+++ openlp/plugins/songs/forms/songbookdialog.py 2016-12-31 11:15:24 +0000
2757@@ -4,7 +4,7 @@
2758 ###############################################################################
2759 # OpenLP - Open Source Lyrics Projection #
2760 # --------------------------------------------------------------------------- #
2761-# Copyright (c) 2008-2016 OpenLP Developers #
2762+# Copyright (c) 2008-2017 OpenLP Developers #
2763 # --------------------------------------------------------------------------- #
2764 # This program is free software; you can redistribute it and/or modify it #
2765 # under the terms of the GNU General Public License as published by the Free #
2766
2767=== modified file 'openlp/plugins/songs/forms/songbookform.py'
2768--- openlp/plugins/songs/forms/songbookform.py 2016-01-09 16:26:14 +0000
2769+++ openlp/plugins/songs/forms/songbookform.py 2016-12-31 11:15:24 +0000
2770@@ -4,7 +4,7 @@
2771 ###############################################################################
2772 # OpenLP - Open Source Lyrics Projection #
2773 # --------------------------------------------------------------------------- #
2774-# Copyright (c) 2008-2016 OpenLP Developers #
2775+# Copyright (c) 2008-2017 OpenLP Developers #
2776 # --------------------------------------------------------------------------- #
2777 # This program is free software; you can redistribute it and/or modify it #
2778 # under the terms of the GNU General Public License as published by the Free #
2779
2780=== modified file 'openlp/plugins/songs/forms/songexportform.py'
2781--- openlp/plugins/songs/forms/songexportform.py 2016-10-27 20:37:33 +0000
2782+++ openlp/plugins/songs/forms/songexportform.py 2016-12-31 11:15:24 +0000
2783@@ -4,7 +4,7 @@
2784 ###############################################################################
2785 # OpenLP - Open Source Lyrics Projection #
2786 # --------------------------------------------------------------------------- #
2787-# Copyright (c) 2008-2016 OpenLP Developers #
2788+# Copyright (c) 2008-2017 OpenLP Developers #
2789 # --------------------------------------------------------------------------- #
2790 # This program is free software; you can redistribute it and/or modify it #
2791 # under the terms of the GNU General Public License as published by the Free #
2792
2793=== modified file 'openlp/plugins/songs/forms/songimportform.py'
2794--- openlp/plugins/songs/forms/songimportform.py 2016-10-27 20:37:33 +0000
2795+++ openlp/plugins/songs/forms/songimportform.py 2016-12-31 11:15:24 +0000
2796@@ -4,7 +4,7 @@
2797 ###############################################################################
2798 # OpenLP - Open Source Lyrics Projection #
2799 # --------------------------------------------------------------------------- #
2800-# Copyright (c) 2008-2016 OpenLP Developers #
2801+# Copyright (c) 2008-2017 OpenLP Developers #
2802 # --------------------------------------------------------------------------- #
2803 # This program is free software; you can redistribute it and/or modify it #
2804 # under the terms of the GNU General Public License as published by the Free #
2805
2806=== modified file 'openlp/plugins/songs/forms/songmaintenancedialog.py'
2807--- openlp/plugins/songs/forms/songmaintenancedialog.py 2016-10-27 17:45:50 +0000
2808+++ openlp/plugins/songs/forms/songmaintenancedialog.py 2016-12-31 11:15:24 +0000
2809@@ -4,7 +4,7 @@
2810 ###############################################################################
2811 # OpenLP - Open Source Lyrics Projection #
2812 # --------------------------------------------------------------------------- #
2813-# Copyright (c) 2008-2016 OpenLP Developers #
2814+# Copyright (c) 2008-2017 OpenLP Developers #
2815 # --------------------------------------------------------------------------- #
2816 # This program is free software; you can redistribute it and/or modify it #
2817 # under the terms of the GNU General Public License as published by the Free #
2818
2819=== modified file 'openlp/plugins/songs/forms/songmaintenanceform.py'
2820--- openlp/plugins/songs/forms/songmaintenanceform.py 2016-05-27 08:13:14 +0000
2821+++ openlp/plugins/songs/forms/songmaintenanceform.py 2016-12-31 11:15:24 +0000
2822@@ -4,7 +4,7 @@
2823 ###############################################################################
2824 # OpenLP - Open Source Lyrics Projection #
2825 # --------------------------------------------------------------------------- #
2826-# Copyright (c) 2008-2016 OpenLP Developers #
2827+# Copyright (c) 2008-2017 OpenLP Developers #
2828 # --------------------------------------------------------------------------- #
2829 # This program is free software; you can redistribute it and/or modify it #
2830 # under the terms of the GNU General Public License as published by the Free #
2831
2832=== modified file 'openlp/plugins/songs/forms/songreviewwidget.py'
2833--- openlp/plugins/songs/forms/songreviewwidget.py 2016-10-27 20:37:33 +0000
2834+++ openlp/plugins/songs/forms/songreviewwidget.py 2016-12-31 11:15:24 +0000
2835@@ -4,7 +4,7 @@
2836 ###############################################################################
2837 # OpenLP - Open Source Lyrics Projection #
2838 # --------------------------------------------------------------------------- #
2839-# Copyright (c) 2008-2016 OpenLP Developers #
2840+# Copyright (c) 2008-2017 OpenLP Developers #
2841 # --------------------------------------------------------------------------- #
2842 # This program is free software; you can redistribute it and/or modify it #
2843 # under the terms of the GNU General Public License as published by the Free #
2844
2845=== modified file 'openlp/plugins/songs/forms/songselectdialog.py'
2846--- openlp/plugins/songs/forms/songselectdialog.py 2016-05-27 08:13:14 +0000
2847+++ openlp/plugins/songs/forms/songselectdialog.py 2016-12-31 11:15:24 +0000
2848@@ -4,7 +4,7 @@
2849 ###############################################################################
2850 # OpenLP - Open Source Lyrics Projection #
2851 # --------------------------------------------------------------------------- #
2852-# Copyright (c) 2008-2016 OpenLP Developers #
2853+# Copyright (c) 2008-2017 OpenLP Developers #
2854 # --------------------------------------------------------------------------- #
2855 # This program is free software; you can redistribute it and/or modify it #
2856 # under the terms of the GNU General Public License as published by the Free #
2857
2858=== modified file 'openlp/plugins/songs/forms/songselectform.py'
2859--- openlp/plugins/songs/forms/songselectform.py 2016-05-27 08:13:14 +0000
2860+++ openlp/plugins/songs/forms/songselectform.py 2016-12-31 11:15:24 +0000
2861@@ -4,7 +4,7 @@
2862 ###############################################################################
2863 # OpenLP - Open Source Lyrics Projection #
2864 # --------------------------------------------------------------------------- #
2865-# Copyright (c) 2008-2016 OpenLP Developers #
2866+# Copyright (c) 2008-2017 OpenLP Developers #
2867 # --------------------------------------------------------------------------- #
2868 # This program is free software; you can redistribute it and/or modify it #
2869 # under the terms of the GNU General Public License as published by the Free #
2870
2871=== modified file 'openlp/plugins/songs/forms/topicsdialog.py'
2872--- openlp/plugins/songs/forms/topicsdialog.py 2016-10-27 17:45:50 +0000
2873+++ openlp/plugins/songs/forms/topicsdialog.py 2016-12-31 11:15:24 +0000
2874@@ -4,7 +4,7 @@
2875 ###############################################################################
2876 # OpenLP - Open Source Lyrics Projection #
2877 # --------------------------------------------------------------------------- #
2878-# Copyright (c) 2008-2016 OpenLP Developers #
2879+# Copyright (c) 2008-2017 OpenLP Developers #
2880 # --------------------------------------------------------------------------- #
2881 # This program is free software; you can redistribute it and/or modify it #
2882 # under the terms of the GNU General Public License as published by the Free #
2883
2884=== modified file 'openlp/plugins/songs/forms/topicsform.py'
2885--- openlp/plugins/songs/forms/topicsform.py 2016-01-09 16:26:14 +0000
2886+++ openlp/plugins/songs/forms/topicsform.py 2016-12-31 11:15:24 +0000
2887@@ -4,7 +4,7 @@
2888 ###############################################################################
2889 # OpenLP - Open Source Lyrics Projection #
2890 # --------------------------------------------------------------------------- #
2891-# Copyright (c) 2008-2016 OpenLP Developers #
2892+# Copyright (c) 2008-2017 OpenLP Developers #
2893 # --------------------------------------------------------------------------- #
2894 # This program is free software; you can redistribute it and/or modify it #
2895 # under the terms of the GNU General Public License as published by the Free #
2896
2897=== modified file 'openlp/plugins/songs/lib/__init__.py'
2898--- openlp/plugins/songs/lib/__init__.py 2016-08-13 14:29:12 +0000
2899+++ openlp/plugins/songs/lib/__init__.py 2016-12-31 11:15:24 +0000
2900@@ -4,7 +4,7 @@
2901 ###############################################################################
2902 # OpenLP - Open Source Lyrics Projection #
2903 # --------------------------------------------------------------------------- #
2904-# Copyright (c) 2008-2016 OpenLP Developers #
2905+# Copyright (c) 2008-2017 OpenLP Developers #
2906 # --------------------------------------------------------------------------- #
2907 # This program is free software; you can redistribute it and/or modify it #
2908 # under the terms of the GNU General Public License as published by the Free #
2909
2910=== modified file 'openlp/plugins/songs/lib/db.py'
2911--- openlp/plugins/songs/lib/db.py 2016-05-27 08:13:14 +0000
2912+++ openlp/plugins/songs/lib/db.py 2016-12-31 11:15:24 +0000
2913@@ -4,7 +4,7 @@
2914 ###############################################################################
2915 # OpenLP - Open Source Lyrics Projection #
2916 # --------------------------------------------------------------------------- #
2917-# Copyright (c) 2008-2016 OpenLP Developers #
2918+# Copyright (c) 2008-2017 OpenLP Developers #
2919 # --------------------------------------------------------------------------- #
2920 # This program is free software; you can redistribute it and/or modify it #
2921 # under the terms of the GNU General Public License as published by the Free #
2922
2923=== modified file 'openlp/plugins/songs/lib/importer.py'
2924--- openlp/plugins/songs/lib/importer.py 2016-05-27 08:13:14 +0000
2925+++ openlp/plugins/songs/lib/importer.py 2016-12-31 11:15:24 +0000
2926@@ -4,7 +4,7 @@
2927 ###############################################################################
2928 # OpenLP - Open Source Lyrics Projection #
2929 # --------------------------------------------------------------------------- #
2930-# Copyright (c) 2008-2016 OpenLP Developers #
2931+# Copyright (c) 2008-2017 OpenLP Developers #
2932 # --------------------------------------------------------------------------- #
2933 # This program is free software; you can redistribute it and/or modify it #
2934 # under the terms of the GNU General Public License as published by the Free #
2935
2936=== modified file 'openlp/plugins/songs/lib/importers/__init__.py'
2937--- openlp/plugins/songs/lib/importers/__init__.py 2015-12-31 22:46:06 +0000
2938+++ openlp/plugins/songs/lib/importers/__init__.py 2016-12-31 11:15:24 +0000
2939@@ -4,7 +4,7 @@
2940 ###############################################################################
2941 # OpenLP - Open Source Lyrics Projection #
2942 # --------------------------------------------------------------------------- #
2943-# Copyright (c) 2008-2016 OpenLP Developers #
2944+# Copyright (c) 2008-2017 OpenLP Developers #
2945 # --------------------------------------------------------------------------- #
2946 # This program is free software; you can redistribute it and/or modify it #
2947 # under the terms of the GNU General Public License as published by the Free #
2948
2949=== modified file 'openlp/plugins/songs/lib/importers/cclifile.py'
2950--- openlp/plugins/songs/lib/importers/cclifile.py 2016-07-06 19:48:57 +0000
2951+++ openlp/plugins/songs/lib/importers/cclifile.py 2016-12-31 11:15:24 +0000
2952@@ -4,7 +4,7 @@
2953 ###############################################################################
2954 # OpenLP - Open Source Lyrics Projection #
2955 # --------------------------------------------------------------------------- #
2956-# Copyright (c) 2008-2016 OpenLP Developers #
2957+# Copyright (c) 2008-2017 OpenLP Developers #
2958 # --------------------------------------------------------------------------- #
2959 # This program is free software; you can redistribute it and/or modify it #
2960 # under the terms of the GNU General Public License as published by the Free #
2961
2962=== modified file 'openlp/plugins/songs/lib/importers/dreambeam.py'
2963--- openlp/plugins/songs/lib/importers/dreambeam.py 2016-07-05 20:31:29 +0000
2964+++ openlp/plugins/songs/lib/importers/dreambeam.py 2016-12-31 11:15:24 +0000
2965@@ -4,7 +4,7 @@
2966 ###############################################################################
2967 # OpenLP - Open Source Lyrics Projection #
2968 # --------------------------------------------------------------------------- #
2969-# Copyright (c) 2008-2016 OpenLP Developers #
2970+# Copyright (c) 2008-2017 OpenLP Developers #
2971 # --------------------------------------------------------------------------- #
2972 # This program is free software; you can redistribute it and/or modify it #
2973 # under the terms of the GNU General Public License as published by the Free #
2974
2975=== modified file 'openlp/plugins/songs/lib/importers/easyslides.py'
2976--- openlp/plugins/songs/lib/importers/easyslides.py 2016-07-07 20:51:25 +0000
2977+++ openlp/plugins/songs/lib/importers/easyslides.py 2016-12-31 11:15:24 +0000
2978@@ -4,7 +4,7 @@
2979 ###############################################################################
2980 # OpenLP - Open Source Lyrics Projection #
2981 # --------------------------------------------------------------------------- #
2982-# Copyright (c) 2008-2016 OpenLP Developers #
2983+# Copyright (c) 2008-2017 OpenLP Developers #
2984 # --------------------------------------------------------------------------- #
2985 # This program is free software; you can redistribute it and/or modify it #
2986 # under the terms of the GNU General Public License as published by the Free #
2987
2988=== modified file 'openlp/plugins/songs/lib/importers/easyworship.py'
2989--- openlp/plugins/songs/lib/importers/easyworship.py 2016-07-05 20:31:29 +0000
2990+++ openlp/plugins/songs/lib/importers/easyworship.py 2016-12-31 11:15:24 +0000
2991@@ -4,7 +4,7 @@
2992 ###############################################################################
2993 # OpenLP - Open Source Lyrics Projection #
2994 # --------------------------------------------------------------------------- #
2995-# Copyright (c) 2008-2016 OpenLP Developers #
2996+# Copyright (c) 2008-2017 OpenLP Developers #
2997 # --------------------------------------------------------------------------- #
2998 # This program is free software; you can redistribute it and/or modify it #
2999 # under the terms of the GNU General Public License as published by the Free #
3000
3001=== modified file 'openlp/plugins/songs/lib/importers/foilpresenter.py'
3002--- openlp/plugins/songs/lib/importers/foilpresenter.py 2016-05-27 08:13:14 +0000
3003+++ openlp/plugins/songs/lib/importers/foilpresenter.py 2016-12-31 11:15:24 +0000
3004@@ -4,7 +4,7 @@
3005 ###############################################################################
3006 # OpenLP - Open Source Lyrics Projection #
3007 # --------------------------------------------------------------------------- #
3008-# Copyright (c) 2008-2016 OpenLP Developers #
3009+# Copyright (c) 2008-2017 OpenLP Developers #
3010 # --------------------------------------------------------------------------- #
3011 # This program is free software; you can redistribute it and/or modify it #
3012 # under the terms of the GNU General Public License as published by the Free #
3013
3014=== modified file 'openlp/plugins/songs/lib/importers/lyrix.py'
3015--- openlp/plugins/songs/lib/importers/lyrix.py 2016-05-27 08:13:14 +0000
3016+++ openlp/plugins/songs/lib/importers/lyrix.py 2016-12-31 11:15:24 +0000
3017@@ -4,7 +4,7 @@
3018 ###############################################################################
3019 # OpenLP - Open Source Lyrics Projection #
3020 # --------------------------------------------------------------------------- #
3021-# Copyright (c) 2008-2016 OpenLP Developers #
3022+# Copyright (c) 2008-2017 OpenLP Developers #
3023 # --------------------------------------------------------------------------- #
3024 # This program is free software; you can redistribute it and/or modify it #
3025 # under the terms of the GNU General Public License as published by the Free #
3026
3027=== modified file 'openlp/plugins/songs/lib/importers/mediashout.py'
3028--- openlp/plugins/songs/lib/importers/mediashout.py 2016-09-18 15:28:55 +0000
3029+++ openlp/plugins/songs/lib/importers/mediashout.py 2016-12-31 11:15:24 +0000
3030@@ -4,7 +4,7 @@
3031 ###############################################################################
3032 # OpenLP - Open Source Lyrics Projection #
3033 # --------------------------------------------------------------------------- #
3034-# Copyright (c) 2008-2016 OpenLP Developers #
3035+# Copyright (c) 2008-2017 OpenLP Developers #
3036 # --------------------------------------------------------------------------- #
3037 # This program is free software; you can redistribute it and/or modify it #
3038 # under the terms of the GNU General Public License as published by the Free #
3039
3040=== modified file 'openlp/plugins/songs/lib/importers/openlp.py'
3041--- openlp/plugins/songs/lib/importers/openlp.py 2016-05-27 08:13:14 +0000
3042+++ openlp/plugins/songs/lib/importers/openlp.py 2016-12-31 11:15:24 +0000
3043@@ -4,7 +4,7 @@
3044 ###############################################################################
3045 # OpenLP - Open Source Lyrics Projection #
3046 # --------------------------------------------------------------------------- #
3047-# Copyright (c) 2008-2016 OpenLP Developers #
3048+# Copyright (c) 2008-2017 OpenLP Developers #
3049 # --------------------------------------------------------------------------- #
3050 # This program is free software; you can redistribute it and/or modify it #
3051 # under the terms of the GNU General Public License as published by the Free #
3052
3053=== modified file 'openlp/plugins/songs/lib/importers/openlyrics.py'
3054--- openlp/plugins/songs/lib/importers/openlyrics.py 2016-07-05 20:31:29 +0000
3055+++ openlp/plugins/songs/lib/importers/openlyrics.py 2016-12-31 11:15:24 +0000
3056@@ -4,7 +4,7 @@
3057 ###############################################################################
3058 # OpenLP - Open Source Lyrics Projection #
3059 # --------------------------------------------------------------------------- #
3060-# Copyright (c) 2008-2016 OpenLP Developers #
3061+# Copyright (c) 2008-2017 OpenLP Developers #
3062 # --------------------------------------------------------------------------- #
3063 # This program is free software; you can redistribute it and/or modify it #
3064 # under the terms of the GNU General Public License as published by the Free #
3065
3066=== modified file 'openlp/plugins/songs/lib/importers/openoffice.py'
3067--- openlp/plugins/songs/lib/importers/openoffice.py 2016-05-27 08:13:14 +0000
3068+++ openlp/plugins/songs/lib/importers/openoffice.py 2016-12-31 11:15:24 +0000
3069@@ -4,7 +4,7 @@
3070 ###############################################################################
3071 # OpenLP - Open Source Lyrics Projection #
3072 # --------------------------------------------------------------------------- #
3073-# Copyright (c) 2008-2016 OpenLP Developers #
3074+# Copyright (c) 2008-2017 OpenLP Developers #
3075 # --------------------------------------------------------------------------- #
3076 # This program is free software; you can redistribute it and/or modify it #
3077 # under the terms of the GNU General Public License as published by the Free #
3078
3079=== modified file 'openlp/plugins/songs/lib/importers/opensong.py'
3080--- openlp/plugins/songs/lib/importers/opensong.py 2016-06-07 07:35:06 +0000
3081+++ openlp/plugins/songs/lib/importers/opensong.py 2016-12-31 11:15:24 +0000
3082@@ -4,7 +4,7 @@
3083 ###############################################################################
3084 # OpenLP - Open Source Lyrics Projection #
3085 # --------------------------------------------------------------------------- #
3086-# Copyright (c) 2008-2016 OpenLP Developers #
3087+# Copyright (c) 2008-2017 OpenLP Developers #
3088 # --------------------------------------------------------------------------- #
3089 # This program is free software; you can redistribute it and/or modify it #
3090 # under the terms of the GNU General Public License as published by the Free #
3091
3092=== modified file 'openlp/plugins/songs/lib/importers/opspro.py'
3093--- openlp/plugins/songs/lib/importers/opspro.py 2016-06-14 19:11:57 +0000
3094+++ openlp/plugins/songs/lib/importers/opspro.py 2016-12-31 11:15:24 +0000
3095@@ -4,7 +4,7 @@
3096 ###############################################################################
3097 # OpenLP - Open Source Lyrics Projection #
3098 # --------------------------------------------------------------------------- #
3099-# Copyright (c) 2008-2016 OpenLP Developers #
3100+# Copyright (c) 2008-2017 OpenLP Developers #
3101 # --------------------------------------------------------------------------- #
3102 # This program is free software; you can redistribute it and/or modify it #
3103 # under the terms of the GNU General Public License as published by the Free #
3104
3105=== modified file 'openlp/plugins/songs/lib/importers/powerpraise.py'
3106--- openlp/plugins/songs/lib/importers/powerpraise.py 2016-05-27 08:13:14 +0000
3107+++ openlp/plugins/songs/lib/importers/powerpraise.py 2016-12-31 11:15:24 +0000
3108@@ -4,7 +4,7 @@
3109 ###############################################################################
3110 # OpenLP - Open Source Lyrics Projection #
3111 # --------------------------------------------------------------------------- #
3112-# Copyright (c) 2008-2016 OpenLP Developers #
3113+# Copyright (c) 2008-2017 OpenLP Developers #
3114 # --------------------------------------------------------------------------- #
3115 # This program is free software; you can redistribute it and/or modify it #
3116 # under the terms of the GNU General Public License as published by the Free #
3117
3118=== modified file 'openlp/plugins/songs/lib/importers/powersong.py'
3119--- openlp/plugins/songs/lib/importers/powersong.py 2016-05-27 08:13:14 +0000
3120+++ openlp/plugins/songs/lib/importers/powersong.py 2016-12-31 11:15:24 +0000
3121@@ -4,7 +4,7 @@
3122 ###############################################################################
3123 # OpenLP - Open Source Lyrics Projection #
3124 # --------------------------------------------------------------------------- #
3125-# Copyright (c) 2008-2016 OpenLP Developers #
3126+# Copyright (c) 2008-2017 OpenLP Developers #
3127 # --------------------------------------------------------------------------- #
3128 # This program is free software; you can redistribute it and/or modify it #
3129 # under the terms of the GNU General Public License as published by the Free #
3130
3131=== modified file 'openlp/plugins/songs/lib/importers/presentationmanager.py'
3132--- openlp/plugins/songs/lib/importers/presentationmanager.py 2016-07-05 20:31:29 +0000
3133+++ openlp/plugins/songs/lib/importers/presentationmanager.py 2016-12-31 11:15:24 +0000
3134@@ -4,7 +4,7 @@
3135 ###############################################################################
3136 # OpenLP - Open Source Lyrics Projection #
3137 # --------------------------------------------------------------------------- #
3138-# Copyright (c) 2008-2016 OpenLP Developers #
3139+# Copyright (c) 2008-2017 OpenLP Developers #
3140 # --------------------------------------------------------------------------- #
3141 # This program is free software; you can redistribute it and/or modify it #
3142 # under the terms of the GNU General Public License as published by the Free #
3143
3144=== modified file 'openlp/plugins/songs/lib/importers/propresenter.py'
3145--- openlp/plugins/songs/lib/importers/propresenter.py 2016-05-27 08:13:14 +0000
3146+++ openlp/plugins/songs/lib/importers/propresenter.py 2016-12-31 11:15:24 +0000
3147@@ -4,7 +4,7 @@
3148 ###############################################################################
3149 # OpenLP - Open Source Lyrics Projection #
3150 # --------------------------------------------------------------------------- #
3151-# Copyright (c) 2008-2016 OpenLP Developers #
3152+# Copyright (c) 2008-2017 OpenLP Developers #
3153 # --------------------------------------------------------------------------- #
3154 # This program is free software; you can redistribute it and/or modify it #
3155 # under the terms of the GNU General Public License as published by the Free #
3156
3157=== modified file 'openlp/plugins/songs/lib/importers/songbeamer.py'
3158--- openlp/plugins/songs/lib/importers/songbeamer.py 2016-01-10 00:22:31 +0000
3159+++ openlp/plugins/songs/lib/importers/songbeamer.py 2016-12-31 11:15:24 +0000
3160@@ -4,7 +4,7 @@
3161 ###############################################################################
3162 # OpenLP - Open Source Lyrics Projection #
3163 # --------------------------------------------------------------------------- #
3164-# Copyright (c) 2008-2016 OpenLP Developers #
3165+# Copyright (c) 2008-2017 OpenLP Developers #
3166 # --------------------------------------------------------------------------- #
3167 # This program is free software; you can redistribute it and/or modify it #
3168 # under the terms of the GNU General Public License as published by the Free #
3169
3170=== modified file 'openlp/plugins/songs/lib/importers/songimport.py'
3171--- openlp/plugins/songs/lib/importers/songimport.py 2016-09-23 21:46:43 +0000
3172+++ openlp/plugins/songs/lib/importers/songimport.py 2016-12-31 11:15:24 +0000
3173@@ -4,7 +4,7 @@
3174 ###############################################################################
3175 # OpenLP - Open Source Lyrics Projection #
3176 # --------------------------------------------------------------------------- #
3177-# Copyright (c) 2008-2016 OpenLP Developers #
3178+# Copyright (c) 2008-2017 OpenLP Developers #
3179 # --------------------------------------------------------------------------- #
3180 # This program is free software; you can redistribute it and/or modify it #
3181 # under the terms of the GNU General Public License as published by the Free #
3182
3183=== modified file 'openlp/plugins/songs/lib/importers/songpro.py'
3184--- openlp/plugins/songs/lib/importers/songpro.py 2016-05-26 13:03:00 +0000
3185+++ openlp/plugins/songs/lib/importers/songpro.py 2016-12-31 11:15:24 +0000
3186@@ -4,7 +4,7 @@
3187 ###############################################################################
3188 # OpenLP - Open Source Lyrics Projection #
3189 # --------------------------------------------------------------------------- #
3190-# Copyright (c) 2008-2016 OpenLP Developers #
3191+# Copyright (c) 2008-2017 OpenLP Developers #
3192 # --------------------------------------------------------------------------- #
3193 # This program is free software; you can redistribute it and/or modify it #
3194 # under the terms of the GNU General Public License as published by the Free #
3195
3196=== modified file 'openlp/plugins/songs/lib/importers/songshowplus.py'
3197--- openlp/plugins/songs/lib/importers/songshowplus.py 2016-06-14 19:06:54 +0000
3198+++ openlp/plugins/songs/lib/importers/songshowplus.py 2016-12-31 11:15:24 +0000
3199@@ -4,7 +4,7 @@
3200 ###############################################################################
3201 # OpenLP - Open Source Lyrics Projection #
3202 # --------------------------------------------------------------------------- #
3203-# Copyright (c) 2008-2016 OpenLP Developers #
3204+# Copyright (c) 2008-2017 OpenLP Developers #
3205 # --------------------------------------------------------------------------- #
3206 # This program is free software; you can redistribute it and/or modify it #
3207 # under the terms of the GNU General Public License as published by the Free #
3208
3209=== modified file 'openlp/plugins/songs/lib/importers/songsoffellowship.py'
3210--- openlp/plugins/songs/lib/importers/songsoffellowship.py 2015-12-31 22:46:06 +0000
3211+++ openlp/plugins/songs/lib/importers/songsoffellowship.py 2016-12-31 11:15:24 +0000
3212@@ -4,7 +4,7 @@
3213 ###############################################################################
3214 # OpenLP - Open Source Lyrics Projection #
3215 # --------------------------------------------------------------------------- #
3216-# Copyright (c) 2008-2016 OpenLP Developers #
3217+# Copyright (c) 2008-2017 OpenLP Developers #
3218 # --------------------------------------------------------------------------- #
3219 # This program is free software; you can redistribute it and/or modify it #
3220 # under the terms of the GNU General Public License as published by the Free #
3221
3222=== modified file 'openlp/plugins/songs/lib/importers/sundayplus.py'
3223--- openlp/plugins/songs/lib/importers/sundayplus.py 2016-05-27 08:13:14 +0000
3224+++ openlp/plugins/songs/lib/importers/sundayplus.py 2016-12-31 11:15:24 +0000
3225@@ -4,7 +4,7 @@
3226 ###############################################################################
3227 # OpenLP - Open Source Lyrics Projection #
3228 # --------------------------------------------------------------------------- #
3229-# Copyright (c) 2008-2016 OpenLP Developers #
3230+# Copyright (c) 2008-2017 OpenLP Developers #
3231 # --------------------------------------------------------------------------- #
3232 # This program is free software; you can redistribute it and/or modify it #
3233 # under the terms of the GNU General Public License as published by the Free #
3234
3235=== modified file 'openlp/plugins/songs/lib/importers/videopsalm.py'
3236--- openlp/plugins/songs/lib/importers/videopsalm.py 2016-07-07 20:47:57 +0000
3237+++ openlp/plugins/songs/lib/importers/videopsalm.py 2016-12-31 11:15:24 +0000
3238@@ -4,7 +4,7 @@
3239 ###############################################################################
3240 # OpenLP - Open Source Lyrics Projection #
3241 # --------------------------------------------------------------------------- #
3242-# Copyright (c) 2008-2016 OpenLP Developers #
3243+# Copyright (c) 2008-2017 OpenLP Developers #
3244 # --------------------------------------------------------------------------- #
3245 # This program is free software; you can redistribute it and/or modify it #
3246 # under the terms of the GNU General Public License as published by the Free #
3247
3248=== modified file 'openlp/plugins/songs/lib/importers/wordsofworship.py'
3249--- openlp/plugins/songs/lib/importers/wordsofworship.py 2016-05-27 08:13:14 +0000
3250+++ openlp/plugins/songs/lib/importers/wordsofworship.py 2016-12-31 11:15:24 +0000
3251@@ -4,7 +4,7 @@
3252 ###############################################################################
3253 # OpenLP - Open Source Lyrics Projection #
3254 # --------------------------------------------------------------------------- #
3255-# Copyright (c) 2008-2016 OpenLP Developers #
3256+# Copyright (c) 2008-2017 OpenLP Developers #
3257 # --------------------------------------------------------------------------- #
3258 # This program is free software; you can redistribute it and/or modify it #
3259 # under the terms of the GNU General Public License as published by the Free #
3260
3261=== modified file 'openlp/plugins/songs/lib/importers/worshipassistant.py'
3262--- openlp/plugins/songs/lib/importers/worshipassistant.py 2016-05-27 08:13:14 +0000
3263+++ openlp/plugins/songs/lib/importers/worshipassistant.py 2016-12-31 11:15:24 +0000
3264@@ -4,7 +4,7 @@
3265 ###############################################################################
3266 # OpenLP - Open Source Lyrics Projection #
3267 # --------------------------------------------------------------------------- #
3268-# Copyright (c) 2008-2016 OpenLP Developers #
3269+# Copyright (c) 2008-2017 OpenLP Developers #
3270 # --------------------------------------------------------------------------- #
3271 # This program is free software; you can redistribute it and/or modify it #
3272 # under the terms of the GNU General Public License as published by the Free #
3273
3274=== modified file 'openlp/plugins/songs/lib/importers/worshipcenterpro.py'
3275--- openlp/plugins/songs/lib/importers/worshipcenterpro.py 2016-06-14 19:11:57 +0000
3276+++ openlp/plugins/songs/lib/importers/worshipcenterpro.py 2016-12-31 11:15:24 +0000
3277@@ -4,7 +4,7 @@
3278 ###############################################################################
3279 # OpenLP - Open Source Lyrics Projection #
3280 # --------------------------------------------------------------------------- #
3281-# Copyright (c) 2008-2016 OpenLP Developers #
3282+# Copyright (c) 2008-2017 OpenLP Developers #
3283 # --------------------------------------------------------------------------- #
3284 # This program is free software; you can redistribute it and/or modify it #
3285 # under the terms of the GNU General Public License as published by the Free #
3286
3287=== modified file 'openlp/plugins/songs/lib/importers/zionworx.py'
3288--- openlp/plugins/songs/lib/importers/zionworx.py 2016-05-27 08:13:14 +0000
3289+++ openlp/plugins/songs/lib/importers/zionworx.py 2016-12-31 11:15:24 +0000
3290@@ -4,7 +4,7 @@
3291 ###############################################################################
3292 # OpenLP - Open Source Lyrics Projection #
3293 # --------------------------------------------------------------------------- #
3294-# Copyright (c) 2008-2016 OpenLP Developers #
3295+# Copyright (c) 2008-2017 OpenLP Developers #
3296 # --------------------------------------------------------------------------- #
3297 # This program is free software; you can redistribute it and/or modify it #
3298 # under the terms of the GNU General Public License as published by the Free #
3299
3300=== modified file 'openlp/plugins/songs/lib/mediaitem.py'
3301--- openlp/plugins/songs/lib/mediaitem.py 2016-11-15 22:44:11 +0000
3302+++ openlp/plugins/songs/lib/mediaitem.py 2016-12-31 11:15:24 +0000
3303@@ -4,7 +4,7 @@
3304 ###############################################################################
3305 # OpenLP - Open Source Lyrics Projection #
3306 # --------------------------------------------------------------------------- #
3307-# Copyright (c) 2008-2016 OpenLP Developers #
3308+# Copyright (c) 2008-2017 OpenLP Developers #
3309 # --------------------------------------------------------------------------- #
3310 # This program is free software; you can redistribute it and/or modify it #
3311 # under the terms of the GNU General Public License as published by the Free #
3312
3313=== modified file 'openlp/plugins/songs/lib/openlyricsexport.py'
3314--- openlp/plugins/songs/lib/openlyricsexport.py 2016-05-27 08:13:14 +0000
3315+++ openlp/plugins/songs/lib/openlyricsexport.py 2016-12-31 11:15:24 +0000
3316@@ -4,7 +4,7 @@
3317 ###############################################################################
3318 # OpenLP - Open Source Lyrics Projection #
3319 # --------------------------------------------------------------------------- #
3320-# Copyright (c) 2008-2016 OpenLP Developers #
3321+# Copyright (c) 2008-2017 OpenLP Developers #
3322 # --------------------------------------------------------------------------- #
3323 # This program is free software; you can redistribute it and/or modify it #
3324 # under the terms of the GNU General Public License as published by the Free #
3325
3326=== modified file 'openlp/plugins/songs/lib/openlyricsxml.py'
3327--- openlp/plugins/songs/lib/openlyricsxml.py 2016-10-25 20:34:48 +0000
3328+++ openlp/plugins/songs/lib/openlyricsxml.py 2016-12-31 11:15:24 +0000
3329@@ -4,7 +4,7 @@
3330 ###############################################################################
3331 # OpenLP - Open Source Lyrics Projection #
3332 # --------------------------------------------------------------------------- #
3333-# Copyright (c) 2008-2016 OpenLP Developers #
3334+# Copyright (c) 2008-2017 OpenLP Developers #
3335 # --------------------------------------------------------------------------- #
3336 # This program is free software; you can redistribute it and/or modify it #
3337 # under the terms of the GNU General Public License as published by the Free #
3338
3339=== modified file 'openlp/plugins/songs/lib/songcompare.py'
3340--- openlp/plugins/songs/lib/songcompare.py 2016-09-03 06:42:45 +0000
3341+++ openlp/plugins/songs/lib/songcompare.py 2016-12-31 11:15:24 +0000
3342@@ -4,7 +4,7 @@
3343 ###############################################################################
3344 # OpenLP - Open Source Lyrics Projection #
3345 # --------------------------------------------------------------------------- #
3346-# Copyright (c) 2008-2016 OpenLP Developers #
3347+# Copyright (c) 2008-2017 OpenLP Developers #
3348 # --------------------------------------------------------------------------- #
3349 # This program is free software; you can redistribute it and/or modify it #
3350 # under the terms of the GNU General Public License as published by the Free #
3351
3352=== modified file 'openlp/plugins/songs/lib/songselect.py'
3353--- openlp/plugins/songs/lib/songselect.py 2016-08-13 14:50:15 +0000
3354+++ openlp/plugins/songs/lib/songselect.py 2016-12-31 11:15:24 +0000
3355@@ -4,7 +4,7 @@
3356 ###############################################################################
3357 # OpenLP - Open Source Lyrics Projection #
3358 # --------------------------------------------------------------------------- #
3359-# Copyright (c) 2008-2016 OpenLP Developers #
3360+# Copyright (c) 2008-2017 OpenLP Developers #
3361 # --------------------------------------------------------------------------- #
3362 # This program is free software; you can redistribute it and/or modify it #
3363 # under the terms of the GNU General Public License as published by the Free #
3364
3365=== modified file 'openlp/plugins/songs/lib/songstab.py'
3366--- openlp/plugins/songs/lib/songstab.py 2016-07-24 20:20:25 +0000
3367+++ openlp/plugins/songs/lib/songstab.py 2016-12-31 11:15:24 +0000
3368@@ -4,7 +4,7 @@
3369 ###############################################################################
3370 # OpenLP - Open Source Lyrics Projection #
3371 # --------------------------------------------------------------------------- #
3372-# Copyright (c) 2008-2016 OpenLP Developers #
3373+# Copyright (c) 2008-2017 OpenLP Developers #
3374 # --------------------------------------------------------------------------- #
3375 # This program is free software; you can redistribute it and/or modify it #
3376 # under the terms of the GNU General Public License as published by the Free #
3377
3378=== modified file 'openlp/plugins/songs/lib/ui.py'
3379--- openlp/plugins/songs/lib/ui.py 2016-01-04 18:47:03 +0000
3380+++ openlp/plugins/songs/lib/ui.py 2016-12-31 11:15:24 +0000
3381@@ -4,7 +4,7 @@
3382 ###############################################################################
3383 # OpenLP - Open Source Lyrics Projection #
3384 # --------------------------------------------------------------------------- #
3385-# Copyright (c) 2008-2016 OpenLP Developers #
3386+# Copyright (c) 2008-2017 OpenLP Developers #
3387 # --------------------------------------------------------------------------- #
3388 # This program is free software; you can redistribute it and/or modify it #
3389 # under the terms of the GNU General Public License as published by the Free #
3390
3391=== modified file 'openlp/plugins/songs/lib/upgrade.py'
3392--- openlp/plugins/songs/lib/upgrade.py 2016-03-31 16:14:28 +0000
3393+++ openlp/plugins/songs/lib/upgrade.py 2016-12-31 11:15:24 +0000
3394@@ -4,7 +4,7 @@
3395 ###############################################################################
3396 # OpenLP - Open Source Lyrics Projection #
3397 # --------------------------------------------------------------------------- #
3398-# Copyright (c) 2008-2016 OpenLP Developers #
3399+# Copyright (c) 2008-2017 OpenLP Developers #
3400 # --------------------------------------------------------------------------- #
3401 # This program is free software; you can redistribute it and/or modify it #
3402 # under the terms of the GNU General Public License as published by the Free #
3403
3404=== modified file 'openlp/plugins/songs/reporting.py'
3405--- openlp/plugins/songs/reporting.py 2016-10-26 18:02:57 +0000
3406+++ openlp/plugins/songs/reporting.py 2016-12-31 11:15:24 +0000
3407@@ -4,7 +4,7 @@
3408 ###############################################################################
3409 # OpenLP - Open Source Lyrics Projection #
3410 # --------------------------------------------------------------------------- #
3411-# Copyright (c) 2008-2016 OpenLP Developers #
3412+# Copyright (c) 2008-2017 OpenLP Developers #
3413 # --------------------------------------------------------------------------- #
3414 # This program is free software; you can redistribute it and/or modify it #
3415 # under the terms of the GNU General Public License as published by the Free #
3416
3417=== modified file 'openlp/plugins/songs/songsplugin.py'
3418--- openlp/plugins/songs/songsplugin.py 2016-09-19 18:51:48 +0000
3419+++ openlp/plugins/songs/songsplugin.py 2016-12-31 11:15:24 +0000
3420@@ -4,7 +4,7 @@
3421 ###############################################################################
3422 # OpenLP - Open Source Lyrics Projection #
3423 # --------------------------------------------------------------------------- #
3424-# Copyright (c) 2008-2016 OpenLP Developers #
3425+# Copyright (c) 2008-2017 OpenLP Developers #
3426 # --------------------------------------------------------------------------- #
3427 # This program is free software; you can redistribute it and/or modify it #
3428 # under the terms of the GNU General Public License as published by the Free #
3429
3430=== modified file 'openlp/plugins/songusage/__init__.py'
3431--- openlp/plugins/songusage/__init__.py 2015-12-31 22:46:06 +0000
3432+++ openlp/plugins/songusage/__init__.py 2016-12-31 11:15:24 +0000
3433@@ -4,7 +4,7 @@
3434 ###############################################################################
3435 # OpenLP - Open Source Lyrics Projection #
3436 # --------------------------------------------------------------------------- #
3437-# Copyright (c) 2008-2016 OpenLP Developers #
3438+# Copyright (c) 2008-2017 OpenLP Developers #
3439 # --------------------------------------------------------------------------- #
3440 # This program is free software; you can redistribute it and/or modify it #
3441 # under the terms of the GNU General Public License as published by the Free #
3442
3443=== modified file 'openlp/plugins/songusage/forms/__init__.py'
3444--- openlp/plugins/songusage/forms/__init__.py 2015-12-31 22:46:06 +0000
3445+++ openlp/plugins/songusage/forms/__init__.py 2016-12-31 11:15:24 +0000
3446@@ -4,7 +4,7 @@
3447 ###############################################################################
3448 # OpenLP - Open Source Lyrics Projection #
3449 # --------------------------------------------------------------------------- #
3450-# Copyright (c) 2008-2016 OpenLP Developers #
3451+# Copyright (c) 2008-2017 OpenLP Developers #
3452 # --------------------------------------------------------------------------- #
3453 # This program is free software; you can redistribute it and/or modify it #
3454 # under the terms of the GNU General Public License as published by the Free #
3455
3456=== modified file 'openlp/plugins/songusage/forms/songusagedeletedialog.py'
3457--- openlp/plugins/songusage/forms/songusagedeletedialog.py 2016-10-27 17:45:50 +0000
3458+++ openlp/plugins/songusage/forms/songusagedeletedialog.py 2016-12-31 11:15:24 +0000
3459@@ -4,7 +4,7 @@
3460 ###############################################################################
3461 # OpenLP - Open Source Lyrics Projection #
3462 # --------------------------------------------------------------------------- #
3463-# Copyright (c) 2008-2016 OpenLP Developers #
3464+# Copyright (c) 2008-2017 OpenLP Developers #
3465 # --------------------------------------------------------------------------- #
3466 # This program is free software; you can redistribute it and/or modify it #
3467 # under the terms of the GNU General Public License as published by the Free #
3468
3469=== modified file 'openlp/plugins/songusage/forms/songusagedeleteform.py'
3470--- openlp/plugins/songusage/forms/songusagedeleteform.py 2016-01-09 16:26:14 +0000
3471+++ openlp/plugins/songusage/forms/songusagedeleteform.py 2016-12-31 11:15:24 +0000
3472@@ -4,7 +4,7 @@
3473 ###############################################################################
3474 # OpenLP - Open Source Lyrics Projection #
3475 # --------------------------------------------------------------------------- #
3476-# Copyright (c) 2008-2016 OpenLP Developers #
3477+# Copyright (c) 2008-2017 OpenLP Developers #
3478 # --------------------------------------------------------------------------- #
3479 # This program is free software; you can redistribute it and/or modify it #
3480 # under the terms of the GNU General Public License as published by the Free #
3481
3482=== modified file 'openlp/plugins/songusage/forms/songusagedetaildialog.py'
3483--- openlp/plugins/songusage/forms/songusagedetaildialog.py 2016-10-27 17:45:50 +0000
3484+++ openlp/plugins/songusage/forms/songusagedetaildialog.py 2016-12-31 11:15:24 +0000
3485@@ -4,7 +4,7 @@
3486 ###############################################################################
3487 # OpenLP - Open Source Lyrics Projection #
3488 # --------------------------------------------------------------------------- #
3489-# Copyright (c) 2008-2016 OpenLP Developers #
3490+# Copyright (c) 2008-2017 OpenLP Developers #
3491 # --------------------------------------------------------------------------- #
3492 # This program is free software; you can redistribute it and/or modify it #
3493 # under the terms of the GNU General Public License as published by the Free #
3494
3495=== modified file 'openlp/plugins/songusage/forms/songusagedetailform.py'
3496--- openlp/plugins/songusage/forms/songusagedetailform.py 2016-05-28 05:50:31 +0000
3497+++ openlp/plugins/songusage/forms/songusagedetailform.py 2016-12-31 11:15:24 +0000
3498@@ -4,7 +4,7 @@
3499 ###############################################################################
3500 # OpenLP - Open Source Lyrics Projection #
3501 # --------------------------------------------------------------------------- #
3502-# Copyright (c) 2008-2016 OpenLP Developers #
3503+# Copyright (c) 2008-2017 OpenLP Developers #
3504 # --------------------------------------------------------------------------- #
3505 # This program is free software; you can redistribute it and/or modify it #
3506 # under the terms of the GNU General Public License as published by the Free #
3507
3508=== modified file 'openlp/plugins/songusage/lib/__init__.py'
3509--- openlp/plugins/songusage/lib/__init__.py 2015-12-31 22:46:06 +0000
3510+++ openlp/plugins/songusage/lib/__init__.py 2016-12-31 11:15:24 +0000
3511@@ -4,7 +4,7 @@
3512 ###############################################################################
3513 # OpenLP - Open Source Lyrics Projection #
3514 # --------------------------------------------------------------------------- #
3515-# Copyright (c) 2008-2016 OpenLP Developers #
3516+# Copyright (c) 2008-2017 OpenLP Developers #
3517 # --------------------------------------------------------------------------- #
3518 # This program is free software; you can redistribute it and/or modify it #
3519 # under the terms of the GNU General Public License as published by the Free #
3520
3521=== modified file 'openlp/plugins/songusage/lib/db.py'
3522--- openlp/plugins/songusage/lib/db.py 2015-12-31 22:46:06 +0000
3523+++ openlp/plugins/songusage/lib/db.py 2016-12-31 11:15:24 +0000
3524@@ -4,7 +4,7 @@
3525 ###############################################################################
3526 # OpenLP - Open Source Lyrics Projection #
3527 # --------------------------------------------------------------------------- #
3528-# Copyright (c) 2008-2016 OpenLP Developers #
3529+# Copyright (c) 2008-2017 OpenLP Developers #
3530 # --------------------------------------------------------------------------- #
3531 # This program is free software; you can redistribute it and/or modify it #
3532 # under the terms of the GNU General Public License as published by the Free #
3533
3534=== modified file 'openlp/plugins/songusage/lib/upgrade.py'
3535--- openlp/plugins/songusage/lib/upgrade.py 2015-12-31 22:46:06 +0000
3536+++ openlp/plugins/songusage/lib/upgrade.py 2016-12-31 11:15:24 +0000
3537@@ -4,7 +4,7 @@
3538 ###############################################################################
3539 # OpenLP - Open Source Lyrics Projection #
3540 # --------------------------------------------------------------------------- #
3541-# Copyright (c) 2008-2016 OpenLP Developers #
3542+# Copyright (c) 2008-2017 OpenLP Developers #
3543 # --------------------------------------------------------------------------- #
3544 # This program is free software; you can redistribute it and/or modify it #
3545 # under the terms of the GNU General Public License as published by the Free #
3546
3547=== modified file 'openlp/plugins/songusage/songusageplugin.py'
3548--- openlp/plugins/songusage/songusageplugin.py 2016-05-17 08:48:19 +0000
3549+++ openlp/plugins/songusage/songusageplugin.py 2016-12-31 11:15:24 +0000
3550@@ -4,7 +4,7 @@
3551 ###############################################################################
3552 # OpenLP - Open Source Lyrics Projection #
3553 # --------------------------------------------------------------------------- #
3554-# Copyright (c) 2008-2016 OpenLP Developers #
3555+# Copyright (c) 2008-2017 OpenLP Developers #
3556 # --------------------------------------------------------------------------- #
3557 # This program is free software; you can redistribute it and/or modify it #
3558 # under the terms of the GNU General Public License as published by the Free #
3559
3560=== modified file 'scripts/appveyor-webhook.py'
3561--- scripts/appveyor-webhook.py 2016-12-15 16:33:03 +0000
3562+++ scripts/appveyor-webhook.py 2016-12-31 11:15:24 +0000
3563@@ -5,7 +5,7 @@
3564 ###############################################################################
3565 # OpenLP - Open Source Lyrics Projection #
3566 # --------------------------------------------------------------------------- #
3567-# Copyright (c) 2008-2016 OpenLP Developers #
3568+# Copyright (c) 2008-2017 OpenLP Developers #
3569 # --------------------------------------------------------------------------- #
3570 # This program is free software; you can redistribute it and/or modify it #
3571 # under the terms of the GNU General Public License as published by the Free #
3572
3573=== modified file 'scripts/check_dependencies.py'
3574--- scripts/check_dependencies.py 2016-05-17 21:28:27 +0000
3575+++ scripts/check_dependencies.py 2016-12-31 11:15:24 +0000
3576@@ -5,7 +5,7 @@
3577 ###############################################################################
3578 # OpenLP - Open Source Lyrics Projection #
3579 # --------------------------------------------------------------------------- #
3580-# Copyright (c) 2008-2016 OpenLP Developers #
3581+# Copyright (c) 2008-2017 OpenLP Developers #
3582 # --------------------------------------------------------------------------- #
3583 # This program is free software; you can redistribute it and/or modify it #
3584 # under the terms of the GNU General Public License as published by the Free #
3585
3586=== modified file 'scripts/clean_up_resources.py'
3587--- scripts/clean_up_resources.py 2016-10-27 17:48:18 +0000
3588+++ scripts/clean_up_resources.py 2016-12-31 11:15:24 +0000
3589@@ -5,7 +5,7 @@
3590 ###############################################################################
3591 # OpenLP - Open Source Lyrics Projection #
3592 # --------------------------------------------------------------------------- #
3593-# Copyright (c) 2008-2016 OpenLP Developers #
3594+# Copyright (c) 2008-2017 OpenLP Developers #
3595 # --------------------------------------------------------------------------- #
3596 # This program is free software; you can redistribute it and/or modify it #
3597 # under the terms of the GNU General Public License as published by the Free #
3598
3599=== modified file 'scripts/generate_resources.sh'
3600--- scripts/generate_resources.sh 2015-12-31 22:46:06 +0000
3601+++ scripts/generate_resources.sh 2016-12-31 11:15:24 +0000
3602@@ -4,7 +4,7 @@
3603 ###############################################################################
3604 # OpenLP - Open Source Lyrics Projection #
3605 # --------------------------------------------------------------------------- #
3606-# Copyright (c) 2008-2016 OpenLP Developers #
3607+# Copyright (c) 2008-2017 OpenLP Developers #
3608 # --------------------------------------------------------------------------- #
3609 # This program is free software; you can redistribute it and/or modify it #
3610 # under the terms of the GNU General Public License as published by the Free #
3611
3612=== modified file 'scripts/jenkins_script.py'
3613--- scripts/jenkins_script.py 2016-08-02 18:57:10 +0000
3614+++ scripts/jenkins_script.py 2016-12-31 11:15:24 +0000
3615@@ -5,7 +5,7 @@
3616 ###############################################################################
3617 # OpenLP - Open Source Lyrics Projection #
3618 # --------------------------------------------------------------------------- #
3619-# Copyright (c) 2008-2016 OpenLP Developers #
3620+# Copyright (c) 2008-2017 OpenLP Developers #
3621 # --------------------------------------------------------------------------- #
3622 # This program is free software; you can redistribute it and/or modify it #
3623 # under the terms of the GNU General Public License as published by the Free #
3624
3625=== modified file 'scripts/lp-merge.py'
3626--- scripts/lp-merge.py 2015-12-31 22:46:06 +0000
3627+++ scripts/lp-merge.py 2016-12-31 11:15:24 +0000
3628@@ -5,7 +5,7 @@
3629 ###############################################################################
3630 # OpenLP - Open Source Lyrics Projection #
3631 # --------------------------------------------------------------------------- #
3632-# Copyright (c) 2008-2016 OpenLP Developers #
3633+# Copyright (c) 2008-2017 OpenLP Developers #
3634 # --------------------------------------------------------------------------- #
3635 # This program is free software; you can redistribute it and/or modify it #
3636 # under the terms of the GNU General Public License as published by the Free #
3637
3638=== modified file 'scripts/resources.patch'
3639--- scripts/resources.patch 2015-12-31 22:46:06 +0000
3640+++ scripts/resources.patch 2016-12-31 11:15:24 +0000
3641@@ -14,7 +14,7 @@
3642 +###############################################################################
3643 +# OpenLP - Open Source Lyrics Projection #
3644 +# --------------------------------------------------------------------------- #
3645-+# Copyright (c) 2008-2016 OpenLP Developers #
3646++# Copyright (c) 2008-2017 OpenLP Developers #
3647 +# --------------------------------------------------------------------------- #
3648 +# This program is free software; you can redistribute it and/or modify it #
3649 +# under the terms of the GNU General Public License as published by the Free #
3650
3651=== modified file 'scripts/translation_utils.py'
3652--- scripts/translation_utils.py 2016-05-10 04:36:25 +0000
3653+++ scripts/translation_utils.py 2016-12-31 11:15:24 +0000
3654@@ -5,7 +5,7 @@
3655 ###############################################################################
3656 # OpenLP - Open Source Lyrics Projection #
3657 # --------------------------------------------------------------------------- #
3658-# Copyright (c) 2008-2016 OpenLP Developers #
3659+# Copyright (c) 2008-2017 OpenLP Developers #
3660 # --------------------------------------------------------------------------- #
3661 # This program is free software; you can redistribute it and/or modify it #
3662 # under the terms of the GNU General Public License as published by the Free #
3663
3664=== modified file 'setup.py'
3665--- setup.py 2016-04-05 18:33:50 +0000
3666+++ setup.py 2016-12-31 11:15:24 +0000
3667@@ -4,7 +4,7 @@
3668 ###############################################################################
3669 # OpenLP - Open Source Lyrics Projection #
3670 # --------------------------------------------------------------------------- #
3671-# Copyright (c) 2008-2016 OpenLP Developers #
3672+# Copyright (c) 2008-2017 OpenLP Developers #
3673 # --------------------------------------------------------------------------- #
3674 # This program is free software; you can redistribute it and/or modify it #
3675 # under the terms of the GNU General Public License as published by the Free #
3676
3677=== modified file 'tests/__init__.py'
3678--- tests/__init__.py 2015-12-31 22:46:06 +0000
3679+++ tests/__init__.py 2016-12-31 11:15:24 +0000
3680@@ -4,7 +4,7 @@
3681 ###############################################################################
3682 # OpenLP - Open Source Lyrics Projection #
3683 # --------------------------------------------------------------------------- #
3684-# Copyright (c) 2008-2016 OpenLP Developers #
3685+# Copyright (c) 2008-2017 OpenLP Developers #
3686 # --------------------------------------------------------------------------- #
3687 # This program is free software; you can redistribute it and/or modify it #
3688 # under the terms of the GNU General Public License as published by the Free #
3689
3690=== modified file 'tests/functional/__init__.py'
3691--- tests/functional/__init__.py 2016-03-22 21:08:56 +0000
3692+++ tests/functional/__init__.py 2016-12-31 11:15:24 +0000
3693@@ -4,7 +4,7 @@
3694 ###############################################################################
3695 # OpenLP - Open Source Lyrics Projection #
3696 # --------------------------------------------------------------------------- #
3697-# Copyright (c) 2008-2016 OpenLP Developers #
3698+# Copyright (c) 2008-2017 OpenLP Developers #
3699 # --------------------------------------------------------------------------- #
3700 # This program is free software; you can redistribute it and/or modify it #
3701 # under the terms of the GNU General Public License as published by the Free #
3702
3703=== modified file 'tests/functional/openlp_core/test_init.py'
3704--- tests/functional/openlp_core/test_init.py 2016-05-31 21:40:13 +0000
3705+++ tests/functional/openlp_core/test_init.py 2016-12-31 11:15:24 +0000
3706@@ -4,7 +4,7 @@
3707 ###############################################################################
3708 # OpenLP - Open Source Lyrics Projection #
3709 # --------------------------------------------------------------------------- #
3710-# Copyright (c) 2008-2016 OpenLP Developers #
3711+# Copyright (c) 2008-2017 OpenLP Developers #
3712 # --------------------------------------------------------------------------- #
3713 # This program is free software; you can redistribute it and/or modify it #
3714 # under the terms of the GNU General Public License as published by the Free #
3715
3716=== modified file 'tests/functional/openlp_core_common/__init__.py'
3717--- tests/functional/openlp_core_common/__init__.py 2015-12-31 22:46:06 +0000
3718+++ tests/functional/openlp_core_common/__init__.py 2016-12-31 11:15:24 +0000
3719@@ -4,7 +4,7 @@
3720 ###############################################################################
3721 # OpenLP - Open Source Lyrics Projection #
3722 # --------------------------------------------------------------------------- #
3723-# Copyright (c) 2008-2016 OpenLP Developers #
3724+# Copyright (c) 2008-2017 OpenLP Developers #
3725 # --------------------------------------------------------------------------- #
3726 # This program is free software; you can redistribute it and/or modify it #
3727 # under the terms of the GNU General Public License as published by the Free #
3728
3729=== modified file 'tests/functional/openlp_core_common/test_actions.py'
3730--- tests/functional/openlp_core_common/test_actions.py 2016-06-02 10:27:30 +0000
3731+++ tests/functional/openlp_core_common/test_actions.py 2016-12-31 11:15:24 +0000
3732@@ -4,7 +4,7 @@
3733 ###############################################################################
3734 # OpenLP - Open Source Lyrics Projection #
3735 # --------------------------------------------------------------------------- #
3736-# Copyright (c) 2008-2016 OpenLP Developers #
3737+# Copyright (c) 2008-2017 OpenLP Developers #
3738 # --------------------------------------------------------------------------- #
3739 # This program is free software; you can redistribute it and/or modify it #
3740 # under the terms of the GNU General Public License as published by the Free #
3741
3742=== modified file 'tests/functional/openlp_core_common/test_applocation.py'
3743--- tests/functional/openlp_core_common/test_applocation.py 2016-05-31 21:40:13 +0000
3744+++ tests/functional/openlp_core_common/test_applocation.py 2016-12-31 11:15:24 +0000
3745@@ -4,7 +4,7 @@
3746 ###############################################################################
3747 # OpenLP - Open Source Lyrics Projection #
3748 # --------------------------------------------------------------------------- #
3749-# Copyright (c) 2008-2016 OpenLP Developers #
3750+# Copyright (c) 2008-2017 OpenLP Developers #
3751 # --------------------------------------------------------------------------- #
3752 # This program is free software; you can redistribute it and/or modify it #
3753 # under the terms of the GNU General Public License as published by the Free #
3754
3755=== modified file 'tests/functional/openlp_core_common/test_common.py'
3756--- tests/functional/openlp_core_common/test_common.py 2016-05-31 21:40:13 +0000
3757+++ tests/functional/openlp_core_common/test_common.py 2016-12-31 11:15:24 +0000
3758@@ -4,7 +4,7 @@
3759 ###############################################################################
3760 # OpenLP - Open Source Lyrics Projection #
3761 # --------------------------------------------------------------------------- #
3762-# Copyright (c) 2008-2016 OpenLP Developers #
3763+# Copyright (c) 2008-2017 OpenLP Developers #
3764 # --------------------------------------------------------------------------- #
3765 # This program is free software; you can redistribute it and/or modify it #
3766 # under the terms of the GNU General Public License as published by the Free #
3767
3768=== modified file 'tests/functional/openlp_core_common/test_db.py'
3769--- tests/functional/openlp_core_common/test_db.py 2016-05-31 21:40:13 +0000
3770+++ tests/functional/openlp_core_common/test_db.py 2016-12-31 11:15:24 +0000
3771@@ -4,7 +4,7 @@
3772 ###############################################################################
3773 # OpenLP - Open Source Lyrics Projection #
3774 # --------------------------------------------------------------------------- #
3775-# Copyright (c) 2008-2016 OpenLP Developers #
3776+# Copyright (c) 2008-2017 OpenLP Developers #
3777 # --------------------------------------------------------------------------- #
3778 # This program is free software; you can redistribute it and/or modify it #
3779 # under the terms of the GNU General Public License as published by the Free #
3780
3781=== modified file 'tests/functional/openlp_core_common/test_httputils.py'
3782--- tests/functional/openlp_core_common/test_httputils.py 2016-12-21 10:00:14 +0000
3783+++ tests/functional/openlp_core_common/test_httputils.py 2016-12-31 11:15:24 +0000
3784@@ -4,7 +4,7 @@
3785 ###############################################################################
3786 # OpenLP - Open Source Lyrics Projection #
3787 # --------------------------------------------------------------------------- #
3788-# Copyright (c) 2008-2016 OpenLP Developers #
3789+# Copyright (c) 2008-2017 OpenLP Developers #
3790 # --------------------------------------------------------------------------- #
3791 # This program is free software; you can redistribute it and/or modify it #
3792 # under the terms of the GNU General Public License as published by the Free #
3793
3794=== modified file 'tests/functional/openlp_core_common/test_init.py'
3795--- tests/functional/openlp_core_common/test_init.py 2016-08-09 06:24:04 +0000
3796+++ tests/functional/openlp_core_common/test_init.py 2016-12-31 11:15:24 +0000
3797@@ -4,7 +4,7 @@
3798 ###############################################################################
3799 # OpenLP - Open Source Lyrics Projection #
3800 # --------------------------------------------------------------------------- #
3801-# Copyright (c) 2008-2016 OpenLP Developers #
3802+# Copyright (c) 2008-2017 OpenLP Developers #
3803 # --------------------------------------------------------------------------- #
3804 # This program is free software; you can redistribute it and/or modify it #
3805 # under the terms of the GNU General Public License as published by the Free #
3806
3807=== modified file 'tests/functional/openlp_core_common/test_languagemanager.py'
3808--- tests/functional/openlp_core_common/test_languagemanager.py 2016-05-31 21:40:13 +0000
3809+++ tests/functional/openlp_core_common/test_languagemanager.py 2016-12-31 11:15:24 +0000
3810@@ -4,7 +4,7 @@
3811 ###############################################################################
3812 # OpenLP - Open Source Lyrics Projection #
3813 # --------------------------------------------------------------------------- #
3814-# Copyright (c) 2008-2016 OpenLP Developers #
3815+# Copyright (c) 2008-2017 OpenLP Developers #
3816 # --------------------------------------------------------------------------- #
3817 # This program is free software; you can redistribute it and/or modify it #
3818 # under the terms of the GNU General Public License as published by the Free #
3819
3820=== modified file 'tests/functional/openlp_core_common/test_languages.py'
3821--- tests/functional/openlp_core_common/test_languages.py 2016-08-03 20:10:41 +0000
3822+++ tests/functional/openlp_core_common/test_languages.py 2016-12-31 11:15:24 +0000
3823@@ -4,7 +4,7 @@
3824 ###############################################################################
3825 # OpenLP - Open Source Lyrics Projection #
3826 # --------------------------------------------------------------------------- #
3827-# Copyright (c) 2008-2016 OpenLP Developers #
3828+# Copyright (c) 2008-2017 OpenLP Developers #
3829 # --------------------------------------------------------------------------- #
3830 # This program is free software; you can redistribute it and/or modify it #
3831 # under the terms of the GNU General Public License as published by the Free #
3832
3833=== modified file 'tests/functional/openlp_core_common/test_projector_utilities.py'
3834--- tests/functional/openlp_core_common/test_projector_utilities.py 2016-07-08 19:19:08 +0000
3835+++ tests/functional/openlp_core_common/test_projector_utilities.py 2016-12-31 11:15:24 +0000
3836@@ -4,7 +4,7 @@
3837 ###############################################################################
3838 # OpenLP - Open Source Lyrics Projection #
3839 # --------------------------------------------------------------------------- #
3840-# Copyright (c) 2008-2016 OpenLP Developers #
3841+# Copyright (c) 2008-2017 OpenLP Developers #
3842 # --------------------------------------------------------------------------- #
3843 # This program is free software; you can redistribute it and/or modify it #
3844 # under the terms of the GNU General Public License as published by the Free #
3845
3846=== modified file 'tests/functional/openlp_core_common/test_registry.py'
3847--- tests/functional/openlp_core_common/test_registry.py 2016-05-31 21:40:13 +0000
3848+++ tests/functional/openlp_core_common/test_registry.py 2016-12-31 11:15:24 +0000
3849@@ -4,7 +4,7 @@
3850 ###############################################################################
3851 # OpenLP - Open Source Lyrics Projection #
3852 # --------------------------------------------------------------------------- #
3853-# Copyright (c) 2008-2016 OpenLP Developers #
3854+# Copyright (c) 2008-2017 OpenLP Developers #
3855 # --------------------------------------------------------------------------- #
3856 # This program is free software; you can redistribute it and/or modify it #
3857 # under the terms of the GNU General Public License as published by the Free #
3858
3859=== modified file 'tests/functional/openlp_core_common/test_registrymixin.py'
3860--- tests/functional/openlp_core_common/test_registrymixin.py 2016-05-31 21:40:13 +0000
3861+++ tests/functional/openlp_core_common/test_registrymixin.py 2016-12-31 11:15:24 +0000
3862@@ -4,7 +4,7 @@
3863 ###############################################################################
3864 # OpenLP - Open Source Lyrics Projection #
3865 # --------------------------------------------------------------------------- #
3866-# Copyright (c) 2008-2016 OpenLP Developers #
3867+# Copyright (c) 2008-2017 OpenLP Developers #
3868 # --------------------------------------------------------------------------- #
3869 # This program is free software; you can redistribute it and/or modify it #
3870 # under the terms of the GNU General Public License as published by the Free #
3871
3872=== modified file 'tests/functional/openlp_core_common/test_registryproperties.py'
3873--- tests/functional/openlp_core_common/test_registryproperties.py 2016-08-12 10:30:07 +0000
3874+++ tests/functional/openlp_core_common/test_registryproperties.py 2016-12-31 11:15:24 +0000
3875@@ -4,7 +4,7 @@
3876 ###############################################################################
3877 # OpenLP - Open Source Lyrics Projection #
3878 # --------------------------------------------------------------------------- #
3879-# Copyright (c) 2008-2016 OpenLP Developers #
3880+# Copyright (c) 2008-2017 OpenLP Developers #
3881 # --------------------------------------------------------------------------- #
3882 # This program is free software; you can redistribute it and/or modify it #
3883 # under the terms of the GNU General Public License as published by the Free #
3884
3885=== modified file 'tests/functional/openlp_core_common/test_settings.py'
3886--- tests/functional/openlp_core_common/test_settings.py 2016-05-31 21:40:13 +0000
3887+++ tests/functional/openlp_core_common/test_settings.py 2016-12-31 11:15:24 +0000
3888@@ -4,7 +4,7 @@
3889 ###############################################################################
3890 # OpenLP - Open Source Lyrics Projection #
3891 # --------------------------------------------------------------------------- #
3892-# Copyright (c) 2008-2016 OpenLP Developers #
3893+# Copyright (c) 2008-2017 OpenLP Developers #
3894 # --------------------------------------------------------------------------- #
3895 # This program is free software; you can redistribute it and/or modify it #
3896 # under the terms of the GNU General Public License as published by the Free #
3897
3898=== modified file 'tests/functional/openlp_core_common/test_uistrings.py'
3899--- tests/functional/openlp_core_common/test_uistrings.py 2016-05-31 21:40:13 +0000
3900+++ tests/functional/openlp_core_common/test_uistrings.py 2016-12-31 11:15:24 +0000
3901@@ -4,7 +4,7 @@
3902 ###############################################################################
3903 # OpenLP - Open Source Lyrics Projection #
3904 # --------------------------------------------------------------------------- #
3905-# Copyright (c) 2008-2016 OpenLP Developers #
3906+# Copyright (c) 2008-2017 OpenLP Developers #
3907 # --------------------------------------------------------------------------- #
3908 # This program is free software; you can redistribute it and/or modify it #
3909 # under the terms of the GNU General Public License as published by the Free #
3910
3911=== modified file 'tests/functional/openlp_core_common/test_versionchecker.py'
3912--- tests/functional/openlp_core_common/test_versionchecker.py 2016-05-31 21:40:13 +0000
3913+++ tests/functional/openlp_core_common/test_versionchecker.py 2016-12-31 11:15:24 +0000
3914@@ -4,7 +4,7 @@
3915 ###############################################################################
3916 # OpenLP - Open Source Lyrics Projection #
3917 # --------------------------------------------------------------------------- #
3918-# Copyright (c) 2008-2016 OpenLP Developers #
3919+# Copyright (c) 2008-2017 OpenLP Developers #
3920 # --------------------------------------------------------------------------- #
3921 # This program is free software; you can redistribute it and/or modify it #
3922 # under the terms of the GNU General Public License as published by the Free #
3923
3924=== modified file 'tests/functional/openlp_core_lib/__init__.py'
3925--- tests/functional/openlp_core_lib/__init__.py 2016-01-07 21:07:55 +0000
3926+++ tests/functional/openlp_core_lib/__init__.py 2016-12-31 11:15:24 +0000
3927@@ -4,7 +4,7 @@
3928 ###############################################################################
3929 # OpenLP - Open Source Lyrics Projection #
3930 # --------------------------------------------------------------------------- #
3931-# Copyright (c) 2008-2016 OpenLP Developers #
3932+# Copyright (c) 2008-2017 OpenLP Developers #
3933 # --------------------------------------------------------------------------- #
3934 # This program is free software; you can redistribute it and/or modify it #
3935 # under the terms of the GNU General Public License as published by the Free #
3936
3937=== modified file 'tests/functional/openlp_core_lib/test_db.py'
3938--- tests/functional/openlp_core_lib/test_db.py 2016-05-31 21:40:13 +0000
3939+++ tests/functional/openlp_core_lib/test_db.py 2016-12-31 11:15:24 +0000
3940@@ -4,7 +4,7 @@
3941 ###############################################################################
3942 # OpenLP - Open Source Lyrics Projection #
3943 # --------------------------------------------------------------------------- #
3944-# Copyright (c) 2008-2016 OpenLP Developers #
3945+# Copyright (c) 2008-2017 OpenLP Developers #
3946 # --------------------------------------------------------------------------- #
3947 # This program is free software; you can redistribute it and/or modify it #
3948 # under the terms of the GNU General Public License as published by the Free #
3949
3950=== modified file 'tests/functional/openlp_core_lib/test_formattingtags.py'
3951--- tests/functional/openlp_core_lib/test_formattingtags.py 2016-05-31 21:40:13 +0000
3952+++ tests/functional/openlp_core_lib/test_formattingtags.py 2016-12-31 11:15:24 +0000
3953@@ -4,7 +4,7 @@
3954 ###############################################################################
3955 # OpenLP - Open Source Lyrics Projection #
3956 # --------------------------------------------------------------------------- #
3957-# Copyright (c) 2008-2016 OpenLP Developers #
3958+# Copyright (c) 2008-2017 OpenLP Developers #
3959 # --------------------------------------------------------------------------- #
3960 # This program is free software; you can redistribute it and/or modify it #
3961 # under the terms of the GNU General Public License as published by the Free #
3962
3963=== modified file 'tests/functional/openlp_core_lib/test_image_manager.py'
3964--- tests/functional/openlp_core_lib/test_image_manager.py 2016-05-31 21:40:13 +0000
3965+++ tests/functional/openlp_core_lib/test_image_manager.py 2016-12-31 11:15:24 +0000
3966@@ -4,7 +4,7 @@
3967 ###############################################################################
3968 # OpenLP - Open Source Lyrics Projection #
3969 # --------------------------------------------------------------------------- #
3970-# Copyright (c) 2008-2016 OpenLP Developers #
3971+# Copyright (c) 2008-2017 OpenLP Developers #
3972 # --------------------------------------------------------------------------- #
3973 # This program is free software; you can redistribute it and/or modify it #
3974 # under the terms of the GNU General Public License as published by the Free #
3975
3976=== modified file 'tests/functional/openlp_core_lib/test_lib.py'
3977--- tests/functional/openlp_core_lib/test_lib.py 2016-11-22 20:34:14 +0000
3978+++ tests/functional/openlp_core_lib/test_lib.py 2016-12-31 11:15:24 +0000
3979@@ -4,7 +4,7 @@
3980 ###############################################################################
3981 # OpenLP - Open Source Lyrics Projection #
3982 # --------------------------------------------------------------------------- #
3983-# Copyright (c) 2008-2016 OpenLP Developers #
3984+# Copyright (c) 2008-2017 OpenLP Developers #
3985 # --------------------------------------------------------------------------- #
3986 # This program is free software; you can redistribute it and/or modify it #
3987 # under the terms of the GNU General Public License as published by the Free #
3988
3989=== modified file 'tests/functional/openlp_core_lib/test_mediamanageritem.py'
3990--- tests/functional/openlp_core_lib/test_mediamanageritem.py 2016-05-31 21:40:13 +0000
3991+++ tests/functional/openlp_core_lib/test_mediamanageritem.py 2016-12-31 11:15:24 +0000
3992@@ -4,7 +4,7 @@
3993 ###############################################################################
3994 # OpenLP - Open Source Lyrics Projection #
3995 # --------------------------------------------------------------------------- #
3996-# Copyright (c) 2008-2016 OpenLP Developers #
3997+# Copyright (c) 2008-2017 OpenLP Developers #
3998 # --------------------------------------------------------------------------- #
3999 # This program is free software; you can redistribute it and/or modify it #
4000 # under the terms of the GNU General Public License as published by the Free #
4001
4002=== modified file 'tests/functional/openlp_core_lib/test_pluginmanager.py'
4003--- tests/functional/openlp_core_lib/test_pluginmanager.py 2016-05-31 21:40:13 +0000
4004+++ tests/functional/openlp_core_lib/test_pluginmanager.py 2016-12-31 11:15:24 +0000
4005@@ -4,7 +4,7 @@
4006 ###############################################################################
4007 # OpenLP - Open Source Lyrics Projection #
4008 # --------------------------------------------------------------------------- #
4009-# Copyright (c) 2008-2016 OpenLP Developers #
4010+# Copyright (c) 2008-2017 OpenLP Developers #
4011 # --------------------------------------------------------------------------- #
4012 # This program is free software; you can redistribute it and/or modify it #
4013 # under the terms of the GNU General Public License as published by the Free #
4014
4015=== modified file 'tests/functional/openlp_core_lib/test_projectordb.py'
4016--- tests/functional/openlp_core_lib/test_projectordb.py 2016-06-04 05:38:51 +0000
4017+++ tests/functional/openlp_core_lib/test_projectordb.py 2016-12-31 11:15:24 +0000
4018@@ -4,7 +4,7 @@
4019 ###############################################################################
4020 # OpenLP - Open Source Lyrics Projection #
4021 # --------------------------------------------------------------------------- #
4022-# Copyright (c) 2008-2016 OpenLP Developers #
4023+# Copyright (c) 2008-2017 OpenLP Developers #
4024 # --------------------------------------------------------------------------- #
4025 # This program is free software; you can redistribute it and/or modify it #
4026 # under the terms of the GNU General Public License as published by the Free #
4027
4028=== modified file 'tests/functional/openlp_core_lib/test_renderer.py'
4029--- tests/functional/openlp_core_lib/test_renderer.py 2016-06-16 15:07:34 +0000
4030+++ tests/functional/openlp_core_lib/test_renderer.py 2016-12-31 11:15:24 +0000
4031@@ -4,7 +4,7 @@
4032 ###############################################################################
4033 # OpenLP - Open Source Lyrics Projection #
4034 # --------------------------------------------------------------------------- #
4035-# Copyright (c) 2008-2016 OpenLP Developers #
4036+# Copyright (c) 2008-2017 OpenLP Developers #
4037 # --------------------------------------------------------------------------- #
4038 # This program is free software; you can redistribute it and/or modify it #
4039 # under the terms of the GNU General Public License as published by the Free #
4040
4041=== modified file 'tests/functional/openlp_core_lib/test_screen.py'
4042--- tests/functional/openlp_core_lib/test_screen.py 2016-05-31 21:40:13 +0000
4043+++ tests/functional/openlp_core_lib/test_screen.py 2016-12-31 11:15:24 +0000
4044@@ -4,7 +4,7 @@
4045 ###############################################################################
4046 # OpenLP - Open Source Lyrics Projection #
4047 # --------------------------------------------------------------------------- #
4048-# Copyright (c) 2008-2016 OpenLP Developers #
4049+# Copyright (c) 2008-2017 OpenLP Developers #
4050 # --------------------------------------------------------------------------- #
4051 # This program is free software; you can redistribute it and/or modify it #
4052 # under the terms of the GNU General Public License as published by the Free #
4053
4054=== modified file 'tests/functional/openlp_core_lib/test_serviceitem.py'
4055--- tests/functional/openlp_core_lib/test_serviceitem.py 2016-07-01 21:17:20 +0000
4056+++ tests/functional/openlp_core_lib/test_serviceitem.py 2016-12-31 11:15:24 +0000
4057@@ -4,7 +4,7 @@
4058 ###############################################################################
4059 # OpenLP - Open Source Lyrics Projection #
4060 # --------------------------------------------------------------------------- #
4061-# Copyright (c) 2008-2016 OpenLP Developers #
4062+# Copyright (c) 2008-2017 OpenLP Developers #
4063 # --------------------------------------------------------------------------- #
4064 # This program is free software; you can redistribute it and/or modify it #
4065 # under the terms of the GNU General Public License as published by the Free #
4066
4067=== modified file 'tests/functional/openlp_core_lib/test_theme.py'
4068--- tests/functional/openlp_core_lib/test_theme.py 2016-07-24 20:49:00 +0000
4069+++ tests/functional/openlp_core_lib/test_theme.py 2016-12-31 11:15:24 +0000
4070@@ -4,7 +4,7 @@
4071 ###############################################################################
4072 # OpenLP - Open Source Lyrics Projection #
4073 # --------------------------------------------------------------------------- #
4074-# Copyright (c) 2008-2016 OpenLP Developers #
4075+# Copyright (c) 2008-2017 OpenLP Developers #
4076 # --------------------------------------------------------------------------- #
4077 # This program is free software; you can redistribute it and/or modify it #
4078 # under the terms of the GNU General Public License as published by the Free #
4079
4080=== modified file 'tests/functional/openlp_core_lib/test_ui.py'
4081--- tests/functional/openlp_core_lib/test_ui.py 2016-05-31 21:40:13 +0000
4082+++ tests/functional/openlp_core_lib/test_ui.py 2016-12-31 11:15:24 +0000
4083@@ -4,7 +4,7 @@
4084 ###############################################################################
4085 # OpenLP - Open Source Lyrics Projection #
4086 # --------------------------------------------------------------------------- #
4087-# Copyright (c) 2008-2016 OpenLP Developers #
4088+# Copyright (c) 2008-2017 OpenLP Developers #
4089 # --------------------------------------------------------------------------- #
4090 # This program is free software; you can redistribute it and/or modify it #
4091 # under the terms of the GNU General Public License as published by the Free #
4092
4093=== modified file 'tests/functional/openlp_core_ui/__init__.py'
4094--- tests/functional/openlp_core_ui/__init__.py 2015-12-31 22:46:06 +0000
4095+++ tests/functional/openlp_core_ui/__init__.py 2016-12-31 11:15:24 +0000
4096@@ -4,7 +4,7 @@
4097 ###############################################################################
4098 # OpenLP - Open Source Lyrics Projection #
4099 # --------------------------------------------------------------------------- #
4100-# Copyright (c) 2008-2016 OpenLP Developers #
4101+# Copyright (c) 2008-2017 OpenLP Developers #
4102 # --------------------------------------------------------------------------- #
4103 # This program is free software; you can redistribute it and/or modify it #
4104 # under the terms of the GNU General Public License as published by the Free #
4105
4106=== modified file 'tests/functional/openlp_core_ui/test_aboutform.py'
4107--- tests/functional/openlp_core_ui/test_aboutform.py 2016-12-13 19:50:34 +0000
4108+++ tests/functional/openlp_core_ui/test_aboutform.py 2016-12-31 11:15:24 +0000
4109@@ -4,7 +4,7 @@
4110 ###############################################################################
4111 # OpenLP - Open Source Lyrics Projection #
4112 # --------------------------------------------------------------------------- #
4113-# Copyright (c) 2008-2016 OpenLP Developers #
4114+# Copyright (c) 2008-2017 OpenLP Developers #
4115 # --------------------------------------------------------------------------- #
4116 # This program is free software; you can redistribute it and/or modify it #
4117 # under the terms of the GNU General Public License as published by the Free #
4118
4119=== modified file 'tests/functional/openlp_core_ui/test_advancedtab.py'
4120--- tests/functional/openlp_core_ui/test_advancedtab.py 2015-12-31 22:46:06 +0000
4121+++ tests/functional/openlp_core_ui/test_advancedtab.py 2016-12-31 11:15:24 +0000
4122@@ -4,7 +4,7 @@
4123 ###############################################################################
4124 # OpenLP - Open Source Lyrics Projection #
4125 # --------------------------------------------------------------------------- #
4126-# Copyright (c) 2008-2016 OpenLP Developers #
4127+# Copyright (c) 2008-2017 OpenLP Developers #
4128 # --------------------------------------------------------------------------- #
4129 # This program is free software; you can redistribute it and/or modify it #
4130 # under the terms of the GNU General Public License as published by the Free #
4131
4132=== modified file 'tests/functional/openlp_core_ui/test_exceptionform.py'
4133--- tests/functional/openlp_core_ui/test_exceptionform.py 2016-08-20 18:12:42 +0000
4134+++ tests/functional/openlp_core_ui/test_exceptionform.py 2016-12-31 11:15:24 +0000
4135@@ -4,7 +4,7 @@
4136 ###############################################################################
4137 # OpenLP - Open Source Lyrics Projection #
4138 # --------------------------------------------------------------------------- #
4139-# Copyright (c) 2008-2016 OpenLP Developers #
4140+# Copyright (c) 2008-2017 OpenLP Developers #
4141 # --------------------------------------------------------------------------- #
4142 # This program is free software; you can redistribute it and/or modify it #
4143 # under the terms of the GNU General Public License as published by the Free #
4144
4145=== modified file 'tests/functional/openlp_core_ui/test_first_time.py'
4146--- tests/functional/openlp_core_ui/test_first_time.py 2016-12-20 21:20:54 +0000
4147+++ tests/functional/openlp_core_ui/test_first_time.py 2016-12-31 11:15:24 +0000
4148@@ -4,7 +4,7 @@
4149 ###############################################################################
4150 # OpenLP - Open Source Lyrics Projection #
4151 # --------------------------------------------------------------------------- #
4152-# Copyright (c) 2008-2016 OpenLP Developers #
4153+# Copyright (c) 2008-2017 OpenLP Developers #
4154 # --------------------------------------------------------------------------- #
4155 # This program is free software; you can redistribute it and/or modify it #
4156 # under the terms of the GNU General Public License as published by the Free #
4157
4158=== modified file 'tests/functional/openlp_core_ui/test_firsttimeform.py'
4159--- tests/functional/openlp_core_ui/test_firsttimeform.py 2016-12-21 09:52:05 +0000
4160+++ tests/functional/openlp_core_ui/test_firsttimeform.py 2016-12-31 11:15:24 +0000
4161@@ -4,7 +4,7 @@
4162 ###############################################################################
4163 # OpenLP - Open Source Lyrics Projection #
4164 # --------------------------------------------------------------------------- #
4165-# Copyright (c) 2008-2016 OpenLP Developers #
4166+# Copyright (c) 2008-2017 OpenLP Developers #
4167 # --------------------------------------------------------------------------- #
4168 # This program is free software; you can redistribute it and/or modify it #
4169 # under the terms of the GNU General Public License as published by the Free #
4170
4171=== modified file 'tests/functional/openlp_core_ui/test_formattingtagscontroller.py'
4172--- tests/functional/openlp_core_ui/test_formattingtagscontroller.py 2016-05-31 21:40:13 +0000
4173+++ tests/functional/openlp_core_ui/test_formattingtagscontroller.py 2016-12-31 11:15:24 +0000
4174@@ -4,7 +4,7 @@
4175 ###############################################################################
4176 # OpenLP - Open Source Lyrics Projection #
4177 # --------------------------------------------------------------------------- #
4178-# Copyright (c) 2008-2016 OpenLP Developers #
4179+# Copyright (c) 2008-2017 OpenLP Developers #
4180 # --------------------------------------------------------------------------- #
4181 # This program is free software; you can redistribute it and/or modify it #
4182 # under the terms of the GNU General Public License as published by the Free #
4183
4184=== modified file 'tests/functional/openlp_core_ui/test_formattingtagsform.py'
4185--- tests/functional/openlp_core_ui/test_formattingtagsform.py 2016-05-31 21:40:13 +0000
4186+++ tests/functional/openlp_core_ui/test_formattingtagsform.py 2016-12-31 11:15:24 +0000
4187@@ -4,7 +4,7 @@
4188 ###############################################################################
4189 # OpenLP - Open Source Lyrics Projection #
4190 # --------------------------------------------------------------------------- #
4191-# Copyright (c) 2008-2016 OpenLP Developers #
4192+# Copyright (c) 2008-2017 OpenLP Developers #
4193 # --------------------------------------------------------------------------- #
4194 # This program is free software; you can redistribute it and/or modify it #
4195 # under the terms of the GNU General Public License as published by the Free #
4196
4197=== modified file 'tests/functional/openlp_core_ui/test_maindisplay.py'
4198--- tests/functional/openlp_core_ui/test_maindisplay.py 2016-11-29 20:57:33 +0000
4199+++ tests/functional/openlp_core_ui/test_maindisplay.py 2016-12-31 11:15:24 +0000
4200@@ -4,7 +4,7 @@
4201 ###############################################################################
4202 # OpenLP - Open Source Lyrics Projection #
4203 # --------------------------------------------------------------------------- #
4204-# Copyright (c) 2008-2016 OpenLP Developers #
4205+# Copyright (c) 2008-2017 OpenLP Developers #
4206 # --------------------------------------------------------------------------- #
4207 # This program is free software; you can redistribute it and/or modify it #
4208 # under the terms of the GNU General Public License as published by the Free #
4209
4210=== modified file 'tests/functional/openlp_core_ui/test_mainwindow.py'
4211--- tests/functional/openlp_core_ui/test_mainwindow.py 2016-08-20 19:17:00 +0000
4212+++ tests/functional/openlp_core_ui/test_mainwindow.py 2016-12-31 11:15:24 +0000
4213@@ -4,7 +4,7 @@
4214 ###############################################################################
4215 # OpenLP - Open Source Lyrics Projection #
4216 # --------------------------------------------------------------------------- #
4217-# Copyright (c) 2008-2016 OpenLP Developers #
4218+# Copyright (c) 2008-2017 OpenLP Developers #
4219 # --------------------------------------------------------------------------- #
4220 # This program is free software; you can redistribute it and/or modify it #
4221 # under the terms of the GNU General Public License as published by the Free #
4222
4223=== modified file 'tests/functional/openlp_core_ui/test_media.py'
4224--- tests/functional/openlp_core_ui/test_media.py 2015-12-31 22:46:06 +0000
4225+++ tests/functional/openlp_core_ui/test_media.py 2016-12-31 11:15:24 +0000
4226@@ -4,7 +4,7 @@
4227 ###############################################################################
4228 # OpenLP - Open Source Lyrics Projection #
4229 # --------------------------------------------------------------------------- #
4230-# Copyright (c) 2008-2016 OpenLP Developers #
4231+# Copyright (c) 2008-2017 OpenLP Developers #
4232 # --------------------------------------------------------------------------- #
4233 # This program is free software; you can redistribute it and/or modify it #
4234 # under the terms of the GNU General Public License as published by the Free #
4235
4236=== modified file 'tests/functional/openlp_core_ui/test_servicemanager.py'
4237--- tests/functional/openlp_core_ui/test_servicemanager.py 2016-09-19 18:51:48 +0000
4238+++ tests/functional/openlp_core_ui/test_servicemanager.py 2016-12-31 11:15:24 +0000
4239@@ -4,7 +4,7 @@
4240 ###############################################################################
4241 # OpenLP - Open Source Lyrics Projection #
4242 # --------------------------------------------------------------------------- #
4243-# Copyright (c) 2008-2016 OpenLP Developers #
4244+# Copyright (c) 2008-2017 OpenLP Developers #
4245 # --------------------------------------------------------------------------- #
4246 # This program is free software; you can redistribute it and/or modify it #
4247 # under the terms of the GNU General Public License as published by the Free #
4248
4249=== modified file 'tests/functional/openlp_core_ui/test_settingsform.py'
4250--- tests/functional/openlp_core_ui/test_settingsform.py 2016-12-13 06:41:59 +0000
4251+++ tests/functional/openlp_core_ui/test_settingsform.py 2016-12-31 11:15:24 +0000
4252@@ -4,7 +4,7 @@
4253 ###############################################################################
4254 # OpenLP - Open Source Lyrics Projection #
4255 # --------------------------------------------------------------------------- #
4256-# Copyright (c) 2008-2016 OpenLP Developers #
4257+# Copyright (c) 2008-2017 OpenLP Developers #
4258 # --------------------------------------------------------------------------- #
4259 # This program is free software; you can redistribute it and/or modify it #
4260 # under the terms of the GNU General Public License as published by the Free #
4261
4262=== modified file 'tests/functional/openlp_core_ui/test_shortcutlistdialog.py'
4263--- tests/functional/openlp_core_ui/test_shortcutlistdialog.py 2016-12-15 21:29:29 +0000
4264+++ tests/functional/openlp_core_ui/test_shortcutlistdialog.py 2016-12-31 11:15:24 +0000
4265@@ -4,7 +4,7 @@
4266 ###############################################################################
4267 # OpenLP - Open Source Lyrics Projection #
4268 # --------------------------------------------------------------------------- #
4269-# Copyright (c) 2008-2016 OpenLP Developers #
4270+# Copyright (c) 2008-2017 OpenLP Developers #
4271 # --------------------------------------------------------------------------- #
4272 # This program is free software; you can redistribute it and/or modify it #
4273 # under the terms of the GNU General Public License as published by the Free #
4274
4275=== modified file 'tests/functional/openlp_core_ui/test_slidecontroller.py'
4276--- tests/functional/openlp_core_ui/test_slidecontroller.py 2016-09-02 16:24:57 +0000
4277+++ tests/functional/openlp_core_ui/test_slidecontroller.py 2016-12-31 11:15:24 +0000
4278@@ -4,7 +4,7 @@
4279 ###############################################################################
4280 # OpenLP - Open Source Lyrics Projection #
4281 # --------------------------------------------------------------------------- #
4282-# Copyright (c) 2008-2016 OpenLP Developers #
4283+# Copyright (c) 2008-2017 OpenLP Developers #
4284 # --------------------------------------------------------------------------- #
4285 # This program is free software; you can redistribute it and/or modify it #
4286 # under the terms of the GNU General Public License as published by the Free #
4287
4288=== modified file 'tests/functional/openlp_core_ui/test_themeform.py'
4289--- tests/functional/openlp_core_ui/test_themeform.py 2016-05-31 21:40:13 +0000
4290+++ tests/functional/openlp_core_ui/test_themeform.py 2016-12-31 11:15:24 +0000
4291@@ -4,7 +4,7 @@
4292 ###############################################################################
4293 # OpenLP - Open Source Lyrics Projection #
4294 # --------------------------------------------------------------------------- #
4295-# Copyright (c) 2008-2016 OpenLP Developers #
4296+# Copyright (c) 2008-2017 OpenLP Developers #
4297 # --------------------------------------------------------------------------- #
4298 # This program is free software; you can redistribute it and/or modify it #
4299 # under the terms of the GNU General Public License as published by the Free #
4300
4301=== modified file 'tests/functional/openlp_core_ui/test_thememanager.py'
4302--- tests/functional/openlp_core_ui/test_thememanager.py 2016-05-31 21:40:13 +0000
4303+++ tests/functional/openlp_core_ui/test_thememanager.py 2016-12-31 11:15:24 +0000
4304@@ -4,7 +4,7 @@
4305 ###############################################################################
4306 # OpenLP - Open Source Lyrics Projection #
4307 # --------------------------------------------------------------------------- #
4308-# Copyright (c) 2008-2016 OpenLP Developers #
4309+# Copyright (c) 2008-2017 OpenLP Developers #
4310 # --------------------------------------------------------------------------- #
4311 # This program is free software; you can redistribute it and/or modify it #
4312 # under the terms of the GNU General Public License as published by the Free #
4313
4314=== modified file 'tests/functional/openlp_core_ui/test_themetab.py'
4315--- tests/functional/openlp_core_ui/test_themetab.py 2016-03-29 16:07:40 +0000
4316+++ tests/functional/openlp_core_ui/test_themetab.py 2016-12-31 11:15:24 +0000
4317@@ -4,7 +4,7 @@
4318 ###############################################################################
4319 # OpenLP - Open Source Lyrics Projection #
4320 # --------------------------------------------------------------------------- #
4321-# Copyright (c) 2008-2016 OpenLP Developers #
4322+# Copyright (c) 2008-2017 OpenLP Developers #
4323 # --------------------------------------------------------------------------- #
4324 # This program is free software; you can redistribute it and/or modify it #
4325 # under the terms of the GNU General Public License as published by the Free #
4326
4327=== modified file 'tests/functional/openlp_core_ui_lib/test_color_button.py'
4328--- tests/functional/openlp_core_ui_lib/test_color_button.py 2016-05-31 21:40:13 +0000
4329+++ tests/functional/openlp_core_ui_lib/test_color_button.py 2016-12-31 11:15:24 +0000
4330@@ -4,7 +4,7 @@
4331 ###############################################################################
4332 # OpenLP - Open Source Lyrics Projection #
4333 # --------------------------------------------------------------------------- #
4334-# Copyright (c) 2008-2016 OpenLP Developers #
4335+# Copyright (c) 2008-2017 OpenLP Developers #
4336 # --------------------------------------------------------------------------- #
4337 # This program is free software; you can redistribute it and/or modify it #
4338 # under the terms of the GNU General Public License as published by the Free #
4339
4340=== modified file 'tests/functional/openlp_core_ui_lib/test_listpreviewwidget.py'
4341--- tests/functional/openlp_core_ui_lib/test_listpreviewwidget.py 2016-06-02 10:27:30 +0000
4342+++ tests/functional/openlp_core_ui_lib/test_listpreviewwidget.py 2016-12-31 11:15:24 +0000
4343@@ -4,7 +4,7 @@
4344 ###############################################################################
4345 # OpenLP - Open Source Lyrics Projection #
4346 # --------------------------------------------------------------------------- #
4347-# Copyright (c) 2008-2016 OpenLP Developers #
4348+# Copyright (c) 2008-2017 OpenLP Developers #
4349 # --------------------------------------------------------------------------- #
4350 # This program is free software; you can redistribute it and/or modify it #
4351 # under the terms of the GNU General Public License as published by the Free #
4352
4353=== modified file 'tests/functional/openlp_core_ui_lib/test_listwidgetwithdnd.py'
4354--- tests/functional/openlp_core_ui_lib/test_listwidgetwithdnd.py 2016-11-12 11:19:52 +0000
4355+++ tests/functional/openlp_core_ui_lib/test_listwidgetwithdnd.py 2016-12-31 11:15:24 +0000
4356@@ -4,7 +4,7 @@
4357 ###############################################################################
4358 # OpenLP - Open Source Lyrics Projection #
4359 # --------------------------------------------------------------------------- #
4360-# Copyright (c) 2008-2016 OpenLP Developers #
4361+# Copyright (c) 2008-2017 OpenLP Developers #
4362 # --------------------------------------------------------------------------- #
4363 # This program is free software; you can redistribute it and/or modify it #
4364 # under the terms of the GNU General Public License as published by the Free #
4365
4366=== modified file 'tests/functional/openlp_core_ui_media/__init__.py'
4367--- tests/functional/openlp_core_ui_media/__init__.py 2015-12-31 22:46:06 +0000
4368+++ tests/functional/openlp_core_ui_media/__init__.py 2016-12-31 11:15:24 +0000
4369@@ -4,7 +4,7 @@
4370 ###############################################################################
4371 # OpenLP - Open Source Lyrics Projection #
4372 # --------------------------------------------------------------------------- #
4373-# Copyright (c) 2008-2016 OpenLP Developers #
4374+# Copyright (c) 2008-2017 OpenLP Developers #
4375 # --------------------------------------------------------------------------- #
4376 # This program is free software; you can redistribute it and/or modify it #
4377 # under the terms of the GNU General Public License as published by the Free #
4378
4379=== modified file 'tests/functional/openlp_core_ui_media/test_mediacontroller.py'
4380--- tests/functional/openlp_core_ui_media/test_mediacontroller.py 2016-05-31 21:40:13 +0000
4381+++ tests/functional/openlp_core_ui_media/test_mediacontroller.py 2016-12-31 11:15:24 +0000
4382@@ -4,7 +4,7 @@
4383 ###############################################################################
4384 # OpenLP - Open Source Lyrics Projection #
4385 # --------------------------------------------------------------------------- #
4386-# Copyright (c) 2008-2016 OpenLP Developers #
4387+# Copyright (c) 2008-2017 OpenLP Developers #
4388 # --------------------------------------------------------------------------- #
4389 # This program is free software; you can redistribute it and/or modify it #
4390 # under the terms of the GNU General Public License as published by the Free #
4391
4392=== modified file 'tests/functional/openlp_core_ui_media/test_systemplayer.py'
4393--- tests/functional/openlp_core_ui_media/test_systemplayer.py 2016-08-14 08:24:17 +0000
4394+++ tests/functional/openlp_core_ui_media/test_systemplayer.py 2016-12-31 11:15:24 +0000
4395@@ -4,7 +4,7 @@
4396 ###############################################################################
4397 # OpenLP - Open Source Lyrics Projection #
4398 # --------------------------------------------------------------------------- #
4399-# Copyright (c) 2008-2016 OpenLP Developers #
4400+# Copyright (c) 2008-2017 OpenLP Developers #
4401 # --------------------------------------------------------------------------- #
4402 # This program is free software; you can redistribute it and/or modify it #
4403 # under the terms of the GNU General Public License as published by the Free #
4404
4405=== modified file 'tests/functional/openlp_core_ui_media/test_vlcplayer.py'
4406--- tests/functional/openlp_core_ui_media/test_vlcplayer.py 2016-05-31 21:40:13 +0000
4407+++ tests/functional/openlp_core_ui_media/test_vlcplayer.py 2016-12-31 11:15:24 +0000
4408@@ -4,7 +4,7 @@
4409 ###############################################################################
4410 # OpenLP - Open Source Lyrics Projection #
4411 # --------------------------------------------------------------------------- #
4412-# Copyright (c) 2008-2016 OpenLP Developers #
4413+# Copyright (c) 2008-2017 OpenLP Developers #
4414 # --------------------------------------------------------------------------- #
4415 # This program is free software; you can redistribute it and/or modify it #
4416 # under the terms of the GNU General Public License as published by the Free #
4417
4418=== modified file 'tests/functional/openlp_core_ui_media/test_webkitplayer.py'
4419--- tests/functional/openlp_core_ui_media/test_webkitplayer.py 2016-05-31 21:40:13 +0000
4420+++ tests/functional/openlp_core_ui_media/test_webkitplayer.py 2016-12-31 11:15:24 +0000
4421@@ -4,7 +4,7 @@
4422 ###############################################################################
4423 # OpenLP - Open Source Lyrics Projection #
4424 # --------------------------------------------------------------------------- #
4425-# Copyright (c) 2008-2016 OpenLP Developers #
4426+# Copyright (c) 2008-2017 OpenLP Developers #
4427 # --------------------------------------------------------------------------- #
4428 # This program is free software; you can redistribute it and/or modify it #
4429 # under the terms of the GNU General Public License as published by the Free #
4430
4431=== modified file 'tests/functional/openlp_plugins/__init__.py'
4432--- tests/functional/openlp_plugins/__init__.py 2015-12-31 22:46:06 +0000
4433+++ tests/functional/openlp_plugins/__init__.py 2016-12-31 11:15:24 +0000
4434@@ -4,7 +4,7 @@
4435 ###############################################################################
4436 # OpenLP - Open Source Lyrics Projection #
4437 # --------------------------------------------------------------------------- #
4438-# Copyright (c) 2008-2016 OpenLP Developers #
4439+# Copyright (c) 2008-2017 OpenLP Developers #
4440 # --------------------------------------------------------------------------- #
4441 # This program is free software; you can redistribute it and/or modify it #
4442 # under the terms of the GNU General Public License as published by the Free #
4443
4444=== modified file 'tests/functional/openlp_plugins/alerts/__init__.py'
4445--- tests/functional/openlp_plugins/alerts/__init__.py 2015-12-31 22:46:06 +0000
4446+++ tests/functional/openlp_plugins/alerts/__init__.py 2016-12-31 11:15:24 +0000
4447@@ -4,7 +4,7 @@
4448 ###############################################################################
4449 # OpenLP - Open Source Lyrics Projection #
4450 # --------------------------------------------------------------------------- #
4451-# Copyright (c) 2008-2016 OpenLP Developers #
4452+# Copyright (c) 2008-2017 OpenLP Developers #
4453 # --------------------------------------------------------------------------- #
4454 # This program is free software; you can redistribute it and/or modify it #
4455 # under the terms of the GNU General Public License as published by the Free #
4456
4457=== modified file 'tests/functional/openlp_plugins/alerts/test_manager.py'
4458--- tests/functional/openlp_plugins/alerts/test_manager.py 2016-05-31 21:40:13 +0000
4459+++ tests/functional/openlp_plugins/alerts/test_manager.py 2016-12-31 11:15:24 +0000
4460@@ -4,7 +4,7 @@
4461 ###############################################################################
4462 # OpenLP - Open Source Lyrics Projection #
4463 # --------------------------------------------------------------------------- #
4464-# Copyright (c) 2008-2016 OpenLP Developers #
4465+# Copyright (c) 2008-2017 OpenLP Developers #
4466 # --------------------------------------------------------------------------- #
4467 # This program is free software; you can redistribute it and/or modify it #
4468 # under the terms of the GNU General Public License as published by the Free #
4469
4470=== modified file 'tests/functional/openlp_plugins/bibles/__init__.py'
4471--- tests/functional/openlp_plugins/bibles/__init__.py 2015-12-31 22:46:06 +0000
4472+++ tests/functional/openlp_plugins/bibles/__init__.py 2016-12-31 11:15:24 +0000
4473@@ -4,7 +4,7 @@
4474 ###############################################################################
4475 # OpenLP - Open Source Lyrics Projection #
4476 # --------------------------------------------------------------------------- #
4477-# Copyright (c) 2008-2016 OpenLP Developers #
4478+# Copyright (c) 2008-2017 OpenLP Developers #
4479 # --------------------------------------------------------------------------- #
4480 # This program is free software; you can redistribute it and/or modify it #
4481 # under the terms of the GNU General Public License as published by the Free #
4482
4483=== modified file 'tests/functional/openlp_plugins/bibles/test_bibleserver.py'
4484--- tests/functional/openlp_plugins/bibles/test_bibleserver.py 2016-08-20 20:00:50 +0000
4485+++ tests/functional/openlp_plugins/bibles/test_bibleserver.py 2016-12-31 11:15:24 +0000
4486@@ -4,7 +4,7 @@
4487 ###############################################################################
4488 # OpenLP - Open Source Lyrics Projection #
4489 # --------------------------------------------------------------------------- #
4490-# Copyright (c) 2008-2016 OpenLP Developers #
4491+# Copyright (c) 2008-2017 OpenLP Developers #
4492 # --------------------------------------------------------------------------- #
4493 # This program is free software; you can redistribute it and/or modify it #
4494 # under the terms of the GNU General Public License as published by the Free #
4495
4496=== modified file 'tests/functional/openlp_plugins/bibles/test_csvimport.py'
4497--- tests/functional/openlp_plugins/bibles/test_csvimport.py 2016-09-04 21:16:43 +0000
4498+++ tests/functional/openlp_plugins/bibles/test_csvimport.py 2016-12-31 11:15:24 +0000
4499@@ -4,7 +4,7 @@
4500 ###############################################################################
4501 # OpenLP - Open Source Lyrics Projection #
4502 # --------------------------------------------------------------------------- #
4503-# Copyright (c) 2008-2016 OpenLP Developers #
4504+# Copyright (c) 2008-2017 OpenLP Developers #
4505 # --------------------------------------------------------------------------- #
4506 # This program is free software; you can redistribute it and/or modify it #
4507 # under the terms of the GNU General Public License as published by the Free #
4508
4509=== modified file 'tests/functional/openlp_plugins/bibles/test_db.py'
4510--- tests/functional/openlp_plugins/bibles/test_db.py 2016-09-04 21:16:43 +0000
4511+++ tests/functional/openlp_plugins/bibles/test_db.py 2016-12-31 11:15:24 +0000
4512@@ -4,7 +4,7 @@
4513 ###############################################################################
4514 # OpenLP - Open Source Lyrics Projection #
4515 # --------------------------------------------------------------------------- #
4516-# Copyright (c) 2008-2016 OpenLP Developers #
4517+# Copyright (c) 2008-2017 OpenLP Developers #
4518 # --------------------------------------------------------------------------- #
4519 # This program is free software; you can redistribute it and/or modify it #
4520 # under the terms of the GNU General Public License as published by the Free #
4521
4522=== modified file 'tests/functional/openlp_plugins/bibles/test_lib.py'
4523--- tests/functional/openlp_plugins/bibles/test_lib.py 2016-06-17 01:08:21 +0000
4524+++ tests/functional/openlp_plugins/bibles/test_lib.py 2016-12-31 11:15:24 +0000
4525@@ -4,7 +4,7 @@
4526 ###############################################################################
4527 # OpenLP - Open Source Lyrics Projection #
4528 # --------------------------------------------------------------------------- #
4529-# Copyright (c) 2008-2016 OpenLP Developers #
4530+# Copyright (c) 2008-2017 OpenLP Developers #
4531 # --------------------------------------------------------------------------- #
4532 # This program is free software; you can redistribute it and/or modify it #
4533 # under the terms of the GNU General Public License as published by the Free #
4534
4535=== modified file 'tests/functional/openlp_plugins/bibles/test_manager.py'
4536--- tests/functional/openlp_plugins/bibles/test_manager.py 2016-11-01 19:17:57 +0000
4537+++ tests/functional/openlp_plugins/bibles/test_manager.py 2016-12-31 11:15:24 +0000
4538@@ -4,7 +4,7 @@
4539 ###############################################################################
4540 # OpenLP - Open Source Lyrics Projection #
4541 # --------------------------------------------------------------------------- #
4542-# Copyright (c) 2008-2016 OpenLP Developers #
4543+# Copyright (c) 2008-2017 OpenLP Developers #
4544 # --------------------------------------------------------------------------- #
4545 # This program is free software; you can redistribute it and/or modify it #
4546 # under the terms of the GNU General Public License as published by the Free #
4547
4548=== modified file 'tests/functional/openlp_plugins/bibles/test_mediaitem.py'
4549--- tests/functional/openlp_plugins/bibles/test_mediaitem.py 2016-11-10 07:09:04 +0000
4550+++ tests/functional/openlp_plugins/bibles/test_mediaitem.py 2016-12-31 11:15:24 +0000
4551@@ -4,7 +4,7 @@
4552 ###############################################################################
4553 # OpenLP - Open Source Lyrics Projection #
4554 # --------------------------------------------------------------------------- #
4555-# Copyright (c) 2008-2016 OpenLP Developers #
4556+# Copyright (c) 2008-2017 OpenLP Developers #
4557 # --------------------------------------------------------------------------- #
4558 # This program is free software; you can redistribute it and/or modify it #
4559 # under the terms of the GNU General Public License as published by the Free #
4560
4561=== modified file 'tests/functional/openlp_plugins/bibles/test_opensongimport.py'
4562--- tests/functional/openlp_plugins/bibles/test_opensongimport.py 2016-09-04 16:15:57 +0000
4563+++ tests/functional/openlp_plugins/bibles/test_opensongimport.py 2016-12-31 11:15:24 +0000
4564@@ -4,7 +4,7 @@
4565 ###############################################################################
4566 # OpenLP - Open Source Lyrics Projection #
4567 # --------------------------------------------------------------------------- #
4568-# Copyright (c) 2008-2016 OpenLP Developers #
4569+# Copyright (c) 2008-2017 OpenLP Developers #
4570 # --------------------------------------------------------------------------- #
4571 # This program is free software; you can redistribute it and/or modify it #
4572 # under the terms of the GNU General Public License as published by the Free #
4573
4574=== modified file 'tests/functional/openlp_plugins/bibles/test_osisimport.py'
4575--- tests/functional/openlp_plugins/bibles/test_osisimport.py 2016-09-09 21:47:29 +0000
4576+++ tests/functional/openlp_plugins/bibles/test_osisimport.py 2016-12-31 11:15:24 +0000
4577@@ -4,7 +4,7 @@
4578 ###############################################################################
4579 # OpenLP - Open Source Lyrics Projection #
4580 # --------------------------------------------------------------------------- #
4581-# Copyright (c) 2008-2016 OpenLP Developers #
4582+# Copyright (c) 2008-2017 OpenLP Developers #
4583 # --------------------------------------------------------------------------- #
4584 # This program is free software; you can redistribute it and/or modify it #
4585 # under the terms of the GNU General Public License as published by the Free #
4586
4587=== modified file 'tests/functional/openlp_plugins/bibles/test_swordimport.py'
4588--- tests/functional/openlp_plugins/bibles/test_swordimport.py 2016-11-22 20:34:14 +0000
4589+++ tests/functional/openlp_plugins/bibles/test_swordimport.py 2016-12-31 11:15:24 +0000
4590@@ -4,7 +4,7 @@
4591 ###############################################################################
4592 # OpenLP - Open Source Lyrics Projection #
4593 # --------------------------------------------------------------------------- #
4594-# Copyright (c) 2008-2016 OpenLP Developers #
4595+# Copyright (c) 2008-2017 OpenLP Developers #
4596 # --------------------------------------------------------------------------- #
4597 # This program is free software; you can redistribute it and/or modify it #
4598 # under the terms of the GNU General Public License as published by the Free #
4599
4600=== modified file 'tests/functional/openlp_plugins/bibles/test_versereferencelist.py'
4601--- tests/functional/openlp_plugins/bibles/test_versereferencelist.py 2016-05-31 21:40:13 +0000
4602+++ tests/functional/openlp_plugins/bibles/test_versereferencelist.py 2016-12-31 11:15:24 +0000
4603@@ -4,7 +4,7 @@
4604 ###############################################################################
4605 # OpenLP - Open Source Lyrics Projection #
4606 # --------------------------------------------------------------------------- #
4607-# Copyright (c) 2008-2016 OpenLP Developers #
4608+# Copyright (c) 2008-2017 OpenLP Developers #
4609 # --------------------------------------------------------------------------- #
4610 # This program is free software; you can redistribute it and/or modify it #
4611 # under the terms of the GNU General Public License as published by the Free #
4612
4613=== modified file 'tests/functional/openlp_plugins/bibles/test_wordprojectimport.py'
4614--- tests/functional/openlp_plugins/bibles/test_wordprojectimport.py 2016-11-25 14:17:34 +0000
4615+++ tests/functional/openlp_plugins/bibles/test_wordprojectimport.py 2016-12-31 11:15:24 +0000
4616@@ -4,7 +4,7 @@
4617 ###############################################################################
4618 # OpenLP - Open Source Lyrics Projection #
4619 # --------------------------------------------------------------------------- #
4620-# Copyright (c) 2008-2016 OpenLP Developers #
4621+# Copyright (c) 2008-2017 OpenLP Developers #
4622 # --------------------------------------------------------------------------- #
4623 # This program is free software; you can redistribute it and/or modify it #
4624 # under the terms of the GNU General Public License as published by the Free #
4625
4626=== modified file 'tests/functional/openlp_plugins/bibles/test_zefaniaimport.py'
4627--- tests/functional/openlp_plugins/bibles/test_zefaniaimport.py 2016-09-04 21:16:43 +0000
4628+++ tests/functional/openlp_plugins/bibles/test_zefaniaimport.py 2016-12-31 11:15:24 +0000
4629@@ -4,7 +4,7 @@
4630 ###############################################################################
4631 # OpenLP - Open Source Lyrics Projection #
4632 # --------------------------------------------------------------------------- #
4633-# Copyright (c) 2008-2016 OpenLP Developers #
4634+# Copyright (c) 2008-2017 OpenLP Developers #
4635 # --------------------------------------------------------------------------- #
4636 # This program is free software; you can redistribute it and/or modify it #
4637 # under the terms of the GNU General Public License as published by the Free #
4638
4639=== modified file 'tests/functional/openlp_plugins/custom/__init__.py'
4640--- tests/functional/openlp_plugins/custom/__init__.py 2015-12-31 22:46:06 +0000
4641+++ tests/functional/openlp_plugins/custom/__init__.py 2016-12-31 11:15:24 +0000
4642@@ -4,7 +4,7 @@
4643 ###############################################################################
4644 # OpenLP - Open Source Lyrics Projection #
4645 # --------------------------------------------------------------------------- #
4646-# Copyright (c) 2008-2016 OpenLP Developers #
4647+# Copyright (c) 2008-2017 OpenLP Developers #
4648 # --------------------------------------------------------------------------- #
4649 # This program is free software; you can redistribute it and/or modify it #
4650 # under the terms of the GNU General Public License as published by the Free #
4651
4652=== modified file 'tests/functional/openlp_plugins/images/__init__.py'
4653--- tests/functional/openlp_plugins/images/__init__.py 2015-12-31 22:46:06 +0000
4654+++ tests/functional/openlp_plugins/images/__init__.py 2016-12-31 11:15:24 +0000
4655@@ -4,7 +4,7 @@
4656 ###############################################################################
4657 # OpenLP - Open Source Lyrics Projection #
4658 # --------------------------------------------------------------------------- #
4659-# Copyright (c) 2008-2016 OpenLP Developers #
4660+# Copyright (c) 2008-2017 OpenLP Developers #
4661 # --------------------------------------------------------------------------- #
4662 # This program is free software; you can redistribute it and/or modify it #
4663 # under the terms of the GNU General Public License as published by the Free #
4664
4665=== modified file 'tests/functional/openlp_plugins/images/test_imagetab.py'
4666--- tests/functional/openlp_plugins/images/test_imagetab.py 2016-05-31 21:40:13 +0000
4667+++ tests/functional/openlp_plugins/images/test_imagetab.py 2016-12-31 11:15:24 +0000
4668@@ -4,7 +4,7 @@
4669 ###############################################################################
4670 # OpenLP - Open Source Lyrics Projection #
4671 # --------------------------------------------------------------------------- #
4672-# Copyright (c) 2008-2016 OpenLP Developers #
4673+# Copyright (c) 2008-2017 OpenLP Developers #
4674 # --------------------------------------------------------------------------- #
4675 # This program is free software; you can redistribute it and/or modify it #
4676 # under the terms of the GNU General Public License as published by the Free #
4677
4678=== modified file 'tests/functional/openlp_plugins/images/test_lib.py'
4679--- tests/functional/openlp_plugins/images/test_lib.py 2016-05-31 21:40:13 +0000
4680+++ tests/functional/openlp_plugins/images/test_lib.py 2016-12-31 11:15:24 +0000
4681@@ -4,7 +4,7 @@
4682 ###############################################################################
4683 # OpenLP - Open Source Lyrics Projection #
4684 # --------------------------------------------------------------------------- #
4685-# Copyright (c) 2008-2016 OpenLP Developers #
4686+# Copyright (c) 2008-2017 OpenLP Developers #
4687 # --------------------------------------------------------------------------- #
4688 # This program is free software; you can redistribute it and/or modify it #
4689 # under the terms of the GNU General Public License as published by the Free #
4690
4691=== modified file 'tests/functional/openlp_plugins/media/test_mediaitem.py'
4692--- tests/functional/openlp_plugins/media/test_mediaitem.py 2016-01-11 21:57:45 +0000
4693+++ tests/functional/openlp_plugins/media/test_mediaitem.py 2016-12-31 11:15:24 +0000
4694@@ -4,7 +4,7 @@
4695 ###############################################################################
4696 # OpenLP - Open Source Lyrics Projection #
4697 # --------------------------------------------------------------------------- #
4698-# Copyright (c) 2008-2016 OpenLP Developers #
4699+# Copyright (c) 2008-2017 OpenLP Developers #
4700 # --------------------------------------------------------------------------- #
4701 # This program is free software; you can redistribute it and/or modify it #
4702 # under the terms of the GNU General Public License as published by the Free #
4703
4704=== modified file 'tests/functional/openlp_plugins/media/test_mediaplugin.py'
4705--- tests/functional/openlp_plugins/media/test_mediaplugin.py 2016-05-31 21:40:13 +0000
4706+++ tests/functional/openlp_plugins/media/test_mediaplugin.py 2016-12-31 11:15:24 +0000
4707@@ -4,7 +4,7 @@
4708 ###############################################################################
4709 # OpenLP - Open Source Lyrics Projection #
4710 # --------------------------------------------------------------------------- #
4711-# Copyright (c) 2008-2016 OpenLP Developers #
4712+# Copyright (c) 2008-2017 OpenLP Developers #
4713 # --------------------------------------------------------------------------- #
4714 # This program is free software; you can redistribute it and/or modify it #
4715 # under the terms of the GNU General Public License as published by the Free #
4716
4717=== modified file 'tests/functional/openlp_plugins/presentations/__init__.py'
4718--- tests/functional/openlp_plugins/presentations/__init__.py 2015-12-31 22:46:06 +0000
4719+++ tests/functional/openlp_plugins/presentations/__init__.py 2016-12-31 11:15:24 +0000
4720@@ -4,7 +4,7 @@
4721 ###############################################################################
4722 # OpenLP - Open Source Lyrics Projection #
4723 # --------------------------------------------------------------------------- #
4724-# Copyright (c) 2008-2016 OpenLP Developers #
4725+# Copyright (c) 2008-2017 OpenLP Developers #
4726 # --------------------------------------------------------------------------- #
4727 # This program is free software; you can redistribute it and/or modify it #
4728 # under the terms of the GNU General Public License as published by the Free #
4729
4730=== modified file 'tests/functional/openlp_plugins/presentations/test_impresscontroller.py'
4731--- tests/functional/openlp_plugins/presentations/test_impresscontroller.py 2016-05-31 21:40:13 +0000
4732+++ tests/functional/openlp_plugins/presentations/test_impresscontroller.py 2016-12-31 11:15:24 +0000
4733@@ -4,7 +4,7 @@
4734 ###############################################################################
4735 # OpenLP - Open Source Lyrics Projection #
4736 # --------------------------------------------------------------------------- #
4737-# Copyright (c) 2008-2016 OpenLP Developers #
4738+# Copyright (c) 2008-2017 OpenLP Developers #
4739 # --------------------------------------------------------------------------- #
4740 # This program is free software; you can redistribute it and/or modify it #
4741 # under the terms of the GNU General Public License as published by the Free #
4742
4743=== modified file 'tests/functional/openlp_plugins/presentations/test_mediaitem.py'
4744--- tests/functional/openlp_plugins/presentations/test_mediaitem.py 2016-07-24 20:20:25 +0000
4745+++ tests/functional/openlp_plugins/presentations/test_mediaitem.py 2016-12-31 11:15:24 +0000
4746@@ -4,7 +4,7 @@
4747 ###############################################################################
4748 # OpenLP - Open Source Lyrics Projection #
4749 # --------------------------------------------------------------------------- #
4750-# Copyright (c) 2008-2016 OpenLP Developers #
4751+# Copyright (c) 2008-2017 OpenLP Developers #
4752 # --------------------------------------------------------------------------- #
4753 # This program is free software; you can redistribute it and/or modify it #
4754 # under the terms of the GNU General Public License as published by the Free #
4755
4756=== modified file 'tests/functional/openlp_plugins/presentations/test_messagelistener.py'
4757--- tests/functional/openlp_plugins/presentations/test_messagelistener.py 2016-05-31 21:40:13 +0000
4758+++ tests/functional/openlp_plugins/presentations/test_messagelistener.py 2016-12-31 11:15:24 +0000
4759@@ -4,7 +4,7 @@
4760 ###############################################################################
4761 # OpenLP - Open Source Lyrics Projection #
4762 # --------------------------------------------------------------------------- #
4763-# Copyright (c) 2008-2016 OpenLP Developers #
4764+# Copyright (c) 2008-2017 OpenLP Developers #
4765 # --------------------------------------------------------------------------- #
4766 # This program is free software; you can redistribute it and/or modify it #
4767 # under the terms of the GNU General Public License as published by the Free #
4768
4769=== modified file 'tests/functional/openlp_plugins/presentations/test_pdfcontroller.py'
4770--- tests/functional/openlp_plugins/presentations/test_pdfcontroller.py 2016-05-31 21:40:13 +0000
4771+++ tests/functional/openlp_plugins/presentations/test_pdfcontroller.py 2016-12-31 11:15:24 +0000
4772@@ -4,7 +4,7 @@
4773 ###############################################################################
4774 # OpenLP - Open Source Lyrics Projection #
4775 # --------------------------------------------------------------------------- #
4776-# Copyright (c) 2008-2016 OpenLP Developers #
4777+# Copyright (c) 2008-2017 OpenLP Developers #
4778 # --------------------------------------------------------------------------- #
4779 # This program is free software; you can redistribute it and/or modify it #
4780 # under the terms of the GNU General Public License as published by the Free #
4781
4782=== modified file 'tests/functional/openlp_plugins/presentations/test_powerpointcontroller.py'
4783--- tests/functional/openlp_plugins/presentations/test_powerpointcontroller.py 2016-11-29 13:06:54 +0000
4784+++ tests/functional/openlp_plugins/presentations/test_powerpointcontroller.py 2016-12-31 11:15:24 +0000
4785@@ -4,7 +4,7 @@
4786 ###############################################################################
4787 # OpenLP - Open Source Lyrics Projection #
4788 # --------------------------------------------------------------------------- #
4789-# Copyright (c) 2008-2016 OpenLP Developers #
4790+# Copyright (c) 2008-2017 OpenLP Developers #
4791 # --------------------------------------------------------------------------- #
4792 # This program is free software; you can redistribute it and/or modify it #
4793 # under the terms of the GNU General Public License as published by the Free #
4794
4795=== modified file 'tests/functional/openlp_plugins/presentations/test_pptviewcontroller.py'
4796--- tests/functional/openlp_plugins/presentations/test_pptviewcontroller.py 2016-07-24 20:20:25 +0000
4797+++ tests/functional/openlp_plugins/presentations/test_pptviewcontroller.py 2016-12-31 11:15:24 +0000
4798@@ -4,7 +4,7 @@
4799 ###############################################################################
4800 # OpenLP - Open Source Lyrics Projection #
4801 # --------------------------------------------------------------------------- #
4802-# Copyright (c) 2008-2016 OpenLP Developers #
4803+# Copyright (c) 2008-2017 OpenLP Developers #
4804 # --------------------------------------------------------------------------- #
4805 # This program is free software; you can redistribute it and/or modify it #
4806 # under the terms of the GNU General Public License as published by the Free #
4807
4808=== modified file 'tests/functional/openlp_plugins/presentations/test_presentationcontroller.py'
4809--- tests/functional/openlp_plugins/presentations/test_presentationcontroller.py 2016-05-31 21:40:13 +0000
4810+++ tests/functional/openlp_plugins/presentations/test_presentationcontroller.py 2016-12-31 11:15:24 +0000
4811@@ -4,7 +4,7 @@
4812 ###############################################################################
4813 # OpenLP - Open Source Lyrics Projection #
4814 # --------------------------------------------------------------------------- #
4815-# Copyright (c) 2008-2016 OpenLP Developers #
4816+# Copyright (c) 2008-2017 OpenLP Developers #
4817 # --------------------------------------------------------------------------- #
4818 # This program is free software; you can redistribute it and/or modify it #
4819 # under the terms of the GNU General Public License as published by the Free #
4820
4821=== modified file 'tests/functional/openlp_plugins/remotes/__init__.py'
4822--- tests/functional/openlp_plugins/remotes/__init__.py 2015-12-31 22:46:06 +0000
4823+++ tests/functional/openlp_plugins/remotes/__init__.py 2016-12-31 11:15:24 +0000
4824@@ -4,7 +4,7 @@
4825 ###############################################################################
4826 # OpenLP - Open Source Lyrics Projection #
4827 # --------------------------------------------------------------------------- #
4828-# Copyright (c) 2008-2016 OpenLP Developers #
4829+# Copyright (c) 2008-2017 OpenLP Developers #
4830 # --------------------------------------------------------------------------- #
4831 # This program is free software; you can redistribute it and/or modify it #
4832 # under the terms of the GNU General Public License as published by the Free #
4833
4834=== modified file 'tests/functional/openlp_plugins/remotes/test_remotetab.py'
4835--- tests/functional/openlp_plugins/remotes/test_remotetab.py 2016-05-31 21:40:13 +0000
4836+++ tests/functional/openlp_plugins/remotes/test_remotetab.py 2016-12-31 11:15:24 +0000
4837@@ -4,7 +4,7 @@
4838 ###############################################################################
4839 # OpenLP - Open Source Lyrics Projection #
4840 # --------------------------------------------------------------------------- #
4841-# Copyright (c) 2008-2016 OpenLP Developers #
4842+# Copyright (c) 2008-2017 OpenLP Developers #
4843 # --------------------------------------------------------------------------- #
4844 # This program is free software; you can redistribute it and/or modify it #
4845 # under the terms of the GNU General Public License as published by the Free #
4846
4847=== modified file 'tests/functional/openlp_plugins/remotes/test_router.py'
4848--- tests/functional/openlp_plugins/remotes/test_router.py 2016-05-31 21:40:13 +0000
4849+++ tests/functional/openlp_plugins/remotes/test_router.py 2016-12-31 11:15:24 +0000
4850@@ -4,7 +4,7 @@
4851 ###############################################################################
4852 # OpenLP - Open Source Lyrics Projection #
4853 # --------------------------------------------------------------------------- #
4854-# Copyright (c) 2008-2016 OpenLP Developers #
4855+# Copyright (c) 2008-2017 OpenLP Developers #
4856 # --------------------------------------------------------------------------- #
4857 # This program is free software; you can redistribute it and/or modify it #
4858 # under the terms of the GNU General Public License as published by the Free #
4859
4860=== modified file 'tests/functional/openlp_plugins/songs/__init__.py'
4861--- tests/functional/openlp_plugins/songs/__init__.py 2015-12-31 22:46:06 +0000
4862+++ tests/functional/openlp_plugins/songs/__init__.py 2016-12-31 11:15:24 +0000
4863@@ -4,7 +4,7 @@
4864 ###############################################################################
4865 # OpenLP - Open Source Lyrics Projection #
4866 # --------------------------------------------------------------------------- #
4867-# Copyright (c) 2008-2016 OpenLP Developers #
4868+# Copyright (c) 2008-2017 OpenLP Developers #
4869 # --------------------------------------------------------------------------- #
4870 # This program is free software; you can redistribute it and/or modify it #
4871 # under the terms of the GNU General Public License as published by the Free #
4872
4873=== modified file 'tests/functional/openlp_plugins/songs/test_db.py'
4874--- tests/functional/openlp_plugins/songs/test_db.py 2016-01-09 15:53:49 +0000
4875+++ tests/functional/openlp_plugins/songs/test_db.py 2016-12-31 11:15:24 +0000
4876@@ -4,7 +4,7 @@
4877 ###############################################################################
4878 # OpenLP - Open Source Lyrics Projection #
4879 # --------------------------------------------------------------------------- #
4880-# Copyright (c) 2008-2016 OpenLP Developers #
4881+# Copyright (c) 2008-2017 OpenLP Developers #
4882 # --------------------------------------------------------------------------- #
4883 # This program is free software; you can redistribute it and/or modify it #
4884 # under the terms of the GNU General Public License as published by the Free #
4885
4886=== modified file 'tests/functional/openlp_plugins/songs/test_easyslidesimport.py'
4887--- tests/functional/openlp_plugins/songs/test_easyslidesimport.py 2016-01-08 21:42:36 +0000
4888+++ tests/functional/openlp_plugins/songs/test_easyslidesimport.py 2016-12-31 11:15:24 +0000
4889@@ -3,7 +3,7 @@
4890 ###############################################################################
4891 # OpenLP - Open Source Lyrics Projection #
4892 # --------------------------------------------------------------------------- #
4893-# Copyright (c) 2008-2016 OpenLP Developers #
4894+# Copyright (c) 2008-2017 OpenLP Developers #
4895 # --------------------------------------------------------------------------- #
4896 # This program is free software; you can redistribute it and/or modify it #
4897 # under the terms of the GNU General Public License as published by the Free #
4898
4899=== modified file 'tests/functional/openlp_plugins/songs/test_editsongform.py'
4900--- tests/functional/openlp_plugins/songs/test_editsongform.py 2016-12-15 14:11:42 +0000
4901+++ tests/functional/openlp_plugins/songs/test_editsongform.py 2016-12-31 11:15:24 +0000
4902@@ -4,7 +4,7 @@
4903 ###############################################################################
4904 # OpenLP - Open Source Lyrics Projection #
4905 # --------------------------------------------------------------------------- #
4906-# Copyright (c) 2008-2016 OpenLP Developers #
4907+# Copyright (c) 2008-2017 OpenLP Developers #
4908 # --------------------------------------------------------------------------- #
4909 # This program is free software; you can redistribute it and/or modify it #
4910 # under the terms of the GNU General Public License as published by the Free #
4911
4912=== modified file 'tests/functional/openlp_plugins/songs/test_editverseform.py'
4913--- tests/functional/openlp_plugins/songs/test_editverseform.py 2016-05-31 21:40:13 +0000
4914+++ tests/functional/openlp_plugins/songs/test_editverseform.py 2016-12-31 11:15:24 +0000
4915@@ -4,7 +4,7 @@
4916 ###############################################################################
4917 # OpenLP - Open Source Lyrics Projection #
4918 # --------------------------------------------------------------------------- #
4919-# Copyright (c) 2008-2016 OpenLP Developers #
4920+# Copyright (c) 2008-2017 OpenLP Developers #
4921 # --------------------------------------------------------------------------- #
4922 # This program is free software; you can redistribute it and/or modify it #
4923 # under the terms of the GNU General Public License as published by the Free #
4924
4925=== modified file 'tests/functional/openlp_plugins/songs/test_ewimport.py'
4926--- tests/functional/openlp_plugins/songs/test_ewimport.py 2016-05-31 21:40:13 +0000
4927+++ tests/functional/openlp_plugins/songs/test_ewimport.py 2016-12-31 11:15:24 +0000
4928@@ -4,7 +4,7 @@
4929 ###############################################################################
4930 # OpenLP - Open Source Lyrics Projection #
4931 # --------------------------------------------------------------------------- #
4932-# Copyright (c) 2008-2016 OpenLP Developers #
4933+# Copyright (c) 2008-2017 OpenLP Developers #
4934 # --------------------------------------------------------------------------- #
4935 # This program is free software; you can redistribute it and/or modify it #
4936 # under the terms of the GNU General Public License as published by the Free #
4937
4938=== modified file 'tests/functional/openlp_plugins/songs/test_foilpresenterimport.py'
4939--- tests/functional/openlp_plugins/songs/test_foilpresenterimport.py 2016-05-31 21:40:13 +0000
4940+++ tests/functional/openlp_plugins/songs/test_foilpresenterimport.py 2016-12-31 11:15:24 +0000
4941@@ -4,7 +4,7 @@
4942 ###############################################################################
4943 # OpenLP - Open Source Lyrics Projection #
4944 # --------------------------------------------------------------------------- #
4945-# Copyright (c) 2008-2016 OpenLP Developers #
4946+# Copyright (c) 2008-2017 OpenLP Developers #
4947 # --------------------------------------------------------------------------- #
4948 # This program is free software; you can redistribute it and/or modify it #
4949 # under the terms of the GNU General Public License as published by the Free #
4950
4951=== modified file 'tests/functional/openlp_plugins/songs/test_lib.py'
4952--- tests/functional/openlp_plugins/songs/test_lib.py 2016-05-31 21:40:13 +0000
4953+++ tests/functional/openlp_plugins/songs/test_lib.py 2016-12-31 11:15:24 +0000
4954@@ -4,7 +4,7 @@
4955 ###############################################################################
4956 # OpenLP - Open Source Lyrics Projection #
4957 # --------------------------------------------------------------------------- #
4958-# Copyright (c) 2008-2016 OpenLP Developers #
4959+# Copyright (c) 2008-2017 OpenLP Developers #
4960 # --------------------------------------------------------------------------- #
4961 # This program is free software; you can redistribute it and/or modify it #
4962 # under the terms of the GNU General Public License as published by the Free #
4963
4964=== modified file 'tests/functional/openlp_plugins/songs/test_lyriximport.py'
4965--- tests/functional/openlp_plugins/songs/test_lyriximport.py 2015-12-31 22:46:06 +0000
4966+++ tests/functional/openlp_plugins/songs/test_lyriximport.py 2016-12-31 11:15:24 +0000
4967@@ -3,7 +3,7 @@
4968 ###############################################################################
4969 # OpenLP - Open Source Lyrics Projection #
4970 # --------------------------------------------------------------------------- #
4971-# Copyright (c) 2008-2016 OpenLP Developers #
4972+# Copyright (c) 2008-2017 OpenLP Developers #
4973 # --------------------------------------------------------------------------- #
4974 # This program is free software; you can redistribute it and/or modify it #
4975 # under the terms of the GNU General Public License as published by the Free #
4976
4977=== modified file 'tests/functional/openlp_plugins/songs/test_mediaitem.py'
4978--- tests/functional/openlp_plugins/songs/test_mediaitem.py 2016-05-31 21:40:13 +0000
4979+++ tests/functional/openlp_plugins/songs/test_mediaitem.py 2016-12-31 11:15:24 +0000
4980@@ -4,7 +4,7 @@
4981 ###############################################################################
4982 # OpenLP - Open Source Lyrics Projection #
4983 # --------------------------------------------------------------------------- #
4984-# Copyright (c) 2008-2016 OpenLP Developers #
4985+# Copyright (c) 2008-2017 OpenLP Developers #
4986 # --------------------------------------------------------------------------- #
4987 # This program is free software; you can redistribute it and/or modify it #
4988 # under the terms of the GNU General Public License as published by the Free #
4989
4990=== modified file 'tests/functional/openlp_plugins/songs/test_mediashout.py'
4991--- tests/functional/openlp_plugins/songs/test_mediashout.py 2016-09-18 15:47:59 +0000
4992+++ tests/functional/openlp_plugins/songs/test_mediashout.py 2016-12-31 11:15:24 +0000
4993@@ -4,7 +4,7 @@
4994 ###############################################################################
4995 # OpenLP - Open Source Lyrics Projection #
4996 # --------------------------------------------------------------------------- #
4997-# Copyright (c) 2008-2016 OpenLP Developers #
4998+# Copyright (c) 2008-2017 OpenLP Developers #
4999 # --------------------------------------------------------------------------- #
5000 # This program is free software; you can redistribute it and/or modify it #
The diff has been truncated for viewing.