diff --git a/apps/browser/MainWindow.cpp b/apps/browser/MainWindow.cpp index fd20f19ee..a9cfb3792 100644 --- a/apps/browser/MainWindow.cpp +++ b/apps/browser/MainWindow.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 06.01.17. -// - #include "MainWindow.hpp" #include "QueryHelper.hpp" #include "PingHelper.hpp" diff --git a/apps/browser/MainWindow.hpp b/apps/browser/MainWindow.hpp index 31e686295..fa0fce5b1 100644 --- a/apps/browser/MainWindow.hpp +++ b/apps/browser/MainWindow.hpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 06.01.17. -// - #ifndef NEWLAUNCHER_MAIN_HPP #define NEWLAUNCHER_MAIN_HPP diff --git a/apps/browser/MySortFilterProxyModel.cpp b/apps/browser/MySortFilterProxyModel.cpp index 5ae3c7797..6897e9326 100644 --- a/apps/browser/MySortFilterProxyModel.cpp +++ b/apps/browser/MySortFilterProxyModel.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 30.01.17. -// - #include "MySortFilterProxyModel.hpp" #include "ServerModel.hpp" diff --git a/apps/browser/MySortFilterProxyModel.hpp b/apps/browser/MySortFilterProxyModel.hpp index 496f711ee..e0b6180ed 100644 --- a/apps/browser/MySortFilterProxyModel.hpp +++ b/apps/browser/MySortFilterProxyModel.hpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 30.01.17. -// - #ifndef OPENMW_MYSORTFILTERPROXYMODEL_HPP #define OPENMW_MYSORTFILTERPROXYMODEL_HPP diff --git a/apps/browser/PingHelper.cpp b/apps/browser/PingHelper.cpp index b5f946b8a..a807a9188 100644 --- a/apps/browser/PingHelper.cpp +++ b/apps/browser/PingHelper.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 03.05.17. -// - #include "PingHelper.hpp" #include "ServerModel.hpp" #include diff --git a/apps/browser/PingHelper.hpp b/apps/browser/PingHelper.hpp index 808757482..b800182b5 100644 --- a/apps/browser/PingHelper.hpp +++ b/apps/browser/PingHelper.hpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 03.05.17. -// - #ifndef OPENMW_PINGHELPER_HPP #define OPENMW_PINGHELPER_HPP diff --git a/apps/browser/PingUpdater.cpp b/apps/browser/PingUpdater.cpp index befea9c3c..af9b86ee3 100644 --- a/apps/browser/PingUpdater.cpp +++ b/apps/browser/PingUpdater.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 02.05.17. -// - #include "PingUpdater.hpp" #include "netutils/Utils.hpp" #include diff --git a/apps/browser/PingUpdater.hpp b/apps/browser/PingUpdater.hpp index 61494a8ac..b970b4f2d 100644 --- a/apps/browser/PingUpdater.hpp +++ b/apps/browser/PingUpdater.hpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 02.05.17. -// - #ifndef OPENMW_PINGUPDATER_HPP #define OPENMW_PINGUPDATER_HPP diff --git a/apps/browser/QueryHelper.cpp b/apps/browser/QueryHelper.cpp index 8fee88db8..2d042d25d 100644 --- a/apps/browser/QueryHelper.cpp +++ b/apps/browser/QueryHelper.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 27.05.17. -// - #include "netutils/QueryClient.hpp" #include "netutils/Utils.hpp" #include "QueryHelper.hpp" diff --git a/apps/browser/QueryHelper.hpp b/apps/browser/QueryHelper.hpp index b34069ce4..63a2af12d 100644 --- a/apps/browser/QueryHelper.hpp +++ b/apps/browser/QueryHelper.hpp @@ -1,8 +1,3 @@ -// -// Created by koncord on 27.05.17. -// - - #ifndef OPENMW_QUERYHELPER_HPP #define OPENMW_QUERYHELPER_HPP diff --git a/apps/browser/ServerInfoDialog.cpp b/apps/browser/ServerInfoDialog.cpp index 8cfee4bc5..51799d8df 100644 --- a/apps/browser/ServerInfoDialog.cpp +++ b/apps/browser/ServerInfoDialog.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 07.01.17. -// - #include #include "qdebug.h" diff --git a/apps/browser/ServerInfoDialog.hpp b/apps/browser/ServerInfoDialog.hpp index a1ee62fee..ffc8fe609 100644 --- a/apps/browser/ServerInfoDialog.hpp +++ b/apps/browser/ServerInfoDialog.hpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 07.01.17. -// - #ifndef NEWLAUNCHER_SERVERINFODIALOG_HPP #define NEWLAUNCHER_SERVERINFODIALOG_HPP diff --git a/apps/browser/Types.hpp b/apps/browser/Types.hpp index b9d19f272..8b95b0f3b 100644 --- a/apps/browser/Types.hpp +++ b/apps/browser/Types.hpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 07.05.17. -// - #ifndef OPENMW_TYPES_HPP #define OPENMW_TYPES_HPP diff --git a/apps/browser/netutils/HTTPNetwork.cpp b/apps/browser/netutils/HTTPNetwork.cpp index b266e6acb..a9e0cf10e 100644 --- a/apps/browser/netutils/HTTPNetwork.cpp +++ b/apps/browser/netutils/HTTPNetwork.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 07.01.17. -// - #include #include #include diff --git a/apps/browser/netutils/HTTPNetwork.hpp b/apps/browser/netutils/HTTPNetwork.hpp index 8597ddcb0..7717df8b9 100644 --- a/apps/browser/netutils/HTTPNetwork.hpp +++ b/apps/browser/netutils/HTTPNetwork.hpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 07.01.17. -// - #ifndef NEWLAUNCHER_HTTPNETWORK_HPP #define NEWLAUNCHER_HTTPNETWORK_HPP diff --git a/apps/browser/netutils/QueryClient.cpp b/apps/browser/netutils/QueryClient.cpp index e96a9be1a..40d6bb9b0 100644 --- a/apps/browser/netutils/QueryClient.cpp +++ b/apps/browser/netutils/QueryClient.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 24.04.17. -// - #include "QueryClient.hpp" #include #include diff --git a/apps/browser/netutils/QueryClient.hpp b/apps/browser/netutils/QueryClient.hpp index 1e21e8dcf..837b4c07b 100644 --- a/apps/browser/netutils/QueryClient.hpp +++ b/apps/browser/netutils/QueryClient.hpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 24.04.17. -// - #ifndef OPENMW_QUERYCLIENT_HPP #define OPENMW_QUERYCLIENT_HPP diff --git a/apps/browser/netutils/Utils.cpp b/apps/browser/netutils/Utils.cpp index 702269691..d139906fe 100644 --- a/apps/browser/netutils/Utils.cpp +++ b/apps/browser/netutils/Utils.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 07.01.17. -// - #include #include #include diff --git a/apps/browser/netutils/Utils.hpp b/apps/browser/netutils/Utils.hpp index 1be5b788b..47215dd7d 100644 --- a/apps/browser/netutils/Utils.hpp +++ b/apps/browser/netutils/Utils.hpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 07.01.17. -// - #ifndef NEWLAUNCHER_PING_HPP #define NEWLAUNCHER_PING_HPP diff --git a/apps/master/MasterServer.cpp b/apps/master/MasterServer.cpp index f52841317..d5d1bbdc2 100644 --- a/apps/master/MasterServer.cpp +++ b/apps/master/MasterServer.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 21.04.17. -// - #include #include #include diff --git a/apps/master/MasterServer.hpp b/apps/master/MasterServer.hpp index 5b2379e81..fa14026da 100644 --- a/apps/master/MasterServer.hpp +++ b/apps/master/MasterServer.hpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 21.04.17. -// - #ifndef NEWMASTERPROTO_MASTERSERVER_HPP #define NEWMASTERPROTO_MASTERSERVER_HPP diff --git a/apps/master/RestServer.cpp b/apps/master/RestServer.cpp index b266db48d..4d3ebc0c8 100644 --- a/apps/master/RestServer.cpp +++ b/apps/master/RestServer.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 13.05.17. -// - #include "RestServer.hpp" #include diff --git a/apps/master/RestServer.hpp b/apps/master/RestServer.hpp index 1107660cf..7786f7774 100644 --- a/apps/master/RestServer.hpp +++ b/apps/master/RestServer.hpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 13.05.17. -// - #ifndef NEWRESTAPI_RESTSERVER_HPP #define NEWRESTAPI_RESTSERVER_HPP diff --git a/apps/master/ServerTest.cpp b/apps/master/ServerTest.cpp index c7dcf41fa..05b313f3b 100644 --- a/apps/master/ServerTest.cpp +++ b/apps/master/ServerTest.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 21.04.17. -// - #include #include #include diff --git a/apps/openmw-mp/Cell.cpp b/apps/openmw-mp/Cell.cpp index 9827db929..23805b6af 100644 --- a/apps/openmw-mp/Cell.cpp +++ b/apps/openmw-mp/Cell.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 18.02.17. -// - #include "Cell.hpp" #include diff --git a/apps/openmw-mp/Cell.hpp b/apps/openmw-mp/Cell.hpp index d2049aa11..079019df8 100644 --- a/apps/openmw-mp/Cell.hpp +++ b/apps/openmw-mp/Cell.hpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 18.02.17. -// - #ifndef OPENMW_SERVERCELL_HPP #define OPENMW_SERVERCELL_HPP diff --git a/apps/openmw-mp/MasterClient.cpp b/apps/openmw-mp/MasterClient.cpp index c5ee82c45..c07639bfb 100644 --- a/apps/openmw-mp/MasterClient.cpp +++ b/apps/openmw-mp/MasterClient.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 14.08.16. -// - #include #include #include diff --git a/apps/openmw-mp/MasterClient.hpp b/apps/openmw-mp/MasterClient.hpp index 858946297..9cce56af7 100644 --- a/apps/openmw-mp/MasterClient.hpp +++ b/apps/openmw-mp/MasterClient.hpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 14.08.16. -// - #ifndef OPENMW_MASTERCLIENT_HPP #define OPENMW_MASTERCLIENT_HPP diff --git a/apps/openmw-mp/Player.cpp b/apps/openmw-mp/Player.cpp index 63060d0b6..fa078b41e 100644 --- a/apps/openmw-mp/Player.cpp +++ b/apps/openmw-mp/Player.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 05.01.16. -// - #include "Player.hpp" #include "Networking.hpp" diff --git a/apps/openmw-mp/Player.hpp b/apps/openmw-mp/Player.hpp index 2792f74e0..c7fe2bb0b 100644 --- a/apps/openmw-mp/Player.hpp +++ b/apps/openmw-mp/Player.hpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 05.01.16. -// - #ifndef OPENMW_PLAYER_HPP #define OPENMW_PLAYER_HPP diff --git a/apps/openmw-mp/Script/API/PublicFnAPI.cpp b/apps/openmw-mp/Script/API/PublicFnAPI.cpp index c0bc713d8..e9671ce60 100644 --- a/apps/openmw-mp/Script/API/PublicFnAPI.cpp +++ b/apps/openmw-mp/Script/API/PublicFnAPI.cpp @@ -1,7 +1,3 @@ -// -// Created by koncord on 14.05.16. -// - #include