From e15428e139f0d0eee63bb565de43b37236e1dd52 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Mon, 26 Aug 2019 12:33:28 +0300 Subject: [PATCH] [General] Remove "created by" stamps added by IntelliJ --- apps/browser/MainWindow.cpp | 4 ---- apps/browser/MainWindow.hpp | 4 ---- apps/browser/MySortFilterProxyModel.cpp | 4 ---- apps/browser/MySortFilterProxyModel.hpp | 4 ---- apps/browser/PingHelper.cpp | 4 ---- apps/browser/PingHelper.hpp | 4 ---- apps/browser/PingUpdater.cpp | 4 ---- apps/browser/PingUpdater.hpp | 4 ---- apps/browser/QueryHelper.cpp | 4 ---- apps/browser/QueryHelper.hpp | 5 ----- apps/browser/ServerInfoDialog.cpp | 4 ---- apps/browser/ServerInfoDialog.hpp | 4 ---- apps/browser/Types.hpp | 4 ---- apps/browser/netutils/HTTPNetwork.cpp | 4 ---- apps/browser/netutils/HTTPNetwork.hpp | 4 ---- apps/browser/netutils/QueryClient.cpp | 4 ---- apps/browser/netutils/QueryClient.hpp | 4 ---- apps/browser/netutils/Utils.cpp | 4 ---- apps/browser/netutils/Utils.hpp | 4 ---- apps/master/MasterServer.cpp | 4 ---- apps/master/MasterServer.hpp | 4 ---- apps/master/RestServer.cpp | 4 ---- apps/master/RestServer.hpp | 4 ---- apps/master/ServerTest.cpp | 4 ---- apps/openmw-mp/Cell.cpp | 4 ---- apps/openmw-mp/Cell.hpp | 4 ---- apps/openmw-mp/MasterClient.cpp | 4 ---- apps/openmw-mp/MasterClient.hpp | 4 ---- apps/openmw-mp/Player.cpp | 4 ---- apps/openmw-mp/Player.hpp | 4 ---- apps/openmw-mp/Script/API/PublicFnAPI.cpp | 4 ---- apps/openmw-mp/Script/API/PublicFnAPI.hpp | 4 ---- apps/openmw-mp/Script/Functions/CharClass.cpp | 4 ---- apps/openmw-mp/Script/Functions/CharClass.hpp | 4 ---- apps/openmw-mp/Script/Functions/Timer.cpp | 4 ---- apps/openmw-mp/Script/LangLua/LangLua.cpp | 4 ---- apps/openmw-mp/Script/LangLua/LangLua.hpp | 4 ---- apps/openmw-mp/Script/LangLua/LuaFunc.cpp | 4 ---- apps/openmw-mp/Script/LangNative/LangNative.cpp | 4 ---- apps/openmw-mp/Script/LangNative/LangNative.hpp | 4 ---- apps/openmw-mp/Script/Language.hpp | 4 ---- apps/openmw-mp/Script/Platform.hpp | 4 ---- apps/openmw-mp/Script/Script.cpp | 4 ---- apps/openmw-mp/Script/Script.hpp | 4 ---- apps/openmw-mp/Script/ScriptFunction.cpp | 4 ---- apps/openmw-mp/Script/ScriptFunction.hpp | 4 ---- apps/openmw-mp/Script/SystemInterface.hpp | 4 ---- apps/openmw-mp/Script/Types.hpp | 4 ---- apps/openmw-mp/processors/PlayerProcessor.cpp | 4 ---- apps/openmw-mp/processors/PlayerProcessor.hpp | 4 ---- apps/openmw-mp/processors/ProcessorInitializer.hpp | 4 ---- apps/openmw-mp/processors/player/ProcessorChatMsg.hpp | 4 ---- .../openmw-mp/processors/player/ProcessorGUIMessageBox.hpp | 4 ---- .../processors/player/ProcessorPlayerAnimFlags.hpp | 4 ---- .../processors/player/ProcessorPlayerAttribute.hpp | 4 ---- .../processors/player/ProcessorPlayerCellChange.hpp | 4 ---- .../processors/player/ProcessorPlayerCharClass.hpp | 4 ---- .../openmw-mp/processors/player/ProcessorPlayerCharGen.hpp | 4 ---- .../processors/player/ProcessorPlayerEquipment.hpp | 4 ---- .../processors/player/ProcessorPlayerInventory.hpp | 4 ---- .../processors/player/ProcessorPlayerResurrect.hpp | 4 ---- apps/openmw-mp/processors/player/ProcessorPlayerSkill.hpp | 4 ---- .../processors/player/ProcessorPlayerSpellbook.hpp | 4 ---- .../processors/player/ProcessorPlayerStatsDynamic.hpp | 4 ---- apps/openmw/mwmp/DedicatedPlayer.hpp | 4 ---- apps/openmw/mwmp/GUI/GUIChat.cpp | 4 ---- apps/openmw/mwmp/GUI/GUIChat.hpp | 4 ---- apps/openmw/mwmp/GUI/GUIDialogList.cpp | 4 ---- apps/openmw/mwmp/GUI/GUIDialogList.hpp | 4 ---- apps/openmw/mwmp/GUI/GUILogin.cpp | 4 ---- apps/openmw/mwmp/GUI/GUILogin.hpp | 4 ---- apps/openmw/mwmp/GUI/PlayerMarkerCollection.cpp | 4 ---- apps/openmw/mwmp/GUI/PlayerMarkerCollection.hpp | 4 ---- apps/openmw/mwmp/GUI/TextInputDialog.cpp | 4 ---- apps/openmw/mwmp/GUI/TextInputDialog.hpp | 7 +------ apps/openmw/mwmp/GUIController.cpp | 4 ---- apps/openmw/mwmp/GUIController.hpp | 4 ---- apps/openmw/mwmp/Main.cpp | 4 ---- apps/openmw/mwmp/processors/ActorProcessor.cpp | 4 ---- apps/openmw/mwmp/processors/ActorProcessor.hpp | 4 ---- apps/openmw/mwmp/processors/BaseClientPacketProcessor.cpp | 4 ---- apps/openmw/mwmp/processors/BaseClientPacketProcessor.hpp | 4 ---- apps/openmw/mwmp/processors/PlayerProcessor.cpp | 4 ---- apps/openmw/mwmp/processors/PlayerProcessor.hpp | 4 ---- apps/openmw/mwmp/processors/ProcessorInitializer.hpp | 4 ---- apps/openmw/mwmp/processors/object/BaseObjectProcessor.hpp | 4 ---- .../openmw/mwmp/processors/player/ProcessorChatMessage.hpp | 4 ---- .../mwmp/processors/player/ProcessorGUIMessageBox.hpp | 4 ---- apps/openmw/mwmp/processors/player/ProcessorHandshake.hpp | 4 ---- .../mwmp/processors/player/ProcessorPlayerAnimFlags.hpp | 4 ---- .../mwmp/processors/player/ProcessorPlayerAttribute.hpp | 4 ---- .../mwmp/processors/player/ProcessorPlayerBaseInfo.hpp | 4 ---- .../mwmp/processors/player/ProcessorPlayerCellChange.hpp | 4 ---- .../mwmp/processors/player/ProcessorPlayerCharClass.hpp | 4 ---- .../mwmp/processors/player/ProcessorPlayerCharGen.hpp | 4 ---- .../openmw/mwmp/processors/player/ProcessorPlayerDeath.hpp | 4 ---- .../mwmp/processors/player/ProcessorPlayerEquipment.hpp | 4 ---- .../mwmp/processors/player/ProcessorPlayerPosition.hpp | 4 ---- .../mwmp/processors/player/ProcessorPlayerResurrect.hpp | 4 ---- .../openmw/mwmp/processors/player/ProcessorPlayerSkill.hpp | 4 ---- .../mwmp/processors/player/ProcessorPlayerSpellbook.hpp | 4 ---- .../mwmp/processors/player/ProcessorPlayerStatsDynamic.hpp | 4 ---- .../mwmp/processors/player/ProcessorUserDisconnected.hpp | 4 ---- components/openmw-mp/Base/BasePacketProcessor.hpp | 4 ---- components/openmw-mp/Master/MasterData.hpp | 4 ---- components/openmw-mp/Master/PacketMasterAnnounce.cpp | 4 ---- components/openmw-mp/Master/PacketMasterAnnounce.hpp | 4 ---- components/openmw-mp/Master/PacketMasterQuery.cpp | 4 ---- components/openmw-mp/Master/PacketMasterQuery.hpp | 4 ---- components/openmw-mp/Master/PacketMasterUpdate.cpp | 4 ---- components/openmw-mp/Master/PacketMasterUpdate.hpp | 4 ---- components/openmw-mp/NetworkMessages.hpp | 4 ---- components/openmw-mp/Packets/Player/PacketChatMessage.cpp | 4 ---- components/openmw-mp/Packets/Player/PacketChatMessage.hpp | 4 ---- components/openmw-mp/Packets/Player/PacketDisconnect.hpp | 4 ---- components/openmw-mp/Packets/Player/PacketGUIBoxes.hpp | 4 ---- components/openmw-mp/Packets/Player/PacketHandshake.hpp | 4 ---- components/openmw-mp/Packets/Player/PacketLoaded.hpp | 4 ---- .../openmw-mp/Packets/Player/PacketPlayerActiveSkills.cpp | 4 ---- .../openmw-mp/Packets/Player/PacketPlayerActiveSkills.hpp | 4 ---- components/openmw-mp/Packets/Player/PacketPlayerAttack.hpp | 4 ---- .../openmw-mp/Packets/Player/PacketPlayerAttribute.hpp | 4 ---- .../openmw-mp/Packets/Player/PacketPlayerBaseInfo.cpp | 4 ---- .../openmw-mp/Packets/Player/PacketPlayerBaseInfo.hpp | 4 ---- .../openmw-mp/Packets/Player/PacketPlayerCellChange.cpp | 4 ---- .../openmw-mp/Packets/Player/PacketPlayerCellChange.hpp | 4 ---- .../openmw-mp/Packets/Player/PacketPlayerCharGen.cpp | 4 ---- .../openmw-mp/Packets/Player/PacketPlayerCharGen.hpp | 4 ---- components/openmw-mp/Packets/Player/PacketPlayerClass.cpp | 4 ---- .../openmw-mp/Packets/Player/PacketPlayerEquipment.hpp | 4 ---- .../openmw-mp/Packets/Player/PacketPlayerInventory.cpp | 4 ---- .../openmw-mp/Packets/Player/PacketPlayerInventory.hpp | 4 ---- .../openmw-mp/Packets/Player/PacketPlayerPosition.cpp | 4 ---- .../openmw-mp/Packets/Player/PacketPlayerPosition.hpp | 4 ---- components/openmw-mp/Packets/Player/PacketPlayerSkill.hpp | 4 ---- .../openmw-mp/Packets/Player/PacketPlayerStatsDynamic.hpp | 4 ---- components/openmw-mp/TimedLog.cpp | 4 ---- components/openmw-mp/TimedLog.hpp | 4 ---- components/openmw-mp/Utils.hpp | 4 ---- 139 files changed, 1 insertion(+), 559 deletions(-) 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