From c1bc9a3c208558e0395db315450433c159710e61 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Fri, 7 Sep 2018 03:25:52 +0200 Subject: [PATCH] docs: updated license header to include new year. --- NOTICE | 2 +- src/main/java/com/syncleus/aethermud/Main.java | 2 +- src/main/java/com/syncleus/aethermud/blackjack/BlackJack.java | 2 +- src/main/java/com/syncleus/aethermud/blackjack/Deck.java | 2 +- src/main/java/com/syncleus/aethermud/blackjack/Hand.java | 2 +- src/main/java/com/syncleus/aethermud/bot/IrcBotService.java | 2 +- src/main/java/com/syncleus/aethermud/bot/MyListener.java | 2 +- .../com/syncleus/aethermud/bot/command/BotCommandFactory.java | 2 +- .../com/syncleus/aethermud/bot/command/BotCommandManager.java | 2 +- .../syncleus/aethermud/bot/command/ChuckNorrisManager.java | 2 +- .../com/syncleus/aethermud/bot/command/DictionaryManager.java | 2 +- .../java/com/syncleus/aethermud/bot/command/OmdbManager.java | 2 +- .../com/syncleus/aethermud/bot/command/WeatherManager.java | 2 +- .../syncleus/aethermud/bot/command/commands/BotCommand.java | 2 +- .../syncleus/aethermud/bot/command/commands/CardsCommand.java | 2 +- .../aethermud/bot/command/commands/CheckNorrisBotCommand.java | 2 +- .../aethermud/bot/command/commands/DictionaryBotCommand.java | 2 +- .../aethermud/bot/command/commands/ForecastCommand.java | 2 +- .../aethermud/bot/command/commands/ImdbBotCommand.java | 2 +- .../bot/command/commands/RandomRoomDescriptionCommand.java | 2 +- .../aethermud/bot/command/commands/WeatherBotCommand.java | 2 +- .../aethermud/bot/command/commands/WhoBotCommand.java | 2 +- .../java/com/syncleus/aethermud/command/CommandHandler.java | 2 +- .../java/com/syncleus/aethermud/command/CommandRegistry.java | 2 +- .../com/syncleus/aethermud/command/commands/BackCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/CardsCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/CastCommand.java | 2 +- .../syncleus/aethermud/command/commands/ColorsCommand.java | 2 +- .../java/com/syncleus/aethermud/command/commands/Command.java | 2 +- .../syncleus/aethermud/command/commands/CommandAuditLog.java | 2 +- .../syncleus/aethermud/command/commands/CommandRunnable.java | 2 +- .../syncleus/aethermud/command/commands/CompareCommand.java | 2 +- .../syncleus/aethermud/command/commands/CoolDownCommand.java | 2 +- .../syncleus/aethermud/command/commands/CountdownCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/DelCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/DropCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/EquipCommand.java | 2 +- .../syncleus/aethermud/command/commands/FightKillCommand.java | 2 +- .../syncleus/aethermud/command/commands/ForageCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/GoldCommand.java | 2 +- .../syncleus/aethermud/command/commands/GossipCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/HelpCommand.java | 2 +- .../syncleus/aethermud/command/commands/InventoryCommand.java | 2 +- .../syncleus/aethermud/command/commands/KillTallyCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/LeaveCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/LookCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/LootCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/MapCommand.java | 2 +- .../syncleus/aethermud/command/commands/MovementCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/NexusCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/OpCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/OpenCommand.java | 2 +- .../syncleus/aethermud/command/commands/PickUpCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/QuitCommand.java | 2 +- .../syncleus/aethermud/command/commands/RecallCommand.java | 2 +- .../aethermud/command/commands/RecentChangesCommand.java | 2 +- .../aethermud/command/commands/RecentGossipCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/SayCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/SetCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/ShowCommand.java | 2 +- .../syncleus/aethermud/command/commands/SpellsCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/TalkCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/TellCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/TimeCommand.java | 2 +- .../aethermud/command/commands/ToggleChatCommand.java | 2 +- .../syncleus/aethermud/command/commands/UnequipCommand.java | 2 +- .../syncleus/aethermud/command/commands/UnknownCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/UseCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/UsersCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/WhoCommand.java | 2 +- .../syncleus/aethermud/command/commands/WhoamiCommand.java | 2 +- .../com/syncleus/aethermud/command/commands/XpCommand.java | 2 +- .../aethermud/command/commands/admin/AreaCommand.java | 2 +- .../aethermud/command/commands/admin/BounceIrcBotCommand.java | 2 +- .../aethermud/command/commands/admin/BuildCommand.java | 2 +- .../aethermud/command/commands/admin/DescriptionCommand.java | 2 +- .../aethermud/command/commands/admin/GiveGoldCommand.java | 2 +- .../aethermud/command/commands/admin/GiveHealthCommand.java | 2 +- .../aethermud/command/commands/admin/GraphStatusCommand.java | 2 +- .../aethermud/command/commands/admin/InfoCommand.java | 2 +- .../aethermud/command/commands/admin/LoadItemCommand.java | 2 +- .../aethermud/command/commands/admin/LoadMerchantCommand.java | 2 +- .../aethermud/command/commands/admin/LoadNpcCommand.java | 2 +- .../aethermud/command/commands/admin/ManifestCommand.java | 2 +- .../aethermud/command/commands/admin/NotablesCommand.java | 2 +- .../aethermud/command/commands/admin/NpcLocationCommand.java | 2 +- .../aethermud/command/commands/admin/ReloadNpcsCommand.java | 2 +- .../aethermud/command/commands/admin/RestartCommand.java | 2 +- .../aethermud/command/commands/admin/SaveWorldCommand.java | 2 +- .../aethermud/command/commands/admin/SpawnCommand.java | 2 +- .../syncleus/aethermud/command/commands/admin/SystemInfo.java | 2 +- .../aethermud/command/commands/admin/TagRoomCommand.java | 2 +- .../aethermud/command/commands/admin/TeleportCommand.java | 2 +- .../aethermud/command/commands/admin/TitleCommand.java | 2 +- .../java/com/syncleus/aethermud/common/AetherMudEntry.java | 2 +- .../java/com/syncleus/aethermud/common/AetherMudMessage.java | 2 +- .../java/com/syncleus/aethermud/common/AetherMudUtils.java | 2 +- .../com/syncleus/aethermud/common/ColorizedTextTemplate.java | 2 +- src/main/java/com/syncleus/aethermud/common/FriendlyTime.java | 2 +- .../aethermud/configuration/AetherMudConfiguration.java | 4 ++-- .../syncleus/aethermud/configuration/ConfigureCommands.java | 2 +- .../com/syncleus/aethermud/configuration/ConfigureNpc.java | 2 +- src/main/java/com/syncleus/aethermud/core/GameManager.java | 2 +- .../syncleus/aethermud/core/NewUserRegistrationManager.java | 2 +- .../com/syncleus/aethermud/core/RecentChangesManager.java | 2 +- src/main/java/com/syncleus/aethermud/core/SentryManager.java | 2 +- src/main/java/com/syncleus/aethermud/core/SessionManager.java | 2 +- .../com/syncleus/aethermud/core/service/AetherMudEvent.java | 2 +- .../aethermud/core/service/MultiThreadedEventProcessor.java | 2 +- .../java/com/syncleus/aethermud/core/service/TimeTracker.java | 2 +- .../java/com/syncleus/aethermud/entity/AetherMudEntity.java | 2 +- .../java/com/syncleus/aethermud/entity/EntityManager.java | 2 +- src/main/java/com/syncleus/aethermud/items/Effect.java | 2 +- src/main/java/com/syncleus/aethermud/items/EffectBuilder.java | 2 +- .../java/com/syncleus/aethermud/items/EffectsManager.java | 2 +- src/main/java/com/syncleus/aethermud/items/Equipment.java | 2 +- .../java/com/syncleus/aethermud/items/EquipmentSlotType.java | 2 +- src/main/java/com/syncleus/aethermud/items/Forage.java | 2 +- src/main/java/com/syncleus/aethermud/items/ForageBuilder.java | 2 +- src/main/java/com/syncleus/aethermud/items/ForageManager.java | 2 +- src/main/java/com/syncleus/aethermud/items/Item.java | 2 +- src/main/java/com/syncleus/aethermud/items/ItemBuilder.java | 2 +- .../java/com/syncleus/aethermud/items/ItemDecayManager.java | 2 +- src/main/java/com/syncleus/aethermud/items/ItemImpl.java | 2 +- src/main/java/com/syncleus/aethermud/items/ItemInstance.java | 2 +- .../java/com/syncleus/aethermud/items/ItemInstanceImpl.java | 2 +- src/main/java/com/syncleus/aethermud/items/ItemUseAction.java | 2 +- .../java/com/syncleus/aethermud/items/ItemUseHandler.java | 2 +- src/main/java/com/syncleus/aethermud/items/Loot.java | 2 +- src/main/java/com/syncleus/aethermud/items/LootManager.java | 2 +- src/main/java/com/syncleus/aethermud/items/Rarity.java | 2 +- .../aethermud/items/use/DefaultApplyEffectsStats.java | 2 +- .../com/syncleus/aethermud/items/use/DirtyBombUseAction.java | 2 +- .../aethermud/items/use/LightningSpellBookUseAction.java | 2 +- .../aethermud/items/use/ResetAllEffectsUseAction.java | 2 +- .../syncleus/aethermud/items/use/StickOfJusticeUseAction.java | 2 +- src/main/java/com/syncleus/aethermud/merchant/Merchant.java | 2 +- .../syncleus/aethermud/merchant/MerchantCommandHandler.java | 2 +- .../com/syncleus/aethermud/merchant/MerchantItemForSale.java | 2 +- .../java/com/syncleus/aethermud/merchant/MerchantManager.java | 2 +- .../aethermud/merchant/bank/commands/AccountQueryCommand.java | 2 +- .../aethermud/merchant/bank/commands/BankCommand.java | 2 +- .../aethermud/merchant/bank/commands/BankCommandHandler.java | 2 +- .../aethermud/merchant/bank/commands/BankCommandRegistry.java | 2 +- .../aethermud/merchant/bank/commands/DepositCommand.java | 2 +- .../aethermud/merchant/bank/commands/DoneCommand.java | 2 +- .../aethermud/merchant/bank/commands/UnknownCommand.java | 2 +- .../aethermud/merchant/bank/commands/WithdrawalCommand.java | 2 +- .../com/syncleus/aethermud/merchant/lockers/DoneCommand.java | 2 +- .../com/syncleus/aethermud/merchant/lockers/GetCommand.java | 2 +- .../syncleus/aethermud/merchant/lockers/LockerCommand.java | 2 +- .../aethermud/merchant/lockers/LockerCommandHandler.java | 2 +- .../aethermud/merchant/lockers/LockerCommandRegistry.java | 2 +- .../com/syncleus/aethermud/merchant/lockers/PutCommand.java | 2 +- .../com/syncleus/aethermud/merchant/lockers/QueryCommand.java | 2 +- .../syncleus/aethermud/merchant/lockers/UnknownCommand.java | 2 +- .../merchant/playerclass_selector/ChooseClassCommand.java | 2 +- .../aethermud/merchant/playerclass_selector/LeaveCommand.java | 2 +- .../merchant/playerclass_selector/PlayerClassCommand.java | 2 +- .../playerclass_selector/PlayerClassCommandHandler.java | 2 +- .../playerclass_selector/PlayerClassCommandRegistry.java | 2 +- .../merchant/playerclass_selector/UnknownCommand.java | 2 +- .../syncleus/aethermud/npc/BasicNpcPlayerDamageProcessor.java | 2 +- src/main/java/com/syncleus/aethermud/npc/Npc.java | 2 +- src/main/java/com/syncleus/aethermud/npc/NpcBuilder.java | 2 +- src/main/java/com/syncleus/aethermud/npc/NpcMover.java | 2 +- src/main/java/com/syncleus/aethermud/npc/NpcSpawn.java | 2 +- src/main/java/com/syncleus/aethermud/npc/NpcStatsChange.java | 2 +- .../com/syncleus/aethermud/npc/NpcStatsChangeBuilder.java | 2 +- src/main/java/com/syncleus/aethermud/npc/Temperament.java | 2 +- src/main/java/com/syncleus/aethermud/player/ActiveFight.java | 2 +- .../syncleus/aethermud/player/BasicPlayerDamageProcessor.java | 2 +- src/main/java/com/syncleus/aethermud/player/CoolDown.java | 2 +- src/main/java/com/syncleus/aethermud/player/CoolDownType.java | 2 +- .../java/com/syncleus/aethermud/player/DamageProcessor.java | 2 +- src/main/java/com/syncleus/aethermud/player/Player.java | 2 +- src/main/java/com/syncleus/aethermud/player/PlayerClass.java | 2 +- .../java/com/syncleus/aethermud/player/PlayerManagement.java | 2 +- .../com/syncleus/aethermud/player/PlayerManagementMBean.java | 2 +- .../syncleus/aethermud/player/PlayerManagementManager.java | 2 +- .../java/com/syncleus/aethermud/player/PlayerManager.java | 2 +- .../java/com/syncleus/aethermud/player/PlayerMovement.java | 2 +- src/main/java/com/syncleus/aethermud/player/PlayerRole.java | 2 +- .../java/com/syncleus/aethermud/player/PlayerSettings.java | 2 +- src/main/java/com/syncleus/aethermud/player/PlayerUtil.java | 2 +- .../aethermud/server/auth/AetherMudAuthenticationHandler.java | 2 +- .../aethermud/server/auth/AetherMudAuthenticator.java | 2 +- .../java/com/syncleus/aethermud/server/auth/GameAuth.java | 2 +- .../server/auth/GameAuthorizationAndRegistration.java | 2 +- .../server/communication/ChannelCommunicationUtils.java | 2 +- .../syncleus/aethermud/server/communication/ChannelUtils.java | 2 +- .../com/syncleus/aethermud/server/communication/Color.java | 2 +- .../syncleus/aethermud/server/communication/GossipCache.java | 2 +- .../com/syncleus/aethermud/server/model/AetherMudSession.java | 2 +- .../aethermud/server/multiline/MultiLineInputHandler.java | 2 +- .../aethermud/server/multiline/MultiLineInputManager.java | 2 +- .../com/syncleus/aethermud/server/telnet/AetherMudServer.java | 2 +- .../aethermud/server/telnet/DelimiterBasedFrameDecoder.java | 2 +- .../aethermud/server/telnet/LineBasedFrameDecoder.java | 2 +- .../aethermud/server/telnet/ServerPipelineFactory.java | 2 +- .../com/syncleus/aethermud/server/telnet/StringDecoder.java | 2 +- src/main/java/com/syncleus/aethermud/spawner/ItemSpawner.java | 2 +- src/main/java/com/syncleus/aethermud/spawner/NpcSpawner.java | 2 +- src/main/java/com/syncleus/aethermud/spawner/SpawnRule.java | 2 +- .../java/com/syncleus/aethermud/spawner/SpawnRuleBuilder.java | 2 +- .../java/com/syncleus/aethermud/spells/LightningSpell.java | 2 +- .../java/com/syncleus/aethermud/spells/SpellRunnable.java | 2 +- src/main/java/com/syncleus/aethermud/spells/Spells.java | 2 +- src/main/java/com/syncleus/aethermud/stats/DefaultStats.java | 2 +- src/main/java/com/syncleus/aethermud/stats/Levels.java | 2 +- src/main/java/com/syncleus/aethermud/stats/Stats.java | 2 +- src/main/java/com/syncleus/aethermud/stats/StatsBuilder.java | 2 +- src/main/java/com/syncleus/aethermud/stats/StatsHelper.java | 2 +- .../com/syncleus/aethermud/stats/experience/Experience.java | 2 +- .../stats/modifier/BasicPlayerLevelStatsModifier.java | 2 +- .../aethermud/stats/modifier/RangerStatsModifier.java | 2 +- .../aethermud/stats/modifier/ShamanStatsModifier.java | 2 +- .../com/syncleus/aethermud/stats/modifier/StatsModifier.java | 2 +- .../aethermud/stats/modifier/StatsModifierFactory.java | 2 +- .../aethermud/stats/modifier/WarriorStatsModifier.java | 2 +- .../aethermud/stats/modifier/WizardStatsModifier.java | 2 +- .../java/com/syncleus/aethermud/storage/AetherMudStorage.java | 2 +- .../com/syncleus/aethermud/storage/FilebasedJsonStorage.java | 2 +- src/main/java/com/syncleus/aethermud/storage/GraphInfo.java | 2 +- .../java/com/syncleus/aethermud/storage/WorldStorage.java | 2 +- .../com/syncleus/aethermud/storage/graphdb/DataUtils.java | 2 +- .../aethermud/storage/graphdb/GraphDbAetherMudStorage.java | 2 +- .../aethermud/storage/graphdb/GraphStorageFactory.java | 2 +- .../aethermud/storage/graphdb/model/AetherMudMessageData.java | 2 +- .../aethermud/storage/graphdb/model/CoolDownData.java | 2 +- .../syncleus/aethermud/storage/graphdb/model/EffectData.java | 2 +- .../aethermud/storage/graphdb/model/EquipmentData.java | 2 +- .../syncleus/aethermud/storage/graphdb/model/ForageData.java | 2 +- .../syncleus/aethermud/storage/graphdb/model/ItemData.java | 2 +- .../aethermud/storage/graphdb/model/ItemInstanceData.java | 2 +- .../syncleus/aethermud/storage/graphdb/model/LootData.java | 2 +- .../aethermud/storage/graphdb/model/MerchantData.java | 2 +- .../storage/graphdb/model/MerchantItemForSaleData.java | 2 +- .../com/syncleus/aethermud/storage/graphdb/model/NpcData.java | 2 +- .../syncleus/aethermud/storage/graphdb/model/PlayerData.java | 2 +- .../aethermud/storage/graphdb/model/SpawnRuleData.java | 2 +- .../syncleus/aethermud/storage/graphdb/model/StatData.java | 2 +- src/main/java/com/syncleus/aethermud/world/FloorManager.java | 2 +- src/main/java/com/syncleus/aethermud/world/MapMatrix.java | 2 +- src/main/java/com/syncleus/aethermud/world/MapsManager.java | 2 +- src/main/java/com/syncleus/aethermud/world/RoomManager.java | 2 +- src/main/java/com/syncleus/aethermud/world/model/Area.java | 2 +- .../java/com/syncleus/aethermud/world/model/BasicRoom.java | 2 +- .../com/syncleus/aethermud/world/model/BasicRoomBuilder.java | 2 +- src/main/java/com/syncleus/aethermud/world/model/Coords.java | 2 +- .../java/com/syncleus/aethermud/world/model/FloorModel.java | 2 +- .../java/com/syncleus/aethermud/world/model/RemoteExit.java | 2 +- src/main/java/com/syncleus/aethermud/world/model/Room.java | 2 +- .../java/com/syncleus/aethermud/world/model/RoomModel.java | 2 +- .../com/syncleus/aethermud/world/model/RoomModelBuilder.java | 2 +- .../java/com/syncleus/aethermud/world/model/WorldModel.java | 2 +- src/test/java/com/syncleus/aethermud/AetherMudUtilsTest.java | 2 +- .../syncleus/aethermud/command/commands/FriendlyTimeTest.java | 2 +- .../syncleus/aethermud/command/commands/UseItemOnTest.java | 2 +- .../syncleus/aethermud/common/ColorizedTextTemplateTest.java | 2 +- .../aethermud/core/NewUserRegistrationManagerTest.java | 2 +- .../java/com/syncleus/aethermud/items/ItemMetadataTest.java | 2 +- src/test/java/com/syncleus/aethermud/player/CoolDownTest.java | 2 +- .../com/syncleus/aethermud/player/ExperienceManagerTest.java | 2 +- src/test/java/com/syncleus/aethermud/player/LevelsTest.java | 2 +- .../java/com/syncleus/aethermud/player/PlayerManagerTest.java | 2 +- .../player/combatsimuation/CombatSimulationDetails.java | 2 +- .../player/combatsimuation/CombatSimulationResult.java | 2 +- .../player/combatsimuation/FightSimulationResult.java | 2 +- .../aethermud/player/combatsimuation/NpcTestHarness.java | 2 +- .../java/com/syncleus/aethermud/server/GossipCacheTest.java | 2 +- .../syncleus/aethermud/storage/graphdb/PlayerDataTest.java | 2 +- 272 files changed, 273 insertions(+), 273 deletions(-) diff --git a/NOTICE b/NOTICE index 669ee997..682219ee 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Copyright 2017 Syncleus, Inc. +Copyright 2017 - 2018 Syncleus, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/Main.java b/src/main/java/com/syncleus/aethermud/Main.java index 51dd3129..09793c28 100644 --- a/src/main/java/com/syncleus/aethermud/Main.java +++ b/src/main/java/com/syncleus/aethermud/Main.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/blackjack/BlackJack.java b/src/main/java/com/syncleus/aethermud/blackjack/BlackJack.java index 06d80f4b..e4487a9a 100644 --- a/src/main/java/com/syncleus/aethermud/blackjack/BlackJack.java +++ b/src/main/java/com/syncleus/aethermud/blackjack/BlackJack.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/blackjack/Deck.java b/src/main/java/com/syncleus/aethermud/blackjack/Deck.java index 0348eb51..52e93f5e 100644 --- a/src/main/java/com/syncleus/aethermud/blackjack/Deck.java +++ b/src/main/java/com/syncleus/aethermud/blackjack/Deck.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/blackjack/Hand.java b/src/main/java/com/syncleus/aethermud/blackjack/Hand.java index af08ec63..08eb6f59 100644 --- a/src/main/java/com/syncleus/aethermud/blackjack/Hand.java +++ b/src/main/java/com/syncleus/aethermud/blackjack/Hand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/IrcBotService.java b/src/main/java/com/syncleus/aethermud/bot/IrcBotService.java index 9dcf8011..dacc5079 100644 --- a/src/main/java/com/syncleus/aethermud/bot/IrcBotService.java +++ b/src/main/java/com/syncleus/aethermud/bot/IrcBotService.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/MyListener.java b/src/main/java/com/syncleus/aethermud/bot/MyListener.java index ef3b66f0..e386bd61 100644 --- a/src/main/java/com/syncleus/aethermud/bot/MyListener.java +++ b/src/main/java/com/syncleus/aethermud/bot/MyListener.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/command/BotCommandFactory.java b/src/main/java/com/syncleus/aethermud/bot/command/BotCommandFactory.java index f25424d8..7f5a1f6a 100644 --- a/src/main/java/com/syncleus/aethermud/bot/command/BotCommandFactory.java +++ b/src/main/java/com/syncleus/aethermud/bot/command/BotCommandFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/command/BotCommandManager.java b/src/main/java/com/syncleus/aethermud/bot/command/BotCommandManager.java index efbd7240..4601377d 100644 --- a/src/main/java/com/syncleus/aethermud/bot/command/BotCommandManager.java +++ b/src/main/java/com/syncleus/aethermud/bot/command/BotCommandManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/command/ChuckNorrisManager.java b/src/main/java/com/syncleus/aethermud/bot/command/ChuckNorrisManager.java index e7e9aacc..c68ed15c 100644 --- a/src/main/java/com/syncleus/aethermud/bot/command/ChuckNorrisManager.java +++ b/src/main/java/com/syncleus/aethermud/bot/command/ChuckNorrisManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/command/DictionaryManager.java b/src/main/java/com/syncleus/aethermud/bot/command/DictionaryManager.java index bd334a74..e937c8a5 100644 --- a/src/main/java/com/syncleus/aethermud/bot/command/DictionaryManager.java +++ b/src/main/java/com/syncleus/aethermud/bot/command/DictionaryManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/command/OmdbManager.java b/src/main/java/com/syncleus/aethermud/bot/command/OmdbManager.java index 71690b33..d968f982 100644 --- a/src/main/java/com/syncleus/aethermud/bot/command/OmdbManager.java +++ b/src/main/java/com/syncleus/aethermud/bot/command/OmdbManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/command/WeatherManager.java b/src/main/java/com/syncleus/aethermud/bot/command/WeatherManager.java index 88b8d52e..7b0f1fad 100644 --- a/src/main/java/com/syncleus/aethermud/bot/command/WeatherManager.java +++ b/src/main/java/com/syncleus/aethermud/bot/command/WeatherManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/command/commands/BotCommand.java b/src/main/java/com/syncleus/aethermud/bot/command/commands/BotCommand.java index 668b1ffe..79e7c00b 100644 --- a/src/main/java/com/syncleus/aethermud/bot/command/commands/BotCommand.java +++ b/src/main/java/com/syncleus/aethermud/bot/command/commands/BotCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/command/commands/CardsCommand.java b/src/main/java/com/syncleus/aethermud/bot/command/commands/CardsCommand.java index 0651aae6..33017f3d 100644 --- a/src/main/java/com/syncleus/aethermud/bot/command/commands/CardsCommand.java +++ b/src/main/java/com/syncleus/aethermud/bot/command/commands/CardsCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/command/commands/CheckNorrisBotCommand.java b/src/main/java/com/syncleus/aethermud/bot/command/commands/CheckNorrisBotCommand.java index 231c1b36..ca407380 100644 --- a/src/main/java/com/syncleus/aethermud/bot/command/commands/CheckNorrisBotCommand.java +++ b/src/main/java/com/syncleus/aethermud/bot/command/commands/CheckNorrisBotCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/command/commands/DictionaryBotCommand.java b/src/main/java/com/syncleus/aethermud/bot/command/commands/DictionaryBotCommand.java index 5e767299..5e05f623 100644 --- a/src/main/java/com/syncleus/aethermud/bot/command/commands/DictionaryBotCommand.java +++ b/src/main/java/com/syncleus/aethermud/bot/command/commands/DictionaryBotCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/command/commands/ForecastCommand.java b/src/main/java/com/syncleus/aethermud/bot/command/commands/ForecastCommand.java index 9d6f9b73..5b360246 100644 --- a/src/main/java/com/syncleus/aethermud/bot/command/commands/ForecastCommand.java +++ b/src/main/java/com/syncleus/aethermud/bot/command/commands/ForecastCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/command/commands/ImdbBotCommand.java b/src/main/java/com/syncleus/aethermud/bot/command/commands/ImdbBotCommand.java index 431fa649..76466214 100644 --- a/src/main/java/com/syncleus/aethermud/bot/command/commands/ImdbBotCommand.java +++ b/src/main/java/com/syncleus/aethermud/bot/command/commands/ImdbBotCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/command/commands/RandomRoomDescriptionCommand.java b/src/main/java/com/syncleus/aethermud/bot/command/commands/RandomRoomDescriptionCommand.java index 8a8efbae..9999d740 100644 --- a/src/main/java/com/syncleus/aethermud/bot/command/commands/RandomRoomDescriptionCommand.java +++ b/src/main/java/com/syncleus/aethermud/bot/command/commands/RandomRoomDescriptionCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/command/commands/WeatherBotCommand.java b/src/main/java/com/syncleus/aethermud/bot/command/commands/WeatherBotCommand.java index 8a5af05a..45a2d89e 100644 --- a/src/main/java/com/syncleus/aethermud/bot/command/commands/WeatherBotCommand.java +++ b/src/main/java/com/syncleus/aethermud/bot/command/commands/WeatherBotCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/bot/command/commands/WhoBotCommand.java b/src/main/java/com/syncleus/aethermud/bot/command/commands/WhoBotCommand.java index fb7560f9..16d91fb2 100644 --- a/src/main/java/com/syncleus/aethermud/bot/command/commands/WhoBotCommand.java +++ b/src/main/java/com/syncleus/aethermud/bot/command/commands/WhoBotCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/CommandHandler.java b/src/main/java/com/syncleus/aethermud/command/CommandHandler.java index 0d980cec..b49279c9 100644 --- a/src/main/java/com/syncleus/aethermud/command/CommandHandler.java +++ b/src/main/java/com/syncleus/aethermud/command/CommandHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/CommandRegistry.java b/src/main/java/com/syncleus/aethermud/command/CommandRegistry.java index 945ec7e9..360d51f0 100644 --- a/src/main/java/com/syncleus/aethermud/command/CommandRegistry.java +++ b/src/main/java/com/syncleus/aethermud/command/CommandRegistry.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/BackCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/BackCommand.java index a6190c00..803568bf 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/BackCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/BackCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/CardsCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/CardsCommand.java index c69a954b..4a383a67 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/CardsCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/CardsCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/CastCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/CastCommand.java index 1265d1d9..9fdccbeb 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/CastCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/CastCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/ColorsCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/ColorsCommand.java index 0c9e6bce..1d421793 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/ColorsCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/ColorsCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/Command.java b/src/main/java/com/syncleus/aethermud/command/commands/Command.java index cec537e2..cd3c0320 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/Command.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/Command.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/CommandAuditLog.java b/src/main/java/com/syncleus/aethermud/command/commands/CommandAuditLog.java index 633eef35..34375750 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/CommandAuditLog.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/CommandAuditLog.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/CommandRunnable.java b/src/main/java/com/syncleus/aethermud/command/commands/CommandRunnable.java index a434964e..2abf3af9 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/CommandRunnable.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/CommandRunnable.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/CompareCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/CompareCommand.java index 7fb0baaf..fa48a929 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/CompareCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/CompareCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/CoolDownCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/CoolDownCommand.java index 150d5417..06073a63 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/CoolDownCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/CoolDownCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/CountdownCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/CountdownCommand.java index ce07080f..b12ab857 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/CountdownCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/CountdownCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/DelCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/DelCommand.java index 5b5e6d8d..8a57ca35 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/DelCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/DelCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/DropCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/DropCommand.java index 9558b595..046ffbb8 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/DropCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/DropCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/EquipCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/EquipCommand.java index 34d334dd..17e827f8 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/EquipCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/EquipCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/FightKillCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/FightKillCommand.java index d025273e..1185aa1d 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/FightKillCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/FightKillCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/ForageCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/ForageCommand.java index ab4bcd1c..2bffcd0f 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/ForageCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/ForageCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/GoldCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/GoldCommand.java index f8dcbfe3..fb60089d 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/GoldCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/GoldCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/GossipCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/GossipCommand.java index b29e4455..3a2b1d42 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/GossipCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/GossipCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/HelpCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/HelpCommand.java index 9a88f8ba..2a6162bb 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/HelpCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/HelpCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/InventoryCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/InventoryCommand.java index bb6ecadc..e6340ef4 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/InventoryCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/InventoryCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/KillTallyCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/KillTallyCommand.java index 7d8b10e5..f4754f74 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/KillTallyCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/KillTallyCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/LeaveCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/LeaveCommand.java index 0ec4edf9..6d8d2c34 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/LeaveCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/LeaveCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/LookCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/LookCommand.java index c32447f4..126a4664 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/LookCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/LookCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/LootCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/LootCommand.java index 74b456d5..81559e32 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/LootCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/LootCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/MapCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/MapCommand.java index dabdfe0f..23e4b44b 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/MapCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/MapCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/MovementCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/MovementCommand.java index ab2b03a8..f156016c 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/MovementCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/MovementCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/NexusCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/NexusCommand.java index 0c146255..aeb7969d 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/NexusCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/NexusCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/OpCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/OpCommand.java index 76f6e8fe..be0efee1 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/OpCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/OpCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/OpenCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/OpenCommand.java index 51b7e37f..bb7b4c55 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/OpenCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/OpenCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/PickUpCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/PickUpCommand.java index 227f4cb0..13110243 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/PickUpCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/PickUpCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/QuitCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/QuitCommand.java index b2f85874..08786f6c 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/QuitCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/QuitCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/RecallCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/RecallCommand.java index acd56d28..8ce0e55b 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/RecallCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/RecallCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/RecentChangesCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/RecentChangesCommand.java index 2751dd6f..a4ae5fe8 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/RecentChangesCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/RecentChangesCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/RecentGossipCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/RecentGossipCommand.java index b56c5b14..bebc5e10 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/RecentGossipCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/RecentGossipCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/SayCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/SayCommand.java index 2647d85e..5b3563da 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/SayCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/SayCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/SetCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/SetCommand.java index da894422..d50c8e5e 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/SetCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/SetCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/ShowCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/ShowCommand.java index 5070d2d1..7522517a 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/ShowCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/ShowCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/SpellsCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/SpellsCommand.java index 9548d4c5..6cf645c1 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/SpellsCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/SpellsCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/TalkCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/TalkCommand.java index 34302e53..0a3edd95 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/TalkCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/TalkCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/TellCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/TellCommand.java index e1abce4c..0d35643d 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/TellCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/TellCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/TimeCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/TimeCommand.java index b5d8f288..55d09289 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/TimeCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/TimeCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/ToggleChatCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/ToggleChatCommand.java index 6cfea8e8..3f01c072 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/ToggleChatCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/ToggleChatCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/UnequipCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/UnequipCommand.java index 5f65c872..2332654c 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/UnequipCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/UnequipCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/UnknownCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/UnknownCommand.java index b5fca17a..98e22d0d 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/UnknownCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/UnknownCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/UseCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/UseCommand.java index d84a32a2..a461d406 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/UseCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/UseCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/UsersCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/UsersCommand.java index 0f78949c..7470f51c 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/UsersCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/UsersCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/WhoCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/WhoCommand.java index 9972df48..65312956 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/WhoCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/WhoCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/WhoamiCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/WhoamiCommand.java index 812571b1..56bc486c 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/WhoamiCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/WhoamiCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/XpCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/XpCommand.java index 87030cbb..72fdbc4c 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/XpCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/XpCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/AreaCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/AreaCommand.java index 896a5e0b..7b0eaec5 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/AreaCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/AreaCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/BounceIrcBotCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/BounceIrcBotCommand.java index e78724bc..f443ad92 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/BounceIrcBotCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/BounceIrcBotCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/BuildCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/BuildCommand.java index a3450975..e103b2fe 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/BuildCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/BuildCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/DescriptionCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/DescriptionCommand.java index 0273b06f..55c51aad 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/DescriptionCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/DescriptionCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/GiveGoldCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/GiveGoldCommand.java index 0c9de1b6..77959a0f 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/GiveGoldCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/GiveGoldCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/GiveHealthCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/GiveHealthCommand.java index 7a254ed4..fc08b1b8 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/GiveHealthCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/GiveHealthCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/GraphStatusCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/GraphStatusCommand.java index f6483400..d01fa012 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/GraphStatusCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/GraphStatusCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/InfoCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/InfoCommand.java index 5bf55315..70d6ba9f 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/InfoCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/InfoCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/LoadItemCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/LoadItemCommand.java index 4fc00fd8..9fc4baa6 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/LoadItemCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/LoadItemCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/LoadMerchantCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/LoadMerchantCommand.java index 4455d801..f0844b43 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/LoadMerchantCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/LoadMerchantCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/LoadNpcCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/LoadNpcCommand.java index 8b416975..22aebb2f 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/LoadNpcCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/LoadNpcCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/ManifestCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/ManifestCommand.java index 1eb9c081..c1e065de 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/ManifestCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/ManifestCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/NotablesCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/NotablesCommand.java index dae97b1a..1f938d6e 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/NotablesCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/NotablesCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/NpcLocationCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/NpcLocationCommand.java index 4946d295..09e5cce7 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/NpcLocationCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/NpcLocationCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/ReloadNpcsCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/ReloadNpcsCommand.java index 97f9ea7a..2dbf728e 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/ReloadNpcsCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/ReloadNpcsCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/RestartCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/RestartCommand.java index c8a551bc..0b2e9d94 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/RestartCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/RestartCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/SaveWorldCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/SaveWorldCommand.java index 6bc162f9..aa5aac73 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/SaveWorldCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/SaveWorldCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/SpawnCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/SpawnCommand.java index 9bb53b8a..390f09cf 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/SpawnCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/SpawnCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/SystemInfo.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/SystemInfo.java index 13591db9..4a26a906 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/SystemInfo.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/SystemInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/TagRoomCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/TagRoomCommand.java index 94fec5b5..7109a808 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/TagRoomCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/TagRoomCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/TeleportCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/TeleportCommand.java index 2a4bfdaf..cb778cd0 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/TeleportCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/TeleportCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/command/commands/admin/TitleCommand.java b/src/main/java/com/syncleus/aethermud/command/commands/admin/TitleCommand.java index f6337bd2..cb3ab5ff 100644 --- a/src/main/java/com/syncleus/aethermud/command/commands/admin/TitleCommand.java +++ b/src/main/java/com/syncleus/aethermud/command/commands/admin/TitleCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/common/AetherMudEntry.java b/src/main/java/com/syncleus/aethermud/common/AetherMudEntry.java index d5a8d720..39faf57a 100644 --- a/src/main/java/com/syncleus/aethermud/common/AetherMudEntry.java +++ b/src/main/java/com/syncleus/aethermud/common/AetherMudEntry.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/common/AetherMudMessage.java b/src/main/java/com/syncleus/aethermud/common/AetherMudMessage.java index 466b4afb..cb8498a1 100644 --- a/src/main/java/com/syncleus/aethermud/common/AetherMudMessage.java +++ b/src/main/java/com/syncleus/aethermud/common/AetherMudMessage.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/common/AetherMudUtils.java b/src/main/java/com/syncleus/aethermud/common/AetherMudUtils.java index 42190ef4..348c5385 100644 --- a/src/main/java/com/syncleus/aethermud/common/AetherMudUtils.java +++ b/src/main/java/com/syncleus/aethermud/common/AetherMudUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/common/ColorizedTextTemplate.java b/src/main/java/com/syncleus/aethermud/common/ColorizedTextTemplate.java index 33f9d18a..2f97c1f5 100644 --- a/src/main/java/com/syncleus/aethermud/common/ColorizedTextTemplate.java +++ b/src/main/java/com/syncleus/aethermud/common/ColorizedTextTemplate.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/common/FriendlyTime.java b/src/main/java/com/syncleus/aethermud/common/FriendlyTime.java index 0c483d58..260ab461 100644 --- a/src/main/java/com/syncleus/aethermud/common/FriendlyTime.java +++ b/src/main/java/com/syncleus/aethermud/common/FriendlyTime.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/configuration/AetherMudConfiguration.java b/src/main/java/com/syncleus/aethermud/configuration/AetherMudConfiguration.java index 238461ed..c590443c 100644 --- a/src/main/java/com/syncleus/aethermud/configuration/AetherMudConfiguration.java +++ b/src/main/java/com/syncleus/aethermud/configuration/AetherMudConfiguration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -28,7 +28,7 @@ public class AetherMudConfiguration { public final String mudName; public static final String TELNET_PORT = "telnet.port"; - public static final int TELNET_PORT_DEFAULT = 8080; + public static final int TELNET_PORT_DEFAULT = 2323; public final int telnetPort; public static final String DATABASE_FILE_NAME = "database.file.name"; diff --git a/src/main/java/com/syncleus/aethermud/configuration/ConfigureCommands.java b/src/main/java/com/syncleus/aethermud/configuration/ConfigureCommands.java index 2c2b8aee..f6810727 100644 --- a/src/main/java/com/syncleus/aethermud/configuration/ConfigureCommands.java +++ b/src/main/java/com/syncleus/aethermud/configuration/ConfigureCommands.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/configuration/ConfigureNpc.java b/src/main/java/com/syncleus/aethermud/configuration/ConfigureNpc.java index 16e249b3..a0751a08 100644 --- a/src/main/java/com/syncleus/aethermud/configuration/ConfigureNpc.java +++ b/src/main/java/com/syncleus/aethermud/configuration/ConfigureNpc.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/core/GameManager.java b/src/main/java/com/syncleus/aethermud/core/GameManager.java index 83e04fbd..08eb0f41 100644 --- a/src/main/java/com/syncleus/aethermud/core/GameManager.java +++ b/src/main/java/com/syncleus/aethermud/core/GameManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/core/NewUserRegistrationManager.java b/src/main/java/com/syncleus/aethermud/core/NewUserRegistrationManager.java index bd7c04f6..14588aaf 100644 --- a/src/main/java/com/syncleus/aethermud/core/NewUserRegistrationManager.java +++ b/src/main/java/com/syncleus/aethermud/core/NewUserRegistrationManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/core/RecentChangesManager.java b/src/main/java/com/syncleus/aethermud/core/RecentChangesManager.java index 32dd56a4..85b4f9a9 100644 --- a/src/main/java/com/syncleus/aethermud/core/RecentChangesManager.java +++ b/src/main/java/com/syncleus/aethermud/core/RecentChangesManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/core/SentryManager.java b/src/main/java/com/syncleus/aethermud/core/SentryManager.java index 546779b3..9cf57aa6 100644 --- a/src/main/java/com/syncleus/aethermud/core/SentryManager.java +++ b/src/main/java/com/syncleus/aethermud/core/SentryManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/core/SessionManager.java b/src/main/java/com/syncleus/aethermud/core/SessionManager.java index f80086f9..f54e3ff0 100644 --- a/src/main/java/com/syncleus/aethermud/core/SessionManager.java +++ b/src/main/java/com/syncleus/aethermud/core/SessionManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/core/service/AetherMudEvent.java b/src/main/java/com/syncleus/aethermud/core/service/AetherMudEvent.java index a9cf3c2a..bf3aadc2 100644 --- a/src/main/java/com/syncleus/aethermud/core/service/AetherMudEvent.java +++ b/src/main/java/com/syncleus/aethermud/core/service/AetherMudEvent.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/core/service/MultiThreadedEventProcessor.java b/src/main/java/com/syncleus/aethermud/core/service/MultiThreadedEventProcessor.java index ca5f6546..3d112299 100644 --- a/src/main/java/com/syncleus/aethermud/core/service/MultiThreadedEventProcessor.java +++ b/src/main/java/com/syncleus/aethermud/core/service/MultiThreadedEventProcessor.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/core/service/TimeTracker.java b/src/main/java/com/syncleus/aethermud/core/service/TimeTracker.java index 2f552a71..b6d30857 100644 --- a/src/main/java/com/syncleus/aethermud/core/service/TimeTracker.java +++ b/src/main/java/com/syncleus/aethermud/core/service/TimeTracker.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/entity/AetherMudEntity.java b/src/main/java/com/syncleus/aethermud/entity/AetherMudEntity.java index 4fbec864..ad4458d2 100644 --- a/src/main/java/com/syncleus/aethermud/entity/AetherMudEntity.java +++ b/src/main/java/com/syncleus/aethermud/entity/AetherMudEntity.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/entity/EntityManager.java b/src/main/java/com/syncleus/aethermud/entity/EntityManager.java index 61347dd9..c358ee70 100644 --- a/src/main/java/com/syncleus/aethermud/entity/EntityManager.java +++ b/src/main/java/com/syncleus/aethermud/entity/EntityManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/Effect.java b/src/main/java/com/syncleus/aethermud/items/Effect.java index 6ab456a7..b5bd6816 100644 --- a/src/main/java/com/syncleus/aethermud/items/Effect.java +++ b/src/main/java/com/syncleus/aethermud/items/Effect.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/EffectBuilder.java b/src/main/java/com/syncleus/aethermud/items/EffectBuilder.java index 561e9fa2..48e1ae08 100644 --- a/src/main/java/com/syncleus/aethermud/items/EffectBuilder.java +++ b/src/main/java/com/syncleus/aethermud/items/EffectBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/EffectsManager.java b/src/main/java/com/syncleus/aethermud/items/EffectsManager.java index be2f7bf6..5736df43 100644 --- a/src/main/java/com/syncleus/aethermud/items/EffectsManager.java +++ b/src/main/java/com/syncleus/aethermud/items/EffectsManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/Equipment.java b/src/main/java/com/syncleus/aethermud/items/Equipment.java index 062c2c45..edb242db 100644 --- a/src/main/java/com/syncleus/aethermud/items/Equipment.java +++ b/src/main/java/com/syncleus/aethermud/items/Equipment.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/EquipmentSlotType.java b/src/main/java/com/syncleus/aethermud/items/EquipmentSlotType.java index 9abda4a0..7b2052dd 100644 --- a/src/main/java/com/syncleus/aethermud/items/EquipmentSlotType.java +++ b/src/main/java/com/syncleus/aethermud/items/EquipmentSlotType.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/Forage.java b/src/main/java/com/syncleus/aethermud/items/Forage.java index 7d6f85fc..0bf685c2 100644 --- a/src/main/java/com/syncleus/aethermud/items/Forage.java +++ b/src/main/java/com/syncleus/aethermud/items/Forage.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/ForageBuilder.java b/src/main/java/com/syncleus/aethermud/items/ForageBuilder.java index 7c8febfe..2e04558c 100644 --- a/src/main/java/com/syncleus/aethermud/items/ForageBuilder.java +++ b/src/main/java/com/syncleus/aethermud/items/ForageBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/ForageManager.java b/src/main/java/com/syncleus/aethermud/items/ForageManager.java index 0fc82b06..09c7eee8 100644 --- a/src/main/java/com/syncleus/aethermud/items/ForageManager.java +++ b/src/main/java/com/syncleus/aethermud/items/ForageManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/Item.java b/src/main/java/com/syncleus/aethermud/items/Item.java index 30ed0410..0d451570 100644 --- a/src/main/java/com/syncleus/aethermud/items/Item.java +++ b/src/main/java/com/syncleus/aethermud/items/Item.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/ItemBuilder.java b/src/main/java/com/syncleus/aethermud/items/ItemBuilder.java index 5d7d49d4..b08944a1 100644 --- a/src/main/java/com/syncleus/aethermud/items/ItemBuilder.java +++ b/src/main/java/com/syncleus/aethermud/items/ItemBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/ItemDecayManager.java b/src/main/java/com/syncleus/aethermud/items/ItemDecayManager.java index c854e08e..29f003f3 100644 --- a/src/main/java/com/syncleus/aethermud/items/ItemDecayManager.java +++ b/src/main/java/com/syncleus/aethermud/items/ItemDecayManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/ItemImpl.java b/src/main/java/com/syncleus/aethermud/items/ItemImpl.java index 895ac8d2..a23ff97e 100644 --- a/src/main/java/com/syncleus/aethermud/items/ItemImpl.java +++ b/src/main/java/com/syncleus/aethermud/items/ItemImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/ItemInstance.java b/src/main/java/com/syncleus/aethermud/items/ItemInstance.java index 3562264b..e352233e 100644 --- a/src/main/java/com/syncleus/aethermud/items/ItemInstance.java +++ b/src/main/java/com/syncleus/aethermud/items/ItemInstance.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/ItemInstanceImpl.java b/src/main/java/com/syncleus/aethermud/items/ItemInstanceImpl.java index b672f04a..1f47ad59 100644 --- a/src/main/java/com/syncleus/aethermud/items/ItemInstanceImpl.java +++ b/src/main/java/com/syncleus/aethermud/items/ItemInstanceImpl.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/ItemUseAction.java b/src/main/java/com/syncleus/aethermud/items/ItemUseAction.java index 378d3c69..f36d5f17 100644 --- a/src/main/java/com/syncleus/aethermud/items/ItemUseAction.java +++ b/src/main/java/com/syncleus/aethermud/items/ItemUseAction.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/ItemUseHandler.java b/src/main/java/com/syncleus/aethermud/items/ItemUseHandler.java index 5546a149..a8f7d5ab 100644 --- a/src/main/java/com/syncleus/aethermud/items/ItemUseHandler.java +++ b/src/main/java/com/syncleus/aethermud/items/ItemUseHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/Loot.java b/src/main/java/com/syncleus/aethermud/items/Loot.java index 3c07efa9..e337ae82 100644 --- a/src/main/java/com/syncleus/aethermud/items/Loot.java +++ b/src/main/java/com/syncleus/aethermud/items/Loot.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/LootManager.java b/src/main/java/com/syncleus/aethermud/items/LootManager.java index 176fdd87..ceffc3df 100644 --- a/src/main/java/com/syncleus/aethermud/items/LootManager.java +++ b/src/main/java/com/syncleus/aethermud/items/LootManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/Rarity.java b/src/main/java/com/syncleus/aethermud/items/Rarity.java index 64936690..63c165e0 100644 --- a/src/main/java/com/syncleus/aethermud/items/Rarity.java +++ b/src/main/java/com/syncleus/aethermud/items/Rarity.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/use/DefaultApplyEffectsStats.java b/src/main/java/com/syncleus/aethermud/items/use/DefaultApplyEffectsStats.java index b9a13a2f..c9af6fd5 100644 --- a/src/main/java/com/syncleus/aethermud/items/use/DefaultApplyEffectsStats.java +++ b/src/main/java/com/syncleus/aethermud/items/use/DefaultApplyEffectsStats.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/use/DirtyBombUseAction.java b/src/main/java/com/syncleus/aethermud/items/use/DirtyBombUseAction.java index 44a11d32..9cab764e 100644 --- a/src/main/java/com/syncleus/aethermud/items/use/DirtyBombUseAction.java +++ b/src/main/java/com/syncleus/aethermud/items/use/DirtyBombUseAction.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/use/LightningSpellBookUseAction.java b/src/main/java/com/syncleus/aethermud/items/use/LightningSpellBookUseAction.java index 11dff6b1..d306bf13 100644 --- a/src/main/java/com/syncleus/aethermud/items/use/LightningSpellBookUseAction.java +++ b/src/main/java/com/syncleus/aethermud/items/use/LightningSpellBookUseAction.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/use/ResetAllEffectsUseAction.java b/src/main/java/com/syncleus/aethermud/items/use/ResetAllEffectsUseAction.java index 5a49a9a1..eb2939be 100644 --- a/src/main/java/com/syncleus/aethermud/items/use/ResetAllEffectsUseAction.java +++ b/src/main/java/com/syncleus/aethermud/items/use/ResetAllEffectsUseAction.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/items/use/StickOfJusticeUseAction.java b/src/main/java/com/syncleus/aethermud/items/use/StickOfJusticeUseAction.java index e34a9b77..bca78af9 100644 --- a/src/main/java/com/syncleus/aethermud/items/use/StickOfJusticeUseAction.java +++ b/src/main/java/com/syncleus/aethermud/items/use/StickOfJusticeUseAction.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/Merchant.java b/src/main/java/com/syncleus/aethermud/merchant/Merchant.java index 3dc9ff8e..cbad33c3 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/Merchant.java +++ b/src/main/java/com/syncleus/aethermud/merchant/Merchant.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/MerchantCommandHandler.java b/src/main/java/com/syncleus/aethermud/merchant/MerchantCommandHandler.java index 65cbfb84..bad06d2b 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/MerchantCommandHandler.java +++ b/src/main/java/com/syncleus/aethermud/merchant/MerchantCommandHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/MerchantItemForSale.java b/src/main/java/com/syncleus/aethermud/merchant/MerchantItemForSale.java index c9095a4a..3b487bc3 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/MerchantItemForSale.java +++ b/src/main/java/com/syncleus/aethermud/merchant/MerchantItemForSale.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/MerchantManager.java b/src/main/java/com/syncleus/aethermud/merchant/MerchantManager.java index 554c19de..2024fcb2 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/MerchantManager.java +++ b/src/main/java/com/syncleus/aethermud/merchant/MerchantManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/AccountQueryCommand.java b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/AccountQueryCommand.java index 32e36c05..51138832 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/AccountQueryCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/AccountQueryCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/BankCommand.java b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/BankCommand.java index 94484862..f21b94ad 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/BankCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/BankCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/BankCommandHandler.java b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/BankCommandHandler.java index fd772d07..05936395 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/BankCommandHandler.java +++ b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/BankCommandHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/BankCommandRegistry.java b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/BankCommandRegistry.java index a18af377..f4e0e5ff 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/BankCommandRegistry.java +++ b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/BankCommandRegistry.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/DepositCommand.java b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/DepositCommand.java index 8476c01a..9cfbe934 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/DepositCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/DepositCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/DoneCommand.java b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/DoneCommand.java index d7eb059c..0b03923d 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/DoneCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/DoneCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/UnknownCommand.java b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/UnknownCommand.java index 3896f8c6..7528ec6c 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/UnknownCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/UnknownCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/WithdrawalCommand.java b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/WithdrawalCommand.java index 8c64acd8..fd057d93 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/bank/commands/WithdrawalCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/bank/commands/WithdrawalCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/lockers/DoneCommand.java b/src/main/java/com/syncleus/aethermud/merchant/lockers/DoneCommand.java index 528e9b2c..a6cb93e2 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/lockers/DoneCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/lockers/DoneCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/lockers/GetCommand.java b/src/main/java/com/syncleus/aethermud/merchant/lockers/GetCommand.java index a97dc283..782b48b8 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/lockers/GetCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/lockers/GetCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/lockers/LockerCommand.java b/src/main/java/com/syncleus/aethermud/merchant/lockers/LockerCommand.java index edbaf533..ae847970 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/lockers/LockerCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/lockers/LockerCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/lockers/LockerCommandHandler.java b/src/main/java/com/syncleus/aethermud/merchant/lockers/LockerCommandHandler.java index d05a440b..634213b3 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/lockers/LockerCommandHandler.java +++ b/src/main/java/com/syncleus/aethermud/merchant/lockers/LockerCommandHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/lockers/LockerCommandRegistry.java b/src/main/java/com/syncleus/aethermud/merchant/lockers/LockerCommandRegistry.java index 2c3683d5..d0cc3590 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/lockers/LockerCommandRegistry.java +++ b/src/main/java/com/syncleus/aethermud/merchant/lockers/LockerCommandRegistry.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/lockers/PutCommand.java b/src/main/java/com/syncleus/aethermud/merchant/lockers/PutCommand.java index 04d5b62a..cc2ab41f 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/lockers/PutCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/lockers/PutCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/lockers/QueryCommand.java b/src/main/java/com/syncleus/aethermud/merchant/lockers/QueryCommand.java index adb80831..98fed92e 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/lockers/QueryCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/lockers/QueryCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/lockers/UnknownCommand.java b/src/main/java/com/syncleus/aethermud/merchant/lockers/UnknownCommand.java index 860a5505..43606462 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/lockers/UnknownCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/lockers/UnknownCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/ChooseClassCommand.java b/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/ChooseClassCommand.java index 9ec0ce87..6f3dabce 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/ChooseClassCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/ChooseClassCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/LeaveCommand.java b/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/LeaveCommand.java index d0fc0c22..febb87e1 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/LeaveCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/LeaveCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/PlayerClassCommand.java b/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/PlayerClassCommand.java index c0ace349..3a33a00a 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/PlayerClassCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/PlayerClassCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/PlayerClassCommandHandler.java b/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/PlayerClassCommandHandler.java index ea2053ef..952db66d 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/PlayerClassCommandHandler.java +++ b/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/PlayerClassCommandHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/PlayerClassCommandRegistry.java b/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/PlayerClassCommandRegistry.java index 306b6044..c17ceb4e 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/PlayerClassCommandRegistry.java +++ b/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/PlayerClassCommandRegistry.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/UnknownCommand.java b/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/UnknownCommand.java index d3227a81..c03d6dae 100644 --- a/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/UnknownCommand.java +++ b/src/main/java/com/syncleus/aethermud/merchant/playerclass_selector/UnknownCommand.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/npc/BasicNpcPlayerDamageProcessor.java b/src/main/java/com/syncleus/aethermud/npc/BasicNpcPlayerDamageProcessor.java index dabc1110..8725a270 100644 --- a/src/main/java/com/syncleus/aethermud/npc/BasicNpcPlayerDamageProcessor.java +++ b/src/main/java/com/syncleus/aethermud/npc/BasicNpcPlayerDamageProcessor.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/npc/Npc.java b/src/main/java/com/syncleus/aethermud/npc/Npc.java index 642d41ed..98d45313 100644 --- a/src/main/java/com/syncleus/aethermud/npc/Npc.java +++ b/src/main/java/com/syncleus/aethermud/npc/Npc.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/npc/NpcBuilder.java b/src/main/java/com/syncleus/aethermud/npc/NpcBuilder.java index b8e4dbff..d07d28ff 100644 --- a/src/main/java/com/syncleus/aethermud/npc/NpcBuilder.java +++ b/src/main/java/com/syncleus/aethermud/npc/NpcBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/npc/NpcMover.java b/src/main/java/com/syncleus/aethermud/npc/NpcMover.java index 24dcc25e..9c80796e 100644 --- a/src/main/java/com/syncleus/aethermud/npc/NpcMover.java +++ b/src/main/java/com/syncleus/aethermud/npc/NpcMover.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/npc/NpcSpawn.java b/src/main/java/com/syncleus/aethermud/npc/NpcSpawn.java index 20878b95..ffdfc7a2 100644 --- a/src/main/java/com/syncleus/aethermud/npc/NpcSpawn.java +++ b/src/main/java/com/syncleus/aethermud/npc/NpcSpawn.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/npc/NpcStatsChange.java b/src/main/java/com/syncleus/aethermud/npc/NpcStatsChange.java index 3c31892d..27f1c41a 100644 --- a/src/main/java/com/syncleus/aethermud/npc/NpcStatsChange.java +++ b/src/main/java/com/syncleus/aethermud/npc/NpcStatsChange.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/npc/NpcStatsChangeBuilder.java b/src/main/java/com/syncleus/aethermud/npc/NpcStatsChangeBuilder.java index 44dd4c7b..d952caa8 100644 --- a/src/main/java/com/syncleus/aethermud/npc/NpcStatsChangeBuilder.java +++ b/src/main/java/com/syncleus/aethermud/npc/NpcStatsChangeBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/npc/Temperament.java b/src/main/java/com/syncleus/aethermud/npc/Temperament.java index 73c557fb..a06d48dd 100644 --- a/src/main/java/com/syncleus/aethermud/npc/Temperament.java +++ b/src/main/java/com/syncleus/aethermud/npc/Temperament.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/player/ActiveFight.java b/src/main/java/com/syncleus/aethermud/player/ActiveFight.java index 8584957e..f3a1ae4d 100644 --- a/src/main/java/com/syncleus/aethermud/player/ActiveFight.java +++ b/src/main/java/com/syncleus/aethermud/player/ActiveFight.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/player/BasicPlayerDamageProcessor.java b/src/main/java/com/syncleus/aethermud/player/BasicPlayerDamageProcessor.java index 817a74bc..db3253bb 100644 --- a/src/main/java/com/syncleus/aethermud/player/BasicPlayerDamageProcessor.java +++ b/src/main/java/com/syncleus/aethermud/player/BasicPlayerDamageProcessor.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/player/CoolDown.java b/src/main/java/com/syncleus/aethermud/player/CoolDown.java index 4d0ba41e..cea1b8cc 100644 --- a/src/main/java/com/syncleus/aethermud/player/CoolDown.java +++ b/src/main/java/com/syncleus/aethermud/player/CoolDown.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/player/CoolDownType.java b/src/main/java/com/syncleus/aethermud/player/CoolDownType.java index f67fa004..2158169d 100644 --- a/src/main/java/com/syncleus/aethermud/player/CoolDownType.java +++ b/src/main/java/com/syncleus/aethermud/player/CoolDownType.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/player/DamageProcessor.java b/src/main/java/com/syncleus/aethermud/player/DamageProcessor.java index 945cf190..b762b8ca 100644 --- a/src/main/java/com/syncleus/aethermud/player/DamageProcessor.java +++ b/src/main/java/com/syncleus/aethermud/player/DamageProcessor.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/player/Player.java b/src/main/java/com/syncleus/aethermud/player/Player.java index cfe8f576..f64b6fd6 100644 --- a/src/main/java/com/syncleus/aethermud/player/Player.java +++ b/src/main/java/com/syncleus/aethermud/player/Player.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/player/PlayerClass.java b/src/main/java/com/syncleus/aethermud/player/PlayerClass.java index f8796a47..8656dc63 100644 --- a/src/main/java/com/syncleus/aethermud/player/PlayerClass.java +++ b/src/main/java/com/syncleus/aethermud/player/PlayerClass.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/player/PlayerManagement.java b/src/main/java/com/syncleus/aethermud/player/PlayerManagement.java index 15748f1d..1f60272d 100644 --- a/src/main/java/com/syncleus/aethermud/player/PlayerManagement.java +++ b/src/main/java/com/syncleus/aethermud/player/PlayerManagement.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/player/PlayerManagementMBean.java b/src/main/java/com/syncleus/aethermud/player/PlayerManagementMBean.java index 14e2cf84..2a89ff8c 100644 --- a/src/main/java/com/syncleus/aethermud/player/PlayerManagementMBean.java +++ b/src/main/java/com/syncleus/aethermud/player/PlayerManagementMBean.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/player/PlayerManagementManager.java b/src/main/java/com/syncleus/aethermud/player/PlayerManagementManager.java index 2c9858c4..26ea730f 100644 --- a/src/main/java/com/syncleus/aethermud/player/PlayerManagementManager.java +++ b/src/main/java/com/syncleus/aethermud/player/PlayerManagementManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/player/PlayerManager.java b/src/main/java/com/syncleus/aethermud/player/PlayerManager.java index ce463d77..f4679352 100644 --- a/src/main/java/com/syncleus/aethermud/player/PlayerManager.java +++ b/src/main/java/com/syncleus/aethermud/player/PlayerManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/player/PlayerMovement.java b/src/main/java/com/syncleus/aethermud/player/PlayerMovement.java index 14bdfd92..9b3431ae 100644 --- a/src/main/java/com/syncleus/aethermud/player/PlayerMovement.java +++ b/src/main/java/com/syncleus/aethermud/player/PlayerMovement.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/player/PlayerRole.java b/src/main/java/com/syncleus/aethermud/player/PlayerRole.java index d59629ed..1f655fbd 100644 --- a/src/main/java/com/syncleus/aethermud/player/PlayerRole.java +++ b/src/main/java/com/syncleus/aethermud/player/PlayerRole.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/player/PlayerSettings.java b/src/main/java/com/syncleus/aethermud/player/PlayerSettings.java index 8a2a6551..0dc10b6a 100644 --- a/src/main/java/com/syncleus/aethermud/player/PlayerSettings.java +++ b/src/main/java/com/syncleus/aethermud/player/PlayerSettings.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/player/PlayerUtil.java b/src/main/java/com/syncleus/aethermud/player/PlayerUtil.java index 0044162d..47c0fb92 100644 --- a/src/main/java/com/syncleus/aethermud/player/PlayerUtil.java +++ b/src/main/java/com/syncleus/aethermud/player/PlayerUtil.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/auth/AetherMudAuthenticationHandler.java b/src/main/java/com/syncleus/aethermud/server/auth/AetherMudAuthenticationHandler.java index fe09159b..be31c1f0 100644 --- a/src/main/java/com/syncleus/aethermud/server/auth/AetherMudAuthenticationHandler.java +++ b/src/main/java/com/syncleus/aethermud/server/auth/AetherMudAuthenticationHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/auth/AetherMudAuthenticator.java b/src/main/java/com/syncleus/aethermud/server/auth/AetherMudAuthenticator.java index 655b3759..8ed140d4 100644 --- a/src/main/java/com/syncleus/aethermud/server/auth/AetherMudAuthenticator.java +++ b/src/main/java/com/syncleus/aethermud/server/auth/AetherMudAuthenticator.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/auth/GameAuth.java b/src/main/java/com/syncleus/aethermud/server/auth/GameAuth.java index 07b9303f..c1f00121 100644 --- a/src/main/java/com/syncleus/aethermud/server/auth/GameAuth.java +++ b/src/main/java/com/syncleus/aethermud/server/auth/GameAuth.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/auth/GameAuthorizationAndRegistration.java b/src/main/java/com/syncleus/aethermud/server/auth/GameAuthorizationAndRegistration.java index 4e10c4a6..8c7048b0 100644 --- a/src/main/java/com/syncleus/aethermud/server/auth/GameAuthorizationAndRegistration.java +++ b/src/main/java/com/syncleus/aethermud/server/auth/GameAuthorizationAndRegistration.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/communication/ChannelCommunicationUtils.java b/src/main/java/com/syncleus/aethermud/server/communication/ChannelCommunicationUtils.java index 9bf97be6..120dced2 100644 --- a/src/main/java/com/syncleus/aethermud/server/communication/ChannelCommunicationUtils.java +++ b/src/main/java/com/syncleus/aethermud/server/communication/ChannelCommunicationUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/communication/ChannelUtils.java b/src/main/java/com/syncleus/aethermud/server/communication/ChannelUtils.java index 37b952ed..dd128559 100644 --- a/src/main/java/com/syncleus/aethermud/server/communication/ChannelUtils.java +++ b/src/main/java/com/syncleus/aethermud/server/communication/ChannelUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/communication/Color.java b/src/main/java/com/syncleus/aethermud/server/communication/Color.java index fd05d4bf..141205a2 100644 --- a/src/main/java/com/syncleus/aethermud/server/communication/Color.java +++ b/src/main/java/com/syncleus/aethermud/server/communication/Color.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/communication/GossipCache.java b/src/main/java/com/syncleus/aethermud/server/communication/GossipCache.java index 17a0a833..164247df 100644 --- a/src/main/java/com/syncleus/aethermud/server/communication/GossipCache.java +++ b/src/main/java/com/syncleus/aethermud/server/communication/GossipCache.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/model/AetherMudSession.java b/src/main/java/com/syncleus/aethermud/server/model/AetherMudSession.java index 964f09c3..7a2c16cb 100644 --- a/src/main/java/com/syncleus/aethermud/server/model/AetherMudSession.java +++ b/src/main/java/com/syncleus/aethermud/server/model/AetherMudSession.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/multiline/MultiLineInputHandler.java b/src/main/java/com/syncleus/aethermud/server/multiline/MultiLineInputHandler.java index ebd340c9..eeeb0abe 100644 --- a/src/main/java/com/syncleus/aethermud/server/multiline/MultiLineInputHandler.java +++ b/src/main/java/com/syncleus/aethermud/server/multiline/MultiLineInputHandler.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/multiline/MultiLineInputManager.java b/src/main/java/com/syncleus/aethermud/server/multiline/MultiLineInputManager.java index 7c617369..55851272 100644 --- a/src/main/java/com/syncleus/aethermud/server/multiline/MultiLineInputManager.java +++ b/src/main/java/com/syncleus/aethermud/server/multiline/MultiLineInputManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/telnet/AetherMudServer.java b/src/main/java/com/syncleus/aethermud/server/telnet/AetherMudServer.java index ba44d0b3..0b49a44c 100644 --- a/src/main/java/com/syncleus/aethermud/server/telnet/AetherMudServer.java +++ b/src/main/java/com/syncleus/aethermud/server/telnet/AetherMudServer.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/telnet/DelimiterBasedFrameDecoder.java b/src/main/java/com/syncleus/aethermud/server/telnet/DelimiterBasedFrameDecoder.java index 0d550025..011e06d7 100644 --- a/src/main/java/com/syncleus/aethermud/server/telnet/DelimiterBasedFrameDecoder.java +++ b/src/main/java/com/syncleus/aethermud/server/telnet/DelimiterBasedFrameDecoder.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/telnet/LineBasedFrameDecoder.java b/src/main/java/com/syncleus/aethermud/server/telnet/LineBasedFrameDecoder.java index 92969fb1..8961b643 100644 --- a/src/main/java/com/syncleus/aethermud/server/telnet/LineBasedFrameDecoder.java +++ b/src/main/java/com/syncleus/aethermud/server/telnet/LineBasedFrameDecoder.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/telnet/ServerPipelineFactory.java b/src/main/java/com/syncleus/aethermud/server/telnet/ServerPipelineFactory.java index ebb653ec..dba4d40c 100644 --- a/src/main/java/com/syncleus/aethermud/server/telnet/ServerPipelineFactory.java +++ b/src/main/java/com/syncleus/aethermud/server/telnet/ServerPipelineFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/server/telnet/StringDecoder.java b/src/main/java/com/syncleus/aethermud/server/telnet/StringDecoder.java index 485deb7b..aa319c17 100644 --- a/src/main/java/com/syncleus/aethermud/server/telnet/StringDecoder.java +++ b/src/main/java/com/syncleus/aethermud/server/telnet/StringDecoder.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/spawner/ItemSpawner.java b/src/main/java/com/syncleus/aethermud/spawner/ItemSpawner.java index b2cdec87..ff0d9344 100644 --- a/src/main/java/com/syncleus/aethermud/spawner/ItemSpawner.java +++ b/src/main/java/com/syncleus/aethermud/spawner/ItemSpawner.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/spawner/NpcSpawner.java b/src/main/java/com/syncleus/aethermud/spawner/NpcSpawner.java index 96e1ec2c..7d201b78 100644 --- a/src/main/java/com/syncleus/aethermud/spawner/NpcSpawner.java +++ b/src/main/java/com/syncleus/aethermud/spawner/NpcSpawner.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/spawner/SpawnRule.java b/src/main/java/com/syncleus/aethermud/spawner/SpawnRule.java index 35982fa1..dc15bdc4 100644 --- a/src/main/java/com/syncleus/aethermud/spawner/SpawnRule.java +++ b/src/main/java/com/syncleus/aethermud/spawner/SpawnRule.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/spawner/SpawnRuleBuilder.java b/src/main/java/com/syncleus/aethermud/spawner/SpawnRuleBuilder.java index 756e62c6..a749baa2 100644 --- a/src/main/java/com/syncleus/aethermud/spawner/SpawnRuleBuilder.java +++ b/src/main/java/com/syncleus/aethermud/spawner/SpawnRuleBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/spells/LightningSpell.java b/src/main/java/com/syncleus/aethermud/spells/LightningSpell.java index b44adbd6..0d1aaecd 100644 --- a/src/main/java/com/syncleus/aethermud/spells/LightningSpell.java +++ b/src/main/java/com/syncleus/aethermud/spells/LightningSpell.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/spells/SpellRunnable.java b/src/main/java/com/syncleus/aethermud/spells/SpellRunnable.java index 3d794425..3ecd8934 100644 --- a/src/main/java/com/syncleus/aethermud/spells/SpellRunnable.java +++ b/src/main/java/com/syncleus/aethermud/spells/SpellRunnable.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/spells/Spells.java b/src/main/java/com/syncleus/aethermud/spells/Spells.java index 9e8bae81..2b41dbf2 100644 --- a/src/main/java/com/syncleus/aethermud/spells/Spells.java +++ b/src/main/java/com/syncleus/aethermud/spells/Spells.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/stats/DefaultStats.java b/src/main/java/com/syncleus/aethermud/stats/DefaultStats.java index 5774a344..5f742d1f 100644 --- a/src/main/java/com/syncleus/aethermud/stats/DefaultStats.java +++ b/src/main/java/com/syncleus/aethermud/stats/DefaultStats.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/stats/Levels.java b/src/main/java/com/syncleus/aethermud/stats/Levels.java index 71df5b9d..11fd22a1 100644 --- a/src/main/java/com/syncleus/aethermud/stats/Levels.java +++ b/src/main/java/com/syncleus/aethermud/stats/Levels.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/stats/Stats.java b/src/main/java/com/syncleus/aethermud/stats/Stats.java index c959aadd..fa08df96 100644 --- a/src/main/java/com/syncleus/aethermud/stats/Stats.java +++ b/src/main/java/com/syncleus/aethermud/stats/Stats.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/stats/StatsBuilder.java b/src/main/java/com/syncleus/aethermud/stats/StatsBuilder.java index fc459313..01fba3fc 100644 --- a/src/main/java/com/syncleus/aethermud/stats/StatsBuilder.java +++ b/src/main/java/com/syncleus/aethermud/stats/StatsBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/stats/StatsHelper.java b/src/main/java/com/syncleus/aethermud/stats/StatsHelper.java index 28fd55e2..4d7bb83c 100644 --- a/src/main/java/com/syncleus/aethermud/stats/StatsHelper.java +++ b/src/main/java/com/syncleus/aethermud/stats/StatsHelper.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/stats/experience/Experience.java b/src/main/java/com/syncleus/aethermud/stats/experience/Experience.java index b4550acd..59e4ec03 100644 --- a/src/main/java/com/syncleus/aethermud/stats/experience/Experience.java +++ b/src/main/java/com/syncleus/aethermud/stats/experience/Experience.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/stats/modifier/BasicPlayerLevelStatsModifier.java b/src/main/java/com/syncleus/aethermud/stats/modifier/BasicPlayerLevelStatsModifier.java index 36100a43..2ed87846 100644 --- a/src/main/java/com/syncleus/aethermud/stats/modifier/BasicPlayerLevelStatsModifier.java +++ b/src/main/java/com/syncleus/aethermud/stats/modifier/BasicPlayerLevelStatsModifier.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/stats/modifier/RangerStatsModifier.java b/src/main/java/com/syncleus/aethermud/stats/modifier/RangerStatsModifier.java index 1309eec0..9476c08f 100644 --- a/src/main/java/com/syncleus/aethermud/stats/modifier/RangerStatsModifier.java +++ b/src/main/java/com/syncleus/aethermud/stats/modifier/RangerStatsModifier.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/stats/modifier/ShamanStatsModifier.java b/src/main/java/com/syncleus/aethermud/stats/modifier/ShamanStatsModifier.java index 135414ab..0c384d6b 100644 --- a/src/main/java/com/syncleus/aethermud/stats/modifier/ShamanStatsModifier.java +++ b/src/main/java/com/syncleus/aethermud/stats/modifier/ShamanStatsModifier.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/stats/modifier/StatsModifier.java b/src/main/java/com/syncleus/aethermud/stats/modifier/StatsModifier.java index b7474dfe..8792ca46 100644 --- a/src/main/java/com/syncleus/aethermud/stats/modifier/StatsModifier.java +++ b/src/main/java/com/syncleus/aethermud/stats/modifier/StatsModifier.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/stats/modifier/StatsModifierFactory.java b/src/main/java/com/syncleus/aethermud/stats/modifier/StatsModifierFactory.java index f75962b7..7874a503 100644 --- a/src/main/java/com/syncleus/aethermud/stats/modifier/StatsModifierFactory.java +++ b/src/main/java/com/syncleus/aethermud/stats/modifier/StatsModifierFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/stats/modifier/WarriorStatsModifier.java b/src/main/java/com/syncleus/aethermud/stats/modifier/WarriorStatsModifier.java index ae4fb972..a4233ca0 100644 --- a/src/main/java/com/syncleus/aethermud/stats/modifier/WarriorStatsModifier.java +++ b/src/main/java/com/syncleus/aethermud/stats/modifier/WarriorStatsModifier.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/stats/modifier/WizardStatsModifier.java b/src/main/java/com/syncleus/aethermud/stats/modifier/WizardStatsModifier.java index 2acf2eb6..bef0f606 100644 --- a/src/main/java/com/syncleus/aethermud/stats/modifier/WizardStatsModifier.java +++ b/src/main/java/com/syncleus/aethermud/stats/modifier/WizardStatsModifier.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/AetherMudStorage.java b/src/main/java/com/syncleus/aethermud/storage/AetherMudStorage.java index 4aca914d..8cb5840f 100644 --- a/src/main/java/com/syncleus/aethermud/storage/AetherMudStorage.java +++ b/src/main/java/com/syncleus/aethermud/storage/AetherMudStorage.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/FilebasedJsonStorage.java b/src/main/java/com/syncleus/aethermud/storage/FilebasedJsonStorage.java index bcd3665b..99dea3f2 100644 --- a/src/main/java/com/syncleus/aethermud/storage/FilebasedJsonStorage.java +++ b/src/main/java/com/syncleus/aethermud/storage/FilebasedJsonStorage.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/GraphInfo.java b/src/main/java/com/syncleus/aethermud/storage/GraphInfo.java index 5d42629c..9665122b 100644 --- a/src/main/java/com/syncleus/aethermud/storage/GraphInfo.java +++ b/src/main/java/com/syncleus/aethermud/storage/GraphInfo.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/WorldStorage.java b/src/main/java/com/syncleus/aethermud/storage/WorldStorage.java index e80d039f..ede7cc01 100644 --- a/src/main/java/com/syncleus/aethermud/storage/WorldStorage.java +++ b/src/main/java/com/syncleus/aethermud/storage/WorldStorage.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/DataUtils.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/DataUtils.java index 07b42782..f9a857a5 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/DataUtils.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/DataUtils.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/GraphDbAetherMudStorage.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/GraphDbAetherMudStorage.java index 40159416..f515c05b 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/GraphDbAetherMudStorage.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/GraphDbAetherMudStorage.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/GraphStorageFactory.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/GraphStorageFactory.java index de0dc9bc..397182a5 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/GraphStorageFactory.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/GraphStorageFactory.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/AetherMudMessageData.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/AetherMudMessageData.java index 29f3be61..2e45f04e 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/AetherMudMessageData.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/AetherMudMessageData.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/CoolDownData.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/CoolDownData.java index e572babf..e5ec11c5 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/CoolDownData.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/CoolDownData.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/EffectData.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/EffectData.java index 4638afb9..de9b2030 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/EffectData.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/EffectData.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/EquipmentData.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/EquipmentData.java index 06924124..a22d5745 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/EquipmentData.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/EquipmentData.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/ForageData.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/ForageData.java index f0d63c2f..e2f403fd 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/ForageData.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/ForageData.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/ItemData.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/ItemData.java index 758a21aa..d0a17db1 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/ItemData.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/ItemData.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/ItemInstanceData.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/ItemInstanceData.java index 9f78bae0..e10196d2 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/ItemInstanceData.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/ItemInstanceData.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/LootData.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/LootData.java index 759ea869..d308986e 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/LootData.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/LootData.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/MerchantData.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/MerchantData.java index e795fc25..92f76700 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/MerchantData.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/MerchantData.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/MerchantItemForSaleData.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/MerchantItemForSaleData.java index bb2f5a4c..29bffac5 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/MerchantItemForSaleData.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/MerchantItemForSaleData.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/NpcData.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/NpcData.java index 278844e7..66fa751a 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/NpcData.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/NpcData.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/PlayerData.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/PlayerData.java index 6502b8ef..f7c79849 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/PlayerData.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/PlayerData.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/SpawnRuleData.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/SpawnRuleData.java index 8a3fda23..9295ea6d 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/SpawnRuleData.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/SpawnRuleData.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/StatData.java b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/StatData.java index 4970f5fb..0e1f0fa6 100644 --- a/src/main/java/com/syncleus/aethermud/storage/graphdb/model/StatData.java +++ b/src/main/java/com/syncleus/aethermud/storage/graphdb/model/StatData.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/world/FloorManager.java b/src/main/java/com/syncleus/aethermud/world/FloorManager.java index 0a9ccc0f..a629da19 100644 --- a/src/main/java/com/syncleus/aethermud/world/FloorManager.java +++ b/src/main/java/com/syncleus/aethermud/world/FloorManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/world/MapMatrix.java b/src/main/java/com/syncleus/aethermud/world/MapMatrix.java index d89c83d8..c26f3721 100644 --- a/src/main/java/com/syncleus/aethermud/world/MapMatrix.java +++ b/src/main/java/com/syncleus/aethermud/world/MapMatrix.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/world/MapsManager.java b/src/main/java/com/syncleus/aethermud/world/MapsManager.java index 6b65b25a..9c11b7e0 100644 --- a/src/main/java/com/syncleus/aethermud/world/MapsManager.java +++ b/src/main/java/com/syncleus/aethermud/world/MapsManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/world/RoomManager.java b/src/main/java/com/syncleus/aethermud/world/RoomManager.java index 1401d9e0..be965f48 100644 --- a/src/main/java/com/syncleus/aethermud/world/RoomManager.java +++ b/src/main/java/com/syncleus/aethermud/world/RoomManager.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/world/model/Area.java b/src/main/java/com/syncleus/aethermud/world/model/Area.java index 4305f7d6..13868d7a 100644 --- a/src/main/java/com/syncleus/aethermud/world/model/Area.java +++ b/src/main/java/com/syncleus/aethermud/world/model/Area.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/world/model/BasicRoom.java b/src/main/java/com/syncleus/aethermud/world/model/BasicRoom.java index 8f38623e..4376a343 100644 --- a/src/main/java/com/syncleus/aethermud/world/model/BasicRoom.java +++ b/src/main/java/com/syncleus/aethermud/world/model/BasicRoom.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/world/model/BasicRoomBuilder.java b/src/main/java/com/syncleus/aethermud/world/model/BasicRoomBuilder.java index 0147e86d..6f858d0d 100644 --- a/src/main/java/com/syncleus/aethermud/world/model/BasicRoomBuilder.java +++ b/src/main/java/com/syncleus/aethermud/world/model/BasicRoomBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/world/model/Coords.java b/src/main/java/com/syncleus/aethermud/world/model/Coords.java index 940d644a..eb56da00 100644 --- a/src/main/java/com/syncleus/aethermud/world/model/Coords.java +++ b/src/main/java/com/syncleus/aethermud/world/model/Coords.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/world/model/FloorModel.java b/src/main/java/com/syncleus/aethermud/world/model/FloorModel.java index f364a2a3..c2e9e069 100644 --- a/src/main/java/com/syncleus/aethermud/world/model/FloorModel.java +++ b/src/main/java/com/syncleus/aethermud/world/model/FloorModel.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/world/model/RemoteExit.java b/src/main/java/com/syncleus/aethermud/world/model/RemoteExit.java index 01b53d15..e0663b0d 100644 --- a/src/main/java/com/syncleus/aethermud/world/model/RemoteExit.java +++ b/src/main/java/com/syncleus/aethermud/world/model/RemoteExit.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/world/model/Room.java b/src/main/java/com/syncleus/aethermud/world/model/Room.java index f1cef466..f4298ffc 100644 --- a/src/main/java/com/syncleus/aethermud/world/model/Room.java +++ b/src/main/java/com/syncleus/aethermud/world/model/Room.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/world/model/RoomModel.java b/src/main/java/com/syncleus/aethermud/world/model/RoomModel.java index eb95c314..e72c9038 100644 --- a/src/main/java/com/syncleus/aethermud/world/model/RoomModel.java +++ b/src/main/java/com/syncleus/aethermud/world/model/RoomModel.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/world/model/RoomModelBuilder.java b/src/main/java/com/syncleus/aethermud/world/model/RoomModelBuilder.java index d512977d..b37649bd 100644 --- a/src/main/java/com/syncleus/aethermud/world/model/RoomModelBuilder.java +++ b/src/main/java/com/syncleus/aethermud/world/model/RoomModelBuilder.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/com/syncleus/aethermud/world/model/WorldModel.java b/src/main/java/com/syncleus/aethermud/world/model/WorldModel.java index 9fe111c7..2c6bc6b0 100644 --- a/src/main/java/com/syncleus/aethermud/world/model/WorldModel.java +++ b/src/main/java/com/syncleus/aethermud/world/model/WorldModel.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/AetherMudUtilsTest.java b/src/test/java/com/syncleus/aethermud/AetherMudUtilsTest.java index 1fe2f64b..0179e240 100644 --- a/src/test/java/com/syncleus/aethermud/AetherMudUtilsTest.java +++ b/src/test/java/com/syncleus/aethermud/AetherMudUtilsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/command/commands/FriendlyTimeTest.java b/src/test/java/com/syncleus/aethermud/command/commands/FriendlyTimeTest.java index 6b29710a..0479aa98 100644 --- a/src/test/java/com/syncleus/aethermud/command/commands/FriendlyTimeTest.java +++ b/src/test/java/com/syncleus/aethermud/command/commands/FriendlyTimeTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/command/commands/UseItemOnTest.java b/src/test/java/com/syncleus/aethermud/command/commands/UseItemOnTest.java index 2015ec7a..7dbf702a 100644 --- a/src/test/java/com/syncleus/aethermud/command/commands/UseItemOnTest.java +++ b/src/test/java/com/syncleus/aethermud/command/commands/UseItemOnTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/common/ColorizedTextTemplateTest.java b/src/test/java/com/syncleus/aethermud/common/ColorizedTextTemplateTest.java index 5ec476f1..791b2452 100644 --- a/src/test/java/com/syncleus/aethermud/common/ColorizedTextTemplateTest.java +++ b/src/test/java/com/syncleus/aethermud/common/ColorizedTextTemplateTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/core/NewUserRegistrationManagerTest.java b/src/test/java/com/syncleus/aethermud/core/NewUserRegistrationManagerTest.java index f45dfd91..55da1bae 100644 --- a/src/test/java/com/syncleus/aethermud/core/NewUserRegistrationManagerTest.java +++ b/src/test/java/com/syncleus/aethermud/core/NewUserRegistrationManagerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/items/ItemMetadataTest.java b/src/test/java/com/syncleus/aethermud/items/ItemMetadataTest.java index 772dfb47..bc5c64da 100644 --- a/src/test/java/com/syncleus/aethermud/items/ItemMetadataTest.java +++ b/src/test/java/com/syncleus/aethermud/items/ItemMetadataTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/player/CoolDownTest.java b/src/test/java/com/syncleus/aethermud/player/CoolDownTest.java index a077a598..2916741b 100644 --- a/src/test/java/com/syncleus/aethermud/player/CoolDownTest.java +++ b/src/test/java/com/syncleus/aethermud/player/CoolDownTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/player/ExperienceManagerTest.java b/src/test/java/com/syncleus/aethermud/player/ExperienceManagerTest.java index e3a7dc1b..9c701621 100644 --- a/src/test/java/com/syncleus/aethermud/player/ExperienceManagerTest.java +++ b/src/test/java/com/syncleus/aethermud/player/ExperienceManagerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/player/LevelsTest.java b/src/test/java/com/syncleus/aethermud/player/LevelsTest.java index 5e83e9fe..c28b3a96 100644 --- a/src/test/java/com/syncleus/aethermud/player/LevelsTest.java +++ b/src/test/java/com/syncleus/aethermud/player/LevelsTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/player/PlayerManagerTest.java b/src/test/java/com/syncleus/aethermud/player/PlayerManagerTest.java index 5cae09e3..058cb383 100644 --- a/src/test/java/com/syncleus/aethermud/player/PlayerManagerTest.java +++ b/src/test/java/com/syncleus/aethermud/player/PlayerManagerTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/player/combatsimuation/CombatSimulationDetails.java b/src/test/java/com/syncleus/aethermud/player/combatsimuation/CombatSimulationDetails.java index 8349c94a..6b50c239 100644 --- a/src/test/java/com/syncleus/aethermud/player/combatsimuation/CombatSimulationDetails.java +++ b/src/test/java/com/syncleus/aethermud/player/combatsimuation/CombatSimulationDetails.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/player/combatsimuation/CombatSimulationResult.java b/src/test/java/com/syncleus/aethermud/player/combatsimuation/CombatSimulationResult.java index 105ba13a..d237a554 100644 --- a/src/test/java/com/syncleus/aethermud/player/combatsimuation/CombatSimulationResult.java +++ b/src/test/java/com/syncleus/aethermud/player/combatsimuation/CombatSimulationResult.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/player/combatsimuation/FightSimulationResult.java b/src/test/java/com/syncleus/aethermud/player/combatsimuation/FightSimulationResult.java index 76675d6d..731295eb 100644 --- a/src/test/java/com/syncleus/aethermud/player/combatsimuation/FightSimulationResult.java +++ b/src/test/java/com/syncleus/aethermud/player/combatsimuation/FightSimulationResult.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/player/combatsimuation/NpcTestHarness.java b/src/test/java/com/syncleus/aethermud/player/combatsimuation/NpcTestHarness.java index af786999..077739b0 100644 --- a/src/test/java/com/syncleus/aethermud/player/combatsimuation/NpcTestHarness.java +++ b/src/test/java/com/syncleus/aethermud/player/combatsimuation/NpcTestHarness.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/server/GossipCacheTest.java b/src/test/java/com/syncleus/aethermud/server/GossipCacheTest.java index ad28ef07..a78638a4 100644 --- a/src/test/java/com/syncleus/aethermud/server/GossipCacheTest.java +++ b/src/test/java/com/syncleus/aethermud/server/GossipCacheTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/com/syncleus/aethermud/storage/graphdb/PlayerDataTest.java b/src/test/java/com/syncleus/aethermud/storage/graphdb/PlayerDataTest.java index 294f160d..b8107c8b 100644 --- a/src/test/java/com/syncleus/aethermud/storage/graphdb/PlayerDataTest.java +++ b/src/test/java/com/syncleus/aethermud/storage/graphdb/PlayerDataTest.java @@ -1,5 +1,5 @@ /** - * Copyright 2017 Syncleus, Inc. + * Copyright 2017 - 2018 Syncleus, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- GitLab