From 1bda592d2ff4b9543abac91f3c8f784ef3165a80 Mon Sep 17 00:00:00 2001 From: geektcp Date: Sun, 23 Jun 2024 12:17:01 +0800 Subject: [PATCH] rename to UeCore --- .travis.yml | 4 ++-- AUTHORS.md | 2 +- CMakeLists.txt | 2 +- README.md | 8 +++---- app/mangosd/mangosd.cpp | 2 +- app/realmd/realmd.cpp | 2 +- appveyor.yml | 2 +- cmake/compiler/clang/settings.cmake | 2 +- cmake/compiler/gcc/settings.cmake | 2 +- cmake/macros/ImportTBB.cmake | 2 +- cmake/showoptions.cmake | 2 +- contrib/CreateTopicBranch.sh | 8 +++---- contrib/MergeHelper.sh | 6 ++--- .../convertConditions/ConvertConditions.py | 2 +- contrib/convertConditions/README.txt | 2 +- contrib/extractor/CMakeLists.txt | 2 +- contrib/extractor/libmpq/CMakeLists.txt | 2 +- contrib/extractor/loadlib/CMakeLists.txt | 2 +- contrib/extractor_binary/ExtractResources.sh | 2 +- contrib/extractor_binary/MoveMapGen.sh | 2 +- contrib/extractor_binary/README.txt | 2 +- contrib/extractor_scripts/ExtractResources.sh | 2 +- contrib/extractor_scripts/MoveMapGen.sh | 2 +- contrib/extractor_scripts/README.txt | 2 +- contrib/git_id/git_id.cpp | 2 +- contrib/mmap/CMakeLists.txt | 2 +- contrib/mmap/mmap_extract.py | 2 +- contrib/mmap/src/IntermediateValues.cpp | 2 +- contrib/mmap/src/IntermediateValues.h | 2 +- contrib/mmap/src/MMapCommon.h | 2 +- contrib/mmap/src/MangosMap.h | 2 +- contrib/mmap/src/MapBuilder.cpp | 2 +- contrib/mmap/src/MapBuilder.h | 2 +- contrib/mmap/src/TerrainBuilder.cpp | 2 +- contrib/mmap/src/TerrainBuilder.h | 2 +- contrib/mmap/src/VMapExtensions.cpp | 2 +- contrib/mmap/src/generator.cpp | 2 +- contrib/mysql_to_pgsql/src/defines.h | 2 +- contrib/mysql_to_pgsql/src/main.cpp | 2 +- contrib/soap/example.php | 2 +- contrib/vmap_assembler/CMakeLists.txt | 2 +- contrib/vmap_assembler/vmap_assembler.cpp | 2 +- contrib/vmap_extractor/CMakeLists.txt | 2 +- .../vmap_extractor/vmapextract/CMakeLists.txt | 2 +- .../vmap_extractor/vmapextract/adtfile.cpp | 2 +- contrib/vmap_extractor/vmapextract/adtfile.h | 2 +- .../vmap_extractor/vmapextract/dbcfile.cpp | 2 +- contrib/vmap_extractor/vmapextract/dbcfile.h | 2 +- .../vmapextract/loadlib/loadlib.h | 2 +- contrib/vmap_extractor/vmapextract/model.cpp | 2 +- contrib/vmap_extractor/vmapextract/model.h | 2 +- .../vmap_extractor/vmapextract/modelheaders.h | 2 +- .../vmap_extractor/vmapextract/vmapexport.cpp | 2 +- .../vmap_extractor/vmapextract/vmapexport.h | 2 +- .../vmap_extractor/vmapextract/wdtfile.cpp | 2 +- contrib/vmap_extractor/vmapextract/wdtfile.h | 2 +- contrib/vmap_extractor/vmapextract/wmo.cpp | 2 +- contrib/vmap_extractor/vmapextract/wmo.h | 2 +- dep/CMakeLists.txt | 2 +- dep/libmpq/CMakeLists.txt | 2 +- dep/recastnavigation/CMakeLists.txt | 2 +- dep/recastnavigation/Detour/CMakeLists.txt | 2 +- .../Detour/Source/CMakeLists.txt | 2 +- dep/recastnavigation/Recast/CMakeLists.txt | 2 +- .../Recast/Source/CMakeLists.txt | 2 +- dep/src/CMakeLists.txt | 2 +- dep/src/g3dlite/CMakeLists.txt | 2 +- dep/src/gsoap/CMakeLists.txt | 2 +- dep/src/zlib/CMakeLists.txt | 2 +- dep/tbb/CMakeLists.txt | 2 +- dep/tbb/include/tbb/tbb_exception.h | 2 +- doc/describe/CONTRIBUTING.md | 24 +++++++++---------- doc/describe/HISTORY.md | 2 +- doc/other/script_commands.txt | 2 +- doc/playerbot/INSTALL.txt | 2 +- doc/playerbot/README_PLAYERBOT.txt | 2 +- doc/script_docs/How_to_install.html | 2 +- doc/script_docs/How_to_install.txt | 2 +- src/framework/CMakeLists.txt | 2 +- src/framework/Dynamic/FactoryHolder.h | 2 +- src/framework/Dynamic/ObjectRegistry.h | 2 +- src/framework/GameSystem/Grid.h | 2 +- src/framework/GameSystem/GridLoader.h | 2 +- src/framework/GameSystem/GridRefManager.h | 2 +- src/framework/GameSystem/GridReference.h | 2 +- src/framework/GameSystem/NGrid.h | 2 +- src/framework/GameSystem/TypeContainer.h | 2 +- .../GameSystem/TypeContainerFunctions.h | 2 +- .../GameSystem/TypeContainerVisitor.h | 2 +- src/framework/Platform/CompilerDefs.h | 2 +- src/framework/Platform/Define.h | 2 +- src/framework/Policies/CreationPolicy.h | 2 +- src/framework/Policies/Lock.h | 2 +- src/framework/Policies/MemoryManagement.cpp | 2 +- src/framework/Policies/ObjectLifeTime.cpp | 2 +- src/framework/Policies/ObjectLifeTime.h | 2 +- src/framework/Policies/Singleton.h | 2 +- src/framework/Policies/ThreadingModel.h | 2 +- src/framework/Utilities/ByteConverter.h | 2 +- src/framework/Utilities/Callback.h | 2 +- src/framework/Utilities/EventProcessor.cpp | 2 +- src/framework/Utilities/EventProcessor.h | 2 +- src/framework/Utilities/LinkedList.h | 2 +- .../Utilities/LinkedReference/RefManager.h | 2 +- .../Utilities/LinkedReference/Reference.h | 2 +- src/framework/Utilities/TypeList.h | 2 +- src/game/AI/AggressorAI.cpp | 2 +- src/game/AI/AggressorAI.h | 2 +- src/game/AI/CreatureAI.cpp | 2 +- src/game/AI/CreatureAI.h | 2 +- src/game/AI/CreatureAIImpl.h | 2 +- src/game/AI/CreatureAIRegistry.cpp | 2 +- src/game/AI/CreatureAIRegistry.h | 2 +- src/game/AI/CreatureAISelector.cpp | 2 +- src/game/AI/CreatureAISelector.h | 2 +- src/game/AI/CreatureEventAI.cpp | 2 +- src/game/AI/CreatureEventAI.h | 2 +- src/game/AI/CreatureEventAIMgr.cpp | 2 +- src/game/AI/CreatureEventAIMgr.h | 2 +- src/game/AI/GuardAI.cpp | 2 +- src/game/AI/GuardAI.h | 2 +- src/game/AI/GuardianAI.cpp | 2 +- src/game/AI/GuardianAI.h | 2 +- src/game/AI/NullCreatureAI.cpp | 2 +- src/game/AI/NullCreatureAI.h | 2 +- src/game/AI/PetAI.cpp | 2 +- src/game/AI/PetAI.h | 2 +- src/game/AI/PossessedAI.h | 2 +- src/game/AI/ReactorAI.cpp | 2 +- src/game/AI/ReactorAI.h | 2 +- src/game/AI/TotemAI.cpp | 2 +- src/game/AI/TotemAI.h | 2 +- src/game/AccountMgr.cpp | 2 +- src/game/AccountMgr.h | 2 +- src/game/AddonHandler.cpp | 2 +- src/game/AddonHandler.h | 2 +- src/game/AggressorAI.cpp | 2 +- src/game/AggressorAI.h | 2 +- src/game/AuctionHouseBot/AuctionHouseBot.cpp | 2 +- src/game/AuctionHouseBot/AuctionHouseBot.h | 2 +- src/game/AuctionHouseHandler.cpp | 2 +- src/game/AuctionHouseMgr.cpp | 2 +- src/game/AuctionHouseMgr.h | 2 +- src/game/Bag.cpp | 2 +- src/game/Bag.h | 2 +- src/game/BattleGround/BattleGround.cpp | 2 +- src/game/BattleGround/BattleGround.h | 2 +- src/game/BattleGround/BattleGroundAB.cpp | 2 +- src/game/BattleGround/BattleGroundAB.h | 2 +- src/game/BattleGround/BattleGroundAV.cpp | 2 +- src/game/BattleGround/BattleGroundAV.h | 2 +- src/game/BattleGround/BattleGroundHandler.cpp | 2 +- src/game/BattleGround/BattleGroundMgr.cpp | 2 +- src/game/BattleGround/BattleGroundMgr.h | 2 +- src/game/BattleGround/BattleGroundWS.cpp | 2 +- src/game/BattleGround/BattleGroundWS.h | 2 +- src/game/CMakeLists.txt | 2 +- src/game/Camera.cpp | 2 +- src/game/Camera.h | 2 +- src/game/Cell.h | 2 +- src/game/CellImpl.h | 2 +- src/game/Channel.cpp | 2 +- src/game/Channel.h | 2 +- src/game/ChannelHandler.cpp | 2 +- src/game/ChannelMgr.cpp | 2 +- src/game/ChannelMgr.h | 2 +- src/game/CharacterDatabaseCleaner.cpp | 2 +- src/game/CharacterDatabaseCleaner.h | 2 +- src/game/CharacterHandler.cpp | 2 +- src/game/Chat.cpp | 4 ++-- src/game/Chat.h | 4 ++-- src/game/ChatHandler.cpp | 2 +- src/game/CombatHandler.cpp | 2 +- src/game/ConfusedMovementGenerator.cpp | 2 +- src/game/ConfusedMovementGenerator.h | 2 +- src/game/Corpse.cpp | 2 +- src/game/Corpse.h | 2 +- src/game/Creature.cpp | 2 +- src/game/Creature.h | 2 +- src/game/CreatureAI.cpp | 2 +- src/game/CreatureAI.h | 2 +- src/game/CreatureAIImpl.h | 2 +- src/game/CreatureAIRegistry.cpp | 2 +- src/game/CreatureAIRegistry.h | 2 +- src/game/CreatureAISelector.cpp | 2 +- src/game/CreatureAISelector.h | 2 +- src/game/CreatureEventAI.cpp | 2 +- src/game/CreatureEventAI.h | 2 +- src/game/CreatureEventAIMgr.cpp | 2 +- src/game/CreatureEventAIMgr.h | 2 +- src/game/CreatureLinkingMgr.cpp | 2 +- src/game/CreatureLinkingMgr.h | 2 +- src/game/DBCEnums.h | 2 +- src/game/DBCStores.cpp | 2 +- src/game/DBCStores.h | 2 +- src/game/DBCStructure.h | 2 +- src/game/DBCfmt.h | 2 +- src/game/DuelHandler.cpp | 2 +- src/game/DynamicObject.cpp | 2 +- src/game/DynamicObject.h | 2 +- src/game/FleeingMovementGenerator.cpp | 2 +- src/game/FleeingMovementGenerator.h | 2 +- src/game/FollowerRefManager.h | 2 +- src/game/FollowerReference.cpp | 2 +- src/game/FollowerReference.h | 2 +- src/game/Formulas.h | 2 +- src/game/GMTicketHandler.cpp | 2 +- src/game/GMTicketMgr.cpp | 2 +- src/game/GMTicketMgr.h | 2 +- src/game/GameEventMgr.cpp | 2 +- src/game/GameEventMgr.h | 2 +- src/game/GameObject.cpp | 2 +- src/game/GameObject.h | 2 +- src/game/GossipDef.cpp | 2 +- src/game/GossipDef.h | 2 +- src/game/GridDefines.h | 2 +- src/game/GridMap.cpp | 2 +- src/game/GridMap.h | 2 +- src/game/GridNotifiers.cpp | 2 +- src/game/GridNotifiers.h | 2 +- src/game/GridNotifiersImpl.h | 2 +- src/game/GridStates.cpp | 2 +- src/game/GridStates.h | 2 +- src/game/Group.cpp | 2 +- src/game/Group.h | 2 +- src/game/GroupHandler.cpp | 2 +- src/game/GroupRefManager.h | 2 +- src/game/GroupReference.cpp | 2 +- src/game/GroupReference.h | 2 +- src/game/GuardAI.cpp | 2 +- src/game/GuardAI.h | 2 +- src/game/Guild.cpp | 2 +- src/game/Guild.h | 2 +- src/game/GuildHandler.cpp | 2 +- src/game/GuildMgr.cpp | 2 +- src/game/GuildMgr.h | 2 +- src/game/HomeMovementGenerator.cpp | 2 +- src/game/HomeMovementGenerator.h | 2 +- src/game/HostileRefManager.cpp | 2 +- src/game/HostileRefManager.h | 2 +- src/game/IdleMovementGenerator.cpp | 2 +- src/game/IdleMovementGenerator.h | 2 +- src/game/InstanceData.cpp | 2 +- src/game/InstanceData.h | 2 +- src/game/Item.cpp | 2 +- src/game/Item.h | 2 +- src/game/ItemEnchantmentMgr.cpp | 2 +- src/game/ItemEnchantmentMgr.h | 2 +- src/game/ItemHandler.cpp | 2 +- src/game/ItemPrototype.h | 2 +- src/game/Language.h | 2 +- src/game/Level0.cpp | 2 +- src/game/Level1.cpp | 2 +- src/game/Level2.cpp | 4 ++-- src/game/Level3.cpp | 2 +- src/game/Level4.cpp | 2 +- src/game/LootHandler.cpp | 2 +- src/game/LootMgr.cpp | 2 +- src/game/LootMgr.h | 2 +- src/game/Mail.cpp | 2 +- src/game/Mail.h | 2 +- src/game/MailHandler.cpp | 2 +- src/game/Map.cpp | 2 +- src/game/Map.h | 2 +- src/game/MapManager.cpp | 2 +- src/game/MapManager.h | 2 +- src/game/MapPersistentStateMgr.cpp | 2 +- src/game/MapPersistentStateMgr.h | 2 +- src/game/MapRefManager.h | 2 +- src/game/MapReference.h | 2 +- src/game/MassMailMgr.cpp | 2 +- src/game/MassMailMgr.h | 2 +- src/game/MiscHandler.cpp | 2 +- src/game/MotionMaster.cpp | 2 +- src/game/MotionMaster.h | 2 +- src/game/MoveMap.cpp | 2 +- src/game/MoveMap.h | 2 +- src/game/MoveMapSharedDefines.h | 2 +- src/game/MovementGenerator.cpp | 2 +- src/game/MovementGenerator.h | 2 +- src/game/MovementGeneratorImpl.h | 2 +- src/game/MovementHandler.cpp | 2 +- src/game/NPCHandler.cpp | 2 +- src/game/NPCHandler.h | 2 +- src/game/NullCreatureAI.cpp | 2 +- src/game/NullCreatureAI.h | 2 +- src/game/Object.cpp | 2 +- src/game/Object.h | 2 +- src/game/ObjectAccessor.cpp | 2 +- src/game/ObjectAccessor.h | 2 +- src/game/ObjectGridLoader.cpp | 2 +- src/game/ObjectGridLoader.h | 2 +- src/game/ObjectGuid.cpp | 2 +- src/game/ObjectGuid.h | 2 +- src/game/ObjectMgr.cpp | 2 +- src/game/ObjectMgr.h | 2 +- src/game/ObjectPosSelector.cpp | 2 +- src/game/ObjectPosSelector.h | 2 +- src/game/Opcodes.cpp | 2 +- src/game/Opcodes.h | 2 +- src/game/OutdoorPvP/OutdoorPvP.cpp | 2 +- src/game/OutdoorPvP/OutdoorPvP.h | 2 +- src/game/OutdoorPvP/OutdoorPvPEP.cpp | 2 +- src/game/OutdoorPvP/OutdoorPvPEP.h | 2 +- src/game/OutdoorPvP/OutdoorPvPMgr.cpp | 2 +- src/game/OutdoorPvP/OutdoorPvPMgr.h | 2 +- src/game/OutdoorPvP/OutdoorPvPSI.cpp | 2 +- src/game/OutdoorPvP/OutdoorPvPSI.h | 2 +- src/game/Path.h | 2 +- src/game/PathFinder.cpp | 2 +- src/game/PathFinder.h | 2 +- src/game/Pet.cpp | 2 +- src/game/Pet.h | 2 +- src/game/PetAI.cpp | 2 +- src/game/PetAI.h | 2 +- src/game/PetHandler.cpp | 2 +- src/game/PetitionsHandler.cpp | 2 +- src/game/Player.cpp | 2 +- src/game/Player.h | 2 +- src/game/PlayerDump.cpp | 2 +- src/game/PlayerDump.h | 2 +- src/game/PointMovementGenerator.cpp | 2 +- src/game/PointMovementGenerator.h | 2 +- src/game/PoolManager.cpp | 2 +- src/game/PoolManager.h | 2 +- src/game/QueryHandler.cpp | 2 +- src/game/QuestDef.cpp | 2 +- src/game/QuestDef.h | 2 +- src/game/QuestHandler.cpp | 2 +- src/game/RandomMovementGenerator.cpp | 2 +- src/game/RandomMovementGenerator.h | 2 +- src/game/ReactorAI.cpp | 2 +- src/game/ReactorAI.h | 2 +- src/game/ReputationMgr.cpp | 2 +- src/game/ReputationMgr.h | 2 +- src/game/SQLStorages.cpp | 2 +- src/game/SQLStorages.h | 2 +- src/game/ScriptMgr.cpp | 2 +- src/game/ScriptMgr.h | 2 +- src/game/SharedDefines.h | 2 +- src/game/SkillHandler.cpp | 2 +- src/game/SocialMgr.cpp | 2 +- src/game/SocialMgr.h | 2 +- src/game/Spell.cpp | 2 +- src/game/Spell.h | 2 +- src/game/SpellAuraDefines.h | 2 +- src/game/SpellAuras.cpp | 2 +- src/game/SpellAuras.h | 2 +- src/game/SpellEffects.cpp | 2 +- src/game/SpellHandler.cpp | 2 +- src/game/SpellMgr.cpp | 2 +- src/game/SpellMgr.h | 2 +- src/game/StatSystem.cpp | 2 +- src/game/TargetedMovementGenerator.cpp | 2 +- src/game/TargetedMovementGenerator.h | 2 +- src/game/TaxiHandler.cpp | 2 +- src/game/TemporarySummon.cpp | 2 +- src/game/TemporarySummon.h | 2 +- src/game/ThreatManager.cpp | 2 +- src/game/ThreatManager.h | 2 +- src/game/Totem.cpp | 2 +- src/game/Totem.h | 2 +- src/game/TotemAI.cpp | 2 +- src/game/TotemAI.h | 2 +- src/game/TradeHandler.cpp | 2 +- src/game/Transports.cpp | 2 +- src/game/Transports.h | 2 +- src/game/Unit.cpp | 2 +- src/game/Unit.h | 2 +- src/game/UnitAuraProcHandler.cpp | 2 +- src/game/UnitEvents.h | 2 +- src/game/UpdateData.cpp | 2 +- src/game/UpdateData.h | 2 +- src/game/UpdateFields.h | 2 +- src/game/UpdateMask.h | 2 +- src/game/WaypointManager.cpp | 2 +- src/game/WaypointManager.h | 2 +- src/game/WaypointMovementGenerator.cpp | 2 +- src/game/WaypointMovementGenerator.h | 2 +- src/game/Weather.cpp | 2 +- src/game/Weather.h | 2 +- src/game/World.cpp | 4 ++-- src/game/World.h | 2 +- src/game/WorldSession.cpp | 2 +- src/game/WorldSession.h | 2 +- src/game/WorldSocket.cpp | 2 +- src/game/WorldSocket.h | 2 +- src/game/debugcmds.cpp | 2 +- src/game/movement/MoveSpline.cpp | 2 +- src/game/movement/MoveSpline.h | 2 +- src/game/movement/MoveSplineFlag.h | 2 +- src/game/movement/MoveSplineInit.cpp | 2 +- src/game/movement/MoveSplineInit.h | 2 +- src/game/movement/MoveSplineInitArgs.h | 2 +- src/game/movement/packet_builder.cpp | 2 +- src/game/movement/packet_builder.h | 2 +- src/game/movement/spline.cpp | 2 +- src/game/movement/spline.h | 2 +- src/game/movement/spline.impl.h | 2 +- src/game/movement/typedefs.h | 2 +- src/game/movement/util.cpp | 2 +- src/game/vmap/BIH.cpp | 2 +- src/game/vmap/BIH.h | 2 +- src/game/vmap/BIHWrap.h | 2 +- src/game/vmap/DynamicTree.cpp | 2 +- src/game/vmap/DynamicTree.h | 2 +- src/game/vmap/GameObjectModel.cpp | 2 +- src/game/vmap/GameObjectModel.h | 2 +- src/game/vmap/IVMapManager.h | 2 +- src/game/vmap/MapTree.cpp | 2 +- src/game/vmap/MapTree.h | 2 +- src/game/vmap/ModelInstance.cpp | 2 +- src/game/vmap/ModelInstance.h | 2 +- src/game/vmap/RegularGrid.h | 2 +- src/game/vmap/TileAssembler.cpp | 2 +- src/game/vmap/TileAssembler.h | 2 +- src/game/vmap/VMapDefinitions.h | 2 +- src/game/vmap/VMapFactory.cpp | 2 +- src/game/vmap/VMapFactory.h | 2 +- src/game/vmap/VMapManager2.cpp | 2 +- src/game/vmap/VMapManager2.h | 2 +- src/game/vmap/VMapTools.h | 2 +- src/game/vmap/WorldModel.cpp | 2 +- src/game/vmap/WorldModel.h | 2 +- src/mangosd/CMakeLists.txt | 2 +- src/mangosd/CliRunnable.cpp | 2 +- src/mangosd/CliRunnable.h | 2 +- src/mangosd/MaNGOSsoap.cpp | 2 +- src/mangosd/MaNGOSsoap.h | 2 +- src/mangosd/Master.cpp | 2 +- src/mangosd/Master.h | 2 +- src/mangosd/RASocket.cpp | 2 +- src/mangosd/RASocket.h | 2 +- src/mangosd/WorldRunnable.cpp | 2 +- src/mangosd/WorldRunnable.h | 2 +- src/mangosd/mangosd.rc | 2 +- src/realmd/AuthCodes.h | 2 +- src/realmd/AuthSocket.cpp | 2 +- src/realmd/AuthSocket.h | 4 ++-- src/realmd/CMakeLists.txt | 2 +- src/realmd/RealmList.cpp | 2 +- src/realmd/RealmList.h | 2 +- src/realmd/realmd.rc | 2 +- src/shared/Auth/AuthCrypt.cpp | 2 +- src/shared/Auth/AuthCrypt.h | 2 +- src/shared/Auth/BigNumber.cpp | 2 +- src/shared/Auth/BigNumber.h | 2 +- src/shared/Auth/Hmac.cpp | 2 +- src/shared/Auth/Hmac.h | 2 +- src/shared/Auth/Sha1.cpp | 2 +- src/shared/Auth/Sha1.h | 2 +- src/shared/ByteBuffer.cpp | 2 +- src/shared/ByteBuffer.h | 2 +- src/shared/CMakeLists.txt | 2 +- src/shared/Common.cpp | 2 +- src/shared/Common.h | 2 +- src/shared/Config/Config.cpp | 2 +- src/shared/Config/Config.h | 2 +- src/shared/Database/DBCFileLoader.cpp | 2 +- src/shared/Database/DBCFileLoader.h | 2 +- src/shared/Database/DBCStore.h | 2 +- src/shared/Database/Database.cpp | 2 +- src/shared/Database/Database.h | 2 +- src/shared/Database/DatabaseEnv.h | 2 +- src/shared/Database/DatabaseImpl.h | 2 +- src/shared/Database/DatabaseMysql.cpp | 2 +- src/shared/Database/DatabaseMysql.h | 2 +- src/shared/Database/DatabasePostgre.cpp | 2 +- src/shared/Database/DatabasePostgre.h | 2 +- src/shared/Database/Field.cpp | 2 +- src/shared/Database/Field.h | 2 +- src/shared/Database/PGSQLDelayThread.h | 2 +- src/shared/Database/QueryResult.h | 2 +- src/shared/Database/QueryResultMysql.cpp | 2 +- src/shared/Database/QueryResultMysql.h | 2 +- src/shared/Database/QueryResultPostgre.cpp | 2 +- src/shared/Database/QueryResultPostgre.h | 2 +- src/shared/Database/SQLStorage.cpp | 2 +- src/shared/Database/SQLStorage.h | 2 +- src/shared/Database/SQLStorageImpl.h | 2 +- src/shared/Database/SqlDelayThread.cpp | 2 +- src/shared/Database/SqlDelayThread.h | 2 +- src/shared/Database/SqlOperations.cpp | 2 +- src/shared/Database/SqlOperations.h | 2 +- src/shared/Database/SqlPreparedStatement.cpp | 2 +- src/shared/Database/SqlPreparedStatement.h | 2 +- src/shared/Errors.h | 2 +- src/shared/Log.cpp | 2 +- src/shared/Log.h | 2 +- src/shared/Network/Listener.cpp | 2 +- src/shared/Network/Listener.hpp | 2 +- src/shared/Network/NetworkThread.hpp | 2 +- src/shared/Network/PacketBuffer.cpp | 2 +- src/shared/Network/PacketBuffer.hpp | 2 +- src/shared/Network/Socket.cpp | 2 +- src/shared/Network/Socket.hpp | 2 +- src/shared/PosixDaemon.cpp | 2 +- src/shared/PosixDaemon.h | 2 +- src/shared/ProgressBar.cpp | 2 +- src/shared/ProgressBar.h | 2 +- src/shared/ServiceWin32.cpp | 2 +- src/shared/ServiceWin32.h | 2 +- src/shared/SystemConfig.h | 4 ++-- src/shared/SystemConfig.h.in | 4 ++-- src/shared/TSS.h | 2 +- src/shared/Threading.cpp | 2 +- src/shared/Threading.h | 2 +- src/shared/Timer.h | 2 +- src/shared/Util.cpp | 2 +- src/shared/Util.h | 2 +- src/shared/WorldPacket.h | 2 +- src/tools/genrevision/genrevision.cpp | 2 +- 512 files changed, 539 insertions(+), 539 deletions(-) diff --git a/.travis.yml b/.travis.yml index d5596c7..cb5951d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ # -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -74,5 +74,5 @@ script: - make -j4 - make install -# if this configuration file is not in one of the offical Everwar repositories at http://github.com/Everwar/, PLEASE remove the notifications or point them to another IRC channel! +# if this configuration file is not in one of the offical UeCore repositories at http://github.com/UeCore/, PLEASE remove the notifications or point them to another IRC channel! diff --git a/AUTHORS.md b/AUTHORS.md index 7b916b0..dc6bf27 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,4 +1,4 @@ -# List of AUTHORS who contributed over time to the Everwar project +# List of AUTHORS who contributed over time to the UeCore project * geektcp geektcp@gmail.com * git https://github.com/geektcp/everwar diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b64e07..c7f2eba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # build server -project(Everwar) +project(UeCore) set(EVERWAR_VERSION 1.3) cmake_minimum_required(VERSION 3.0) diff --git a/README.md b/README.md index 6091073..ca98d18 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Everwar开源魔兽世界服务器 +UeCore开源魔兽世界服务器 ============================== > 魔兽世界是世界上最成功的游戏之一,这是一套完整的服务端源码版本。 @@ -7,7 +7,7 @@ Everwar开源魔兽世界服务器 ![登录入口](https://github.com/geektcp/everwar/blob/master/screen/door.png) # website -Everwar开源友谊魔兽世界社区论坛 +UeCore开源友谊魔兽世界社区论坛
# overview @@ -67,7 +67,7 @@ everwar服务器将提供良好的游戏功能设计,游戏体验, 我们一起改良它,让更多的人获得乐趣。 ``` -Everwar魔兽世界帐号注册 +UeCore魔兽世界帐号注册 ``` http://wotlk.everwar.cn ``` @@ -178,7 +178,7 @@ https://github.com/geektcp/everwar/releases/tag/1.0 http://doc.everwar.cn ``` -Everwar开源魔兽世界官方技术文档地址 +UeCore开源魔兽世界官方技术文档地址 # 界面截图 diff --git a/app/mangosd/mangosd.cpp b/app/mangosd/mangosd.cpp index 8aa2da8..15e2d41 100644 --- a/app/mangosd/mangosd.cpp +++ b/app/mangosd/mangosd.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/app/realmd/realmd.cpp b/app/realmd/realmd.cpp index f4ff93e..b1882fe 100644 --- a/app/realmd/realmd.cpp +++ b/app/realmd/realmd.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/appveyor.yml b/appveyor.yml index 1c8c08f..53ab06e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -54,7 +54,7 @@ init: else {Write-Host "Skipping tag delete because its same commit!" -f Yellow;}} # clone directory -clone_folder: C:\projects\Everwar +clone_folder: C:\projects\UeCore # branches to build branches: diff --git a/cmake/compiler/clang/settings.cmake b/cmake/compiler/clang/settings.cmake index ad48582..1227b6f 100644 --- a/cmake/compiler/clang/settings.cmake +++ b/cmake/compiler/clang/settings.cmake @@ -10,7 +10,7 @@ if(COMPILER_SUPPORTS_CXX11) elseif(COMPILER_SUPPORTS_CXX0X) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x") else() - message(FATAL_ERROR "Error, Everwar requires a compiler that supports C++11!") + message(FATAL_ERROR "Error, UeCore requires a compiler that supports C++11!") endif() if(WARNINGS) diff --git a/cmake/compiler/gcc/settings.cmake b/cmake/compiler/gcc/settings.cmake index 7f27361..5fd20b5 100644 --- a/cmake/compiler/gcc/settings.cmake +++ b/cmake/compiler/gcc/settings.cmake @@ -10,7 +10,7 @@ if(COMPILER_SUPPORTS_CXX11) elseif(COMPILER_SUPPORTS_CXX0X) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x") else() - message(FATAL_ERROR "Error, Everwar requires a compiler that supports C++11!") + message(FATAL_ERROR "Error, UeCore requires a compiler that supports C++11!") endif() diff --git a/cmake/macros/ImportTBB.cmake b/cmake/macros/ImportTBB.cmake index a38c000..f867b55 100644 --- a/cmake/macros/ImportTBB.cmake +++ b/cmake/macros/ImportTBB.cmake @@ -1,5 +1,5 @@ # -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/cmake/showoptions.cmake b/cmake/showoptions.cmake index 75525fe..50d5309 100644 --- a/cmake/showoptions.cmake +++ b/cmake/showoptions.cmake @@ -1,5 +1,5 @@ # output generic information about the core -message(STATUS "Everwar-Core revision : ${GIT_REVISION}") +message(STATUS "UeCore-Core revision : ${GIT_REVISION}") message(STATUS "Install server to : ${CMAKE_INSTALL_PREFIX}") # Show infomation about the options selected during configuration diff --git a/contrib/CreateTopicBranch.sh b/contrib/CreateTopicBranch.sh index 5cd44c5..8f56fde 100644 --- a/contrib/CreateTopicBranch.sh +++ b/contrib/CreateTopicBranch.sh @@ -1,9 +1,9 @@ #!/bin/sh -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # This program is free software licensed under GPL version 2 # Please see the included COPYING for full text */ -## Dialogue helper to create a "topic-branch" for Everwar +## Dialogue helper to create a "topic-branch" for UeCore # Steps in interactive dialog: # 1) Get name of contribution (ie LFG) @@ -50,7 +50,7 @@ function read_yes_no { # Main Script -echo "Welcome to Everwar' helper tool to create a branch for a development project" +echo "Welcome to UeCore' helper tool to create a branch for a development project" echo "This script will guide you through seven steps to set up a branch in which you can develop your project" echo @@ -58,7 +58,7 @@ echo git rev-parse --git-dir 1>/dev/null 2>&1 if [[ $? -ne 0 ]]; then echo "ERROR: Cannot find Git directory" - echo "Try to start from your main Everwar directory by using" + echo "Try to start from your main UeCore directory by using" echo " \"contrib/CreateTopicBranch.sh\"" read -p"Press [RETURN] to exit" exit 1 diff --git a/contrib/MergeHelper.sh b/contrib/MergeHelper.sh index 40c9b62..ba95a3e 100644 --- a/contrib/MergeHelper.sh +++ b/contrib/MergeHelper.sh @@ -1,5 +1,5 @@ #!/bin/sh -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # This program is free software licensed under GPL version 2 # Please see the included COPYING for full text */ @@ -62,7 +62,7 @@ EOF # Display help function display_help { echo - echo "Welcome to the Everwar merge helper $script_file_name" + echo "Welcome to the UeCore merge helper $script_file_name" echo echo "Run this tool from a bash compatible terminal (on windows like Git Bash)" echo @@ -100,7 +100,7 @@ function merge_pull_request { git rev-parse --git-dir 1>/dev/null 2>&1 if [[ $? -ne 0 ]]; then echo "ERROR: This script must be used within a Git working tree" - echo "Try to start from your main Everwar directory by using" + echo "Try to start from your main UeCore directory by using" echo " \"contrib/$script_file_name\"" read -p"Press [RETURN] to exit" exit 1 diff --git a/contrib/convertConditions/ConvertConditions.py b/contrib/convertConditions/ConvertConditions.py index 1682032..aec949a 100644 --- a/contrib/convertConditions/ConvertConditions.py +++ b/contrib/convertConditions/ConvertConditions.py @@ -1,5 +1,5 @@ # -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/contrib/convertConditions/README.txt b/contrib/convertConditions/README.txt index 2d30169..0f98f1a 100644 --- a/contrib/convertConditions/README.txt +++ b/contrib/convertConditions/README.txt @@ -1,5 +1,5 @@ # -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # This small Python script is intended to help with the convertion diff --git a/contrib/extractor/CMakeLists.txt b/contrib/extractor/CMakeLists.txt index bb6159d..bc5af80 100644 --- a/contrib/extractor/CMakeLists.txt +++ b/contrib/extractor/CMakeLists.txt @@ -1,4 +1,4 @@ -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/contrib/extractor/libmpq/CMakeLists.txt b/contrib/extractor/libmpq/CMakeLists.txt index daf4a0b..c09d7c8 100644 --- a/contrib/extractor/libmpq/CMakeLists.txt +++ b/contrib/extractor/libmpq/CMakeLists.txt @@ -1,4 +1,4 @@ -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/contrib/extractor/loadlib/CMakeLists.txt b/contrib/extractor/loadlib/CMakeLists.txt index 2f1ce7e..2574edd 100644 --- a/contrib/extractor/loadlib/CMakeLists.txt +++ b/contrib/extractor/loadlib/CMakeLists.txt @@ -1,4 +1,4 @@ -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/contrib/extractor_binary/ExtractResources.sh b/contrib/extractor_binary/ExtractResources.sh index 3cec387..166671b 100644 --- a/contrib/extractor_binary/ExtractResources.sh +++ b/contrib/extractor_binary/ExtractResources.sh @@ -1,6 +1,6 @@ #!/bin/bash -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without diff --git a/contrib/extractor_binary/MoveMapGen.sh b/contrib/extractor_binary/MoveMapGen.sh index 38c0a88..c42dcb8 100644 --- a/contrib/extractor_binary/MoveMapGen.sh +++ b/contrib/extractor_binary/MoveMapGen.sh @@ -1,6 +1,6 @@ #!/bin/bash -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without diff --git a/contrib/extractor_binary/README.txt b/contrib/extractor_binary/README.txt index be9e4bb..dc8aca3 100644 --- a/contrib/extractor_binary/README.txt +++ b/contrib/extractor_binary/README.txt @@ -1,4 +1,4 @@ -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without diff --git a/contrib/extractor_scripts/ExtractResources.sh b/contrib/extractor_scripts/ExtractResources.sh index 976b6be..5008188 100644 --- a/contrib/extractor_scripts/ExtractResources.sh +++ b/contrib/extractor_scripts/ExtractResources.sh @@ -1,6 +1,6 @@ #!/bin/bash -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without diff --git a/contrib/extractor_scripts/MoveMapGen.sh b/contrib/extractor_scripts/MoveMapGen.sh index 0df5d67..73d7fea 100644 --- a/contrib/extractor_scripts/MoveMapGen.sh +++ b/contrib/extractor_scripts/MoveMapGen.sh @@ -1,6 +1,6 @@ #!/bin/bash -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without diff --git a/contrib/extractor_scripts/README.txt b/contrib/extractor_scripts/README.txt index 3ceb802..5375039 100644 --- a/contrib/extractor_scripts/README.txt +++ b/contrib/extractor_scripts/README.txt @@ -1,4 +1,4 @@ -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without diff --git a/contrib/git_id/git_id.cpp b/contrib/git_id/git_id.cpp index 0427b74..a23dcd2 100644 --- a/contrib/git_id/git_id.cpp +++ b/contrib/git_id/git_id.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/contrib/mmap/CMakeLists.txt b/contrib/mmap/CMakeLists.txt index 4200dd2..4cbf700 100644 --- a/contrib/mmap/CMakeLists.txt +++ b/contrib/mmap/CMakeLists.txt @@ -1,4 +1,4 @@ -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This file is free software; as a special exception the author gives # unlimited permission to copy and/or distribute it, with or without diff --git a/contrib/mmap/mmap_extract.py b/contrib/mmap/mmap_extract.py index 52babd1..923e82b 100644 --- a/contrib/mmap/mmap_extract.py +++ b/contrib/mmap/mmap_extract.py @@ -1,7 +1,7 @@ #!/usr/bin/python """ - This file is part of the Everwar Project. See AUTHORS file for Copyright information + This file is part of the UeCore Project. See AUTHORS file for Copyright information This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/contrib/mmap/src/IntermediateValues.cpp b/contrib/mmap/src/IntermediateValues.cpp index 33a22f8..b539e2d 100644 --- a/contrib/mmap/src/IntermediateValues.cpp +++ b/contrib/mmap/src/IntermediateValues.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/contrib/mmap/src/IntermediateValues.h b/contrib/mmap/src/IntermediateValues.h index 9eef7a2..383cb66 100644 --- a/contrib/mmap/src/IntermediateValues.h +++ b/contrib/mmap/src/IntermediateValues.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/contrib/mmap/src/MMapCommon.h b/contrib/mmap/src/MMapCommon.h index b235bcb..bcb0474 100644 --- a/contrib/mmap/src/MMapCommon.h +++ b/contrib/mmap/src/MMapCommon.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/contrib/mmap/src/MangosMap.h b/contrib/mmap/src/MangosMap.h index 08fca48..2d2063d 100644 --- a/contrib/mmap/src/MangosMap.h +++ b/contrib/mmap/src/MangosMap.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/contrib/mmap/src/MapBuilder.cpp b/contrib/mmap/src/MapBuilder.cpp index d87ab58..7729a0b 100644 --- a/contrib/mmap/src/MapBuilder.cpp +++ b/contrib/mmap/src/MapBuilder.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/contrib/mmap/src/MapBuilder.h b/contrib/mmap/src/MapBuilder.h index fc882f2..a8d9d41 100644 --- a/contrib/mmap/src/MapBuilder.h +++ b/contrib/mmap/src/MapBuilder.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/contrib/mmap/src/TerrainBuilder.cpp b/contrib/mmap/src/TerrainBuilder.cpp index 6e1b396..f20c86c 100644 --- a/contrib/mmap/src/TerrainBuilder.cpp +++ b/contrib/mmap/src/TerrainBuilder.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/contrib/mmap/src/TerrainBuilder.h b/contrib/mmap/src/TerrainBuilder.h index 5934698..93aac3e 100644 --- a/contrib/mmap/src/TerrainBuilder.h +++ b/contrib/mmap/src/TerrainBuilder.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/contrib/mmap/src/VMapExtensions.cpp b/contrib/mmap/src/VMapExtensions.cpp index 5f1ba24..221e596 100644 --- a/contrib/mmap/src/VMapExtensions.cpp +++ b/contrib/mmap/src/VMapExtensions.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/contrib/mmap/src/generator.cpp b/contrib/mmap/src/generator.cpp index 4a4ea4a..15b8258 100644 --- a/contrib/mmap/src/generator.cpp +++ b/contrib/mmap/src/generator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/contrib/mysql_to_pgsql/src/defines.h b/contrib/mysql_to_pgsql/src/defines.h index 34ed7a3..19b6289 100644 --- a/contrib/mysql_to_pgsql/src/defines.h +++ b/contrib/mysql_to_pgsql/src/defines.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/contrib/mysql_to_pgsql/src/main.cpp b/contrib/mysql_to_pgsql/src/main.cpp index 8e384d1..0f972cf 100644 --- a/contrib/mysql_to_pgsql/src/main.cpp +++ b/contrib/mysql_to_pgsql/src/main.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/contrib/soap/example.php b/contrib/soap/example.php index 66965ca..82ca1cd 100644 --- a/contrib/soap/example.php +++ b/contrib/soap/example.php @@ -1,6 +1,6 @@ = 1700 diff --git a/doc/describe/CONTRIBUTING.md b/doc/describe/CONTRIBUTING.md index 82f4f4a..7730ee6 100644 --- a/doc/describe/CONTRIBUTING.md +++ b/doc/describe/CONTRIBUTING.md @@ -1,25 +1,25 @@ -# How to contribute to the Everwar project +# How to contribute to the UeCore project -There are many different ways to contribute to Everwar to continue improving it! +There are many different ways to contribute to UeCore to continue improving it! These guidelines shall help you by providing suggested ways of how you can help. -As Everwar and its friendly projects are a huge and widespread way of working, +As UeCore and its friendly projects are a huge and widespread way of working, you can dig in at any place you want to! *Work for any part is appreciated!* -See our linklist at [Everwar Links](http://everwar.cn) for other places. +See our linklist at [UeCore Links](http://everwar.cn) for other places. -This guide however is only for contributing to the Everwar core part - +This guide however is only for contributing to the UeCore core part - which is hosted at https://github.com/geektcp/everwar ## Getting Started * Make sure you have a [Forum account](http://everwar.cn) * Make sure you have a [GitHub account](https://github.com/signup/free) -* Watch the Everwar repository on GitHub (This way you will get informed about changes by GitHub) -* Optionally: Fork the Everwar repository on GitHub in order to be able to publish own changes and create pull requests with them (see below for details) +* Watch the UeCore repository on GitHub (This way you will get informed about changes by GitHub) +* Optionally: Fork the UeCore repository on GitHub in order to be able to publish own changes and create pull requests with them (see below for details) You can help us developing the core by (at least!) * Giving Feedback on Bugs @@ -28,7 +28,7 @@ You can help us developing the core by (at least!) # Bug-Reports -If you spot a bug, please report it by opening an issue on our centralized GitHub issue tracking repository: [Everwar/issues](https://github.com/Everwar/issues/issues). +If you spot a bug, please report it by opening an issue on our centralized GitHub issue tracking repository: [UeCore/issues](https://github.com/UeCore/issues/issues). Before you do so, please consider the following points: * The bug happens on a clean core @@ -38,7 +38,7 @@ Before you do so, please consider the following points: When you decide to create a new bug report, please make sure that this report includes: * Revision on which you encountered this bug (if known, also the revision or timeframe where it first appeared) - you can also post the link to the commit on the upstream repository -* Revisions of additional parts of the Everwar familiy (SD2 version, database name and version, and such) +* Revisions of additional parts of the UeCore familiy (SD2 version, database name and version, and such) * A detailed step-by-step report how this bug can be reproduced * A detailed explanation of what DOES happen * A detailed explanation of what SHOULD happen - if possible also add a source why you think this should happen @@ -103,7 +103,7 @@ While developing you should try to keep these points in mind: * *Write good commit messages to tell people what you are trying to do in your commit* This must include some test instructions, link to bug-report and similar -Also we expect you to keep our [Coding Style](https://github.com/Everwar/mangos-wotlk/wiki/Coding-Standards) +Also we expect you to keep our [Coding Style](https://github.com/UeCore/mangos-wotlk/wiki/Coding-Standards) This code style is automatically enforced by the helper scripts in contrib/cleanupTools (which require AStyle to be installed) ## Deployment @@ -111,7 +111,7 @@ This code style is automatically enforced by the helper scripts in contrib/clean You can publish and share your contribution projects via forum or by pull-requests When you have created your topic-branch and pushed it to your local repository, you can easily create a pull-request to our repo from this! -Please always create the pull request on the repository containing the Everwar code you were working on. +Please always create the pull request on the repository containing the UeCore code you were working on. Here is the [GitHub Information on Pull-Requests](https://help.github.com/articles/using-pull-requests) @@ -130,4 +130,4 @@ more than 20 lines should most definitely be posted as a pull request instead of * [General GitHub documentation](http://help.github.com/) * [GitHub pull request documentation](http://help.github.com/send-pull-requests/) -* #Everwar IRC channel on irc.rizon.net +* #UeCore IRC channel on irc.rizon.net diff --git a/doc/describe/HISTORY.md b/doc/describe/HISTORY.md index 3e372c7..a64d010 100644 --- a/doc/describe/HISTORY.md +++ b/doc/describe/HISTORY.md @@ -1,4 +1,4 @@ -# Everwar -- History of visible changes +# UeCore -- History of visible changes Please submit bug reports at our bugtracker at: https://github.com/geektcp/everwar/issues diff --git a/doc/other/script_commands.txt b/doc/other/script_commands.txt index 7d15245..ab29ba3 100644 --- a/doc/other/script_commands.txt +++ b/doc/other/script_commands.txt @@ -2,7 +2,7 @@ ## Script processing -- -------------------------- -This file is part of the Everwar Project. See AUTHORS file for Copyright information +This file is part of the UeCore Project. See AUTHORS file for Copyright information -- -------------------------- ## id diff --git a/doc/playerbot/INSTALL.txt b/doc/playerbot/INSTALL.txt index 43a193d..335db07 100644 --- a/doc/playerbot/INSTALL.txt +++ b/doc/playerbot/INSTALL.txt @@ -1,6 +1,6 @@ Installation: ============= -Merge PlayerbotAI code with your favorite core/mods, or simply compile. Follow Everwar Core installation steps for installation and building. +Merge PlayerbotAI code with your favorite core/mods, or simply compile. Follow UeCore Core installation steps for installation and building. Copy src/game/playerbot/playerbot.conf.dist.in for configuration variables! Install appropriate files from sql/playerbot diff --git a/doc/playerbot/README_PLAYERBOT.txt b/doc/playerbot/README_PLAYERBOT.txt index 6725888..34edfca 100644 --- a/doc/playerbot/README_PLAYERBOT.txt +++ b/doc/playerbot/README_PLAYERBOT.txt @@ -8,7 +8,7 @@ Bots will only use abilities that they have - for example, a priest will only us All help is welcome be it through code development, reports from play testing or just discussion. Meet us in the C-MaNGOS forum thread. -For Everwar z2684+ +For UeCore z2684+ INSTALLATION: diff --git a/doc/script_docs/How_to_install.html b/doc/script_docs/How_to_install.html index a4fa2e2..663f2ce 100644 --- a/doc/script_docs/How_to_install.html +++ b/doc/script_docs/How_to_install.html @@ -743,7 +743,7 @@

