From cf72e2c6e1f650180c7718e055563bd58f65a2e8 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 25 Oct 2017 07:20:47 +0200 Subject: [PATCH] Fix headers, initial widget for text finding. --- rssguard.pro | 11 ++-- src/core/feeddownloader.cpp | 2 +- src/core/feeddownloader.h | 2 +- src/core/feedsmodel.cpp | 2 +- src/core/feedsmodel.h | 2 +- src/core/feedsproxymodel.cpp | 2 +- src/core/feedsproxymodel.h | 2 +- src/core/message.cpp | 2 +- src/core/message.h | 2 +- src/core/messagesmodel.cpp | 2 +- src/core/messagesmodel.h | 2 +- src/core/messagesmodelcache.cpp | 2 +- src/core/messagesmodelcache.h | 2 +- src/core/messagesmodelsqllayer.cpp | 2 +- src/core/messagesmodelsqllayer.h | 2 +- src/core/messagesproxymodel.cpp | 2 +- src/core/messagesproxymodel.h | 2 +- src/definitions/definitions.h | 2 +- src/dynamic-shortcuts/dynamicshortcuts.cpp | 2 +- src/dynamic-shortcuts/dynamicshortcuts.h | 2 +- .../dynamicshortcutswidget.cpp | 2 +- .../dynamicshortcutswidget.h | 2 +- src/dynamic-shortcuts/shortcutbutton.cpp | 2 +- src/dynamic-shortcuts/shortcutbutton.h | 2 +- src/dynamic-shortcuts/shortcutcatcher.cpp | 2 +- src/dynamic-shortcuts/shortcutcatcher.h | 2 +- src/exceptions/applicationexception.cpp | 2 +- src/exceptions/applicationexception.h | 2 +- src/exceptions/ioexception.cpp | 2 +- src/exceptions/ioexception.h | 2 +- src/gui/baselineedit.cpp | 2 +- src/gui/baselineedit.h | 2 +- src/gui/basetoolbar.cpp | 2 +- src/gui/basetoolbar.h | 2 +- src/gui/colorlabel.cpp | 2 +- src/gui/colorlabel.h | 2 +- src/gui/comboboxwithstatus.cpp | 2 +- src/gui/comboboxwithstatus.h | 2 +- src/gui/dialogs/formabout.cpp | 2 +- src/gui/dialogs/formabout.h | 2 +- src/gui/dialogs/formaddaccount.cpp | 2 +- src/gui/dialogs/formaddaccount.h | 2 +- .../dialogs/formbackupdatabasesettings.cpp | 2 +- src/gui/dialogs/formbackupdatabasesettings.h | 2 +- src/gui/dialogs/formdatabasecleanup.cpp | 2 +- src/gui/dialogs/formdatabasecleanup.h | 2 +- src/gui/dialogs/formmain.cpp | 2 +- src/gui/dialogs/formmain.h | 2 +- .../dialogs/formrestoredatabasesettings.cpp | 2 +- src/gui/dialogs/formrestoredatabasesettings.h | 2 +- src/gui/dialogs/formsettings.cpp | 2 +- src/gui/dialogs/formsettings.h | 2 +- src/gui/dialogs/formupdate.cpp | 2 +- src/gui/dialogs/formupdate.h | 2 +- src/gui/dialogs/oauthlogin.cpp | 2 +- src/gui/dialogs/oauthlogin.h | 2 +- src/gui/discoverfeedsbutton.cpp | 2 +- src/gui/discoverfeedsbutton.h | 2 +- src/gui/edittableview.cpp | 2 +- src/gui/edittableview.h | 2 +- src/gui/feedmessageviewer.cpp | 2 +- src/gui/feedmessageviewer.h | 2 +- src/gui/feedstoolbar.cpp | 2 +- src/gui/feedstoolbar.h | 2 +- src/gui/feedsview.cpp | 2 +- src/gui/feedsview.h | 2 +- src/gui/guiutilities.cpp | 2 +- src/gui/guiutilities.h | 2 +- src/gui/labelwithstatus.cpp | 2 +- src/gui/labelwithstatus.h | 2 +- src/gui/lineeditwithstatus.cpp | 2 +- src/gui/lineeditwithstatus.h | 2 +- src/gui/locationlineedit.cpp | 2 +- src/gui/locationlineedit.h | 2 +- src/gui/messagebox.cpp | 2 +- src/gui/messagebox.h | 2 +- src/gui/messagepreviewer.cpp | 2 +- src/gui/messagepreviewer.h | 2 +- src/gui/messagessearchlineedit.cpp | 2 +- src/gui/messagessearchlineedit.h | 2 +- src/gui/messagestoolbar.cpp | 2 +- src/gui/messagestoolbar.h | 2 +- src/gui/messagesview.h | 2 +- src/gui/messagetextbrowser.cpp | 2 +- src/gui/messagetextbrowser.h | 2 +- src/gui/newspaperpreviewer.cpp | 2 +- src/gui/newspaperpreviewer.h | 2 +- src/gui/plaintoolbutton.cpp | 2 +- src/gui/plaintoolbutton.h | 2 +- src/gui/searchtextwidget.cpp | 7 +++ src/gui/searchtextwidget.h | 24 ++++++++ src/gui/searchtextwidget.ui | 61 +++++++++++++++++++ src/gui/settings/settingsbrowsermail.cpp | 2 +- src/gui/settings/settingsbrowsermail.h | 2 +- src/gui/settings/settingsdatabase.cpp | 2 +- src/gui/settings/settingsdatabase.h | 2 +- src/gui/settings/settingsdownloads.cpp | 2 +- src/gui/settings/settingsdownloads.h | 2 +- src/gui/settings/settingsfeedsmessages.cpp | 2 +- src/gui/settings/settingsfeedsmessages.h | 2 +- src/gui/settings/settingsgeneral.cpp | 2 +- src/gui/settings/settingsgeneral.h | 2 +- src/gui/settings/settingsgui.cpp | 2 +- src/gui/settings/settingsgui.h | 2 +- src/gui/settings/settingslocalization.cpp | 2 +- src/gui/settings/settingslocalization.h | 2 +- src/gui/settings/settingspanel.cpp | 2 +- src/gui/settings/settingspanel.h | 2 +- src/gui/settings/settingsshortcuts.cpp | 2 +- src/gui/settings/settingsshortcuts.h | 2 +- src/gui/squeezelabel.cpp | 2 +- src/gui/squeezelabel.h | 2 +- src/gui/statusbar.cpp | 2 +- src/gui/statusbar.h | 2 +- src/gui/styleditemdelegatewithoutfocus.cpp | 2 +- src/gui/styleditemdelegatewithoutfocus.h | 2 +- src/gui/systemtrayicon.cpp | 2 +- src/gui/systemtrayicon.h | 2 +- src/gui/tabbar.cpp | 2 +- src/gui/tabbar.h | 2 +- src/gui/tabcontent.cpp | 2 +- src/gui/tabcontent.h | 2 +- src/gui/tabwidget.cpp | 2 +- src/gui/tabwidget.h | 2 +- src/gui/timespinbox.cpp | 2 +- src/gui/timespinbox.h | 2 +- src/gui/toolbareditor.cpp | 2 +- src/gui/toolbareditor.h | 2 +- src/gui/treeviewcolumnsmenu.cpp | 2 +- src/gui/treeviewcolumnsmenu.h | 2 +- src/gui/webbrowser.cpp | 2 +- src/gui/webbrowser.h | 2 +- src/gui/webviewer.cpp | 2 +- src/gui/webviewer.h | 2 +- src/gui/widgetwithstatus.cpp | 2 +- src/gui/widgetwithstatus.h | 2 +- src/main.cpp | 2 +- src/miscellaneous/application.cpp | 2 +- src/miscellaneous/application.h | 2 +- src/miscellaneous/autosaver.cpp | 2 +- src/miscellaneous/autosaver.h | 2 +- src/miscellaneous/databasecleaner.cpp | 2 +- src/miscellaneous/databasecleaner.h | 2 +- src/miscellaneous/databasefactory.cpp | 2 +- src/miscellaneous/databasefactory.h | 2 +- src/miscellaneous/databasequeries.cpp | 2 +- src/miscellaneous/databasequeries.h | 2 +- src/miscellaneous/debugging.cpp | 2 +- src/miscellaneous/debugging.h | 2 +- src/miscellaneous/externaltool.cpp | 2 +- src/miscellaneous/externaltool.h | 2 +- src/miscellaneous/feedreader.cpp | 2 +- src/miscellaneous/feedreader.h | 2 +- src/miscellaneous/iconfactory.cpp | 2 +- src/miscellaneous/iconfactory.h | 2 +- src/miscellaneous/iofactory.cpp | 2 +- src/miscellaneous/iofactory.h | 2 +- src/miscellaneous/localization.cpp | 2 +- src/miscellaneous/localization.h | 2 +- src/miscellaneous/mutex.cpp | 2 +- src/miscellaneous/mutex.h | 2 +- src/miscellaneous/settings.cpp | 2 +- src/miscellaneous/settings.h | 2 +- src/miscellaneous/skinfactory.cpp | 2 +- src/miscellaneous/skinfactory.h | 2 +- src/miscellaneous/systemfactory.cpp | 2 +- src/miscellaneous/systemfactory.h | 2 +- src/miscellaneous/textfactory.cpp | 2 +- src/miscellaneous/textfactory.h | 2 +- src/network-web/basenetworkaccessmanager.cpp | 2 +- src/network-web/basenetworkaccessmanager.h | 2 +- src/network-web/downloader.cpp | 2 +- src/network-web/downloader.h | 2 +- src/network-web/downloadmanager.cpp | 2 +- src/network-web/downloadmanager.h | 2 +- src/network-web/googlesuggest.cpp | 2 +- src/network-web/googlesuggest.h | 2 +- src/network-web/httpresponse.cpp | 2 +- src/network-web/httpresponse.h | 2 +- src/network-web/networkfactory.cpp | 2 +- src/network-web/networkfactory.h | 2 +- src/network-web/oauth2service.cpp | 2 +- src/network-web/oauth2service.h | 2 +- .../silentnetworkaccessmanager.cpp | 2 +- src/network-web/silentnetworkaccessmanager.h | 2 +- src/network-web/webfactory.cpp | 2 +- src/network-web/webfactory.h | 2 +- src/network-web/webpage.cpp | 2 +- src/network-web/webpage.h | 2 +- src/services/abstract/accountcheckmodel.cpp | 2 +- src/services/abstract/accountcheckmodel.h | 2 +- src/services/abstract/cacheforserviceroot.cpp | 2 +- src/services/abstract/cacheforserviceroot.h | 2 +- src/services/abstract/category.cpp | 2 +- src/services/abstract/category.h | 2 +- src/services/abstract/feed.cpp | 2 +- src/services/abstract/feed.h | 2 +- src/services/abstract/gui/formfeeddetails.cpp | 2 +- src/services/abstract/gui/formfeeddetails.h | 2 +- src/services/abstract/recyclebin.cpp | 2 +- src/services/abstract/recyclebin.h | 2 +- src/services/abstract/rootitem.cpp | 2 +- src/services/abstract/rootitem.h | 2 +- src/services/abstract/serviceentrypoint.cpp | 2 +- src/services/abstract/serviceentrypoint.h | 2 +- src/services/abstract/serviceroot.cpp | 2 +- src/services/abstract/serviceroot.h | 2 +- src/services/gmail/definitions.h | 2 +- src/services/gmail/gmailentrypoint.cpp | 2 +- src/services/gmail/gmailentrypoint.h | 2 +- src/services/gmail/gmailfeed.cpp | 2 +- src/services/gmail/gmailfeed.h | 2 +- src/services/gmail/gmailserviceroot.cpp | 2 +- src/services/gmail/gmailserviceroot.h | 2 +- src/services/gmail/gui/formaddeditemail.cpp | 2 +- src/services/gmail/gui/formaddeditemail.h | 2 +- .../gmail/gui/formdownloadattachment.cpp | 2 +- .../gmail/gui/formdownloadattachment.h | 2 +- .../gmail/gui/formeditgmailaccount.cpp | 2 +- src/services/gmail/gui/formeditgmailaccount.h | 2 +- .../gmail/network/gmailnetworkfactory.cpp | 2 +- .../gmail/network/gmailnetworkfactory.h | 2 +- src/services/inoreader/definitions.h | 2 +- .../gui/formeditinoreaderaccount.cpp | 2 +- .../inoreader/gui/formeditinoreaderaccount.h | 2 +- .../inoreader/inoreaderentrypoint.cpp | 2 +- src/services/inoreader/inoreaderentrypoint.h | 2 +- src/services/inoreader/inoreaderfeed.cpp | 2 +- src/services/inoreader/inoreaderfeed.h | 2 +- .../network/inoreadernetworkfactory.cpp | 2 +- .../network/inoreadernetworkfactory.h | 2 +- src/services/owncloud/definitions.h | 2 +- .../owncloud/gui/formeditowncloudaccount.cpp | 2 +- .../owncloud/gui/formeditowncloudaccount.h | 2 +- .../owncloud/gui/formowncloudfeeddetails.cpp | 2 +- .../owncloud/gui/formowncloudfeeddetails.h | 2 +- .../network/owncloudnetworkfactory.cpp | 2 +- .../owncloud/network/owncloudnetworkfactory.h | 2 +- src/services/owncloud/owncloudfeed.cpp | 2 +- src/services/owncloud/owncloudfeed.h | 2 +- .../owncloud/owncloudserviceentrypoint.cpp | 2 +- .../owncloud/owncloudserviceentrypoint.h | 2 +- src/services/owncloud/owncloudserviceroot.cpp | 2 +- src/services/owncloud/owncloudserviceroot.h | 2 +- src/services/standard/atomparser.cpp | 2 +- src/services/standard/atomparser.h | 2 +- src/services/standard/feedparser.cpp | 2 +- src/services/standard/feedparser.h | 2 +- .../gui/formstandardcategorydetails.cpp | 2 +- .../gui/formstandardcategorydetails.h | 2 +- .../standard/gui/formstandardfeeddetails.cpp | 2 +- .../standard/gui/formstandardfeeddetails.h | 2 +- .../standard/gui/formstandardimportexport.cpp | 2 +- .../standard/gui/formstandardimportexport.h | 2 +- src/services/standard/rdfparser.cpp | 2 +- src/services/standard/rdfparser.h | 2 +- src/services/standard/rssparser.cpp | 2 +- src/services/standard/rssparser.h | 2 +- src/services/standard/standardcategory.cpp | 2 +- src/services/standard/standardcategory.h | 2 +- src/services/standard/standardfeed.cpp | 2 +- src/services/standard/standardfeed.h | 2 +- .../standardfeedsimportexportmodel.cpp | 2 +- .../standard/standardfeedsimportexportmodel.h | 2 +- .../standard/standardserviceentrypoint.cpp | 2 +- .../standard/standardserviceentrypoint.h | 2 +- src/services/standard/standardserviceroot.cpp | 2 +- src/services/standard/standardserviceroot.h | 2 +- src/services/tt-rss/definitions.h | 2 +- .../tt-rss/gui/formeditttrssaccount.cpp | 2 +- .../tt-rss/gui/formeditttrssaccount.h | 2 +- .../tt-rss/gui/formttrssfeeddetails.cpp | 2 +- .../tt-rss/gui/formttrssfeeddetails.h | 2 +- .../tt-rss/network/ttrssnetworkfactory.cpp | 2 +- .../tt-rss/network/ttrssnetworkfactory.h | 2 +- src/services/tt-rss/ttrssfeed.cpp | 2 +- src/services/tt-rss/ttrssfeed.h | 2 +- .../tt-rss/ttrssserviceentrypoint.cpp | 2 +- src/services/tt-rss/ttrssserviceentrypoint.h | 2 +- src/services/tt-rss/ttrssserviceroot.cpp | 2 +- src/services/tt-rss/ttrssserviceroot.h | 2 +- 281 files changed, 376 insertions(+), 281 deletions(-) create mode 100755 src/gui/searchtextwidget.cpp create mode 100755 src/gui/searchtextwidget.h create mode 100755 src/gui/searchtextwidget.ui diff --git a/rssguard.pro b/rssguard.pro index 2f7865489..a79ca0e86 100755 --- a/rssguard.pro +++ b/rssguard.pro @@ -1,6 +1,6 @@ ################################################################# # -# For license of this file, see /LICENSE.md. +# For license of this file, see /LICENSE.md. # # # This is RSS Guard compilation script for qmake. @@ -335,7 +335,8 @@ HEADERS += src/core/feeddownloader.h \ src/services/tt-rss/ttrssserviceroot.h \ src/network-web/httpresponse.h \ src/services/gmail/gui/formdownloadattachment.h \ - src/services/gmail/gui/formaddeditemail.h + src/services/gmail/gui/formaddeditemail.h \ + src/gui/searchtextwidget.h SOURCES += src/core/feeddownloader.cpp \ src/core/feedsmodel.cpp \ @@ -469,7 +470,8 @@ SOURCES += src/core/feeddownloader.cpp \ src/services/tt-rss/ttrssserviceroot.cpp \ src/network-web/httpresponse.cpp \ src/services/gmail/gui/formdownloadattachment.cpp \ - src/services/gmail/gui/formaddeditemail.cpp + src/services/gmail/gui/formaddeditemail.cpp \ + src/gui/searchtextwidget.cpp mac { OBJECTIVE_SOURCES += src/miscellaneous/disablewindowtabbing.mm @@ -502,7 +504,8 @@ FORMS += src/gui/dialogs/formabout.ui \ src/services/standard/gui/formstandardimportexport.ui \ src/services/tt-rss/gui/formeditttrssaccount.ui \ src/services/gmail/gui/formdownloadattachment.ui \ - src/services/gmail/gui/formaddeditemail.ui + src/services/gmail/gui/formaddeditemail.ui \ + src/gui/searchtextwidget.ui equals(USE_WEBENGINE, true) { HEADERS += src/gui/locationlineedit.h \ diff --git a/src/core/feeddownloader.cpp b/src/core/feeddownloader.cpp index e5c3ac1d7..3f08bb18a 100755 --- a/src/core/feeddownloader.cpp +++ b/src/core/feeddownloader.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "core/feeddownloader.h" diff --git a/src/core/feeddownloader.h b/src/core/feeddownloader.h index 0dee1edf8..5c5992174 100755 --- a/src/core/feeddownloader.h +++ b/src/core/feeddownloader.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FEEDDOWNLOADER_H #define FEEDDOWNLOADER_H diff --git a/src/core/feedsmodel.cpp b/src/core/feedsmodel.cpp index 4640c35ca..fb4fa4b54 100755 --- a/src/core/feedsmodel.cpp +++ b/src/core/feedsmodel.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "core/feedsmodel.h" diff --git a/src/core/feedsmodel.h b/src/core/feedsmodel.h index 8010db40d..9788886e6 100755 --- a/src/core/feedsmodel.h +++ b/src/core/feedsmodel.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FEEDSMODEL_H #define FEEDSMODEL_H diff --git a/src/core/feedsproxymodel.cpp b/src/core/feedsproxymodel.cpp index 40704fd31..94f84e92e 100755 --- a/src/core/feedsproxymodel.cpp +++ b/src/core/feedsproxymodel.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "core/feedsproxymodel.h" diff --git a/src/core/feedsproxymodel.h b/src/core/feedsproxymodel.h index 46f42de7a..cecde7e6d 100755 --- a/src/core/feedsproxymodel.h +++ b/src/core/feedsproxymodel.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FEEDSPROXYMODEL_H #define FEEDSPROXYMODEL_H diff --git a/src/core/message.cpp b/src/core/message.cpp index 04ef93cdd..46d1709fc 100755 --- a/src/core/message.cpp +++ b/src/core/message.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "core/message.h" diff --git a/src/core/message.h b/src/core/message.h index 4badf12c4..3deec71ea 100755 --- a/src/core/message.h +++ b/src/core/message.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef MESSAGE_H #define MESSAGE_H diff --git a/src/core/messagesmodel.cpp b/src/core/messagesmodel.cpp index 647b6c8c0..fc55aa859 100755 --- a/src/core/messagesmodel.cpp +++ b/src/core/messagesmodel.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "core/messagesmodel.h" diff --git a/src/core/messagesmodel.h b/src/core/messagesmodel.h index 70bc84c5e..28ab333df 100755 --- a/src/core/messagesmodel.h +++ b/src/core/messagesmodel.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef MESSAGESMODEL_H #define MESSAGESMODEL_H diff --git a/src/core/messagesmodelcache.cpp b/src/core/messagesmodelcache.cpp index 7167a50d8..e890ea0dd 100755 --- a/src/core/messagesmodelcache.cpp +++ b/src/core/messagesmodelcache.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "core/messagesmodelcache.h" diff --git a/src/core/messagesmodelcache.h b/src/core/messagesmodelcache.h index 03723013e..8c446489b 100755 --- a/src/core/messagesmodelcache.h +++ b/src/core/messagesmodelcache.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef MESSAGESMODELCACHE_H #define MESSAGESMODELCACHE_H diff --git a/src/core/messagesmodelsqllayer.cpp b/src/core/messagesmodelsqllayer.cpp index a41af31ba..1ab31aae8 100755 --- a/src/core/messagesmodelsqllayer.cpp +++ b/src/core/messagesmodelsqllayer.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "core/messagesmodelsqllayer.h" diff --git a/src/core/messagesmodelsqllayer.h b/src/core/messagesmodelsqllayer.h index ef4949fa4..e50107bd8 100755 --- a/src/core/messagesmodelsqllayer.h +++ b/src/core/messagesmodelsqllayer.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef MESSAGESMODELSQLLAYER_H #define MESSAGESMODELSQLLAYER_H diff --git a/src/core/messagesproxymodel.cpp b/src/core/messagesproxymodel.cpp index 63bf82f0d..87bc0f04a 100755 --- a/src/core/messagesproxymodel.cpp +++ b/src/core/messagesproxymodel.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "core/messagesproxymodel.h" diff --git a/src/core/messagesproxymodel.h b/src/core/messagesproxymodel.h index eb2cbbdb9..afe9d4af0 100755 --- a/src/core/messagesproxymodel.h +++ b/src/core/messagesproxymodel.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef MESSAGESPROXYMODEL_H #define MESSAGESPROXYMODEL_H diff --git a/src/definitions/definitions.h b/src/definitions/definitions.h index 3a06e7662..ed6f90671 100755 --- a/src/definitions/definitions.h +++ b/src/definitions/definitions.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef DEFINITIONS_H #define DEFINITIONS_H diff --git a/src/dynamic-shortcuts/dynamicshortcuts.cpp b/src/dynamic-shortcuts/dynamicshortcuts.cpp index b043f6caf..ca892a390 100755 --- a/src/dynamic-shortcuts/dynamicshortcuts.cpp +++ b/src/dynamic-shortcuts/dynamicshortcuts.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "dynamic-shortcuts/dynamicshortcuts.h" diff --git a/src/dynamic-shortcuts/dynamicshortcuts.h b/src/dynamic-shortcuts/dynamicshortcuts.h index da35177ec..5d356c821 100755 --- a/src/dynamic-shortcuts/dynamicshortcuts.h +++ b/src/dynamic-shortcuts/dynamicshortcuts.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef DYNAMICSHORTCUTS_H #define DYNAMICSHORTCUTS_H diff --git a/src/dynamic-shortcuts/dynamicshortcutswidget.cpp b/src/dynamic-shortcuts/dynamicshortcutswidget.cpp index 8513b128b..7f86b1d5d 100755 --- a/src/dynamic-shortcuts/dynamicshortcutswidget.cpp +++ b/src/dynamic-shortcuts/dynamicshortcutswidget.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "dynamic-shortcuts/dynamicshortcutswidget.h" diff --git a/src/dynamic-shortcuts/dynamicshortcutswidget.h b/src/dynamic-shortcuts/dynamicshortcutswidget.h index eb5a869c0..2d0176fa6 100755 --- a/src/dynamic-shortcuts/dynamicshortcutswidget.h +++ b/src/dynamic-shortcuts/dynamicshortcutswidget.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef DYNAMICSHORTCUTSWIDGET_H #define DYNAMICSHORTCUTSWIDGET_H diff --git a/src/dynamic-shortcuts/shortcutbutton.cpp b/src/dynamic-shortcuts/shortcutbutton.cpp index 7fba0896b..3eb261833 100755 --- a/src/dynamic-shortcuts/shortcutbutton.cpp +++ b/src/dynamic-shortcuts/shortcutbutton.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. /****************************************************************************** Copyright (c) 2010, Artem Galichkin diff --git a/src/dynamic-shortcuts/shortcutbutton.h b/src/dynamic-shortcuts/shortcutbutton.h index 60983d44e..c11afdc86 100755 --- a/src/dynamic-shortcuts/shortcutbutton.h +++ b/src/dynamic-shortcuts/shortcutbutton.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. /****************************************************************************** Copyright (c) 2010, Artem Galichkin diff --git a/src/dynamic-shortcuts/shortcutcatcher.cpp b/src/dynamic-shortcuts/shortcutcatcher.cpp index 585e313d1..8d2cdd8cf 100755 --- a/src/dynamic-shortcuts/shortcutcatcher.cpp +++ b/src/dynamic-shortcuts/shortcutcatcher.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. /****************************************************************************** Copyright (c) 2010, Artem Galichkin diff --git a/src/dynamic-shortcuts/shortcutcatcher.h b/src/dynamic-shortcuts/shortcutcatcher.h index 5ea8e8ea9..da79d9872 100755 --- a/src/dynamic-shortcuts/shortcutcatcher.h +++ b/src/dynamic-shortcuts/shortcutcatcher.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. /****************************************************************************** Copyright (c) 2010, Artem Galichkin diff --git a/src/exceptions/applicationexception.cpp b/src/exceptions/applicationexception.cpp index 8155a6c15..45a4949e4 100755 --- a/src/exceptions/applicationexception.cpp +++ b/src/exceptions/applicationexception.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "exceptions/applicationexception.h" diff --git a/src/exceptions/applicationexception.h b/src/exceptions/applicationexception.h index 88bba9c03..0266ac639 100755 --- a/src/exceptions/applicationexception.h +++ b/src/exceptions/applicationexception.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef APPLICATIONEXCEPTION_H #define APPLICATIONEXCEPTION_H diff --git a/src/exceptions/ioexception.cpp b/src/exceptions/ioexception.cpp index 75c417846..db13ef04f 100755 --- a/src/exceptions/ioexception.cpp +++ b/src/exceptions/ioexception.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "exceptions/ioexception.h" diff --git a/src/exceptions/ioexception.h b/src/exceptions/ioexception.h index 3d5b85934..f0a44578a 100755 --- a/src/exceptions/ioexception.h +++ b/src/exceptions/ioexception.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef IOEXCEPTION_H #define IOEXCEPTION_H diff --git a/src/gui/baselineedit.cpp b/src/gui/baselineedit.cpp index 308a06cff..e797cfa51 100755 --- a/src/gui/baselineedit.cpp +++ b/src/gui/baselineedit.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/baselineedit.h" diff --git a/src/gui/baselineedit.h b/src/gui/baselineedit.h index dd4152163..8655e8bed 100755 --- a/src/gui/baselineedit.h +++ b/src/gui/baselineedit.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef BASELINEEDIT_H #define BASELINEEDIT_H diff --git a/src/gui/basetoolbar.cpp b/src/gui/basetoolbar.cpp index 1818c18bf..d203b0035 100755 --- a/src/gui/basetoolbar.cpp +++ b/src/gui/basetoolbar.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/basetoolbar.h" diff --git a/src/gui/basetoolbar.h b/src/gui/basetoolbar.h index 13a7beb05..5e408acce 100755 --- a/src/gui/basetoolbar.h +++ b/src/gui/basetoolbar.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef TOOLBAR_H #define TOOLBAR_H diff --git a/src/gui/colorlabel.cpp b/src/gui/colorlabel.cpp index 04378bd84..f93a0762d 100755 --- a/src/gui/colorlabel.cpp +++ b/src/gui/colorlabel.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/colorlabel.h" diff --git a/src/gui/colorlabel.h b/src/gui/colorlabel.h index 0ba040121..5a180e31d 100755 --- a/src/gui/colorlabel.h +++ b/src/gui/colorlabel.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef COLORLABEL_H #define COLORLABEL_H diff --git a/src/gui/comboboxwithstatus.cpp b/src/gui/comboboxwithstatus.cpp index f7b54de95..5abc4f3b5 100755 --- a/src/gui/comboboxwithstatus.cpp +++ b/src/gui/comboboxwithstatus.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/comboboxwithstatus.h" diff --git a/src/gui/comboboxwithstatus.h b/src/gui/comboboxwithstatus.h index dbf2301f3..ba7d7f274 100755 --- a/src/gui/comboboxwithstatus.h +++ b/src/gui/comboboxwithstatus.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef COMBOBOXWITHSTATUS_H #define COMBOBOXWITHSTATUS_H diff --git a/src/gui/dialogs/formabout.cpp b/src/gui/dialogs/formabout.cpp index 9cf8f7f07..61483008c 100755 --- a/src/gui/dialogs/formabout.cpp +++ b/src/gui/dialogs/formabout.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/dialogs/formabout.h" diff --git a/src/gui/dialogs/formabout.h b/src/gui/dialogs/formabout.h index de7f76e63..185c03e29 100755 --- a/src/gui/dialogs/formabout.h +++ b/src/gui/dialogs/formabout.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMABOUT_H #define FORMABOUT_H diff --git a/src/gui/dialogs/formaddaccount.cpp b/src/gui/dialogs/formaddaccount.cpp index 04fa3962b..89165d4c7 100755 --- a/src/gui/dialogs/formaddaccount.cpp +++ b/src/gui/dialogs/formaddaccount.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/dialogs/formaddaccount.h" diff --git a/src/gui/dialogs/formaddaccount.h b/src/gui/dialogs/formaddaccount.h index 19e677e51..bbe421c4a 100755 --- a/src/gui/dialogs/formaddaccount.h +++ b/src/gui/dialogs/formaddaccount.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMADDACCOUNT_H #define FORMADDACCOUNT_H diff --git a/src/gui/dialogs/formbackupdatabasesettings.cpp b/src/gui/dialogs/formbackupdatabasesettings.cpp index e7dc0a201..7e1d39f10 100755 --- a/src/gui/dialogs/formbackupdatabasesettings.cpp +++ b/src/gui/dialogs/formbackupdatabasesettings.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/dialogs/formbackupdatabasesettings.h" diff --git a/src/gui/dialogs/formbackupdatabasesettings.h b/src/gui/dialogs/formbackupdatabasesettings.h index b62a6f0a3..5d2497fcb 100755 --- a/src/gui/dialogs/formbackupdatabasesettings.h +++ b/src/gui/dialogs/formbackupdatabasesettings.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMBACKUPDATABASECONFIG_H #define FORMBACKUPDATABASECONFIG_H diff --git a/src/gui/dialogs/formdatabasecleanup.cpp b/src/gui/dialogs/formdatabasecleanup.cpp index 20591c1ef..a4a6963a5 100755 --- a/src/gui/dialogs/formdatabasecleanup.cpp +++ b/src/gui/dialogs/formdatabasecleanup.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/dialogs/formdatabasecleanup.h" diff --git a/src/gui/dialogs/formdatabasecleanup.h b/src/gui/dialogs/formdatabasecleanup.h index 013ad03e0..4c1c72a35 100755 --- a/src/gui/dialogs/formdatabasecleanup.h +++ b/src/gui/dialogs/formdatabasecleanup.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMDATABASECLEANUP_H #define FORMDATABASECLEANUP_H diff --git a/src/gui/dialogs/formmain.cpp b/src/gui/dialogs/formmain.cpp index 8147ade4a..1fb3ceeb6 100755 --- a/src/gui/dialogs/formmain.cpp +++ b/src/gui/dialogs/formmain.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/dialogs/formmain.h" diff --git a/src/gui/dialogs/formmain.h b/src/gui/dialogs/formmain.h index 7d63b42c2..46b1aed5e 100755 --- a/src/gui/dialogs/formmain.h +++ b/src/gui/dialogs/formmain.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMMAIN_H #define FORMMAIN_H diff --git a/src/gui/dialogs/formrestoredatabasesettings.cpp b/src/gui/dialogs/formrestoredatabasesettings.cpp index d2b44fdbd..97390850b 100755 --- a/src/gui/dialogs/formrestoredatabasesettings.cpp +++ b/src/gui/dialogs/formrestoredatabasesettings.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/dialogs/formrestoredatabasesettings.h" diff --git a/src/gui/dialogs/formrestoredatabasesettings.h b/src/gui/dialogs/formrestoredatabasesettings.h index 2946de5d7..e8f689b3a 100755 --- a/src/gui/dialogs/formrestoredatabasesettings.h +++ b/src/gui/dialogs/formrestoredatabasesettings.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMRESTOREDATABASESETTINGS_H #define FORMRESTOREDATABASESETTINGS_H diff --git a/src/gui/dialogs/formsettings.cpp b/src/gui/dialogs/formsettings.cpp index 10c964eb2..10ba14269 100755 --- a/src/gui/dialogs/formsettings.cpp +++ b/src/gui/dialogs/formsettings.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/dialogs/formsettings.h" diff --git a/src/gui/dialogs/formsettings.h b/src/gui/dialogs/formsettings.h index 421a61ba9..091d46e3f 100755 --- a/src/gui/dialogs/formsettings.h +++ b/src/gui/dialogs/formsettings.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMSETTINGS_H #define FORMSETTINGS_H diff --git a/src/gui/dialogs/formupdate.cpp b/src/gui/dialogs/formupdate.cpp index 1aedbc655..5015d0973 100755 --- a/src/gui/dialogs/formupdate.cpp +++ b/src/gui/dialogs/formupdate.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/dialogs/formupdate.h" diff --git a/src/gui/dialogs/formupdate.h b/src/gui/dialogs/formupdate.h index 09c86aaff..7de16613d 100755 --- a/src/gui/dialogs/formupdate.h +++ b/src/gui/dialogs/formupdate.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMUPDATE_H #define FORMUPDATE_H diff --git a/src/gui/dialogs/oauthlogin.cpp b/src/gui/dialogs/oauthlogin.cpp index 65aafa00a..51d256811 100755 --- a/src/gui/dialogs/oauthlogin.cpp +++ b/src/gui/dialogs/oauthlogin.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/dialogs/oauthlogin.h" diff --git a/src/gui/dialogs/oauthlogin.h b/src/gui/dialogs/oauthlogin.h index 6b51dea27..fab071493 100755 --- a/src/gui/dialogs/oauthlogin.h +++ b/src/gui/dialogs/oauthlogin.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef OAUTHLOGIN_H #define OAUTHLOGIN_H diff --git a/src/gui/discoverfeedsbutton.cpp b/src/gui/discoverfeedsbutton.cpp index e908b72b7..a2bf133fc 100755 --- a/src/gui/discoverfeedsbutton.cpp +++ b/src/gui/discoverfeedsbutton.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/discoverfeedsbutton.h" diff --git a/src/gui/discoverfeedsbutton.h b/src/gui/discoverfeedsbutton.h index d3806c68f..30a7fa252 100755 --- a/src/gui/discoverfeedsbutton.h +++ b/src/gui/discoverfeedsbutton.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef DISCOVERFEEDSBUTTON_H #define DISCOVERFEEDSBUTTON_H diff --git a/src/gui/edittableview.cpp b/src/gui/edittableview.cpp index f970f91e4..fda37e828 100755 --- a/src/gui/edittableview.cpp +++ b/src/gui/edittableview.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/edittableview.h" diff --git a/src/gui/edittableview.h b/src/gui/edittableview.h index 9f7e58478..878e98fd0 100755 --- a/src/gui/edittableview.h +++ b/src/gui/edittableview.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef EDITTABLEVIEW_H #define EDITTABLEVIEW_H diff --git a/src/gui/feedmessageviewer.cpp b/src/gui/feedmessageviewer.cpp index 1c232774e..964f3f8e5 100755 --- a/src/gui/feedmessageviewer.cpp +++ b/src/gui/feedmessageviewer.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/feedmessageviewer.h" diff --git a/src/gui/feedmessageviewer.h b/src/gui/feedmessageviewer.h index 7f526536b..3d2e48d78 100755 --- a/src/gui/feedmessageviewer.h +++ b/src/gui/feedmessageviewer.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FEEDMESSAGEVIEWER_H #define FEEDMESSAGEVIEWER_H diff --git a/src/gui/feedstoolbar.cpp b/src/gui/feedstoolbar.cpp index 80f813658..c15adaf17 100755 --- a/src/gui/feedstoolbar.cpp +++ b/src/gui/feedstoolbar.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/feedstoolbar.h" diff --git a/src/gui/feedstoolbar.h b/src/gui/feedstoolbar.h index 26b958d77..767ed9518 100755 --- a/src/gui/feedstoolbar.h +++ b/src/gui/feedstoolbar.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FEEDSTOOLBAR_H #define FEEDSTOOLBAR_H diff --git a/src/gui/feedsview.cpp b/src/gui/feedsview.cpp index 52af51641..a0801a14b 100755 --- a/src/gui/feedsview.cpp +++ b/src/gui/feedsview.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/feedsview.h" diff --git a/src/gui/feedsview.h b/src/gui/feedsview.h index e17db4187..344ef34ea 100755 --- a/src/gui/feedsview.h +++ b/src/gui/feedsview.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FEEDSVIEW_H #define FEEDSVIEW_H diff --git a/src/gui/guiutilities.cpp b/src/gui/guiutilities.cpp index 633f1e7f4..33bc8fb37 100755 --- a/src/gui/guiutilities.cpp +++ b/src/gui/guiutilities.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/guiutilities.h" diff --git a/src/gui/guiutilities.h b/src/gui/guiutilities.h index 35f452780..b87db0cb6 100755 --- a/src/gui/guiutilities.h +++ b/src/gui/guiutilities.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef GUIUTILITIES_H #define GUIUTILITIES_H diff --git a/src/gui/labelwithstatus.cpp b/src/gui/labelwithstatus.cpp index 7c0b40034..8203b944c 100755 --- a/src/gui/labelwithstatus.cpp +++ b/src/gui/labelwithstatus.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/labelwithstatus.h" diff --git a/src/gui/labelwithstatus.h b/src/gui/labelwithstatus.h index 957f097e6..8eae3cda0 100755 --- a/src/gui/labelwithstatus.h +++ b/src/gui/labelwithstatus.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef LABELWITHSTATUS_H #define LABELWITHSTATUS_H diff --git a/src/gui/lineeditwithstatus.cpp b/src/gui/lineeditwithstatus.cpp index ad8ecc095..ac0a9ad27 100755 --- a/src/gui/lineeditwithstatus.cpp +++ b/src/gui/lineeditwithstatus.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/lineeditwithstatus.h" diff --git a/src/gui/lineeditwithstatus.h b/src/gui/lineeditwithstatus.h index 531a843f9..2bf8b58ee 100755 --- a/src/gui/lineeditwithstatus.h +++ b/src/gui/lineeditwithstatus.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef LINEEDITWITHSTATUS_H #define LINEEDITWITHSTATUS_H diff --git a/src/gui/locationlineedit.cpp b/src/gui/locationlineedit.cpp index cdae36ba9..2de6f2d60 100755 --- a/src/gui/locationlineedit.cpp +++ b/src/gui/locationlineedit.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/locationlineedit.h" diff --git a/src/gui/locationlineedit.h b/src/gui/locationlineedit.h index 4fcd368b9..658025be3 100755 --- a/src/gui/locationlineedit.h +++ b/src/gui/locationlineedit.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef LOCATIONLINEEDIT_H #define LOCATIONLINEEDIT_H diff --git a/src/gui/messagebox.cpp b/src/gui/messagebox.cpp index f00e7f59f..fcee2a742 100755 --- a/src/gui/messagebox.cpp +++ b/src/gui/messagebox.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/messagebox.h" diff --git a/src/gui/messagebox.h b/src/gui/messagebox.h index b0c3fe19e..f9edfc2c3 100755 --- a/src/gui/messagebox.h +++ b/src/gui/messagebox.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef MESSAGEBOX_H #define MESSAGEBOX_H diff --git a/src/gui/messagepreviewer.cpp b/src/gui/messagepreviewer.cpp index 9d79a6f4e..4280271fe 100755 --- a/src/gui/messagepreviewer.cpp +++ b/src/gui/messagepreviewer.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/messagepreviewer.h" diff --git a/src/gui/messagepreviewer.h b/src/gui/messagepreviewer.h index de733e952..ae471fe32 100755 --- a/src/gui/messagepreviewer.h +++ b/src/gui/messagepreviewer.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef MESSAGEPREVIEWER_H #define MESSAGEPREVIEWER_H diff --git a/src/gui/messagessearchlineedit.cpp b/src/gui/messagessearchlineedit.cpp index 6abdead51..9ae3335bb 100755 --- a/src/gui/messagessearchlineedit.cpp +++ b/src/gui/messagessearchlineedit.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/messagessearchlineedit.h" diff --git a/src/gui/messagessearchlineedit.h b/src/gui/messagessearchlineedit.h index 33feca6ae..f7d53e137 100755 --- a/src/gui/messagessearchlineedit.h +++ b/src/gui/messagessearchlineedit.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef MESSAGESEARCHLINEEDIT_H #define MESSAGESEARCHLINEEDIT_H diff --git a/src/gui/messagestoolbar.cpp b/src/gui/messagestoolbar.cpp index cbbc214fa..78f06d771 100755 --- a/src/gui/messagestoolbar.cpp +++ b/src/gui/messagestoolbar.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/messagestoolbar.h" diff --git a/src/gui/messagestoolbar.h b/src/gui/messagestoolbar.h index 4c40329a8..e9666a17c 100755 --- a/src/gui/messagestoolbar.h +++ b/src/gui/messagestoolbar.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef NEWSTOOLBAR_H #define NEWSTOOLBAR_H diff --git a/src/gui/messagesview.h b/src/gui/messagesview.h index 284733c4c..660b4c99d 100755 --- a/src/gui/messagesview.h +++ b/src/gui/messagesview.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef MESSAGESVIEW_H #define MESSAGESVIEW_H diff --git a/src/gui/messagetextbrowser.cpp b/src/gui/messagetextbrowser.cpp index 1351623d6..3924ba0eb 100755 --- a/src/gui/messagetextbrowser.cpp +++ b/src/gui/messagetextbrowser.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/messagetextbrowser.h" diff --git a/src/gui/messagetextbrowser.h b/src/gui/messagetextbrowser.h index 47911d81b..1a400fb0e 100755 --- a/src/gui/messagetextbrowser.h +++ b/src/gui/messagetextbrowser.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef MESSAGETEXTBROWSER_H #define MESSAGETEXTBROWSER_H diff --git a/src/gui/newspaperpreviewer.cpp b/src/gui/newspaperpreviewer.cpp index b4601258e..cc69a83d9 100755 --- a/src/gui/newspaperpreviewer.cpp +++ b/src/gui/newspaperpreviewer.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/newspaperpreviewer.h" diff --git a/src/gui/newspaperpreviewer.h b/src/gui/newspaperpreviewer.h index 3c6b79b5b..2cfb38372 100755 --- a/src/gui/newspaperpreviewer.h +++ b/src/gui/newspaperpreviewer.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef NEWSPAPERPREVIEWER_H #define NEWSPAPERPREVIEWER_H diff --git a/src/gui/plaintoolbutton.cpp b/src/gui/plaintoolbutton.cpp index 7d1b62640..4d6564e83 100755 --- a/src/gui/plaintoolbutton.cpp +++ b/src/gui/plaintoolbutton.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/plaintoolbutton.h" diff --git a/src/gui/plaintoolbutton.h b/src/gui/plaintoolbutton.h index aa8903f72..2a8432986 100755 --- a/src/gui/plaintoolbutton.h +++ b/src/gui/plaintoolbutton.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef CLOSEBUTTON_H #define CLOSEBUTTON_H diff --git a/src/gui/searchtextwidget.cpp b/src/gui/searchtextwidget.cpp new file mode 100755 index 000000000..bfe186d85 --- /dev/null +++ b/src/gui/searchtextwidget.cpp @@ -0,0 +1,7 @@ +// For license of this file, see /LICENSE.md. + +#include "gui/searchtextwidget.h" + +SearchTextWidget::SearchTextWidget(QWidget* parent) : QWidget(parent) { + m_ui.setupUi(this); +} diff --git a/src/gui/searchtextwidget.h b/src/gui/searchtextwidget.h new file mode 100755 index 000000000..15a791d4d --- /dev/null +++ b/src/gui/searchtextwidget.h @@ -0,0 +1,24 @@ +// For license of this file, see /LICENSE.md. + +#ifndef SEARCHTEXTWIDGET_H +#define SEARCHTEXTWIDGET_H + +#include + +#include "ui_searchtextwidget.h" + +namespace Ui { + class SearchTextWidget; +} + +class SearchTextWidget : public QWidget { + Q_OBJECT + + public: + explicit SearchTextWidget(QWidget* parent = nullptr); + + private: + Ui::SearchTextWidget m_ui; +}; + +#endif // SEARCHTEXTWIDGET_H diff --git a/src/gui/searchtextwidget.ui b/src/gui/searchtextwidget.ui new file mode 100755 index 000000000..2ab23f8a4 --- /dev/null +++ b/src/gui/searchtextwidget.ui @@ -0,0 +1,61 @@ + + + SearchTextWidget + + + + 0 + 0 + 370 + 27 + + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + Seach text + + + + + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + m_txtSearch + m_btnClear + + + + diff --git a/src/gui/settings/settingsbrowsermail.cpp b/src/gui/settings/settingsbrowsermail.cpp index d05b10cbb..00927f2b2 100755 --- a/src/gui/settings/settingsbrowsermail.cpp +++ b/src/gui/settings/settingsbrowsermail.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/settings/settingsbrowsermail.h" diff --git a/src/gui/settings/settingsbrowsermail.h b/src/gui/settings/settingsbrowsermail.h index f58bf1059..05f92c4ba 100755 --- a/src/gui/settings/settingsbrowsermail.h +++ b/src/gui/settings/settingsbrowsermail.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SETTINGSBROWSERMAIL_H #define SETTINGSBROWSERMAIL_H diff --git a/src/gui/settings/settingsdatabase.cpp b/src/gui/settings/settingsdatabase.cpp index 05f0556d8..11616922e 100755 --- a/src/gui/settings/settingsdatabase.cpp +++ b/src/gui/settings/settingsdatabase.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/settings/settingsdatabase.h" diff --git a/src/gui/settings/settingsdatabase.h b/src/gui/settings/settingsdatabase.h index 7deb8d338..4d1f8f168 100755 --- a/src/gui/settings/settingsdatabase.h +++ b/src/gui/settings/settingsdatabase.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SETTINGSDATABASE_H #define SETTINGSDATABASE_H diff --git a/src/gui/settings/settingsdownloads.cpp b/src/gui/settings/settingsdownloads.cpp index 31d37a131..94ac4d8fc 100755 --- a/src/gui/settings/settingsdownloads.cpp +++ b/src/gui/settings/settingsdownloads.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/settings/settingsdownloads.h" diff --git a/src/gui/settings/settingsdownloads.h b/src/gui/settings/settingsdownloads.h index afc0d592a..417e9a7a6 100755 --- a/src/gui/settings/settingsdownloads.h +++ b/src/gui/settings/settingsdownloads.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SETTINGSDOWNLOADS_H #define SETTINGSDOWNLOADS_H diff --git a/src/gui/settings/settingsfeedsmessages.cpp b/src/gui/settings/settingsfeedsmessages.cpp index 2cb9efde9..1361820a9 100755 --- a/src/gui/settings/settingsfeedsmessages.cpp +++ b/src/gui/settings/settingsfeedsmessages.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/settings/settingsfeedsmessages.h" diff --git a/src/gui/settings/settingsfeedsmessages.h b/src/gui/settings/settingsfeedsmessages.h index 5e257807f..83a482c7b 100755 --- a/src/gui/settings/settingsfeedsmessages.h +++ b/src/gui/settings/settingsfeedsmessages.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SETTINGSFEEDSMESSAGES_H #define SETTINGSFEEDSMESSAGES_H diff --git a/src/gui/settings/settingsgeneral.cpp b/src/gui/settings/settingsgeneral.cpp index 21b70937f..3da49ab7f 100755 --- a/src/gui/settings/settingsgeneral.cpp +++ b/src/gui/settings/settingsgeneral.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/settings/settingsgeneral.h" diff --git a/src/gui/settings/settingsgeneral.h b/src/gui/settings/settingsgeneral.h index b6b7063b6..9740cc7c7 100755 --- a/src/gui/settings/settingsgeneral.h +++ b/src/gui/settings/settingsgeneral.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SETTINGSGENERAL_H #define SETTINGSGENERAL_H diff --git a/src/gui/settings/settingsgui.cpp b/src/gui/settings/settingsgui.cpp index 6913f4017..984616954 100755 --- a/src/gui/settings/settingsgui.cpp +++ b/src/gui/settings/settingsgui.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/settings/settingsgui.h" diff --git a/src/gui/settings/settingsgui.h b/src/gui/settings/settingsgui.h index f4ab59f8b..c7a9e9493 100755 --- a/src/gui/settings/settingsgui.h +++ b/src/gui/settings/settingsgui.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SETTINGSGUI_H #define SETTINGSGUI_H diff --git a/src/gui/settings/settingslocalization.cpp b/src/gui/settings/settingslocalization.cpp index 992eadbf4..2a43caa4e 100755 --- a/src/gui/settings/settingslocalization.cpp +++ b/src/gui/settings/settingslocalization.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/settings/settingslocalization.h" diff --git a/src/gui/settings/settingslocalization.h b/src/gui/settings/settingslocalization.h index 43937c397..d9329dc44 100755 --- a/src/gui/settings/settingslocalization.h +++ b/src/gui/settings/settingslocalization.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SETTINGSLOCALIZATION_H #define SETTINGSLOCALIZATION_H diff --git a/src/gui/settings/settingspanel.cpp b/src/gui/settings/settingspanel.cpp index 167684b32..6b2f2199a 100755 --- a/src/gui/settings/settingspanel.cpp +++ b/src/gui/settings/settingspanel.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/settings/settingspanel.h" diff --git a/src/gui/settings/settingspanel.h b/src/gui/settings/settingspanel.h index 64e16dce4..04316bbd0 100755 --- a/src/gui/settings/settingspanel.h +++ b/src/gui/settings/settingspanel.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SETTINGSPANEL_H #define SETTINGSPANEL_H diff --git a/src/gui/settings/settingsshortcuts.cpp b/src/gui/settings/settingsshortcuts.cpp index 53d68c4f1..754ffa47b 100755 --- a/src/gui/settings/settingsshortcuts.cpp +++ b/src/gui/settings/settingsshortcuts.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/settings/settingsshortcuts.h" diff --git a/src/gui/settings/settingsshortcuts.h b/src/gui/settings/settingsshortcuts.h index 3001cc144..e5efa0812 100755 --- a/src/gui/settings/settingsshortcuts.h +++ b/src/gui/settings/settingsshortcuts.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SETTINGSSHORTCUTS_H #define SETTINGSSHORTCUTS_H diff --git a/src/gui/squeezelabel.cpp b/src/gui/squeezelabel.cpp index 75bbd88fd..acb91135e 100755 --- a/src/gui/squeezelabel.cpp +++ b/src/gui/squeezelabel.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/squeezelabel.h" diff --git a/src/gui/squeezelabel.h b/src/gui/squeezelabel.h index e5ef42e41..7c41250ef 100755 --- a/src/gui/squeezelabel.h +++ b/src/gui/squeezelabel.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SQUEEZELABEL_H #define SQUEEZELABEL_H diff --git a/src/gui/statusbar.cpp b/src/gui/statusbar.cpp index 886750411..571a23972 100755 --- a/src/gui/statusbar.cpp +++ b/src/gui/statusbar.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/statusbar.h" diff --git a/src/gui/statusbar.h b/src/gui/statusbar.h index 540d7a418..3bedf3d46 100755 --- a/src/gui/statusbar.h +++ b/src/gui/statusbar.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef STATUSBAR_H #define STATUSBAR_H diff --git a/src/gui/styleditemdelegatewithoutfocus.cpp b/src/gui/styleditemdelegatewithoutfocus.cpp index 0b4628073..d78ebef53 100755 --- a/src/gui/styleditemdelegatewithoutfocus.cpp +++ b/src/gui/styleditemdelegatewithoutfocus.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/styleditemdelegatewithoutfocus.h" diff --git a/src/gui/styleditemdelegatewithoutfocus.h b/src/gui/styleditemdelegatewithoutfocus.h index d131e5f0b..153b81937 100755 --- a/src/gui/styleditemdelegatewithoutfocus.h +++ b/src/gui/styleditemdelegatewithoutfocus.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef STYLEDITEMDELEGATEWITHOUTFOCUS_H #define STYLEDITEMDELEGATEWITHOUTFOCUS_H diff --git a/src/gui/systemtrayicon.cpp b/src/gui/systemtrayicon.cpp index e4ea8c938..0d1dfa99a 100755 --- a/src/gui/systemtrayicon.cpp +++ b/src/gui/systemtrayicon.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/systemtrayicon.h" diff --git a/src/gui/systemtrayicon.h b/src/gui/systemtrayicon.h index 22b12059e..459fda531 100755 --- a/src/gui/systemtrayicon.h +++ b/src/gui/systemtrayicon.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SYSTEMTRAYICON_H #define SYSTEMTRAYICON_H diff --git a/src/gui/tabbar.cpp b/src/gui/tabbar.cpp index be73cd137..8a00925a0 100755 --- a/src/gui/tabbar.cpp +++ b/src/gui/tabbar.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/tabbar.h" diff --git a/src/gui/tabbar.h b/src/gui/tabbar.h index acb0df3a8..344055878 100755 --- a/src/gui/tabbar.h +++ b/src/gui/tabbar.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef TABBAR_H #define TABBAR_H diff --git a/src/gui/tabcontent.cpp b/src/gui/tabcontent.cpp index 59be7da0b..3de9e0180 100755 --- a/src/gui/tabcontent.cpp +++ b/src/gui/tabcontent.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/tabcontent.h" diff --git a/src/gui/tabcontent.h b/src/gui/tabcontent.h index 3b19b2797..b4ef0c5fd 100755 --- a/src/gui/tabcontent.h +++ b/src/gui/tabcontent.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef TABCONTENT_H #define TABCONTENT_H diff --git a/src/gui/tabwidget.cpp b/src/gui/tabwidget.cpp index 0d8d3b49d..591b6dc8f 100755 --- a/src/gui/tabwidget.cpp +++ b/src/gui/tabwidget.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/tabwidget.h" diff --git a/src/gui/tabwidget.h b/src/gui/tabwidget.h index 673a93c8c..7a3c91c4a 100755 --- a/src/gui/tabwidget.h +++ b/src/gui/tabwidget.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef TABWIDGET_H #define TABWIDGET_H diff --git a/src/gui/timespinbox.cpp b/src/gui/timespinbox.cpp index faecbe9c1..75a032eec 100755 --- a/src/gui/timespinbox.cpp +++ b/src/gui/timespinbox.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/timespinbox.h" diff --git a/src/gui/timespinbox.h b/src/gui/timespinbox.h index aabe4dd8a..6ceea68c7 100755 --- a/src/gui/timespinbox.h +++ b/src/gui/timespinbox.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef TIMESPINBOX_H #define TIMESPINBOX_H diff --git a/src/gui/toolbareditor.cpp b/src/gui/toolbareditor.cpp index c5eb4162b..da82d330a 100755 --- a/src/gui/toolbareditor.cpp +++ b/src/gui/toolbareditor.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/toolbareditor.h" diff --git a/src/gui/toolbareditor.h b/src/gui/toolbareditor.h index c1ff7ddb1..a4290a14e 100755 --- a/src/gui/toolbareditor.h +++ b/src/gui/toolbareditor.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef TOOLBAREDITOR_H #define TOOLBAREDITOR_H diff --git a/src/gui/treeviewcolumnsmenu.cpp b/src/gui/treeviewcolumnsmenu.cpp index d0730b774..3ab214a4f 100755 --- a/src/gui/treeviewcolumnsmenu.cpp +++ b/src/gui/treeviewcolumnsmenu.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/treeviewcolumnsmenu.h" diff --git a/src/gui/treeviewcolumnsmenu.h b/src/gui/treeviewcolumnsmenu.h index aa5341fd8..3f8761cb3 100755 --- a/src/gui/treeviewcolumnsmenu.h +++ b/src/gui/treeviewcolumnsmenu.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef TREEVIEWCOLUMNSMENU_H #define TREEVIEWCOLUMNSMENU_H diff --git a/src/gui/webbrowser.cpp b/src/gui/webbrowser.cpp index 33fd32701..a186c38f4 100755 --- a/src/gui/webbrowser.cpp +++ b/src/gui/webbrowser.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/webbrowser.h" diff --git a/src/gui/webbrowser.h b/src/gui/webbrowser.h index 0bc07badb..30d9a1ed0 100755 --- a/src/gui/webbrowser.h +++ b/src/gui/webbrowser.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef WEBBROWSER_H #define WEBBROWSER_H diff --git a/src/gui/webviewer.cpp b/src/gui/webviewer.cpp index 602200b68..ceb7ad2f8 100755 --- a/src/gui/webviewer.cpp +++ b/src/gui/webviewer.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/webviewer.h" diff --git a/src/gui/webviewer.h b/src/gui/webviewer.h index 215708fc7..96d6ed837 100755 --- a/src/gui/webviewer.h +++ b/src/gui/webviewer.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef WEBVIEWER_H #define WEBVIEWER_H diff --git a/src/gui/widgetwithstatus.cpp b/src/gui/widgetwithstatus.cpp index db48c12b0..e503fac0b 100755 --- a/src/gui/widgetwithstatus.cpp +++ b/src/gui/widgetwithstatus.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "gui/widgetwithstatus.h" diff --git a/src/gui/widgetwithstatus.h b/src/gui/widgetwithstatus.h index 9c5e794a9..0ae0d4f77 100755 --- a/src/gui/widgetwithstatus.h +++ b/src/gui/widgetwithstatus.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef WIDGETWITHSTATUS_H #define WIDGETWITHSTATUS_H diff --git a/src/main.cpp b/src/main.cpp index b78b5819d..b74fb1bd1 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "definitions/definitions.h" #include "dynamic-shortcuts/dynamicshortcuts.h" diff --git a/src/miscellaneous/application.cpp b/src/miscellaneous/application.cpp index 86d1e2db0..7bf356139 100755 --- a/src/miscellaneous/application.cpp +++ b/src/miscellaneous/application.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/application.h" diff --git a/src/miscellaneous/application.h b/src/miscellaneous/application.h index 90d01a223..f463caf5a 100755 --- a/src/miscellaneous/application.h +++ b/src/miscellaneous/application.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef APPLICATION_H #define APPLICATION_H diff --git a/src/miscellaneous/autosaver.cpp b/src/miscellaneous/autosaver.cpp index 145e88d9a..70b868da2 100755 --- a/src/miscellaneous/autosaver.cpp +++ b/src/miscellaneous/autosaver.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/autosaver.h" diff --git a/src/miscellaneous/autosaver.h b/src/miscellaneous/autosaver.h index a85337ae8..16a50f567 100755 --- a/src/miscellaneous/autosaver.h +++ b/src/miscellaneous/autosaver.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef AUTOSAVER_H #define AUTOSAVER_H diff --git a/src/miscellaneous/databasecleaner.cpp b/src/miscellaneous/databasecleaner.cpp index ada248922..cb3b0573e 100755 --- a/src/miscellaneous/databasecleaner.cpp +++ b/src/miscellaneous/databasecleaner.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/databasecleaner.h" diff --git a/src/miscellaneous/databasecleaner.h b/src/miscellaneous/databasecleaner.h index b492d9cbb..c82d7f857 100755 --- a/src/miscellaneous/databasecleaner.h +++ b/src/miscellaneous/databasecleaner.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef DATABASECLEANER_H #define DATABASECLEANER_H diff --git a/src/miscellaneous/databasefactory.cpp b/src/miscellaneous/databasefactory.cpp index 94639c108..498f16845 100755 --- a/src/miscellaneous/databasefactory.cpp +++ b/src/miscellaneous/databasefactory.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/databasefactory.h" diff --git a/src/miscellaneous/databasefactory.h b/src/miscellaneous/databasefactory.h index 611899814..37050d60f 100755 --- a/src/miscellaneous/databasefactory.h +++ b/src/miscellaneous/databasefactory.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef DATABASEFACTORY_H #define DATABASEFACTORY_H diff --git a/src/miscellaneous/databasequeries.cpp b/src/miscellaneous/databasequeries.cpp index dd3d281e5..8c9148dc2 100755 --- a/src/miscellaneous/databasequeries.cpp +++ b/src/miscellaneous/databasequeries.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/databasequeries.h" diff --git a/src/miscellaneous/databasequeries.h b/src/miscellaneous/databasequeries.h index d2495f83c..58650716f 100755 --- a/src/miscellaneous/databasequeries.h +++ b/src/miscellaneous/databasequeries.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef DATABASEQUERIES_H #define DATABASEQUERIES_H diff --git a/src/miscellaneous/debugging.cpp b/src/miscellaneous/debugging.cpp index 61e3a1865..20ef55188 100755 --- a/src/miscellaneous/debugging.cpp +++ b/src/miscellaneous/debugging.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/debugging.h" diff --git a/src/miscellaneous/debugging.h b/src/miscellaneous/debugging.h index 88ab6d41e..3e8cd6d5b 100755 --- a/src/miscellaneous/debugging.h +++ b/src/miscellaneous/debugging.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef DEBUGGING_H #define DEBUGGING_H diff --git a/src/miscellaneous/externaltool.cpp b/src/miscellaneous/externaltool.cpp index 795594b04..7618ef7d6 100755 --- a/src/miscellaneous/externaltool.cpp +++ b/src/miscellaneous/externaltool.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/externaltool.h" diff --git a/src/miscellaneous/externaltool.h b/src/miscellaneous/externaltool.h index f36680b58..dd72f704e 100755 --- a/src/miscellaneous/externaltool.h +++ b/src/miscellaneous/externaltool.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef EXTERNALTOOL_H #define EXTERNALTOOL_H diff --git a/src/miscellaneous/feedreader.cpp b/src/miscellaneous/feedreader.cpp index 20648d04d..ae16dc083 100755 --- a/src/miscellaneous/feedreader.cpp +++ b/src/miscellaneous/feedreader.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/feedreader.h" diff --git a/src/miscellaneous/feedreader.h b/src/miscellaneous/feedreader.h index 10ff12278..b9f900043 100755 --- a/src/miscellaneous/feedreader.h +++ b/src/miscellaneous/feedreader.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FEEDREADER_H #define FEEDREADER_H diff --git a/src/miscellaneous/iconfactory.cpp b/src/miscellaneous/iconfactory.cpp index 22df14734..21403bac9 100755 --- a/src/miscellaneous/iconfactory.cpp +++ b/src/miscellaneous/iconfactory.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/iconfactory.h" diff --git a/src/miscellaneous/iconfactory.h b/src/miscellaneous/iconfactory.h index 8d31ec765..020ec5cb1 100755 --- a/src/miscellaneous/iconfactory.h +++ b/src/miscellaneous/iconfactory.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef ICONFACTORY_H #define ICONFACTORY_H diff --git a/src/miscellaneous/iofactory.cpp b/src/miscellaneous/iofactory.cpp index cac400317..fa3b0dcf8 100755 --- a/src/miscellaneous/iofactory.cpp +++ b/src/miscellaneous/iofactory.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/iofactory.h" diff --git a/src/miscellaneous/iofactory.h b/src/miscellaneous/iofactory.h index 9fbb936ef..bcd41a76d 100755 --- a/src/miscellaneous/iofactory.h +++ b/src/miscellaneous/iofactory.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef IOFACTORY_H #define IOFACTORY_H diff --git a/src/miscellaneous/localization.cpp b/src/miscellaneous/localization.cpp index 1d2347447..e4c1347fd 100755 --- a/src/miscellaneous/localization.cpp +++ b/src/miscellaneous/localization.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/localization.h" diff --git a/src/miscellaneous/localization.h b/src/miscellaneous/localization.h index a321f087b..409868667 100755 --- a/src/miscellaneous/localization.h +++ b/src/miscellaneous/localization.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef LOCALIZATION_H #define LOCALIZATION_H diff --git a/src/miscellaneous/mutex.cpp b/src/miscellaneous/mutex.cpp index 9a87b16f2..bfc4b3e97 100755 --- a/src/miscellaneous/mutex.cpp +++ b/src/miscellaneous/mutex.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/mutex.h" diff --git a/src/miscellaneous/mutex.h b/src/miscellaneous/mutex.h index 572397fcc..d9dce9f7a 100755 --- a/src/miscellaneous/mutex.h +++ b/src/miscellaneous/mutex.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef MUTEX_H #define MUTEX_H diff --git a/src/miscellaneous/settings.cpp b/src/miscellaneous/settings.cpp index af658347e..85f9bc3e6 100755 --- a/src/miscellaneous/settings.cpp +++ b/src/miscellaneous/settings.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/settings.h" diff --git a/src/miscellaneous/settings.h b/src/miscellaneous/settings.h index 5b1f3ff19..aa46e820c 100755 --- a/src/miscellaneous/settings.h +++ b/src/miscellaneous/settings.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SETTINGS_H #define SETTINGS_H diff --git a/src/miscellaneous/skinfactory.cpp b/src/miscellaneous/skinfactory.cpp index e563e453b..3a7df8306 100755 --- a/src/miscellaneous/skinfactory.cpp +++ b/src/miscellaneous/skinfactory.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/skinfactory.h" diff --git a/src/miscellaneous/skinfactory.h b/src/miscellaneous/skinfactory.h index bfbf2d917..4600bc6e7 100755 --- a/src/miscellaneous/skinfactory.h +++ b/src/miscellaneous/skinfactory.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SKINFACTORY_H #define SKINFACTORY_H diff --git a/src/miscellaneous/systemfactory.cpp b/src/miscellaneous/systemfactory.cpp index e25645ebe..625b6e253 100755 --- a/src/miscellaneous/systemfactory.cpp +++ b/src/miscellaneous/systemfactory.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/systemfactory.h" diff --git a/src/miscellaneous/systemfactory.h b/src/miscellaneous/systemfactory.h index ac5cf69cf..5e45fc0e6 100755 --- a/src/miscellaneous/systemfactory.h +++ b/src/miscellaneous/systemfactory.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SYSTEMFACTORY_H #define SYSTEMFACTORY_H diff --git a/src/miscellaneous/textfactory.cpp b/src/miscellaneous/textfactory.cpp index 4ee5ccbbc..9dcaad667 100755 --- a/src/miscellaneous/textfactory.cpp +++ b/src/miscellaneous/textfactory.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "miscellaneous/textfactory.h" diff --git a/src/miscellaneous/textfactory.h b/src/miscellaneous/textfactory.h index e9bbbda53..3c0cac451 100755 --- a/src/miscellaneous/textfactory.h +++ b/src/miscellaneous/textfactory.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef TEXTFACTORY_H #define TEXTFACTORY_H diff --git a/src/network-web/basenetworkaccessmanager.cpp b/src/network-web/basenetworkaccessmanager.cpp index 32688467e..8715ef4b2 100755 --- a/src/network-web/basenetworkaccessmanager.cpp +++ b/src/network-web/basenetworkaccessmanager.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "network-web/basenetworkaccessmanager.h" diff --git a/src/network-web/basenetworkaccessmanager.h b/src/network-web/basenetworkaccessmanager.h index bd12175d3..8435071f0 100755 --- a/src/network-web/basenetworkaccessmanager.h +++ b/src/network-web/basenetworkaccessmanager.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef BASENETWORKACCESSMANAGER_H #define BASENETWORKACCESSMANAGER_H diff --git a/src/network-web/downloader.cpp b/src/network-web/downloader.cpp index 490ebe44c..ef6b50794 100755 --- a/src/network-web/downloader.cpp +++ b/src/network-web/downloader.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "network-web/downloader.h" diff --git a/src/network-web/downloader.h b/src/network-web/downloader.h index b45f95767..1669e193d 100755 --- a/src/network-web/downloader.h +++ b/src/network-web/downloader.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef DOWNLOADER_H #define DOWNLOADER_H diff --git a/src/network-web/downloadmanager.cpp b/src/network-web/downloadmanager.cpp index 5d70e8b6a..a2242a79c 100755 --- a/src/network-web/downloadmanager.cpp +++ b/src/network-web/downloadmanager.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "network-web/downloadmanager.h" diff --git a/src/network-web/downloadmanager.h b/src/network-web/downloadmanager.h index 467ed3713..3711713d1 100755 --- a/src/network-web/downloadmanager.h +++ b/src/network-web/downloadmanager.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef DOWNLOADMANAGER_H #define DOWNLOADMANAGER_H diff --git a/src/network-web/googlesuggest.cpp b/src/network-web/googlesuggest.cpp index d33eaa2b9..e0e2866b2 100755 --- a/src/network-web/googlesuggest.cpp +++ b/src/network-web/googlesuggest.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. // You may use this file under the terms of the BSD license as follows: // diff --git a/src/network-web/googlesuggest.h b/src/network-web/googlesuggest.h index 3f5f486c3..95d291461 100755 --- a/src/network-web/googlesuggest.h +++ b/src/network-web/googlesuggest.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. // You may use this file under the terms of the BSD license as follows: // diff --git a/src/network-web/httpresponse.cpp b/src/network-web/httpresponse.cpp index 003af2c4c..54babc9eb 100755 --- a/src/network-web/httpresponse.cpp +++ b/src/network-web/httpresponse.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "network-web/httpresponse.h" diff --git a/src/network-web/httpresponse.h b/src/network-web/httpresponse.h index d55b83db6..d6aa9f1a8 100755 --- a/src/network-web/httpresponse.h +++ b/src/network-web/httpresponse.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef HTTPRESPONSE_H #define HTTPRESPONSE_H diff --git a/src/network-web/networkfactory.cpp b/src/network-web/networkfactory.cpp index 8cabf6ba3..50eafcbdf 100755 --- a/src/network-web/networkfactory.cpp +++ b/src/network-web/networkfactory.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "network-web/networkfactory.h" diff --git a/src/network-web/networkfactory.h b/src/network-web/networkfactory.h index 7e9b8ba2d..de821ce7a 100755 --- a/src/network-web/networkfactory.h +++ b/src/network-web/networkfactory.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef NETWORKFACTORY_H #define NETWORKFACTORY_H diff --git a/src/network-web/oauth2service.cpp b/src/network-web/oauth2service.cpp index dd5d52510..8b96e86fb 100755 --- a/src/network-web/oauth2service.cpp +++ b/src/network-web/oauth2service.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. //////////////////////////////////////////////////////////////////////////////// diff --git a/src/network-web/oauth2service.h b/src/network-web/oauth2service.h index a18d001a0..7361edaad 100755 --- a/src/network-web/oauth2service.h +++ b/src/network-web/oauth2service.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. //////////////////////////////////////////////////////////////////////////////// diff --git a/src/network-web/silentnetworkaccessmanager.cpp b/src/network-web/silentnetworkaccessmanager.cpp index 91a33d836..cd8f79233 100755 --- a/src/network-web/silentnetworkaccessmanager.cpp +++ b/src/network-web/silentnetworkaccessmanager.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "network-web/silentnetworkaccessmanager.h" diff --git a/src/network-web/silentnetworkaccessmanager.h b/src/network-web/silentnetworkaccessmanager.h index f2a948d3a..444611a00 100755 --- a/src/network-web/silentnetworkaccessmanager.h +++ b/src/network-web/silentnetworkaccessmanager.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SILENTNETWORKACCESSMANAGER_H #define SILENTNETWORKACCESSMANAGER_H diff --git a/src/network-web/webfactory.cpp b/src/network-web/webfactory.cpp index f74499d30..2b1347ff3 100755 --- a/src/network-web/webfactory.cpp +++ b/src/network-web/webfactory.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "network-web/webfactory.h" diff --git a/src/network-web/webfactory.h b/src/network-web/webfactory.h index 012a2486e..b2567ba3b 100755 --- a/src/network-web/webfactory.h +++ b/src/network-web/webfactory.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef WEBFACTORY_H #define WEBFACTORY_H diff --git a/src/network-web/webpage.cpp b/src/network-web/webpage.cpp index 0c865b89f..0dbd8b950 100755 --- a/src/network-web/webpage.cpp +++ b/src/network-web/webpage.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "network-web/webpage.h" diff --git a/src/network-web/webpage.h b/src/network-web/webpage.h index 144a6efb6..2438340c4 100755 --- a/src/network-web/webpage.h +++ b/src/network-web/webpage.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef WEBPAGE_H #define WEBPAGE_H diff --git a/src/services/abstract/accountcheckmodel.cpp b/src/services/abstract/accountcheckmodel.cpp index b95cefba6..f8e581be6 100755 --- a/src/services/abstract/accountcheckmodel.cpp +++ b/src/services/abstract/accountcheckmodel.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/abstract/accountcheckmodel.h" diff --git a/src/services/abstract/accountcheckmodel.h b/src/services/abstract/accountcheckmodel.h index fbb17ba10..303c23108 100755 --- a/src/services/abstract/accountcheckmodel.h +++ b/src/services/abstract/accountcheckmodel.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef ACCOUNTCHECKMODEL_H #define ACCOUNTCHECKMODEL_H diff --git a/src/services/abstract/cacheforserviceroot.cpp b/src/services/abstract/cacheforserviceroot.cpp index 52e27d8a5..e02b37b5b 100755 --- a/src/services/abstract/cacheforserviceroot.cpp +++ b/src/services/abstract/cacheforserviceroot.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/abstract/cacheforserviceroot.h" diff --git a/src/services/abstract/cacheforserviceroot.h b/src/services/abstract/cacheforserviceroot.h index ec8117d8c..74f228665 100755 --- a/src/services/abstract/cacheforserviceroot.h +++ b/src/services/abstract/cacheforserviceroot.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef CACHEFORSERVICEROOT_H #define CACHEFORSERVICEROOT_H diff --git a/src/services/abstract/category.cpp b/src/services/abstract/category.cpp index 9b351d0cc..02c3dd920 100755 --- a/src/services/abstract/category.cpp +++ b/src/services/abstract/category.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/abstract/category.h" diff --git a/src/services/abstract/category.h b/src/services/abstract/category.h index c977b4a11..0e317eacf 100755 --- a/src/services/abstract/category.h +++ b/src/services/abstract/category.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef CATEGORY_H #define CATEGORY_H diff --git a/src/services/abstract/feed.cpp b/src/services/abstract/feed.cpp index 1f52d5a3e..c30ad339f 100755 --- a/src/services/abstract/feed.cpp +++ b/src/services/abstract/feed.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/abstract/feed.h" diff --git a/src/services/abstract/feed.h b/src/services/abstract/feed.h index 054b50cca..3d1bc8252 100755 --- a/src/services/abstract/feed.h +++ b/src/services/abstract/feed.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FEED_H #define FEED_H diff --git a/src/services/abstract/gui/formfeeddetails.cpp b/src/services/abstract/gui/formfeeddetails.cpp index 5c07ccff4..6b4d60200 100755 --- a/src/services/abstract/gui/formfeeddetails.cpp +++ b/src/services/abstract/gui/formfeeddetails.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/abstract/gui/formfeeddetails.h" diff --git a/src/services/abstract/gui/formfeeddetails.h b/src/services/abstract/gui/formfeeddetails.h index 6b2a68430..d76ccb706 100755 --- a/src/services/abstract/gui/formfeeddetails.h +++ b/src/services/abstract/gui/formfeeddetails.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMFEEDDETAILS_H #define FORMFEEDDETAILS_H diff --git a/src/services/abstract/recyclebin.cpp b/src/services/abstract/recyclebin.cpp index 31bf1c934..9fea8b8f6 100755 --- a/src/services/abstract/recyclebin.cpp +++ b/src/services/abstract/recyclebin.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/abstract/recyclebin.h" diff --git a/src/services/abstract/recyclebin.h b/src/services/abstract/recyclebin.h index 16021913c..356b10af5 100755 --- a/src/services/abstract/recyclebin.h +++ b/src/services/abstract/recyclebin.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef RECYCLEBIN_H #define RECYCLEBIN_H diff --git a/src/services/abstract/rootitem.cpp b/src/services/abstract/rootitem.cpp index fafba324e..0eedc34f5 100755 --- a/src/services/abstract/rootitem.cpp +++ b/src/services/abstract/rootitem.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/abstract/rootitem.h" diff --git a/src/services/abstract/rootitem.h b/src/services/abstract/rootitem.h index b75473439..a83d96d03 100755 --- a/src/services/abstract/rootitem.h +++ b/src/services/abstract/rootitem.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef ROOTITEM_H #define ROOTITEM_H diff --git a/src/services/abstract/serviceentrypoint.cpp b/src/services/abstract/serviceentrypoint.cpp index 82c33a2af..481a36a66 100755 --- a/src/services/abstract/serviceentrypoint.cpp +++ b/src/services/abstract/serviceentrypoint.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/abstract/serviceentrypoint.h" diff --git a/src/services/abstract/serviceentrypoint.h b/src/services/abstract/serviceentrypoint.h index 500611352..eee5ce368 100755 --- a/src/services/abstract/serviceentrypoint.h +++ b/src/services/abstract/serviceentrypoint.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SERVICE_H #define SERVICE_H diff --git a/src/services/abstract/serviceroot.cpp b/src/services/abstract/serviceroot.cpp index f78d17752..452814090 100755 --- a/src/services/abstract/serviceroot.cpp +++ b/src/services/abstract/serviceroot.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/abstract/serviceroot.h" diff --git a/src/services/abstract/serviceroot.h b/src/services/abstract/serviceroot.h index d2aa65d35..fc62493fa 100755 --- a/src/services/abstract/serviceroot.h +++ b/src/services/abstract/serviceroot.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef SERVICEROOT_H #define SERVICEROOT_H diff --git a/src/services/gmail/definitions.h b/src/services/gmail/definitions.h index 76eff8b29..668f3728c 100755 --- a/src/services/gmail/definitions.h +++ b/src/services/gmail/definitions.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef GMAIL_DEFINITIONS_H #define GMAIL_DEFINITIONS_H diff --git a/src/services/gmail/gmailentrypoint.cpp b/src/services/gmail/gmailentrypoint.cpp index 75abe63d6..cbf3e27bf 100755 --- a/src/services/gmail/gmailentrypoint.cpp +++ b/src/services/gmail/gmailentrypoint.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/gmail/gmailentrypoint.h" diff --git a/src/services/gmail/gmailentrypoint.h b/src/services/gmail/gmailentrypoint.h index b08762ebd..75145ac49 100755 --- a/src/services/gmail/gmailentrypoint.h +++ b/src/services/gmail/gmailentrypoint.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef GMAILENTRYPOINT_H #define GMAILENTRYPOINT_H diff --git a/src/services/gmail/gmailfeed.cpp b/src/services/gmail/gmailfeed.cpp index 66d868c39..b433b6e98 100755 --- a/src/services/gmail/gmailfeed.cpp +++ b/src/services/gmail/gmailfeed.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/gmail/gmailfeed.h" diff --git a/src/services/gmail/gmailfeed.h b/src/services/gmail/gmailfeed.h index 402cbe260..b2df1aca1 100755 --- a/src/services/gmail/gmailfeed.h +++ b/src/services/gmail/gmailfeed.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef GMAILFEED_H #define GMAILFEED_H diff --git a/src/services/gmail/gmailserviceroot.cpp b/src/services/gmail/gmailserviceroot.cpp index 62a79103b..79c3301e0 100755 --- a/src/services/gmail/gmailserviceroot.cpp +++ b/src/services/gmail/gmailserviceroot.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/gmail/gmailserviceroot.h" diff --git a/src/services/gmail/gmailserviceroot.h b/src/services/gmail/gmailserviceroot.h index 00e3c91ec..9fa8c3325 100755 --- a/src/services/gmail/gmailserviceroot.h +++ b/src/services/gmail/gmailserviceroot.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef GMAILSERVICEROOT_H #define GMAILSERVICEROOT_H diff --git a/src/services/gmail/gui/formaddeditemail.cpp b/src/services/gmail/gui/formaddeditemail.cpp index 0ebf2e2b8..dfa186829 100755 --- a/src/services/gmail/gui/formaddeditemail.cpp +++ b/src/services/gmail/gui/formaddeditemail.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/gmail/gui/formaddeditemail.h" diff --git a/src/services/gmail/gui/formaddeditemail.h b/src/services/gmail/gui/formaddeditemail.h index 665ecc61d..6fc36b305 100755 --- a/src/services/gmail/gui/formaddeditemail.h +++ b/src/services/gmail/gui/formaddeditemail.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMADDEDITEMAIL_H #define FORMADDEDITEMAIL_H diff --git a/src/services/gmail/gui/formdownloadattachment.cpp b/src/services/gmail/gui/formdownloadattachment.cpp index 3853792a4..f1863562a 100755 --- a/src/services/gmail/gui/formdownloadattachment.cpp +++ b/src/services/gmail/gui/formdownloadattachment.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "formdownloadattachment.h" diff --git a/src/services/gmail/gui/formdownloadattachment.h b/src/services/gmail/gui/formdownloadattachment.h index ec646cf6f..89815da54 100755 --- a/src/services/gmail/gui/formdownloadattachment.h +++ b/src/services/gmail/gui/formdownloadattachment.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMDOWNLOADATTACHMENT_H #define FORMDOWNLOADATTACHMENT_H diff --git a/src/services/gmail/gui/formeditgmailaccount.cpp b/src/services/gmail/gui/formeditgmailaccount.cpp index 15034017e..d602d369d 100755 --- a/src/services/gmail/gui/formeditgmailaccount.cpp +++ b/src/services/gmail/gui/formeditgmailaccount.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/gmail/gui/formeditgmailaccount.h" diff --git a/src/services/gmail/gui/formeditgmailaccount.h b/src/services/gmail/gui/formeditgmailaccount.h index be3a1257f..55e97eb82 100755 --- a/src/services/gmail/gui/formeditgmailaccount.h +++ b/src/services/gmail/gui/formeditgmailaccount.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMEDITINOREADERACCOUNT_H #define FORMEDITINOREADERACCOUNT_H diff --git a/src/services/gmail/network/gmailnetworkfactory.cpp b/src/services/gmail/network/gmailnetworkfactory.cpp index 684c58d4b..4cf49a5c7 100755 --- a/src/services/gmail/network/gmailnetworkfactory.cpp +++ b/src/services/gmail/network/gmailnetworkfactory.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/gmail/network/gmailnetworkfactory.h" diff --git a/src/services/gmail/network/gmailnetworkfactory.h b/src/services/gmail/network/gmailnetworkfactory.h index 6ad49bc2e..eef7ecdfc 100755 --- a/src/services/gmail/network/gmailnetworkfactory.h +++ b/src/services/gmail/network/gmailnetworkfactory.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef GMAILNETWORKFACTORY_H #define GMAILNETWORKFACTORY_H diff --git a/src/services/inoreader/definitions.h b/src/services/inoreader/definitions.h index 5fcf3fa83..e903319a7 100755 --- a/src/services/inoreader/definitions.h +++ b/src/services/inoreader/definitions.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef INOREADER_DEFINITIONS_H #define INOREADER_DEFINITIONS_H diff --git a/src/services/inoreader/gui/formeditinoreaderaccount.cpp b/src/services/inoreader/gui/formeditinoreaderaccount.cpp index c980eb9d1..a7f888524 100755 --- a/src/services/inoreader/gui/formeditinoreaderaccount.cpp +++ b/src/services/inoreader/gui/formeditinoreaderaccount.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/inoreader/gui/formeditinoreaderaccount.h" diff --git a/src/services/inoreader/gui/formeditinoreaderaccount.h b/src/services/inoreader/gui/formeditinoreaderaccount.h index 2b5d7fc54..79a609a7f 100755 --- a/src/services/inoreader/gui/formeditinoreaderaccount.h +++ b/src/services/inoreader/gui/formeditinoreaderaccount.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMEDITINOREADERACCOUNT_H #define FORMEDITINOREADERACCOUNT_H diff --git a/src/services/inoreader/inoreaderentrypoint.cpp b/src/services/inoreader/inoreaderentrypoint.cpp index 9ea7fd3ad..8359c86d7 100755 --- a/src/services/inoreader/inoreaderentrypoint.cpp +++ b/src/services/inoreader/inoreaderentrypoint.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/inoreader/inoreaderentrypoint.h" diff --git a/src/services/inoreader/inoreaderentrypoint.h b/src/services/inoreader/inoreaderentrypoint.h index 8ba980b63..2da77e98c 100755 --- a/src/services/inoreader/inoreaderentrypoint.h +++ b/src/services/inoreader/inoreaderentrypoint.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef INOREADERENTRYPOINT_H #define INOREADERENTRYPOINT_H diff --git a/src/services/inoreader/inoreaderfeed.cpp b/src/services/inoreader/inoreaderfeed.cpp index c82d2c731..d00247679 100755 --- a/src/services/inoreader/inoreaderfeed.cpp +++ b/src/services/inoreader/inoreaderfeed.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/inoreader/inoreaderfeed.h" diff --git a/src/services/inoreader/inoreaderfeed.h b/src/services/inoreader/inoreaderfeed.h index 775c7dbcf..e4c76996e 100755 --- a/src/services/inoreader/inoreaderfeed.h +++ b/src/services/inoreader/inoreaderfeed.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef INOREADERFEED_H #define INOREADERFEED_H diff --git a/src/services/inoreader/network/inoreadernetworkfactory.cpp b/src/services/inoreader/network/inoreadernetworkfactory.cpp index 8b644c2b0..61b1e09eb 100755 --- a/src/services/inoreader/network/inoreadernetworkfactory.cpp +++ b/src/services/inoreader/network/inoreadernetworkfactory.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/inoreader/network/inoreadernetworkfactory.h" diff --git a/src/services/inoreader/network/inoreadernetworkfactory.h b/src/services/inoreader/network/inoreadernetworkfactory.h index 40fc52aed..c95cbd905 100755 --- a/src/services/inoreader/network/inoreadernetworkfactory.h +++ b/src/services/inoreader/network/inoreadernetworkfactory.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef INOREADERNETWORKFACTORY_H #define INOREADERNETWORKFACTORY_H diff --git a/src/services/owncloud/definitions.h b/src/services/owncloud/definitions.h index 285d820d9..3a5c0d1f0 100755 --- a/src/services/owncloud/definitions.h +++ b/src/services/owncloud/definitions.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef OWNCLOUD_DEFINITIONS_H #define OWNCLOUD_DEFINITIONS_H diff --git a/src/services/owncloud/gui/formeditowncloudaccount.cpp b/src/services/owncloud/gui/formeditowncloudaccount.cpp index 06659eac8..992c56161 100755 --- a/src/services/owncloud/gui/formeditowncloudaccount.cpp +++ b/src/services/owncloud/gui/formeditowncloudaccount.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/owncloud/gui/formeditowncloudaccount.h" diff --git a/src/services/owncloud/gui/formeditowncloudaccount.h b/src/services/owncloud/gui/formeditowncloudaccount.h index b88696f74..275df4c66 100755 --- a/src/services/owncloud/gui/formeditowncloudaccount.h +++ b/src/services/owncloud/gui/formeditowncloudaccount.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMEDITOWNCLOUDACCOUNT_H #define FORMEDITOWNCLOUDACCOUNT_H diff --git a/src/services/owncloud/gui/formowncloudfeeddetails.cpp b/src/services/owncloud/gui/formowncloudfeeddetails.cpp index 058fac955..bde29cdab 100755 --- a/src/services/owncloud/gui/formowncloudfeeddetails.cpp +++ b/src/services/owncloud/gui/formowncloudfeeddetails.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/owncloud/gui/formowncloudfeeddetails.h" diff --git a/src/services/owncloud/gui/formowncloudfeeddetails.h b/src/services/owncloud/gui/formowncloudfeeddetails.h index 8b0700c8d..82a2d582b 100755 --- a/src/services/owncloud/gui/formowncloudfeeddetails.h +++ b/src/services/owncloud/gui/formowncloudfeeddetails.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMOWNCLOUDFEEDDETAILS_H #define FORMOWNCLOUDFEEDDETAILS_H diff --git a/src/services/owncloud/network/owncloudnetworkfactory.cpp b/src/services/owncloud/network/owncloudnetworkfactory.cpp index 4c26bf0ab..215ca60b3 100755 --- a/src/services/owncloud/network/owncloudnetworkfactory.cpp +++ b/src/services/owncloud/network/owncloudnetworkfactory.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/owncloud/network/owncloudnetworkfactory.h" diff --git a/src/services/owncloud/network/owncloudnetworkfactory.h b/src/services/owncloud/network/owncloudnetworkfactory.h index 19de205d2..31481af2b 100755 --- a/src/services/owncloud/network/owncloudnetworkfactory.h +++ b/src/services/owncloud/network/owncloudnetworkfactory.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef OWNCLOUDNETWORKFACTORY_H #define OWNCLOUDNETWORKFACTORY_H diff --git a/src/services/owncloud/owncloudfeed.cpp b/src/services/owncloud/owncloudfeed.cpp index 6b947e8e0..84631fee1 100755 --- a/src/services/owncloud/owncloudfeed.cpp +++ b/src/services/owncloud/owncloudfeed.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/owncloud/owncloudfeed.h" diff --git a/src/services/owncloud/owncloudfeed.h b/src/services/owncloud/owncloudfeed.h index 2bab4ea2e..a194327b3 100755 --- a/src/services/owncloud/owncloudfeed.h +++ b/src/services/owncloud/owncloudfeed.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef OWNCLOUDFEED_H #define OWNCLOUDFEED_H diff --git a/src/services/owncloud/owncloudserviceentrypoint.cpp b/src/services/owncloud/owncloudserviceentrypoint.cpp index c43958224..e0de446f4 100755 --- a/src/services/owncloud/owncloudserviceentrypoint.cpp +++ b/src/services/owncloud/owncloudserviceentrypoint.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/owncloud/owncloudserviceentrypoint.h" diff --git a/src/services/owncloud/owncloudserviceentrypoint.h b/src/services/owncloud/owncloudserviceentrypoint.h index 18815e37f..48d687a6c 100755 --- a/src/services/owncloud/owncloudserviceentrypoint.h +++ b/src/services/owncloud/owncloudserviceentrypoint.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef OWNCLOUDSERVICEENTRYPOINT_H #define OWNCLOUDSERVICEENTRYPOINT_H diff --git a/src/services/owncloud/owncloudserviceroot.cpp b/src/services/owncloud/owncloudserviceroot.cpp index 155768363..8450a3b50 100755 --- a/src/services/owncloud/owncloudserviceroot.cpp +++ b/src/services/owncloud/owncloudserviceroot.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/owncloud/owncloudserviceroot.h" diff --git a/src/services/owncloud/owncloudserviceroot.h b/src/services/owncloud/owncloudserviceroot.h index 2f06e0246..3f583ac86 100755 --- a/src/services/owncloud/owncloudserviceroot.h +++ b/src/services/owncloud/owncloudserviceroot.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef OWNCLOUDSERVICEROOT_H #define OWNCLOUDSERVICEROOT_H diff --git a/src/services/standard/atomparser.cpp b/src/services/standard/atomparser.cpp index 0e237f4ac..2395cd62b 100755 --- a/src/services/standard/atomparser.cpp +++ b/src/services/standard/atomparser.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/standard/atomparser.h" diff --git a/src/services/standard/atomparser.h b/src/services/standard/atomparser.h index ef77ced14..1a46a8d61 100755 --- a/src/services/standard/atomparser.h +++ b/src/services/standard/atomparser.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef ATOMPARSER_H #define ATOMPARSER_H diff --git a/src/services/standard/feedparser.cpp b/src/services/standard/feedparser.cpp index 9550acf90..0f2def513 100755 --- a/src/services/standard/feedparser.cpp +++ b/src/services/standard/feedparser.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/standard/feedparser.h" diff --git a/src/services/standard/feedparser.h b/src/services/standard/feedparser.h index af4ca2c6e..985b067b1 100755 --- a/src/services/standard/feedparser.h +++ b/src/services/standard/feedparser.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FEEDPARSER_H #define FEEDPARSER_H diff --git a/src/services/standard/gui/formstandardcategorydetails.cpp b/src/services/standard/gui/formstandardcategorydetails.cpp index 2f7dfd8bf..1bd326c22 100755 --- a/src/services/standard/gui/formstandardcategorydetails.cpp +++ b/src/services/standard/gui/formstandardcategorydetails.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/standard/gui/formstandardcategorydetails.h" diff --git a/src/services/standard/gui/formstandardcategorydetails.h b/src/services/standard/gui/formstandardcategorydetails.h index 09cafde78..ad8a68a2d 100755 --- a/src/services/standard/gui/formstandardcategorydetails.h +++ b/src/services/standard/gui/formstandardcategorydetails.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMCATEGORYDETAILS_H #define FORMCATEGORYDETAILS_H diff --git a/src/services/standard/gui/formstandardfeeddetails.cpp b/src/services/standard/gui/formstandardfeeddetails.cpp index e5ea6137e..1d1d0f651 100755 --- a/src/services/standard/gui/formstandardfeeddetails.cpp +++ b/src/services/standard/gui/formstandardfeeddetails.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/standard/gui/formstandardfeeddetails.h" diff --git a/src/services/standard/gui/formstandardfeeddetails.h b/src/services/standard/gui/formstandardfeeddetails.h index 727b1a9dd..4931289a2 100755 --- a/src/services/standard/gui/formstandardfeeddetails.h +++ b/src/services/standard/gui/formstandardfeeddetails.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMSSFEEDDETAILS_H #define FORMSSFEEDDETAILS_H diff --git a/src/services/standard/gui/formstandardimportexport.cpp b/src/services/standard/gui/formstandardimportexport.cpp index 9d4f4fc2e..e4d6eab87 100755 --- a/src/services/standard/gui/formstandardimportexport.cpp +++ b/src/services/standard/gui/formstandardimportexport.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/standard/gui/formstandardimportexport.h" diff --git a/src/services/standard/gui/formstandardimportexport.h b/src/services/standard/gui/formstandardimportexport.h index 256aeb304..4203eff8d 100755 --- a/src/services/standard/gui/formstandardimportexport.h +++ b/src/services/standard/gui/formstandardimportexport.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMEXPORT_H #define FORMEXPORT_H diff --git a/src/services/standard/rdfparser.cpp b/src/services/standard/rdfparser.cpp index 554671eb1..625474ffc 100755 --- a/src/services/standard/rdfparser.cpp +++ b/src/services/standard/rdfparser.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/standard/rdfparser.h" diff --git a/src/services/standard/rdfparser.h b/src/services/standard/rdfparser.h index c5f2cac94..cb3d3c112 100755 --- a/src/services/standard/rdfparser.h +++ b/src/services/standard/rdfparser.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef RDFPARSER_H #define RDFPARSER_H diff --git a/src/services/standard/rssparser.cpp b/src/services/standard/rssparser.cpp index bc12b3148..c6189b243 100755 --- a/src/services/standard/rssparser.cpp +++ b/src/services/standard/rssparser.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/standard/rssparser.h" diff --git a/src/services/standard/rssparser.h b/src/services/standard/rssparser.h index 700c66de3..f5a4eea5c 100755 --- a/src/services/standard/rssparser.h +++ b/src/services/standard/rssparser.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef RSSPARSER_H #define RSSPARSER_H diff --git a/src/services/standard/standardcategory.cpp b/src/services/standard/standardcategory.cpp index b295d271a..c11d1177a 100755 --- a/src/services/standard/standardcategory.cpp +++ b/src/services/standard/standardcategory.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/standard/standardcategory.h" diff --git a/src/services/standard/standardcategory.h b/src/services/standard/standardcategory.h index 4edf082eb..b0ea5d68c 100755 --- a/src/services/standard/standardcategory.h +++ b/src/services/standard/standardcategory.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FEEDSMODELCATEGORY_H #define FEEDSMODELCATEGORY_H diff --git a/src/services/standard/standardfeed.cpp b/src/services/standard/standardfeed.cpp index 3f65bdbf6..ede63646e 100755 --- a/src/services/standard/standardfeed.cpp +++ b/src/services/standard/standardfeed.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/standard/standardfeed.h" diff --git a/src/services/standard/standardfeed.h b/src/services/standard/standardfeed.h index 10a4aecb5..11513aaaf 100755 --- a/src/services/standard/standardfeed.h +++ b/src/services/standard/standardfeed.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FEEDSMODELFEED_H #define FEEDSMODELFEED_H diff --git a/src/services/standard/standardfeedsimportexportmodel.cpp b/src/services/standard/standardfeedsimportexportmodel.cpp index 6ed550f45..ec4d2773a 100755 --- a/src/services/standard/standardfeedsimportexportmodel.cpp +++ b/src/services/standard/standardfeedsimportexportmodel.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/standard/standardfeedsimportexportmodel.h" diff --git a/src/services/standard/standardfeedsimportexportmodel.h b/src/services/standard/standardfeedsimportexportmodel.h index eb85ffbf3..f1e7b2084 100755 --- a/src/services/standard/standardfeedsimportexportmodel.h +++ b/src/services/standard/standardfeedsimportexportmodel.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef STANDARDFEEDSIMPORTEXPORTMODEL_H #define STANDARDFEEDSIMPORTEXPORTMODEL_H diff --git a/src/services/standard/standardserviceentrypoint.cpp b/src/services/standard/standardserviceentrypoint.cpp index 4982d7e03..3b87f8e3a 100755 --- a/src/services/standard/standardserviceentrypoint.cpp +++ b/src/services/standard/standardserviceentrypoint.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/standard/standardserviceentrypoint.h" diff --git a/src/services/standard/standardserviceentrypoint.h b/src/services/standard/standardserviceentrypoint.h index 23c7e295e..38f3a8887 100755 --- a/src/services/standard/standardserviceentrypoint.h +++ b/src/services/standard/standardserviceentrypoint.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef STANDARDSERVICEENTRYPOINT_H #define STANDARDSERVICEENTRYPOINT_H diff --git a/src/services/standard/standardserviceroot.cpp b/src/services/standard/standardserviceroot.cpp index b4c2231e9..75b00987c 100755 --- a/src/services/standard/standardserviceroot.cpp +++ b/src/services/standard/standardserviceroot.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/standard/standardserviceroot.h" diff --git a/src/services/standard/standardserviceroot.h b/src/services/standard/standardserviceroot.h index 770b746d8..bc97f5b34 100755 --- a/src/services/standard/standardserviceroot.h +++ b/src/services/standard/standardserviceroot.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef STANDARDSERVICEROOT_H #define STANDARDSERVICEROOT_H diff --git a/src/services/tt-rss/definitions.h b/src/services/tt-rss/definitions.h index 2c9d09fe4..dc7a58ddc 100755 --- a/src/services/tt-rss/definitions.h +++ b/src/services/tt-rss/definitions.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef TTRSS_DEFINITIONS_H #define TTRSS_DEFINITIONS_H diff --git a/src/services/tt-rss/gui/formeditttrssaccount.cpp b/src/services/tt-rss/gui/formeditttrssaccount.cpp index 650525fe1..951241078 100755 --- a/src/services/tt-rss/gui/formeditttrssaccount.cpp +++ b/src/services/tt-rss/gui/formeditttrssaccount.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/tt-rss/gui/formeditttrssaccount.h" diff --git a/src/services/tt-rss/gui/formeditttrssaccount.h b/src/services/tt-rss/gui/formeditttrssaccount.h index b601d4b73..8cf13fb47 100755 --- a/src/services/tt-rss/gui/formeditttrssaccount.h +++ b/src/services/tt-rss/gui/formeditttrssaccount.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMEDITACCOUNT_H #define FORMEDITACCOUNT_H diff --git a/src/services/tt-rss/gui/formttrssfeeddetails.cpp b/src/services/tt-rss/gui/formttrssfeeddetails.cpp index 12a667c53..c63f7ffcd 100755 --- a/src/services/tt-rss/gui/formttrssfeeddetails.cpp +++ b/src/services/tt-rss/gui/formttrssfeeddetails.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/tt-rss/gui/formttrssfeeddetails.h" diff --git a/src/services/tt-rss/gui/formttrssfeeddetails.h b/src/services/tt-rss/gui/formttrssfeeddetails.h index 2ca376cf6..1a9e91a54 100755 --- a/src/services/tt-rss/gui/formttrssfeeddetails.h +++ b/src/services/tt-rss/gui/formttrssfeeddetails.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef FORMTTRSSFEEDDETAILS_H #define FORMTTRSSFEEDDETAILS_H diff --git a/src/services/tt-rss/network/ttrssnetworkfactory.cpp b/src/services/tt-rss/network/ttrssnetworkfactory.cpp index 700cbc15b..16828876c 100755 --- a/src/services/tt-rss/network/ttrssnetworkfactory.cpp +++ b/src/services/tt-rss/network/ttrssnetworkfactory.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/tt-rss/network/ttrssnetworkfactory.h" diff --git a/src/services/tt-rss/network/ttrssnetworkfactory.h b/src/services/tt-rss/network/ttrssnetworkfactory.h index d8bcaf0c5..f799bf409 100755 --- a/src/services/tt-rss/network/ttrssnetworkfactory.h +++ b/src/services/tt-rss/network/ttrssnetworkfactory.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef TTRSSNETWORKFACTORY_H #define TTRSSNETWORKFACTORY_H diff --git a/src/services/tt-rss/ttrssfeed.cpp b/src/services/tt-rss/ttrssfeed.cpp index 4c5ed07d0..0546bad48 100755 --- a/src/services/tt-rss/ttrssfeed.cpp +++ b/src/services/tt-rss/ttrssfeed.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/tt-rss/ttrssfeed.h" diff --git a/src/services/tt-rss/ttrssfeed.h b/src/services/tt-rss/ttrssfeed.h index 3cd1eba07..eb8a6d3af 100755 --- a/src/services/tt-rss/ttrssfeed.h +++ b/src/services/tt-rss/ttrssfeed.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef TTRSSFEED_H #define TTRSSFEED_H diff --git a/src/services/tt-rss/ttrssserviceentrypoint.cpp b/src/services/tt-rss/ttrssserviceentrypoint.cpp index c83aeec3d..66ff250e1 100755 --- a/src/services/tt-rss/ttrssserviceentrypoint.cpp +++ b/src/services/tt-rss/ttrssserviceentrypoint.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/tt-rss/ttrssserviceentrypoint.h" diff --git a/src/services/tt-rss/ttrssserviceentrypoint.h b/src/services/tt-rss/ttrssserviceentrypoint.h index 3172e6b2e..159f92a67 100755 --- a/src/services/tt-rss/ttrssserviceentrypoint.h +++ b/src/services/tt-rss/ttrssserviceentrypoint.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef TTRSSSERVICEENTRYPOINT_H #define TTRSSSERVICEENTRYPOINT_H diff --git a/src/services/tt-rss/ttrssserviceroot.cpp b/src/services/tt-rss/ttrssserviceroot.cpp index 3f6b70fcb..56a243615 100755 --- a/src/services/tt-rss/ttrssserviceroot.cpp +++ b/src/services/tt-rss/ttrssserviceroot.cpp @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #include "services/tt-rss/ttrssserviceroot.h" diff --git a/src/services/tt-rss/ttrssserviceroot.h b/src/services/tt-rss/ttrssserviceroot.h index defe10fa1..4d401530d 100755 --- a/src/services/tt-rss/ttrssserviceroot.h +++ b/src/services/tt-rss/ttrssserviceroot.h @@ -1,4 +1,4 @@ -// For license of this file, see /LICENSE.md. +// For license of this file, see /LICENSE.md. #ifndef TTRSSSERVICEROOT_H #define TTRSSSERVICEROOT_H