1. Clean install of ScriptDev2

1.1. Download C-MaNGOS (using git clone)

-

See their forum or wiki for more details

+

See their forum or wiki for more details

1.2. Get the sources

diff --git a/doc/script_docs/How_to_install.txt b/doc/script_docs/How_to_install.txt index c76cb34..486d632 100644 --- a/doc/script_docs/How_to_install.txt +++ b/doc/script_docs/How_to_install.txt @@ -7,7 +7,7 @@ Clean install of ScriptDev2 (for Classic) Download C-MaNGOS (using git clone) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -See their http://www.ru-mangos.ru/[forum] or https://github.com/Everwar/mangos-classic/wiki[wiki] for more details +See their http://www.ru-mangos.ru/[forum] or https://github.com/UeCore/mangos-classic/wiki[wiki] for more details Get the sources ~~~~~~~~~~~~~~~ diff --git a/src/framework/CMakeLists.txt b/src/framework/CMakeLists.txt index e839485..94830ce 100644 --- a/src/framework/CMakeLists.txt +++ b/src/framework/CMakeLists.txt @@ -1,5 +1,5 @@ # -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/framework/Dynamic/FactoryHolder.h b/src/framework/Dynamic/FactoryHolder.h index ab350d8..46aa54a 100644 --- a/src/framework/Dynamic/FactoryHolder.h +++ b/src/framework/Dynamic/FactoryHolder.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Dynamic/ObjectRegistry.h b/src/framework/Dynamic/ObjectRegistry.h index cb79575..0598b21 100644 --- a/src/framework/Dynamic/ObjectRegistry.h +++ b/src/framework/Dynamic/ObjectRegistry.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/Grid.h b/src/framework/GameSystem/Grid.h index f71d701..d874ee7 100644 --- a/src/framework/GameSystem/Grid.h +++ b/src/framework/GameSystem/Grid.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/GridLoader.h b/src/framework/GameSystem/GridLoader.h index e286664..8aab87f 100644 --- a/src/framework/GameSystem/GridLoader.h +++ b/src/framework/GameSystem/GridLoader.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/GridRefManager.h b/src/framework/GameSystem/GridRefManager.h index 143f07b..8c91c2d 100644 --- a/src/framework/GameSystem/GridRefManager.h +++ b/src/framework/GameSystem/GridRefManager.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/GridReference.h b/src/framework/GameSystem/GridReference.h index a602839..79821ca 100644 --- a/src/framework/GameSystem/GridReference.h +++ b/src/framework/GameSystem/GridReference.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/NGrid.h b/src/framework/GameSystem/NGrid.h index 9b88aed..3608bc0 100644 --- a/src/framework/GameSystem/NGrid.h +++ b/src/framework/GameSystem/NGrid.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/TypeContainer.h b/src/framework/GameSystem/TypeContainer.h index a33daf9..33e22a1 100644 --- a/src/framework/GameSystem/TypeContainer.h +++ b/src/framework/GameSystem/TypeContainer.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/TypeContainerFunctions.h b/src/framework/GameSystem/TypeContainerFunctions.h index 9c4b757..2cee4c0 100644 --- a/src/framework/GameSystem/TypeContainerFunctions.h +++ b/src/framework/GameSystem/TypeContainerFunctions.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/GameSystem/TypeContainerVisitor.h b/src/framework/GameSystem/TypeContainerVisitor.h index f98fcee..345313f 100644 --- a/src/framework/GameSystem/TypeContainerVisitor.h +++ b/src/framework/GameSystem/TypeContainerVisitor.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Platform/CompilerDefs.h b/src/framework/Platform/CompilerDefs.h index 6c59a64..8d91646 100644 --- a/src/framework/Platform/CompilerDefs.h +++ b/src/framework/Platform/CompilerDefs.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Platform/Define.h b/src/framework/Platform/Define.h index 995ec73..e902933 100644 --- a/src/framework/Platform/Define.h +++ b/src/framework/Platform/Define.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Policies/CreationPolicy.h b/src/framework/Policies/CreationPolicy.h index e608a06..802cd8a 100644 --- a/src/framework/Policies/CreationPolicy.h +++ b/src/framework/Policies/CreationPolicy.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Policies/Lock.h b/src/framework/Policies/Lock.h index 545e061..422aa33 100644 --- a/src/framework/Policies/Lock.h +++ b/src/framework/Policies/Lock.h @@ -1,5 +1,5 @@ /* -* This file is part of the Everwar Project. See AUTHORS file for Copyright information +* This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Policies/MemoryManagement.cpp b/src/framework/Policies/MemoryManagement.cpp index 6709186..60f6851 100644 --- a/src/framework/Policies/MemoryManagement.cpp +++ b/src/framework/Policies/MemoryManagement.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Policies/ObjectLifeTime.cpp b/src/framework/Policies/ObjectLifeTime.cpp index e72fea6..b15d2f3 100644 --- a/src/framework/Policies/ObjectLifeTime.cpp +++ b/src/framework/Policies/ObjectLifeTime.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Policies/ObjectLifeTime.h b/src/framework/Policies/ObjectLifeTime.h index 84c649a..7aca5b5 100644 --- a/src/framework/Policies/ObjectLifeTime.h +++ b/src/framework/Policies/ObjectLifeTime.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Policies/Singleton.h b/src/framework/Policies/Singleton.h index 677661d..305d163 100644 --- a/src/framework/Policies/Singleton.h +++ b/src/framework/Policies/Singleton.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Policies/ThreadingModel.h b/src/framework/Policies/ThreadingModel.h index 431062d..b5ce76d 100644 --- a/src/framework/Policies/ThreadingModel.h +++ b/src/framework/Policies/ThreadingModel.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/ByteConverter.h b/src/framework/Utilities/ByteConverter.h index abe5f41..97c6558 100644 --- a/src/framework/Utilities/ByteConverter.h +++ b/src/framework/Utilities/ByteConverter.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/Callback.h b/src/framework/Utilities/Callback.h index f61b98e..b338862 100644 --- a/src/framework/Utilities/Callback.h +++ b/src/framework/Utilities/Callback.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/EventProcessor.cpp b/src/framework/Utilities/EventProcessor.cpp index 1b6b34c..26a2382 100644 --- a/src/framework/Utilities/EventProcessor.cpp +++ b/src/framework/Utilities/EventProcessor.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/EventProcessor.h b/src/framework/Utilities/EventProcessor.h index a64ec86..6d3bdda 100644 --- a/src/framework/Utilities/EventProcessor.h +++ b/src/framework/Utilities/EventProcessor.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/LinkedList.h b/src/framework/Utilities/LinkedList.h index 6001085..10a6a4c 100644 --- a/src/framework/Utilities/LinkedList.h +++ b/src/framework/Utilities/LinkedList.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/LinkedReference/RefManager.h b/src/framework/Utilities/LinkedReference/RefManager.h index e6fc78a..7d4443a 100644 --- a/src/framework/Utilities/LinkedReference/RefManager.h +++ b/src/framework/Utilities/LinkedReference/RefManager.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/LinkedReference/Reference.h b/src/framework/Utilities/LinkedReference/Reference.h index 29c1181..a6b39bd 100644 --- a/src/framework/Utilities/LinkedReference/Reference.h +++ b/src/framework/Utilities/LinkedReference/Reference.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/framework/Utilities/TypeList.h b/src/framework/Utilities/TypeList.h index 7a43dcc..7e4e342 100644 --- a/src/framework/Utilities/TypeList.h +++ b/src/framework/Utilities/TypeList.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/AggressorAI.cpp b/src/game/AI/AggressorAI.cpp index 4b0c56b..b6d95d8 100644 --- a/src/game/AI/AggressorAI.cpp +++ b/src/game/AI/AggressorAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/AggressorAI.h b/src/game/AI/AggressorAI.h index 7161d2e..70b8c64 100644 --- a/src/game/AI/AggressorAI.h +++ b/src/game/AI/AggressorAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/CreatureAI.cpp b/src/game/AI/CreatureAI.cpp index d45289e..c06bab2 100644 --- a/src/game/AI/CreatureAI.cpp +++ b/src/game/AI/CreatureAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/CreatureAI.h b/src/game/AI/CreatureAI.h index 14c74a1..7c56974 100644 --- a/src/game/AI/CreatureAI.h +++ b/src/game/AI/CreatureAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/CreatureAIImpl.h b/src/game/AI/CreatureAIImpl.h index 041de2d..58008ee 100644 --- a/src/game/AI/CreatureAIImpl.h +++ b/src/game/AI/CreatureAIImpl.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/CreatureAIRegistry.cpp b/src/game/AI/CreatureAIRegistry.cpp index 1d60ffd..bb072b3 100644 --- a/src/game/AI/CreatureAIRegistry.cpp +++ b/src/game/AI/CreatureAIRegistry.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/CreatureAIRegistry.h b/src/game/AI/CreatureAIRegistry.h index 6108b2f..9caaa20 100644 --- a/src/game/AI/CreatureAIRegistry.h +++ b/src/game/AI/CreatureAIRegistry.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/CreatureAISelector.cpp b/src/game/AI/CreatureAISelector.cpp index d63ce9e..e656a86 100644 --- a/src/game/AI/CreatureAISelector.cpp +++ b/src/game/AI/CreatureAISelector.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/CreatureAISelector.h b/src/game/AI/CreatureAISelector.h index fa618ac..a2518ce 100644 --- a/src/game/AI/CreatureAISelector.h +++ b/src/game/AI/CreatureAISelector.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/CreatureEventAI.cpp b/src/game/AI/CreatureEventAI.cpp index 2f13f30..940f63d 100644 --- a/src/game/AI/CreatureEventAI.cpp +++ b/src/game/AI/CreatureEventAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/CreatureEventAI.h b/src/game/AI/CreatureEventAI.h index 9a02cde..50dc44d 100644 --- a/src/game/AI/CreatureEventAI.h +++ b/src/game/AI/CreatureEventAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/CreatureEventAIMgr.cpp b/src/game/AI/CreatureEventAIMgr.cpp index 1ff249e..c267c71 100644 --- a/src/game/AI/CreatureEventAIMgr.cpp +++ b/src/game/AI/CreatureEventAIMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/CreatureEventAIMgr.h b/src/game/AI/CreatureEventAIMgr.h index 7422dce..b009728 100644 --- a/src/game/AI/CreatureEventAIMgr.h +++ b/src/game/AI/CreatureEventAIMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/GuardAI.cpp b/src/game/AI/GuardAI.cpp index 9d6f239..7c5401d 100644 --- a/src/game/AI/GuardAI.cpp +++ b/src/game/AI/GuardAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/GuardAI.h b/src/game/AI/GuardAI.h index 5ed457a..bcbb522 100644 --- a/src/game/AI/GuardAI.h +++ b/src/game/AI/GuardAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/GuardianAI.cpp b/src/game/AI/GuardianAI.cpp index 69a8a4f..08ad354 100644 --- a/src/game/AI/GuardianAI.cpp +++ b/src/game/AI/GuardianAI.cpp @@ -1,5 +1,5 @@ /* -* This file is part of the Everwar Project. See AUTHORS file for Copyright information +* This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/GuardianAI.h b/src/game/AI/GuardianAI.h index eb3342e..99d3951 100644 --- a/src/game/AI/GuardianAI.h +++ b/src/game/AI/GuardianAI.h @@ -1,6 +1,6 @@ #pragma once /* -* This file is part of the Everwar Project. See AUTHORS file for Copyright information +* This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/NullCreatureAI.cpp b/src/game/AI/NullCreatureAI.cpp index c47a4c3..5a4a7ef 100644 --- a/src/game/AI/NullCreatureAI.cpp +++ b/src/game/AI/NullCreatureAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/NullCreatureAI.h b/src/game/AI/NullCreatureAI.h index 8cb08b1..214e811 100644 --- a/src/game/AI/NullCreatureAI.h +++ b/src/game/AI/NullCreatureAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/PetAI.cpp b/src/game/AI/PetAI.cpp index 72f5039..c8d04cc 100644 --- a/src/game/AI/PetAI.cpp +++ b/src/game/AI/PetAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/PetAI.h b/src/game/AI/PetAI.h index 1678bec..4a0fb53 100644 --- a/src/game/AI/PetAI.h +++ b/src/game/AI/PetAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/PossessedAI.h b/src/game/AI/PossessedAI.h index 899ec97..a8290b1 100644 --- a/src/game/AI/PossessedAI.h +++ b/src/game/AI/PossessedAI.h @@ -1,5 +1,5 @@ /* -* This file is part of the Everwar Project. See AUTHORS file for Copyright information +* This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/ReactorAI.cpp b/src/game/AI/ReactorAI.cpp index 3e9e7c6..bbe70d2 100644 --- a/src/game/AI/ReactorAI.cpp +++ b/src/game/AI/ReactorAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/ReactorAI.h b/src/game/AI/ReactorAI.h index 46c5b7e..6f6126d 100644 --- a/src/game/AI/ReactorAI.h +++ b/src/game/AI/ReactorAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/TotemAI.cpp b/src/game/AI/TotemAI.cpp index e6d6b25..0e22413 100644 --- a/src/game/AI/TotemAI.cpp +++ b/src/game/AI/TotemAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AI/TotemAI.h b/src/game/AI/TotemAI.h index 78cb564..f9ef904 100644 --- a/src/game/AI/TotemAI.h +++ b/src/game/AI/TotemAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AccountMgr.cpp b/src/game/AccountMgr.cpp index ad8d9d2..219712c 100644 --- a/src/game/AccountMgr.cpp +++ b/src/game/AccountMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AccountMgr.h b/src/game/AccountMgr.h index f56a145..f1743eb 100644 --- a/src/game/AccountMgr.h +++ b/src/game/AccountMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AddonHandler.cpp b/src/game/AddonHandler.cpp index e24963d..28fc453 100644 --- a/src/game/AddonHandler.cpp +++ b/src/game/AddonHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AddonHandler.h b/src/game/AddonHandler.h index f410626..e70d8fb 100644 --- a/src/game/AddonHandler.h +++ b/src/game/AddonHandler.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AggressorAI.cpp b/src/game/AggressorAI.cpp index 5c29ae9..aeaf465 100644 --- a/src/game/AggressorAI.cpp +++ b/src/game/AggressorAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AggressorAI.h b/src/game/AggressorAI.h index e3de24b..a1cee0a 100644 --- a/src/game/AggressorAI.h +++ b/src/game/AggressorAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AuctionHouseBot/AuctionHouseBot.cpp b/src/game/AuctionHouseBot/AuctionHouseBot.cpp index b21a386..17b86f0 100644 --- a/src/game/AuctionHouseBot/AuctionHouseBot.cpp +++ b/src/game/AuctionHouseBot/AuctionHouseBot.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AuctionHouseBot/AuctionHouseBot.h b/src/game/AuctionHouseBot/AuctionHouseBot.h index a2c6827..ffc7259 100644 --- a/src/game/AuctionHouseBot/AuctionHouseBot.h +++ b/src/game/AuctionHouseBot/AuctionHouseBot.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AuctionHouseHandler.cpp b/src/game/AuctionHouseHandler.cpp index 65767fc..027c326 100644 --- a/src/game/AuctionHouseHandler.cpp +++ b/src/game/AuctionHouseHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AuctionHouseMgr.cpp b/src/game/AuctionHouseMgr.cpp index 49a6a11..d33bae8 100644 --- a/src/game/AuctionHouseMgr.cpp +++ b/src/game/AuctionHouseMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/AuctionHouseMgr.h b/src/game/AuctionHouseMgr.h index d84cec6..98e1b83 100644 --- a/src/game/AuctionHouseMgr.h +++ b/src/game/AuctionHouseMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Bag.cpp b/src/game/Bag.cpp index a4c8dc9..4b33a70 100644 --- a/src/game/Bag.cpp +++ b/src/game/Bag.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Bag.h b/src/game/Bag.h index d6ad539..a0f039e 100644 --- a/src/game/Bag.h +++ b/src/game/Bag.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGround.cpp b/src/game/BattleGround/BattleGround.cpp index ac7f37f..e80d29d 100644 --- a/src/game/BattleGround/BattleGround.cpp +++ b/src/game/BattleGround/BattleGround.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGround.h b/src/game/BattleGround/BattleGround.h index 5e6df7a..6e42954 100644 --- a/src/game/BattleGround/BattleGround.h +++ b/src/game/BattleGround/BattleGround.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundAB.cpp b/src/game/BattleGround/BattleGroundAB.cpp index 78d34a7..967037a 100644 --- a/src/game/BattleGround/BattleGroundAB.cpp +++ b/src/game/BattleGround/BattleGroundAB.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundAB.h b/src/game/BattleGround/BattleGroundAB.h index 118dd9a..e56e2ad 100644 --- a/src/game/BattleGround/BattleGroundAB.h +++ b/src/game/BattleGround/BattleGroundAB.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundAV.cpp b/src/game/BattleGround/BattleGroundAV.cpp index 71a26d8..5a848c3 100644 --- a/src/game/BattleGround/BattleGroundAV.cpp +++ b/src/game/BattleGround/BattleGroundAV.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundAV.h b/src/game/BattleGround/BattleGroundAV.h index 098fd90..124a65d 100644 --- a/src/game/BattleGround/BattleGroundAV.h +++ b/src/game/BattleGround/BattleGroundAV.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundHandler.cpp b/src/game/BattleGround/BattleGroundHandler.cpp index 09eda10..2df8283 100644 --- a/src/game/BattleGround/BattleGroundHandler.cpp +++ b/src/game/BattleGround/BattleGroundHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundMgr.cpp b/src/game/BattleGround/BattleGroundMgr.cpp index b1a9446..3e7ecef 100644 --- a/src/game/BattleGround/BattleGroundMgr.cpp +++ b/src/game/BattleGround/BattleGroundMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundMgr.h b/src/game/BattleGround/BattleGroundMgr.h index bf550aa..be297af 100644 --- a/src/game/BattleGround/BattleGroundMgr.h +++ b/src/game/BattleGround/BattleGroundMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundWS.cpp b/src/game/BattleGround/BattleGroundWS.cpp index 6d182e1..87e38c8 100644 --- a/src/game/BattleGround/BattleGroundWS.cpp +++ b/src/game/BattleGround/BattleGroundWS.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/BattleGround/BattleGroundWS.h b/src/game/BattleGround/BattleGroundWS.h index 2c2a3a6..2e5d62e 100644 --- a/src/game/BattleGround/BattleGroundWS.h +++ b/src/game/BattleGround/BattleGroundWS.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt index 5388b1e..88b304f 100644 --- a/src/game/CMakeLists.txt +++ b/src/game/CMakeLists.txt @@ -1,5 +1,5 @@ # -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/game/Camera.cpp b/src/game/Camera.cpp index 6fac737..89c802f 100644 --- a/src/game/Camera.cpp +++ b/src/game/Camera.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Camera.h b/src/game/Camera.h index 2ca51c5..879305d 100644 --- a/src/game/Camera.h +++ b/src/game/Camera.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Cell.h b/src/game/Cell.h index bbf7b8b..a71e0c4 100644 --- a/src/game/Cell.h +++ b/src/game/Cell.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CellImpl.h b/src/game/CellImpl.h index f471f71..8d7d6ad 100644 --- a/src/game/CellImpl.h +++ b/src/game/CellImpl.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Channel.cpp b/src/game/Channel.cpp index 4cd52ab..8a96256 100644 --- a/src/game/Channel.cpp +++ b/src/game/Channel.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Channel.h b/src/game/Channel.h index ad901e9..991415f 100644 --- a/src/game/Channel.h +++ b/src/game/Channel.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ChannelHandler.cpp b/src/game/ChannelHandler.cpp index 685d494..0296582 100644 --- a/src/game/ChannelHandler.cpp +++ b/src/game/ChannelHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ChannelMgr.cpp b/src/game/ChannelMgr.cpp index 208b581..4226d67 100644 --- a/src/game/ChannelMgr.cpp +++ b/src/game/ChannelMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ChannelMgr.h b/src/game/ChannelMgr.h index 18841af..1c3b3d2 100644 --- a/src/game/ChannelMgr.h +++ b/src/game/ChannelMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CharacterDatabaseCleaner.cpp b/src/game/CharacterDatabaseCleaner.cpp index 3763673..2c92d57 100644 --- a/src/game/CharacterDatabaseCleaner.cpp +++ b/src/game/CharacterDatabaseCleaner.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CharacterDatabaseCleaner.h b/src/game/CharacterDatabaseCleaner.h index 205c9dd..4dcee3b 100644 --- a/src/game/CharacterDatabaseCleaner.h +++ b/src/game/CharacterDatabaseCleaner.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CharacterHandler.cpp b/src/game/CharacterHandler.cpp index b897fee..27d7063 100644 --- a/src/game/CharacterHandler.cpp +++ b/src/game/CharacterHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp index 1d72815..dad0b01 100644 --- a/src/game/Chat.cpp +++ b/src/game/Chat.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -764,7 +764,7 @@ ChatCommand* ChatHandler::getCommandTable() { "waterwalk", SEC_GAMEMASTER, false, &ChatHandler::HandleWaterwalkCommand, "", nullptr }, { "quit", SEC_CONSOLE, true, &ChatHandler::HandleQuitCommand, "", nullptr }, { "mmap", SEC_GAMEMASTER, false, nullptr, "", mmapCommandTable }, - { "everwar", SEC_PLAYER, false, &ChatHandler::HandleEverwarCommand, "", nullptr }, + { "everwar", SEC_PLAYER, false, &ChatHandler::HandleUeCoreCommand, "", nullptr }, { nullptr, 0, false, nullptr, "", nullptr } diff --git a/src/game/Chat.h b/src/game/Chat.h index 76c6b54..eec15d8 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -585,7 +585,7 @@ class MANGOS_DLL_SPEC ChatHandler bool HandleMmap(char* args); bool HandleMmapTestArea(char* args); bool HandleMmapTestHeight(char* args); - bool HandleEverwarCommand(char* args); + bool HandleUeCoreCommand(char* args); //! Development Commands bool HandleSaveAllCommand(char* args); diff --git a/src/game/ChatHandler.cpp b/src/game/ChatHandler.cpp index 327dfef..76a5c26 100644 --- a/src/game/ChatHandler.cpp +++ b/src/game/ChatHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CombatHandler.cpp b/src/game/CombatHandler.cpp index a73cacb..88142ea 100644 --- a/src/game/CombatHandler.cpp +++ b/src/game/CombatHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ConfusedMovementGenerator.cpp b/src/game/ConfusedMovementGenerator.cpp index c5e470b..16eec75 100644 --- a/src/game/ConfusedMovementGenerator.cpp +++ b/src/game/ConfusedMovementGenerator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ConfusedMovementGenerator.h b/src/game/ConfusedMovementGenerator.h index f82775f..e695bc1 100644 --- a/src/game/ConfusedMovementGenerator.h +++ b/src/game/ConfusedMovementGenerator.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Corpse.cpp b/src/game/Corpse.cpp index d23c95b..fe91a21 100644 --- a/src/game/Corpse.cpp +++ b/src/game/Corpse.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Corpse.h b/src/game/Corpse.h index a253c80..6672335 100644 --- a/src/game/Corpse.h +++ b/src/game/Corpse.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Creature.cpp b/src/game/Creature.cpp index b173e43..7963594 100644 --- a/src/game/Creature.cpp +++ b/src/game/Creature.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Creature.h b/src/game/Creature.h index 7cac4de..815a441 100644 --- a/src/game/Creature.h +++ b/src/game/Creature.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CreatureAI.cpp b/src/game/CreatureAI.cpp index 7838dc5..e46f721 100644 --- a/src/game/CreatureAI.cpp +++ b/src/game/CreatureAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CreatureAI.h b/src/game/CreatureAI.h index 435b7be..7f35cb4 100644 --- a/src/game/CreatureAI.h +++ b/src/game/CreatureAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CreatureAIImpl.h b/src/game/CreatureAIImpl.h index 89f91b9..4acecf7 100644 --- a/src/game/CreatureAIImpl.h +++ b/src/game/CreatureAIImpl.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CreatureAIRegistry.cpp b/src/game/CreatureAIRegistry.cpp index a392e90..4c2a817 100644 --- a/src/game/CreatureAIRegistry.cpp +++ b/src/game/CreatureAIRegistry.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CreatureAIRegistry.h b/src/game/CreatureAIRegistry.h index 6108b2f..9caaa20 100644 --- a/src/game/CreatureAIRegistry.h +++ b/src/game/CreatureAIRegistry.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CreatureAISelector.cpp b/src/game/CreatureAISelector.cpp index 6f07eac..546f5ca 100644 --- a/src/game/CreatureAISelector.cpp +++ b/src/game/CreatureAISelector.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CreatureAISelector.h b/src/game/CreatureAISelector.h index f65b798..2f4ace6 100644 --- a/src/game/CreatureAISelector.h +++ b/src/game/CreatureAISelector.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CreatureEventAI.cpp b/src/game/CreatureEventAI.cpp index f180941..7d1ea78 100644 --- a/src/game/CreatureEventAI.cpp +++ b/src/game/CreatureEventAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CreatureEventAI.h b/src/game/CreatureEventAI.h index 1f4df59..dc4c913 100644 --- a/src/game/CreatureEventAI.h +++ b/src/game/CreatureEventAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CreatureEventAIMgr.cpp b/src/game/CreatureEventAIMgr.cpp index 1920e9d..b0b7043 100644 --- a/src/game/CreatureEventAIMgr.cpp +++ b/src/game/CreatureEventAIMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CreatureEventAIMgr.h b/src/game/CreatureEventAIMgr.h index 7422dce..b009728 100644 --- a/src/game/CreatureEventAIMgr.h +++ b/src/game/CreatureEventAIMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CreatureLinkingMgr.cpp b/src/game/CreatureLinkingMgr.cpp index 1b5d541..25e7dbd 100644 --- a/src/game/CreatureLinkingMgr.cpp +++ b/src/game/CreatureLinkingMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/CreatureLinkingMgr.h b/src/game/CreatureLinkingMgr.h index 43a46ac..283932b 100644 --- a/src/game/CreatureLinkingMgr.h +++ b/src/game/CreatureLinkingMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/DBCEnums.h b/src/game/DBCEnums.h index 85890a3..e7554cb 100644 --- a/src/game/DBCEnums.h +++ b/src/game/DBCEnums.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/DBCStores.cpp b/src/game/DBCStores.cpp index eb8b925..c9877dc 100644 --- a/src/game/DBCStores.cpp +++ b/src/game/DBCStores.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/DBCStores.h b/src/game/DBCStores.h index 2582587..5becfd0 100644 --- a/src/game/DBCStores.h +++ b/src/game/DBCStores.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index a2c8509..47097ce 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/DBCfmt.h b/src/game/DBCfmt.h index df1b32b..3fc8c33 100644 --- a/src/game/DBCfmt.h +++ b/src/game/DBCfmt.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/DuelHandler.cpp b/src/game/DuelHandler.cpp index a265c26..86e0288 100644 --- a/src/game/DuelHandler.cpp +++ b/src/game/DuelHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/DynamicObject.cpp b/src/game/DynamicObject.cpp index 3014b7f..3448450 100644 --- a/src/game/DynamicObject.cpp +++ b/src/game/DynamicObject.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/DynamicObject.h b/src/game/DynamicObject.h index 6772463..12ab0b9 100644 --- a/src/game/DynamicObject.h +++ b/src/game/DynamicObject.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/FleeingMovementGenerator.cpp b/src/game/FleeingMovementGenerator.cpp index 116d2b1..c1fcf8d 100644 --- a/src/game/FleeingMovementGenerator.cpp +++ b/src/game/FleeingMovementGenerator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/FleeingMovementGenerator.h b/src/game/FleeingMovementGenerator.h index 980c6b6..c6ab1d5 100644 --- a/src/game/FleeingMovementGenerator.h +++ b/src/game/FleeingMovementGenerator.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/FollowerRefManager.h b/src/game/FollowerRefManager.h index d16f0c3..7880a04 100644 --- a/src/game/FollowerRefManager.h +++ b/src/game/FollowerRefManager.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/FollowerReference.cpp b/src/game/FollowerReference.cpp index c744cfb..8a9a4a1 100644 --- a/src/game/FollowerReference.cpp +++ b/src/game/FollowerReference.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/FollowerReference.h b/src/game/FollowerReference.h index 4b3ee07..1afe363 100644 --- a/src/game/FollowerReference.h +++ b/src/game/FollowerReference.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Formulas.h b/src/game/Formulas.h index 775d6d8..7481b79 100644 --- a/src/game/Formulas.h +++ b/src/game/Formulas.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GMTicketHandler.cpp b/src/game/GMTicketHandler.cpp index 8091a24..a40788e 100644 --- a/src/game/GMTicketHandler.cpp +++ b/src/game/GMTicketHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GMTicketMgr.cpp b/src/game/GMTicketMgr.cpp index d324835..0a1a161 100644 --- a/src/game/GMTicketMgr.cpp +++ b/src/game/GMTicketMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GMTicketMgr.h b/src/game/GMTicketMgr.h index bf5281d..617e794 100644 --- a/src/game/GMTicketMgr.h +++ b/src/game/GMTicketMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GameEventMgr.cpp b/src/game/GameEventMgr.cpp index 7abec2b..d0a5e98 100644 --- a/src/game/GameEventMgr.cpp +++ b/src/game/GameEventMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GameEventMgr.h b/src/game/GameEventMgr.h index 78ab64e..9447fed 100644 --- a/src/game/GameEventMgr.h +++ b/src/game/GameEventMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp index 5578b4b..c92349b 100644 --- a/src/game/GameObject.cpp +++ b/src/game/GameObject.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GameObject.h b/src/game/GameObject.h index 79085d8..f8f83ea 100644 --- a/src/game/GameObject.h +++ b/src/game/GameObject.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GossipDef.cpp b/src/game/GossipDef.cpp index a73b27b..e648a7b 100644 --- a/src/game/GossipDef.cpp +++ b/src/game/GossipDef.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GossipDef.h b/src/game/GossipDef.h index 8d7d19a..778ef59 100644 --- a/src/game/GossipDef.h +++ b/src/game/GossipDef.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GridDefines.h b/src/game/GridDefines.h index fb19188..b506949 100644 --- a/src/game/GridDefines.h +++ b/src/game/GridDefines.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GridMap.cpp b/src/game/GridMap.cpp index 219ce49..96886fa 100644 --- a/src/game/GridMap.cpp +++ b/src/game/GridMap.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GridMap.h b/src/game/GridMap.h index e52d5ad..6473678 100644 --- a/src/game/GridMap.h +++ b/src/game/GridMap.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GridNotifiers.cpp b/src/game/GridNotifiers.cpp index 7830b73..96fdfd5 100644 --- a/src/game/GridNotifiers.cpp +++ b/src/game/GridNotifiers.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GridNotifiers.h b/src/game/GridNotifiers.h index d42fcc9..ff218ea 100644 --- a/src/game/GridNotifiers.h +++ b/src/game/GridNotifiers.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GridNotifiersImpl.h b/src/game/GridNotifiersImpl.h index 93f55f7..b48e80f 100644 --- a/src/game/GridNotifiersImpl.h +++ b/src/game/GridNotifiersImpl.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GridStates.cpp b/src/game/GridStates.cpp index 443e3c3..8cc5743 100644 --- a/src/game/GridStates.cpp +++ b/src/game/GridStates.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GridStates.h b/src/game/GridStates.h index 7ed97b5..028de60 100644 --- a/src/game/GridStates.h +++ b/src/game/GridStates.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Group.cpp b/src/game/Group.cpp index 75971b4..aeec729 100644 --- a/src/game/Group.cpp +++ b/src/game/Group.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Group.h b/src/game/Group.h index 0ff4df7..71675f8 100644 --- a/src/game/Group.h +++ b/src/game/Group.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GroupHandler.cpp b/src/game/GroupHandler.cpp index 9c76949..b1158cc 100644 --- a/src/game/GroupHandler.cpp +++ b/src/game/GroupHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GroupRefManager.h b/src/game/GroupRefManager.h index b375762..6bb74cf 100644 --- a/src/game/GroupRefManager.h +++ b/src/game/GroupRefManager.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GroupReference.cpp b/src/game/GroupReference.cpp index 8f89ce2..582fe6b 100644 --- a/src/game/GroupReference.cpp +++ b/src/game/GroupReference.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GroupReference.h b/src/game/GroupReference.h index a9bdc8a..d0008a6 100644 --- a/src/game/GroupReference.h +++ b/src/game/GroupReference.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GuardAI.cpp b/src/game/GuardAI.cpp index 9d6f239..7c5401d 100644 --- a/src/game/GuardAI.cpp +++ b/src/game/GuardAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GuardAI.h b/src/game/GuardAI.h index e395970..73a5d2d 100644 --- a/src/game/GuardAI.h +++ b/src/game/GuardAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Guild.cpp b/src/game/Guild.cpp index c468402..8270649 100644 --- a/src/game/Guild.cpp +++ b/src/game/Guild.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Guild.h b/src/game/Guild.h index 6babe26..6c6f779 100644 --- a/src/game/Guild.h +++ b/src/game/Guild.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GuildHandler.cpp b/src/game/GuildHandler.cpp index 23a79ba..ec2e902 100644 --- a/src/game/GuildHandler.cpp +++ b/src/game/GuildHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GuildMgr.cpp b/src/game/GuildMgr.cpp index 368006e..e1f0c9b 100644 --- a/src/game/GuildMgr.cpp +++ b/src/game/GuildMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/GuildMgr.h b/src/game/GuildMgr.h index 9d9e51c..04f15f5 100644 --- a/src/game/GuildMgr.h +++ b/src/game/GuildMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/HomeMovementGenerator.cpp b/src/game/HomeMovementGenerator.cpp index f938c53..bbe34c1 100644 --- a/src/game/HomeMovementGenerator.cpp +++ b/src/game/HomeMovementGenerator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/HomeMovementGenerator.h b/src/game/HomeMovementGenerator.h index 092b854..d88f2d7 100644 --- a/src/game/HomeMovementGenerator.h +++ b/src/game/HomeMovementGenerator.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/HostileRefManager.cpp b/src/game/HostileRefManager.cpp index 300313b..fb7b90a 100644 --- a/src/game/HostileRefManager.cpp +++ b/src/game/HostileRefManager.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/HostileRefManager.h b/src/game/HostileRefManager.h index 8698a93..c05c32d 100644 --- a/src/game/HostileRefManager.h +++ b/src/game/HostileRefManager.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/IdleMovementGenerator.cpp b/src/game/IdleMovementGenerator.cpp index 4c77cc1..2ce51ca 100644 --- a/src/game/IdleMovementGenerator.cpp +++ b/src/game/IdleMovementGenerator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/IdleMovementGenerator.h b/src/game/IdleMovementGenerator.h index 6e89dfe..e27a135 100644 --- a/src/game/IdleMovementGenerator.h +++ b/src/game/IdleMovementGenerator.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/InstanceData.cpp b/src/game/InstanceData.cpp index ab87bfa..1532a72 100644 --- a/src/game/InstanceData.cpp +++ b/src/game/InstanceData.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/InstanceData.h b/src/game/InstanceData.h index 63aa822..9f9809c 100644 --- a/src/game/InstanceData.h +++ b/src/game/InstanceData.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Item.cpp b/src/game/Item.cpp index 1f15ed9..2f4d538 100644 --- a/src/game/Item.cpp +++ b/src/game/Item.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Item.h b/src/game/Item.h index b0263df..4c297c9 100644 --- a/src/game/Item.h +++ b/src/game/Item.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ItemEnchantmentMgr.cpp b/src/game/ItemEnchantmentMgr.cpp index a86768f..7abcf7f 100644 --- a/src/game/ItemEnchantmentMgr.cpp +++ b/src/game/ItemEnchantmentMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ItemEnchantmentMgr.h b/src/game/ItemEnchantmentMgr.h index 6358c96..0dbe2fe 100644 --- a/src/game/ItemEnchantmentMgr.h +++ b/src/game/ItemEnchantmentMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ItemHandler.cpp b/src/game/ItemHandler.cpp index bba62a2..1c959df 100644 --- a/src/game/ItemHandler.cpp +++ b/src/game/ItemHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ItemPrototype.h b/src/game/ItemPrototype.h index 67131de..7f329fe 100644 --- a/src/game/ItemPrototype.h +++ b/src/game/ItemPrototype.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Language.h b/src/game/Language.h index 7fc42e6..fea7b69 100644 --- a/src/game/Language.h +++ b/src/game/Language.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Level0.cpp b/src/game/Level0.cpp index a2223cc..76f3684 100644 --- a/src/game/Level0.cpp +++ b/src/game/Level0.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Level1.cpp b/src/game/Level1.cpp index b90dc5c..8d5fac7 100644 --- a/src/game/Level1.cpp +++ b/src/game/Level1.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Level2.cpp b/src/game/Level2.cpp index 431bb16..1cf1eac 100644 --- a/src/game/Level2.cpp +++ b/src/game/Level2.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -4801,7 +4801,7 @@ bool ChatHandler::HandleMmapStatsCommand(char* /*args*/) return true; } -bool ChatHandler::HandleEverwarCommand(char* /*args*/) +bool ChatHandler::HandleUeCoreCommand(char* /*args*/) { return true; } \ No newline at end of file diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index 72beaa7..2e956c1 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Level4.cpp b/src/game/Level4.cpp index 3820d8d..c19e16a 100644 --- a/src/game/Level4.cpp +++ b/src/game/Level4.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/LootHandler.cpp b/src/game/LootHandler.cpp index 218498e..bbb54cc 100644 --- a/src/game/LootHandler.cpp +++ b/src/game/LootHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/LootMgr.cpp b/src/game/LootMgr.cpp index 3bb6212..e85f72c 100644 --- a/src/game/LootMgr.cpp +++ b/src/game/LootMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/LootMgr.h b/src/game/LootMgr.h index 9cf145a..be83045 100644 --- a/src/game/LootMgr.h +++ b/src/game/LootMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Mail.cpp b/src/game/Mail.cpp index 71ceef2..8e80a9d 100644 --- a/src/game/Mail.cpp +++ b/src/game/Mail.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Mail.h b/src/game/Mail.h index 67d910b..150e711 100644 --- a/src/game/Mail.h +++ b/src/game/Mail.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MailHandler.cpp b/src/game/MailHandler.cpp index 7f8d55d..09f6cb9 100644 --- a/src/game/MailHandler.cpp +++ b/src/game/MailHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Map.cpp b/src/game/Map.cpp index 10ecf89..c321747 100644 --- a/src/game/Map.cpp +++ b/src/game/Map.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Map.h b/src/game/Map.h index 1cebde3..ddf7f58 100644 --- a/src/game/Map.h +++ b/src/game/Map.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MapManager.cpp b/src/game/MapManager.cpp index a8f7443..f199363 100644 --- a/src/game/MapManager.cpp +++ b/src/game/MapManager.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MapManager.h b/src/game/MapManager.h index 28e6dd1..0e39129 100644 --- a/src/game/MapManager.h +++ b/src/game/MapManager.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MapPersistentStateMgr.cpp b/src/game/MapPersistentStateMgr.cpp index 9e17a0c..9cbf609 100644 --- a/src/game/MapPersistentStateMgr.cpp +++ b/src/game/MapPersistentStateMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MapPersistentStateMgr.h b/src/game/MapPersistentStateMgr.h index 3db09d4..cbae94d 100644 --- a/src/game/MapPersistentStateMgr.h +++ b/src/game/MapPersistentStateMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MapRefManager.h b/src/game/MapRefManager.h index b012de6..6b4f5b6 100644 --- a/src/game/MapRefManager.h +++ b/src/game/MapRefManager.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MapReference.h b/src/game/MapReference.h index 3cefcc6..f5ae60d 100644 --- a/src/game/MapReference.h +++ b/src/game/MapReference.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MassMailMgr.cpp b/src/game/MassMailMgr.cpp index c4adc33..9d91db7 100644 --- a/src/game/MassMailMgr.cpp +++ b/src/game/MassMailMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MassMailMgr.h b/src/game/MassMailMgr.h index ab9d31a..f9b3a4e 100644 --- a/src/game/MassMailMgr.h +++ b/src/game/MassMailMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MiscHandler.cpp b/src/game/MiscHandler.cpp index bc8ec1b..25fb130 100644 --- a/src/game/MiscHandler.cpp +++ b/src/game/MiscHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionMaster.cpp b/src/game/MotionMaster.cpp index cda8115..03d2f56 100644 --- a/src/game/MotionMaster.cpp +++ b/src/game/MotionMaster.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MotionMaster.h b/src/game/MotionMaster.h index 3dd19cd..fd8d513 100644 --- a/src/game/MotionMaster.h +++ b/src/game/MotionMaster.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MoveMap.cpp b/src/game/MoveMap.cpp index bfb152d..b554d30 100644 --- a/src/game/MoveMap.cpp +++ b/src/game/MoveMap.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MoveMap.h b/src/game/MoveMap.h index b7c2c8d..727cc88 100644 --- a/src/game/MoveMap.h +++ b/src/game/MoveMap.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MoveMapSharedDefines.h b/src/game/MoveMapSharedDefines.h index f228325..184596e 100644 --- a/src/game/MoveMapSharedDefines.h +++ b/src/game/MoveMapSharedDefines.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MovementGenerator.cpp b/src/game/MovementGenerator.cpp index bc5946d..101b95b 100644 --- a/src/game/MovementGenerator.cpp +++ b/src/game/MovementGenerator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MovementGenerator.h b/src/game/MovementGenerator.h index 1be2538..f9dfc31 100644 --- a/src/game/MovementGenerator.h +++ b/src/game/MovementGenerator.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MovementGeneratorImpl.h b/src/game/MovementGeneratorImpl.h index 50cb707..c2b33d7 100644 --- a/src/game/MovementGeneratorImpl.h +++ b/src/game/MovementGeneratorImpl.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/MovementHandler.cpp b/src/game/MovementHandler.cpp index 3041ae5..7de07fa 100644 --- a/src/game/MovementHandler.cpp +++ b/src/game/MovementHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/NPCHandler.cpp b/src/game/NPCHandler.cpp index 3e90cd9..0375d40 100644 --- a/src/game/NPCHandler.cpp +++ b/src/game/NPCHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/NPCHandler.h b/src/game/NPCHandler.h index 0a73296..0a3830f 100644 --- a/src/game/NPCHandler.h +++ b/src/game/NPCHandler.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/NullCreatureAI.cpp b/src/game/NullCreatureAI.cpp index c47a4c3..5a4a7ef 100644 --- a/src/game/NullCreatureAI.cpp +++ b/src/game/NullCreatureAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/NullCreatureAI.h b/src/game/NullCreatureAI.h index 8cb08b1..214e811 100644 --- a/src/game/NullCreatureAI.h +++ b/src/game/NullCreatureAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object.cpp b/src/game/Object.cpp index b4348c4..d2468b1 100644 --- a/src/game/Object.cpp +++ b/src/game/Object.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Object.h b/src/game/Object.h index e6787e8..0279a75 100644 --- a/src/game/Object.h +++ b/src/game/Object.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ObjectAccessor.cpp b/src/game/ObjectAccessor.cpp index bbe64eb..864b438 100644 --- a/src/game/ObjectAccessor.cpp +++ b/src/game/ObjectAccessor.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ObjectAccessor.h b/src/game/ObjectAccessor.h index e5cc70e..a7e7d47 100644 --- a/src/game/ObjectAccessor.h +++ b/src/game/ObjectAccessor.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ObjectGridLoader.cpp b/src/game/ObjectGridLoader.cpp index 8d9c08e..eabdc1f 100644 --- a/src/game/ObjectGridLoader.cpp +++ b/src/game/ObjectGridLoader.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ObjectGridLoader.h b/src/game/ObjectGridLoader.h index ad1df40..27ed0d2 100644 --- a/src/game/ObjectGridLoader.h +++ b/src/game/ObjectGridLoader.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ObjectGuid.cpp b/src/game/ObjectGuid.cpp index f4fb8e8..1886efd 100644 --- a/src/game/ObjectGuid.cpp +++ b/src/game/ObjectGuid.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ObjectGuid.h b/src/game/ObjectGuid.h index 41d08ba..5efd08a 100644 --- a/src/game/ObjectGuid.h +++ b/src/game/ObjectGuid.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ObjectMgr.cpp b/src/game/ObjectMgr.cpp index ea0c40e..122d7e2 100644 --- a/src/game/ObjectMgr.cpp +++ b/src/game/ObjectMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ObjectMgr.h b/src/game/ObjectMgr.h index 53d82e1..48e9a6a 100644 --- a/src/game/ObjectMgr.h +++ b/src/game/ObjectMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ObjectPosSelector.cpp b/src/game/ObjectPosSelector.cpp index 1f75ace..a78013b 100644 --- a/src/game/ObjectPosSelector.cpp +++ b/src/game/ObjectPosSelector.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ObjectPosSelector.h b/src/game/ObjectPosSelector.h index 6881db9..ab9e536 100644 --- a/src/game/ObjectPosSelector.h +++ b/src/game/ObjectPosSelector.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Opcodes.cpp b/src/game/Opcodes.cpp index 0c8045d..15b5145 100644 --- a/src/game/Opcodes.cpp +++ b/src/game/Opcodes.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index a73ba72..319d81a 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvP.cpp b/src/game/OutdoorPvP/OutdoorPvP.cpp index 816adc4..337e0df 100644 --- a/src/game/OutdoorPvP/OutdoorPvP.cpp +++ b/src/game/OutdoorPvP/OutdoorPvP.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvP.h b/src/game/OutdoorPvP/OutdoorPvP.h index 4255d2a..4a0b018 100644 --- a/src/game/OutdoorPvP/OutdoorPvP.h +++ b/src/game/OutdoorPvP/OutdoorPvP.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPEP.cpp b/src/game/OutdoorPvP/OutdoorPvPEP.cpp index 5dee404..44c6188 100644 --- a/src/game/OutdoorPvP/OutdoorPvPEP.cpp +++ b/src/game/OutdoorPvP/OutdoorPvPEP.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPEP.h b/src/game/OutdoorPvP/OutdoorPvPEP.h index 089bbca..4ea256a 100644 --- a/src/game/OutdoorPvP/OutdoorPvPEP.h +++ b/src/game/OutdoorPvP/OutdoorPvPEP.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPMgr.cpp b/src/game/OutdoorPvP/OutdoorPvPMgr.cpp index 27932e7..dcf6d59 100644 --- a/src/game/OutdoorPvP/OutdoorPvPMgr.cpp +++ b/src/game/OutdoorPvP/OutdoorPvPMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPMgr.h b/src/game/OutdoorPvP/OutdoorPvPMgr.h index 1c21b5d..61d8df6 100644 --- a/src/game/OutdoorPvP/OutdoorPvPMgr.h +++ b/src/game/OutdoorPvP/OutdoorPvPMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPSI.cpp b/src/game/OutdoorPvP/OutdoorPvPSI.cpp index e26efae..8da9e79 100644 --- a/src/game/OutdoorPvP/OutdoorPvPSI.cpp +++ b/src/game/OutdoorPvP/OutdoorPvPSI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/OutdoorPvP/OutdoorPvPSI.h b/src/game/OutdoorPvP/OutdoorPvPSI.h index 9192f42..49a35eb 100644 --- a/src/game/OutdoorPvP/OutdoorPvPSI.h +++ b/src/game/OutdoorPvP/OutdoorPvPSI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Path.h b/src/game/Path.h index 0d92366..1c3ef7d 100644 --- a/src/game/Path.h +++ b/src/game/Path.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/PathFinder.cpp b/src/game/PathFinder.cpp index 0ff018a..50f21b1 100644 --- a/src/game/PathFinder.cpp +++ b/src/game/PathFinder.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/PathFinder.h b/src/game/PathFinder.h index 35eb107..1e9ca69 100644 --- a/src/game/PathFinder.h +++ b/src/game/PathFinder.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Pet.cpp b/src/game/Pet.cpp index 0d6d3b3..c54ac49 100644 --- a/src/game/Pet.cpp +++ b/src/game/Pet.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Pet.h b/src/game/Pet.h index 6c843a7..4f05693 100644 --- a/src/game/Pet.h +++ b/src/game/Pet.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/PetAI.cpp b/src/game/PetAI.cpp index 2dfd3a5..5a0883c 100644 --- a/src/game/PetAI.cpp +++ b/src/game/PetAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/PetAI.h b/src/game/PetAI.h index 0a3a69d..b758ac2 100644 --- a/src/game/PetAI.h +++ b/src/game/PetAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/PetHandler.cpp b/src/game/PetHandler.cpp index 948aaaa..9ad1f0a 100644 --- a/src/game/PetHandler.cpp +++ b/src/game/PetHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/PetitionsHandler.cpp b/src/game/PetitionsHandler.cpp index c0b1a20..9d2a676 100644 --- a/src/game/PetitionsHandler.cpp +++ b/src/game/PetitionsHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Player.cpp b/src/game/Player.cpp index a36531b..37ae237 100644 --- a/src/game/Player.cpp +++ b/src/game/Player.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Player.h b/src/game/Player.h index b613e8e..fdad919 100644 --- a/src/game/Player.h +++ b/src/game/Player.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/PlayerDump.cpp b/src/game/PlayerDump.cpp index 6f15e05..e31c0e9 100644 --- a/src/game/PlayerDump.cpp +++ b/src/game/PlayerDump.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/PlayerDump.h b/src/game/PlayerDump.h index ab701a5..864a916 100644 --- a/src/game/PlayerDump.h +++ b/src/game/PlayerDump.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/PointMovementGenerator.cpp b/src/game/PointMovementGenerator.cpp index 98612e7..236e17f 100644 --- a/src/game/PointMovementGenerator.cpp +++ b/src/game/PointMovementGenerator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/PointMovementGenerator.h b/src/game/PointMovementGenerator.h index ed18fcd..7033d17 100644 --- a/src/game/PointMovementGenerator.h +++ b/src/game/PointMovementGenerator.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/PoolManager.cpp b/src/game/PoolManager.cpp index 69535e4..18d18aa 100644 --- a/src/game/PoolManager.cpp +++ b/src/game/PoolManager.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/PoolManager.h b/src/game/PoolManager.h index 60a4990..03a0ee9 100644 --- a/src/game/PoolManager.h +++ b/src/game/PoolManager.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/QueryHandler.cpp b/src/game/QueryHandler.cpp index 670ab51..4f461c2 100644 --- a/src/game/QueryHandler.cpp +++ b/src/game/QueryHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/QuestDef.cpp b/src/game/QuestDef.cpp index 043e06c..888e4dc 100644 --- a/src/game/QuestDef.cpp +++ b/src/game/QuestDef.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/QuestDef.h b/src/game/QuestDef.h index 819b0b3..eebce5d 100644 --- a/src/game/QuestDef.h +++ b/src/game/QuestDef.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/QuestHandler.cpp b/src/game/QuestHandler.cpp index 99abcde..86b4cae 100644 --- a/src/game/QuestHandler.cpp +++ b/src/game/QuestHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/RandomMovementGenerator.cpp b/src/game/RandomMovementGenerator.cpp index 8a7825b..dab757c 100644 --- a/src/game/RandomMovementGenerator.cpp +++ b/src/game/RandomMovementGenerator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/RandomMovementGenerator.h b/src/game/RandomMovementGenerator.h index e7181e8..7bdbea3 100644 --- a/src/game/RandomMovementGenerator.h +++ b/src/game/RandomMovementGenerator.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ReactorAI.cpp b/src/game/ReactorAI.cpp index e5a7cc4..de9702f 100644 --- a/src/game/ReactorAI.cpp +++ b/src/game/ReactorAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ReactorAI.h b/src/game/ReactorAI.h index ade4253..349d6a3 100644 --- a/src/game/ReactorAI.h +++ b/src/game/ReactorAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ReputationMgr.cpp b/src/game/ReputationMgr.cpp index c018472..60309e0 100644 --- a/src/game/ReputationMgr.cpp +++ b/src/game/ReputationMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ReputationMgr.h b/src/game/ReputationMgr.h index bbfa5e9..095c703 100644 --- a/src/game/ReputationMgr.h +++ b/src/game/ReputationMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/SQLStorages.cpp b/src/game/SQLStorages.cpp index d730998..30aedb3 100644 --- a/src/game/SQLStorages.cpp +++ b/src/game/SQLStorages.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/SQLStorages.h b/src/game/SQLStorages.h index b1db635..05c47a6 100644 --- a/src/game/SQLStorages.h +++ b/src/game/SQLStorages.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ScriptMgr.cpp b/src/game/ScriptMgr.cpp index 5c86e4b..ada5052 100644 --- a/src/game/ScriptMgr.cpp +++ b/src/game/ScriptMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ScriptMgr.h b/src/game/ScriptMgr.h index e055c31..13a0fa5 100644 --- a/src/game/ScriptMgr.h +++ b/src/game/ScriptMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/SharedDefines.h b/src/game/SharedDefines.h index 55efe68..f9e9358 100644 --- a/src/game/SharedDefines.h +++ b/src/game/SharedDefines.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/SkillHandler.cpp b/src/game/SkillHandler.cpp index 8ec58f5..79d71a8 100644 --- a/src/game/SkillHandler.cpp +++ b/src/game/SkillHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/SocialMgr.cpp b/src/game/SocialMgr.cpp index 91e4f28..9c26b7c 100644 --- a/src/game/SocialMgr.cpp +++ b/src/game/SocialMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/SocialMgr.h b/src/game/SocialMgr.h index f4b0325..f0f24ab 100644 --- a/src/game/SocialMgr.h +++ b/src/game/SocialMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 96a1fba..21cc98f 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Spell.h b/src/game/Spell.h index c1762af..e29c549 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/SpellAuraDefines.h b/src/game/SpellAuraDefines.h index fb5b203..02bb064 100644 --- a/src/game/SpellAuraDefines.h +++ b/src/game/SpellAuraDefines.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index e6d25fb..99ee2a8 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/SpellAuras.h b/src/game/SpellAuras.h index ae0e227..d472565 100644 --- a/src/game/SpellAuras.h +++ b/src/game/SpellAuras.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 08c6ab8..4d87fbe 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/SpellHandler.cpp b/src/game/SpellHandler.cpp index a11808b..39c9c77 100644 --- a/src/game/SpellHandler.cpp +++ b/src/game/SpellHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 1fb5d35..e41e455 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/SpellMgr.h b/src/game/SpellMgr.h index 0633b75..3c1aff8 100644 --- a/src/game/SpellMgr.h +++ b/src/game/SpellMgr.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/StatSystem.cpp b/src/game/StatSystem.cpp index 13546d0..16fef93 100644 --- a/src/game/StatSystem.cpp +++ b/src/game/StatSystem.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/TargetedMovementGenerator.cpp b/src/game/TargetedMovementGenerator.cpp index f8f28a1..c44b1f8 100644 --- a/src/game/TargetedMovementGenerator.cpp +++ b/src/game/TargetedMovementGenerator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/TargetedMovementGenerator.h b/src/game/TargetedMovementGenerator.h index d6632c4..0198962 100644 --- a/src/game/TargetedMovementGenerator.h +++ b/src/game/TargetedMovementGenerator.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/TaxiHandler.cpp b/src/game/TaxiHandler.cpp index c93f403..4fabc81 100644 --- a/src/game/TaxiHandler.cpp +++ b/src/game/TaxiHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/TemporarySummon.cpp b/src/game/TemporarySummon.cpp index 5516460..2d6b490 100644 --- a/src/game/TemporarySummon.cpp +++ b/src/game/TemporarySummon.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/TemporarySummon.h b/src/game/TemporarySummon.h index 1f03726..79af087 100644 --- a/src/game/TemporarySummon.h +++ b/src/game/TemporarySummon.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ThreatManager.cpp b/src/game/ThreatManager.cpp index 4e71bdf..f108a82 100644 --- a/src/game/ThreatManager.cpp +++ b/src/game/ThreatManager.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/ThreatManager.h b/src/game/ThreatManager.h index 1a0620a..eb33c34 100644 --- a/src/game/ThreatManager.h +++ b/src/game/ThreatManager.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Totem.cpp b/src/game/Totem.cpp index 87df6ad..8734297 100644 --- a/src/game/Totem.cpp +++ b/src/game/Totem.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Totem.h b/src/game/Totem.h index 15101a2..dc1f317 100644 --- a/src/game/Totem.h +++ b/src/game/Totem.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/TotemAI.cpp b/src/game/TotemAI.cpp index 2f8959b..006aae6 100644 --- a/src/game/TotemAI.cpp +++ b/src/game/TotemAI.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/TotemAI.h b/src/game/TotemAI.h index ac92a32..24b9701 100644 --- a/src/game/TotemAI.h +++ b/src/game/TotemAI.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/TradeHandler.cpp b/src/game/TradeHandler.cpp index c325fd9..c6d0b7c 100644 --- a/src/game/TradeHandler.cpp +++ b/src/game/TradeHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Transports.cpp b/src/game/Transports.cpp index 7ab8532..d3a188c 100644 --- a/src/game/Transports.cpp +++ b/src/game/Transports.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Transports.h b/src/game/Transports.h index 8e2fd4e..e249636 100644 --- a/src/game/Transports.h +++ b/src/game/Transports.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Unit.cpp b/src/game/Unit.cpp index 074244d..fb61da3 100644 --- a/src/game/Unit.cpp +++ b/src/game/Unit.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Unit.h b/src/game/Unit.h index 91e4c32..4e544e9 100644 --- a/src/game/Unit.h +++ b/src/game/Unit.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/UnitAuraProcHandler.cpp b/src/game/UnitAuraProcHandler.cpp index 26e8d3e..165b4ae 100644 --- a/src/game/UnitAuraProcHandler.cpp +++ b/src/game/UnitAuraProcHandler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/UnitEvents.h b/src/game/UnitEvents.h index 8522c47..faae050 100644 --- a/src/game/UnitEvents.h +++ b/src/game/UnitEvents.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/UpdateData.cpp b/src/game/UpdateData.cpp index 7987b23..b81fe16 100644 --- a/src/game/UpdateData.cpp +++ b/src/game/UpdateData.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/UpdateData.h b/src/game/UpdateData.h index 98822c5..241b292 100644 --- a/src/game/UpdateData.h +++ b/src/game/UpdateData.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/UpdateFields.h b/src/game/UpdateFields.h index 280e64a..79e125e 100644 --- a/src/game/UpdateFields.h +++ b/src/game/UpdateFields.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/UpdateMask.h b/src/game/UpdateMask.h index 97f24dc..e79f308 100644 --- a/src/game/UpdateMask.h +++ b/src/game/UpdateMask.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WaypointManager.cpp b/src/game/WaypointManager.cpp index 9428e02..950cba0 100644 --- a/src/game/WaypointManager.cpp +++ b/src/game/WaypointManager.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WaypointManager.h b/src/game/WaypointManager.h index cc9fe1e..365461d 100644 --- a/src/game/WaypointManager.h +++ b/src/game/WaypointManager.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WaypointMovementGenerator.cpp b/src/game/WaypointMovementGenerator.cpp index 6d8b80b..371c492 100644 --- a/src/game/WaypointMovementGenerator.cpp +++ b/src/game/WaypointMovementGenerator.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WaypointMovementGenerator.h b/src/game/WaypointMovementGenerator.h index bc3553e..777d388 100644 --- a/src/game/WaypointMovementGenerator.h +++ b/src/game/WaypointMovementGenerator.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Weather.cpp b/src/game/Weather.cpp index c59a419..f1580a7 100644 --- a/src/game/Weather.cpp +++ b/src/game/Weather.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/Weather.h b/src/game/Weather.h index cebcc37..0b58d2f 100644 --- a/src/game/Weather.h +++ b/src/game/Weather.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/World.cpp b/src/game/World.cpp index df1a81d..49fd2d8 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1273,7 +1273,7 @@ void World::SetInitialWorldSettings() PlayerbotMgr::SetInitialWorldSettings(); sLog.outString("---------------------------------------"); - sLog.outString(" Everwar: World initialized "); + sLog.outString(" UeCore: World initialized "); sLog.outString("---------------------------------------"); sLog.outString(); diff --git a/src/game/World.h b/src/game/World.h index 2d49259..9624262 100644 --- a/src/game/World.h +++ b/src/game/World.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldSession.cpp b/src/game/WorldSession.cpp index af3d514..73174b7 100644 --- a/src/game/WorldSession.cpp +++ b/src/game/WorldSession.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldSession.h b/src/game/WorldSession.h index 8bd0134..f26e8c7 100644 --- a/src/game/WorldSession.h +++ b/src/game/WorldSession.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldSocket.cpp b/src/game/WorldSocket.cpp index b313b98..1969dc0 100644 --- a/src/game/WorldSocket.cpp +++ b/src/game/WorldSocket.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/WorldSocket.h b/src/game/WorldSocket.h index d20e3b4..3929138 100644 --- a/src/game/WorldSocket.h +++ b/src/game/WorldSocket.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/debugcmds.cpp b/src/game/debugcmds.cpp index c9b057a..c6eed6f 100644 --- a/src/game/debugcmds.cpp +++ b/src/game/debugcmds.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/MoveSpline.cpp b/src/game/movement/MoveSpline.cpp index d70c332..e1b7a8f 100644 --- a/src/game/movement/MoveSpline.cpp +++ b/src/game/movement/MoveSpline.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/MoveSpline.h b/src/game/movement/MoveSpline.h index 36a3e02..5893631 100644 --- a/src/game/movement/MoveSpline.h +++ b/src/game/movement/MoveSpline.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/MoveSplineFlag.h b/src/game/movement/MoveSplineFlag.h index 34a1c74..7228c18 100644 --- a/src/game/movement/MoveSplineFlag.h +++ b/src/game/movement/MoveSplineFlag.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/MoveSplineInit.cpp b/src/game/movement/MoveSplineInit.cpp index 337c56f..50ab712 100644 --- a/src/game/movement/MoveSplineInit.cpp +++ b/src/game/movement/MoveSplineInit.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/MoveSplineInit.h b/src/game/movement/MoveSplineInit.h index 0e3da87..b853e6e 100644 --- a/src/game/movement/MoveSplineInit.h +++ b/src/game/movement/MoveSplineInit.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/MoveSplineInitArgs.h b/src/game/movement/MoveSplineInitArgs.h index 1d636a7..44f6bd3 100644 --- a/src/game/movement/MoveSplineInitArgs.h +++ b/src/game/movement/MoveSplineInitArgs.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/packet_builder.cpp b/src/game/movement/packet_builder.cpp index 95862aa..508b613 100644 --- a/src/game/movement/packet_builder.cpp +++ b/src/game/movement/packet_builder.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/packet_builder.h b/src/game/movement/packet_builder.h index d8d8039..18491c7 100644 --- a/src/game/movement/packet_builder.h +++ b/src/game/movement/packet_builder.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/spline.cpp b/src/game/movement/spline.cpp index 6758e54..4e7e970 100644 --- a/src/game/movement/spline.cpp +++ b/src/game/movement/spline.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/spline.h b/src/game/movement/spline.h index 5f95995..bd952e8 100644 --- a/src/game/movement/spline.h +++ b/src/game/movement/spline.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/spline.impl.h b/src/game/movement/spline.impl.h index c3d2f8b..9724b57 100644 --- a/src/game/movement/spline.impl.h +++ b/src/game/movement/spline.impl.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/typedefs.h b/src/game/movement/typedefs.h index 2c961eb..36a998d 100644 --- a/src/game/movement/typedefs.h +++ b/src/game/movement/typedefs.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/movement/util.cpp b/src/game/movement/util.cpp index 8cde92d..ac82983 100644 --- a/src/game/movement/util.cpp +++ b/src/game/movement/util.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/BIH.cpp b/src/game/vmap/BIH.cpp index 2fe615f..5adeffb 100644 --- a/src/game/vmap/BIH.cpp +++ b/src/game/vmap/BIH.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/BIH.h b/src/game/vmap/BIH.h index 2c14498..38a9fec 100644 --- a/src/game/vmap/BIH.h +++ b/src/game/vmap/BIH.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/BIHWrap.h b/src/game/vmap/BIHWrap.h index 1026c7e..9472d9e 100644 --- a/src/game/vmap/BIHWrap.h +++ b/src/game/vmap/BIHWrap.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/DynamicTree.cpp b/src/game/vmap/DynamicTree.cpp index ddb4030..bce4fb5 100644 --- a/src/game/vmap/DynamicTree.cpp +++ b/src/game/vmap/DynamicTree.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/DynamicTree.h b/src/game/vmap/DynamicTree.h index ec0550b..537255f 100644 --- a/src/game/vmap/DynamicTree.h +++ b/src/game/vmap/DynamicTree.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/GameObjectModel.cpp b/src/game/vmap/GameObjectModel.cpp index ab03f6e..eecd1af 100644 --- a/src/game/vmap/GameObjectModel.cpp +++ b/src/game/vmap/GameObjectModel.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/GameObjectModel.h b/src/game/vmap/GameObjectModel.h index 9346aaf..74ffa54 100644 --- a/src/game/vmap/GameObjectModel.h +++ b/src/game/vmap/GameObjectModel.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/IVMapManager.h b/src/game/vmap/IVMapManager.h index b9817de..f5865b4 100644 --- a/src/game/vmap/IVMapManager.h +++ b/src/game/vmap/IVMapManager.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/MapTree.cpp b/src/game/vmap/MapTree.cpp index 619d695..a16d207 100644 --- a/src/game/vmap/MapTree.cpp +++ b/src/game/vmap/MapTree.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/MapTree.h b/src/game/vmap/MapTree.h index 8368f8a..3f31b30 100644 --- a/src/game/vmap/MapTree.h +++ b/src/game/vmap/MapTree.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/ModelInstance.cpp b/src/game/vmap/ModelInstance.cpp index 92d1dfd..a6a2237 100644 --- a/src/game/vmap/ModelInstance.cpp +++ b/src/game/vmap/ModelInstance.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/ModelInstance.h b/src/game/vmap/ModelInstance.h index 37de64a..ad8998c 100644 --- a/src/game/vmap/ModelInstance.h +++ b/src/game/vmap/ModelInstance.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/RegularGrid.h b/src/game/vmap/RegularGrid.h index 056d415..48da181 100644 --- a/src/game/vmap/RegularGrid.h +++ b/src/game/vmap/RegularGrid.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/TileAssembler.cpp b/src/game/vmap/TileAssembler.cpp index 53cd177..49b5543 100644 --- a/src/game/vmap/TileAssembler.cpp +++ b/src/game/vmap/TileAssembler.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/TileAssembler.h b/src/game/vmap/TileAssembler.h index a059875..42a6003 100644 --- a/src/game/vmap/TileAssembler.h +++ b/src/game/vmap/TileAssembler.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/VMapDefinitions.h b/src/game/vmap/VMapDefinitions.h index a1c5efd..5924cbe 100644 --- a/src/game/vmap/VMapDefinitions.h +++ b/src/game/vmap/VMapDefinitions.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/VMapFactory.cpp b/src/game/vmap/VMapFactory.cpp index d5b042d..ba610ce 100644 --- a/src/game/vmap/VMapFactory.cpp +++ b/src/game/vmap/VMapFactory.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/VMapFactory.h b/src/game/vmap/VMapFactory.h index 76dc522..f63a2c5 100644 --- a/src/game/vmap/VMapFactory.h +++ b/src/game/vmap/VMapFactory.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/VMapManager2.cpp b/src/game/vmap/VMapManager2.cpp index 22662a3..1c58cae 100644 --- a/src/game/vmap/VMapManager2.cpp +++ b/src/game/vmap/VMapManager2.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/VMapManager2.h b/src/game/vmap/VMapManager2.h index e5974be..d2c813e 100644 --- a/src/game/vmap/VMapManager2.h +++ b/src/game/vmap/VMapManager2.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/VMapTools.h b/src/game/vmap/VMapTools.h index ddc5ebd..1878ca0 100644 --- a/src/game/vmap/VMapTools.h +++ b/src/game/vmap/VMapTools.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/WorldModel.cpp b/src/game/vmap/WorldModel.cpp index 123bc14..7cf5475 100644 --- a/src/game/vmap/WorldModel.cpp +++ b/src/game/vmap/WorldModel.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/game/vmap/WorldModel.h b/src/game/vmap/WorldModel.h index eab08d2..7996d14 100644 --- a/src/game/vmap/WorldModel.h +++ b/src/game/vmap/WorldModel.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/CMakeLists.txt b/src/mangosd/CMakeLists.txt index 6128fc7..1a165cc 100644 --- a/src/mangosd/CMakeLists.txt +++ b/src/mangosd/CMakeLists.txt @@ -1,5 +1,5 @@ # -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/CliRunnable.cpp b/src/mangosd/CliRunnable.cpp index 677b32d..1dd0727 100644 --- a/src/mangosd/CliRunnable.cpp +++ b/src/mangosd/CliRunnable.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/CliRunnable.h b/src/mangosd/CliRunnable.h index fe17afb..00839d9 100644 --- a/src/mangosd/CliRunnable.h +++ b/src/mangosd/CliRunnable.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/MaNGOSsoap.cpp b/src/mangosd/MaNGOSsoap.cpp index 79191d1..e50a5dc 100644 --- a/src/mangosd/MaNGOSsoap.cpp +++ b/src/mangosd/MaNGOSsoap.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/MaNGOSsoap.h b/src/mangosd/MaNGOSsoap.h index 1d9c198..0270442 100644 --- a/src/mangosd/MaNGOSsoap.h +++ b/src/mangosd/MaNGOSsoap.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/Master.cpp b/src/mangosd/Master.cpp index d67aa18..a5f02da 100644 --- a/src/mangosd/Master.cpp +++ b/src/mangosd/Master.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/Master.h b/src/mangosd/Master.h index e84c01c..19ec880 100644 --- a/src/mangosd/Master.h +++ b/src/mangosd/Master.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/RASocket.cpp b/src/mangosd/RASocket.cpp index f31ea09..d30f7a5 100644 --- a/src/mangosd/RASocket.cpp +++ b/src/mangosd/RASocket.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/RASocket.h b/src/mangosd/RASocket.h index 0030cd0..c5063c0 100644 --- a/src/mangosd/RASocket.h +++ b/src/mangosd/RASocket.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/WorldRunnable.cpp b/src/mangosd/WorldRunnable.cpp index bd588c0..17a769d 100644 --- a/src/mangosd/WorldRunnable.cpp +++ b/src/mangosd/WorldRunnable.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/WorldRunnable.h b/src/mangosd/WorldRunnable.h index a3fd0a3..6de9120 100644 --- a/src/mangosd/WorldRunnable.h +++ b/src/mangosd/WorldRunnable.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/mangosd/mangosd.rc b/src/mangosd/mangosd.rc index 06354cb..da16ab5 100644 --- a/src/mangosd/mangosd.rc +++ b/src/mangosd/mangosd.rc @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/AuthCodes.h b/src/realmd/AuthCodes.h index 86382e3..3a7daea 100644 --- a/src/realmd/AuthCodes.h +++ b/src/realmd/AuthCodes.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/AuthSocket.cpp b/src/realmd/AuthSocket.cpp index fc8475e..c1aee10 100644 --- a/src/realmd/AuthSocket.cpp +++ b/src/realmd/AuthSocket.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/AuthSocket.h b/src/realmd/AuthSocket.h index d0197ac..9695ccb 100644 --- a/src/realmd/AuthSocket.h +++ b/src/realmd/AuthSocket.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -63,7 +63,7 @@ class AuthSocket : public MaNGOS::Socket STATUS_CHALLENGE, STATUS_LOGON_PROOF, STATUS_RECON_PROOF, - STATUS_PATCH, // unused in Everwar + STATUS_PATCH, // unused in UeCore STATUS_AUTHED, STATUS_CLOSED }; diff --git a/src/realmd/CMakeLists.txt b/src/realmd/CMakeLists.txt index b208f2d..99cd758 100644 --- a/src/realmd/CMakeLists.txt +++ b/src/realmd/CMakeLists.txt @@ -1,5 +1,5 @@ # -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/realmd/RealmList.cpp b/src/realmd/RealmList.cpp index e403e37..b6d49f8 100644 --- a/src/realmd/RealmList.cpp +++ b/src/realmd/RealmList.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/RealmList.h b/src/realmd/RealmList.h index 66c0b48..5451d2a 100644 --- a/src/realmd/RealmList.h +++ b/src/realmd/RealmList.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/realmd/realmd.rc b/src/realmd/realmd.rc index 222ec76..95b38d7 100644 --- a/src/realmd/realmd.rc +++ b/src/realmd/realmd.rc @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/AuthCrypt.cpp b/src/shared/Auth/AuthCrypt.cpp index cea07d1..450fad8 100644 --- a/src/shared/Auth/AuthCrypt.cpp +++ b/src/shared/Auth/AuthCrypt.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/AuthCrypt.h b/src/shared/Auth/AuthCrypt.h index 85c7a28..08e340d 100644 --- a/src/shared/Auth/AuthCrypt.h +++ b/src/shared/Auth/AuthCrypt.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/BigNumber.cpp b/src/shared/Auth/BigNumber.cpp index 7eaeb2b..25a0371 100644 --- a/src/shared/Auth/BigNumber.cpp +++ b/src/shared/Auth/BigNumber.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/BigNumber.h b/src/shared/Auth/BigNumber.h index 8890aba..01ddf2d 100644 --- a/src/shared/Auth/BigNumber.h +++ b/src/shared/Auth/BigNumber.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/Hmac.cpp b/src/shared/Auth/Hmac.cpp index dcbbde6..b3e91ba 100644 --- a/src/shared/Auth/Hmac.cpp +++ b/src/shared/Auth/Hmac.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/Hmac.h b/src/shared/Auth/Hmac.h index 5de6d0e..f1221b7 100644 --- a/src/shared/Auth/Hmac.h +++ b/src/shared/Auth/Hmac.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/Sha1.cpp b/src/shared/Auth/Sha1.cpp index 720b830..55181b7 100644 --- a/src/shared/Auth/Sha1.cpp +++ b/src/shared/Auth/Sha1.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Auth/Sha1.h b/src/shared/Auth/Sha1.h index 8e6d05b..ebe297e 100644 --- a/src/shared/Auth/Sha1.h +++ b/src/shared/Auth/Sha1.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/ByteBuffer.cpp b/src/shared/ByteBuffer.cpp index 96ff2d7..e68da15 100644 --- a/src/shared/ByteBuffer.cpp +++ b/src/shared/ByteBuffer.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/ByteBuffer.h b/src/shared/ByteBuffer.h index a5765a8..0e3e8ed 100644 --- a/src/shared/ByteBuffer.h +++ b/src/shared/ByteBuffer.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/CMakeLists.txt b/src/shared/CMakeLists.txt index b4cfa6a..c94e3be 100644 --- a/src/shared/CMakeLists.txt +++ b/src/shared/CMakeLists.txt @@ -1,5 +1,5 @@ # -# This file is part of the Everwar Project. See AUTHORS file for Copyright information +# This file is part of the UeCore Project. See AUTHORS file for Copyright information # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/src/shared/Common.cpp b/src/shared/Common.cpp index 0889029..ed8ec04 100644 --- a/src/shared/Common.cpp +++ b/src/shared/Common.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Common.h b/src/shared/Common.h index 49a0484..6d6b932 100644 --- a/src/shared/Common.h +++ b/src/shared/Common.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Config/Config.cpp b/src/shared/Config/Config.cpp index 93738fd..2d43923 100644 --- a/src/shared/Config/Config.cpp +++ b/src/shared/Config/Config.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Config/Config.h b/src/shared/Config/Config.h index d7a7e10..703858f 100644 --- a/src/shared/Config/Config.h +++ b/src/shared/Config/Config.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/DBCFileLoader.cpp b/src/shared/Database/DBCFileLoader.cpp index 5dc834c..236385e 100644 --- a/src/shared/Database/DBCFileLoader.cpp +++ b/src/shared/Database/DBCFileLoader.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/DBCFileLoader.h b/src/shared/Database/DBCFileLoader.h index f9f77c7..60336c3 100644 --- a/src/shared/Database/DBCFileLoader.h +++ b/src/shared/Database/DBCFileLoader.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/DBCStore.h b/src/shared/Database/DBCStore.h index 599e07d..a52ce72 100644 --- a/src/shared/Database/DBCStore.h +++ b/src/shared/Database/DBCStore.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/Database.cpp b/src/shared/Database/Database.cpp index 9f18870..b9beb1b 100644 --- a/src/shared/Database/Database.cpp +++ b/src/shared/Database/Database.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/Database.h b/src/shared/Database/Database.h index 7609fd2..2c3b2d0 100644 --- a/src/shared/Database/Database.h +++ b/src/shared/Database/Database.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/DatabaseEnv.h b/src/shared/Database/DatabaseEnv.h index 7d8cb69..56d2c96 100644 --- a/src/shared/Database/DatabaseEnv.h +++ b/src/shared/Database/DatabaseEnv.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/DatabaseImpl.h b/src/shared/Database/DatabaseImpl.h index d6d0a32..5b634b7 100644 --- a/src/shared/Database/DatabaseImpl.h +++ b/src/shared/Database/DatabaseImpl.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/DatabaseMysql.cpp b/src/shared/Database/DatabaseMysql.cpp index 411c329..02ebf47 100644 --- a/src/shared/Database/DatabaseMysql.cpp +++ b/src/shared/Database/DatabaseMysql.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/DatabaseMysql.h b/src/shared/Database/DatabaseMysql.h index b8e4537..f67c41e 100644 --- a/src/shared/Database/DatabaseMysql.h +++ b/src/shared/Database/DatabaseMysql.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/DatabasePostgre.cpp b/src/shared/Database/DatabasePostgre.cpp index 5b9a061..009b970 100644 --- a/src/shared/Database/DatabasePostgre.cpp +++ b/src/shared/Database/DatabasePostgre.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/DatabasePostgre.h b/src/shared/Database/DatabasePostgre.h index f73621d..86b2725 100644 --- a/src/shared/Database/DatabasePostgre.h +++ b/src/shared/Database/DatabasePostgre.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/Field.cpp b/src/shared/Database/Field.cpp index b24fe01..6906b98 100644 --- a/src/shared/Database/Field.cpp +++ b/src/shared/Database/Field.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/Field.h b/src/shared/Database/Field.h index 8c8975f..5c240d1 100644 --- a/src/shared/Database/Field.h +++ b/src/shared/Database/Field.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/PGSQLDelayThread.h b/src/shared/Database/PGSQLDelayThread.h index 6203758..802999b 100644 --- a/src/shared/Database/PGSQLDelayThread.h +++ b/src/shared/Database/PGSQLDelayThread.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/QueryResult.h b/src/shared/Database/QueryResult.h index f85cf90..ac5d6ed 100644 --- a/src/shared/Database/QueryResult.h +++ b/src/shared/Database/QueryResult.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/QueryResultMysql.cpp b/src/shared/Database/QueryResultMysql.cpp index 2843239..c9991df 100644 --- a/src/shared/Database/QueryResultMysql.cpp +++ b/src/shared/Database/QueryResultMysql.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/QueryResultMysql.h b/src/shared/Database/QueryResultMysql.h index 674c4fc..4eec1e5 100644 --- a/src/shared/Database/QueryResultMysql.h +++ b/src/shared/Database/QueryResultMysql.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/QueryResultPostgre.cpp b/src/shared/Database/QueryResultPostgre.cpp index 6249085..33e07bb 100644 --- a/src/shared/Database/QueryResultPostgre.cpp +++ b/src/shared/Database/QueryResultPostgre.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/QueryResultPostgre.h b/src/shared/Database/QueryResultPostgre.h index 3137fa4..de654c1 100644 --- a/src/shared/Database/QueryResultPostgre.h +++ b/src/shared/Database/QueryResultPostgre.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SQLStorage.cpp b/src/shared/Database/SQLStorage.cpp index b00988f..b4bec08 100644 --- a/src/shared/Database/SQLStorage.cpp +++ b/src/shared/Database/SQLStorage.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SQLStorage.h b/src/shared/Database/SQLStorage.h index 8ca59b7..3cf3cbf 100644 --- a/src/shared/Database/SQLStorage.h +++ b/src/shared/Database/SQLStorage.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SQLStorageImpl.h b/src/shared/Database/SQLStorageImpl.h index c452d8c..665f264 100644 --- a/src/shared/Database/SQLStorageImpl.h +++ b/src/shared/Database/SQLStorageImpl.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SqlDelayThread.cpp b/src/shared/Database/SqlDelayThread.cpp index 04261fd..df36e1b 100644 --- a/src/shared/Database/SqlDelayThread.cpp +++ b/src/shared/Database/SqlDelayThread.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SqlDelayThread.h b/src/shared/Database/SqlDelayThread.h index 49a0631..6422a69 100644 --- a/src/shared/Database/SqlDelayThread.h +++ b/src/shared/Database/SqlDelayThread.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SqlOperations.cpp b/src/shared/Database/SqlOperations.cpp index 13a9aa3..7bd27a1 100644 --- a/src/shared/Database/SqlOperations.cpp +++ b/src/shared/Database/SqlOperations.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SqlOperations.h b/src/shared/Database/SqlOperations.h index 0daf7bf..f1ccf23 100644 --- a/src/shared/Database/SqlOperations.h +++ b/src/shared/Database/SqlOperations.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SqlPreparedStatement.cpp b/src/shared/Database/SqlPreparedStatement.cpp index d4a752d..f715350 100644 --- a/src/shared/Database/SqlPreparedStatement.cpp +++ b/src/shared/Database/SqlPreparedStatement.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Database/SqlPreparedStatement.h b/src/shared/Database/SqlPreparedStatement.h index c1a60ca..f0f9474 100644 --- a/src/shared/Database/SqlPreparedStatement.h +++ b/src/shared/Database/SqlPreparedStatement.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Errors.h b/src/shared/Errors.h index 50697a9..c688a9a 100644 --- a/src/shared/Errors.h +++ b/src/shared/Errors.h @@ -1,5 +1,5 @@ /* -* This file is part of the Everwar Project. See AUTHORS file for Copyright information +* This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Log.cpp b/src/shared/Log.cpp index 52a0f1c..bbddd6b 100644 --- a/src/shared/Log.cpp +++ b/src/shared/Log.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Log.h b/src/shared/Log.h index bc39615..f9e4ff5 100644 --- a/src/shared/Log.h +++ b/src/shared/Log.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Network/Listener.cpp b/src/shared/Network/Listener.cpp index f0741d3..7669d10 100644 --- a/src/shared/Network/Listener.cpp +++ b/src/shared/Network/Listener.cpp @@ -1,5 +1,5 @@ /* -* This file is part of the Everwar Project. See AUTHORS file for Copyright information +* This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Network/Listener.hpp b/src/shared/Network/Listener.hpp index 1f5a0c5..b07eba8 100644 --- a/src/shared/Network/Listener.hpp +++ b/src/shared/Network/Listener.hpp @@ -1,5 +1,5 @@ /* -* This file is part of the Everwar Project. See AUTHORS file for Copyright information +* This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Network/NetworkThread.hpp b/src/shared/Network/NetworkThread.hpp index 3618157..0caea3c 100644 --- a/src/shared/Network/NetworkThread.hpp +++ b/src/shared/Network/NetworkThread.hpp @@ -1,5 +1,5 @@ /* -* This file is part of the Everwar Project. See AUTHORS file for Copyright information +* This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Network/PacketBuffer.cpp b/src/shared/Network/PacketBuffer.cpp index c4c766c..0a12642 100644 --- a/src/shared/Network/PacketBuffer.cpp +++ b/src/shared/Network/PacketBuffer.cpp @@ -1,5 +1,5 @@ /* -* This file is part of the Everwar Project. See AUTHORS file for Copyright information +* This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Network/PacketBuffer.hpp b/src/shared/Network/PacketBuffer.hpp index b8fac0a..a8a20df 100644 --- a/src/shared/Network/PacketBuffer.hpp +++ b/src/shared/Network/PacketBuffer.hpp @@ -1,5 +1,5 @@ /* -* This file is part of the Everwar Project. See AUTHORS file for Copyright information +* This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Network/Socket.cpp b/src/shared/Network/Socket.cpp index 8db2e98..30b5b60 100644 --- a/src/shared/Network/Socket.cpp +++ b/src/shared/Network/Socket.cpp @@ -1,5 +1,5 @@ /* -* This file is part of the Everwar Project. See AUTHORS file for Copyright information +* This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Network/Socket.hpp b/src/shared/Network/Socket.hpp index 18234df..631c955 100644 --- a/src/shared/Network/Socket.hpp +++ b/src/shared/Network/Socket.hpp @@ -1,5 +1,5 @@ /* -* This file is part of the Everwar Project. See AUTHORS file for Copyright information +* This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/PosixDaemon.cpp b/src/shared/PosixDaemon.cpp index cd085ea..f25ff9d 100644 --- a/src/shared/PosixDaemon.cpp +++ b/src/shared/PosixDaemon.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/shared/PosixDaemon.h b/src/shared/PosixDaemon.h index 9e73399..d19d54f 100644 --- a/src/shared/PosixDaemon.h +++ b/src/shared/PosixDaemon.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/src/shared/ProgressBar.cpp b/src/shared/ProgressBar.cpp index a5e6776..83fec4d 100644 --- a/src/shared/ProgressBar.cpp +++ b/src/shared/ProgressBar.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/ProgressBar.h b/src/shared/ProgressBar.h index 6251368..ba15668 100644 --- a/src/shared/ProgressBar.h +++ b/src/shared/ProgressBar.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/ServiceWin32.cpp b/src/shared/ServiceWin32.cpp index 50199cc..9442dab 100644 --- a/src/shared/ServiceWin32.cpp +++ b/src/shared/ServiceWin32.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/ServiceWin32.h b/src/shared/ServiceWin32.h index 08fa378..9c52940 100644 --- a/src/shared/ServiceWin32.h +++ b/src/shared/ServiceWin32.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/SystemConfig.h b/src/shared/SystemConfig.h index edc1ac2..6177084 100644 --- a/src/shared/SystemConfig.h +++ b/src/shared/SystemConfig.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ #define MANGOS_SYSTEMCONFIG_H #ifndef _PACKAGENAME -#define _PACKAGENAME "Everwar Classic" +#define _PACKAGENAME "UeCore Classic" #endif #include "revision.h" diff --git a/src/shared/SystemConfig.h.in b/src/shared/SystemConfig.h.in index f358a71..39d9685 100644 --- a/src/shared/SystemConfig.h.in +++ b/src/shared/SystemConfig.h.in @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ #define MANGOS_SYSTEMCONFIG_H #ifndef _PACKAGENAME -#define _PACKAGENAME "Everwar Classic" +#define _PACKAGENAME "UeCore Classic" #endif #include "revision.h" diff --git a/src/shared/TSS.h b/src/shared/TSS.h index 19c9cf9..60a31a4 100644 --- a/src/shared/TSS.h +++ b/src/shared/TSS.h @@ -1,5 +1,5 @@ /* -* This file is part of the Everwar Project. See AUTHORS file for Copyright information +* This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Threading.cpp b/src/shared/Threading.cpp index cdcfec8..8cf5d6a 100644 --- a/src/shared/Threading.cpp +++ b/src/shared/Threading.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Threading.h b/src/shared/Threading.h index 2b61c04..f34ba4f 100644 --- a/src/shared/Threading.h +++ b/src/shared/Threading.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Timer.h b/src/shared/Timer.h index fc4591e..d614067 100644 --- a/src/shared/Timer.h +++ b/src/shared/Timer.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Util.cpp b/src/shared/Util.cpp index 6935b30..f8a0c54 100644 --- a/src/shared/Util.cpp +++ b/src/shared/Util.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/Util.h b/src/shared/Util.h index 46ecc9f..678fe36 100644 --- a/src/shared/Util.h +++ b/src/shared/Util.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/shared/WorldPacket.h b/src/shared/WorldPacket.h index e3387ef..6117e16 100644 --- a/src/shared/WorldPacket.h +++ b/src/shared/WorldPacket.h @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/tools/genrevision/genrevision.cpp b/src/tools/genrevision/genrevision.cpp index ec72d75..bb8cf44 100644 --- a/src/tools/genrevision/genrevision.cpp +++ b/src/tools/genrevision/genrevision.cpp @@ -1,5 +1,5 @@ /* - * This file is part of the Everwar Project. See AUTHORS file for Copyright information + * This file is part of the UeCore Project. See AUTHORS file for Copyright information * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by