diff --git a/NOTICE b/NOTICE index 669ee997a20da49ac0c25588b2c1eb04e8f6f127..682219ee1e76aeae559273406de764fb9d09d9a5 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 51dd3129c56d2a9f3c29d911377bf2464d3d6fa9..09793c2887294916b48e7deb87d206016a54c636 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 06d80f4bb1e73c8fb75938e803d937faaa69b440..e4487a9acda2c4d62b9a30c051bc8e5977dd9b3a 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 0348eb5176777b8c0e6845a9e7b14846a9749307..52e93f5e903f791a209c6e5bba8f6c1dd7bf4038 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 af08ec63266f62100b12abdd78724628b6036250..08eb6f5909ba99969439121c2ed68ffe4de5d25c 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 9dcf801136108c72a609a9b1c986b3a0e314966e..dacc5079a2c0a64f87c9e7b2f4de9f3d955245b1 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 ef3b66f068ae65c2160196109feae2c512aa226a..e386bd61a30a02d11cba97109735679375660a31 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 f25424d85c036291ec2aad42d639292bfd6cbe57..7f5a1f6aef6cb54fa793eec7fe867b5b5d3e2a42 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 efbd724068db4abf00f2272e05ffc20b4f66df01..4601377db7bec1cc8e660ecc83ef6a5ef95a98e9 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 e7e9aacc527d08bf6955b930cdfc78fbed2e16aa..c68ed15c5f172cc77a184fcaf26e5c89c69bf26f 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 bd334a741e18278cc082346a4ad29e73d2d294f0..e937c8a5722f1e7ab8014ac66c1ae3faf86924cf 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 71690b33e25b439a2bfcff2de7e26b83aef0d6bc..d968f982d4450a8931bde93c8106d2132ec05820 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 88b8d52e66a45e4472847dd85188077fc4739931..7b0f1fadbabaf6f74aad750f6b45290f665b0256 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 668b1ffe287693bc15b5fd1092c7934737a6ff7a..79e7c00b012120d8fc460b42e15232c525ef7fd5 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 0651aae604244a9d3dfe5fe294bf54e9efc39317..33017f3dd07a23467f056a8f8e3eee792459d1da 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 231c1b36452ffbf8307d916a9abe39d8afbe8d62..ca407380f719725c21617b4593ed85f68a1f1db4 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 5e76729966e9654c37948c1985792c41dbf2380f..5e05f623c437aa8ea8a5fcd59d5a29c0a626995d 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 9d6f9b7365062be3a4df0717ecc651ffff4a932b..5b36024603b933945d3251124b0d0a8584035ee9 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 431fa649b49bf0f2ee9f0ada1ec4e3bb720c210e..76466214fe20cead8b448658a7b3d3adfb6df981 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 8a8efbaed97fd5e68ba1d4c84776c86685296126..9999d74087de9d8549a3891e27a0ac806303408f 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 8a5af05ab9740c0d75c0899dc6fc7531d2542d66..45a2d89e69b3dbe58f303703d3b9267125fc874b 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 fb7560f969180a88be5083b6e6c97e443661ee79..16d91fb21cbaca72516910bf4a6318a659c7f844 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 0d980cec66d5c68f3cd2778c2eacf66f886add97..b49279c979dc16f5ba17df47fe22f8bc19568d26 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 945ec7e90dfbda2220b5bcb0200cb629ae196d3f..360d51f025f5cf4cbc9de926215e3977c27afa6e 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 a6190c005cdaccfa9f3944b387791c577ba64c7c..803568bfbec670069f5f393312d5a0a69a5535b4 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 c69a954be6db8e32373fcf8d6d35030353ea24cd..4a383a67cbb7689b9bff986956e769d894190e56 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 1265d1d903677e041945c2526877a7a3cbf3eb8d..9fdccbebfbaadae3b65d061ba1f7e3d068bd1617 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 0c9e6bce48bb82b5cc451e959c2cefd123bc3927..1d4217932fd85afa7d2af2efa994d4e8912be2e1 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 cec537e20ae843a30a2a012248f93d0621ba5529..cd3c03203831fbbb08aca3116ab7c6640116a8bb 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 633eef3590f40245d8e68f319e06786cb091ae38..3437575096004cd99764150d0c1a30e6190a2313 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 a434964ed185ad38126b77df211e266c925d9f9d..2abf3af9a6cfaa9313e7dae563b5bc5003715b90 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 7fb0baaf80446c8506c860bcb0a9f5468b2f5427..fa48a92902a9140a3d582203c2f75414c24dfe50 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 150d5417522306168bb9be7401a5f5071b5e6e4a..06073a63c47efb1818a3a63926191a8fdc5003cb 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 ce07080f815d543d60ca9de2f5300dd0c911fb82..b12ab8573a51f33c0db37ebf633bafd581bd47fa 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 5b5e6d8d73e847d013f0c83adf841198bdafc158..8a57ca354827669099a146d066787b4d1718ef11 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 9558b595f725cabf7cf52309fff40c37dae0b9d3..046ffbb8ca4f611ad95e023aedb313262d1bdecc 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 34d334dd2a684681d1a7f7afd11213e83120d0a1..17e827f8bd5e61de085be5c94bf0c84fc34b17df 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 d025273edb0796a082240b3b12f5accc4f3fba20..1185aa1d4ee15fee1d40f809c91cb0c65ca7c274 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 ab4bcd1c8f8ba5121a65e35317b3004492519404..2bffcd0f5e7b0701d4b523d8ba59d188a8944446 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 f8dcbfe3e069b5739e78835ad086d3a2d015f080..fb60089d362d11c5041163ec0efafefbb65bf8d4 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 b29e44550d5f407b98412a6df6d174ebc3c40009..3a2b1d42d9b08e87bbfb3e3dff67a7720ea9b47c 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 9a88f8bac6ba9778e313a4c7425740e060d0c94c..2a6162bb902c94842f87fb2300ad57eba09d13e4 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 bb6ecadcb2525790b08beec8f3c28e6c0248da82..e6340ef46857678b02aa26b7fe8c1620be90688e 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 7d8b10e517fa64584ac98f1a8b37b633848fbfab..f4754f74c57fad7a06fa09ad5ef8783f6d6fa579 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 0ec4edf9f1baad3f33d9c9c5959b8d55b59a6152..6d8d2c340d1b3687d74c985f02e878c3a6280792 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 c32447f469683887b40bbf2fc743cc8da9c4f77c..126a4664364c42e95b372dd257b37f5616d16bf5 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 74b456d5f37ef3692f304c7d6d4e2d8c267c710e..81559e3225b8c6957d4814d3c4207f11998f41f7 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 dabdfe0f672d3187c8bfc65614deaeede2f370ae..23e4b44bca8805366276a6c1d23cfd2e2a47d405 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 ab2b03a82965d98aa41b02d7da578879452a6919..f156016c77d4a71ad1e01022093e735ca6ffa198 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 0c146255704e5389e1d2154c9fa4b0d7b7ea8560..aeb7969dfd3d63629ec9581296d30397d2002eff 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 76f6e8feb0e157e9c1f8f226c00e0409e2139d92..be0efee1cdb5cefb13b9ea24726264f9e43f81a6 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 51b7e37fe1a92e8a8cb2b95fbbcc2136889b912e..bb7b4c55202cbd592adf07b7c7dbd17a6f43b6d8 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 227f4cb0766cdf9b812a4e38c01041291bde11c6..131102432eb2a988dae681646e21fb91cf5167dc 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 b2f85874d0bd1534633c2930b0b80f3d372d2a07..08786f6cd3b2ab4bec1b1a48cf4a06d899f0b2b1 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 acd56d2855dbcb991877254d4aeabbd95049ab43..8ce0e55b602e7d1c8301c3177244747a82d1b5e1 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 2751dd6f937850540d2532d78357bded4d65ad89..a4ae5fe8269de325392d4917d778ba138cf8d6b9 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 b56c5b147d57d67c16a597bb665d69c7edba3d84..bebc5e103774783485dbb7e3d6cc5ce99f09e64e 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 2647d85ed55a750fead684a6fa53a69b21a6b754..5b3563da50449a5169add4e217cccc16658672d8 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 da894422bf9cf7adf93e1170ac2614d9a0f0a989..d50c8e5e8eefbadcb443332ba9ab0258397e8ce9 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 5070d2d15a467106cd6003cd17a1e870ac959f49..7522517a717f34b658e6fc884dd4f5d743d13ace 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 9548d4c5708a4b41baf985ed15a9071d0affa35d..6cf645c1e15c36b7b303fbf2ffc50a4351e229a1 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 34302e53ad443a263acae4f5686697ab95d271b3..0a3edd95a6f99b1f9a59e3038bc9b4b3e327ee47 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 e1abce4ccae7dc45eb5fb5ce6a6c9be42749e8da..0d35643da0425c8167cdccd08261fd5f3379689d 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 b5d8f2885b509f57d5c1a61cbb5c105605f8326b..55d0928939634d4f021a4316651de1b0892da472 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 6cfea8e8c1444f4f0ca16abdbebddda511a75a22..3f01c0729202bdcb38b0327a1cb29c92ccab46b9 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 5f65c87258241689225e5cbb0ccbf92c900a74e3..2332654cac6a1f33278dd006d9c2621d5b8c0e24 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 b5fca17a75f2f7ecd3aa181f3717afc0ca272bd8..98e22d0d5d02254eda12ecb6f06db3212a128a33 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 d84a32a24e9920b6cf251b75fc022b7c37fae7c8..a461d406d0fae8c7293c4dc957dcd7d0cc9928f2 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 0f78949c4e61d7159bb16d453816088d66b99171..7470f51c3d470341dc04c70db9185843a9d58207 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 9972df4825c9650eaeb7ceb082653da995389c65..6531295699d979b7b213f0ec91964887734f8691 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 812571b1330e52b0bd93012c902e97ff5ad853ac..56bc486c8b0b8d37491cf9eb1228c8bb028fec67 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 87030cbbc1469cd7be7837712decb2188f4c3b1f..72fdbc4cb92e57db04bbb208df0019f5bf0bd7be 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 896a5e0b4ca1724b7637ec55919b4f9aeb1b3821..7b0eaec51ec9fcc1e89f210b276d4b2e87430aec 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 e78724bc2925d70b357de4d59cc581ad00af1ea4..f443ad9280822d33801b755728f235910635b4ea 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 a3450975e6f39cb6ea9f784e4fc77de5154d93c3..e103b2fe6871c94d747c4b42eebca8f64d587bdf 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 0273b06f8e09756dd1915276481754c5cd59caa9..55c51aad748f29ab328f521791085a5536875691 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 0c9de1b6e53920590c3d78a19640106b9f547a83..77959a0f47aa2463b5e33d44197b51bc33f23494 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 7a254ed41d5b72a5ded8d22eefd9d8dc9eb6bbe5..fc08b1b839c052ccec4db73fd0fece54ccbecb99 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 f64834001f7b2eb41d2da67530cb54fcbff93152..d01fa012392a8d92ef2e4a242bdee31e85447ad7 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 5bf553151b15bacb23affa33e4bea0ff6bc7d9ae..70d6ba9f232d75438e58781d85c393c787d67b9b 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 4fc00fd832a4fe28b6ed3eb4ce52714371bc8192..9fc4baa6eed6c0fc6e12400fddb8321138dd3984 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 4455d801ded793ff12425daddb6092890daf28e9..f0844b438b87af59778a69bbf3dd13ed9bf2307f 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 8b4169759492cd8e22b2b59b12d8b9447b5ad5ef..22aebb2fa92608e4897eecf7d855fb617b7a5106 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 1eb9c081d6e962a5c44af187849c0dd349282ca0..c1e065de6e19b99c821e7013d9f092584a4ff376 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 dae97b1a8c74fc89966a72517b8ae891ccb4a7cf..1f938d6e47f1d03db51b9415f58652cdf49063b2 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 4946d2955d1c8faddf1c672337011ee06c75a831..09e5cce734715ab3ac671842d44e70ba34c822a9 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 97f9ea7abe3cf0704aff84c653d4466c5ba3d1d4..2dbf728eeeb6b0a542d09fcff4475fbfc82b974d 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 c8a551bc2e8b00c4b31efa819606e66c6aecf73b..0b2e9d9416ef501c3e95264b748e780718930c9e 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 6bc162f954289ffb28226129b4cbf1d33ec0f24e..aa5aac732acd5c63601be569bb9cf30967b454ed 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 9bb53b8a16c179a6656a83e2b5f4b5cc35a11b38..390f09cf6a28d18365f636c4df48e808333b6c21 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 13591db964f8d6bf877500490c3dbf6ae5ba60a3..4a26a906146ab1aa0eb57310c263bbc5023a8588 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 94fec5b5c6cdd1e52d58a8591b61ba4f68012b25..7109a8081edef6ec618181b45a24b75a04331244 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 2a4bfdaf7918806e717fdd992b56bb6919b461c7..cb778cd080dfcb75414cbe786a38ab237fce0e54 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 f6337bd2c2ba9512b9ee93a07d016232a03e6a6f..cb3ab5ff3f9e95fa76887d38bcd4ed69e37931a6 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 d5a8d7202eacb6cd4caa64e2d0d7be63b40e0fb8..39faf57a09517fa84180f5e928277d80fe8c4f1d 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 466b4afb3f93d1399046e2d2b39cc5026c78106a..cb8498a1e79501ae3f7a4d0b21e9bec1f98c8321 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 42190ef4df18d198e06f3b34bbd06d1166e87dec..348c5385c2c93c6da6ce587579374d27d1c47fb3 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 33f9d18a12197d33736ecc54228b0f8eb281d98d..2f97c1f539caf86f5143c83dbfe1246c7d76db3a 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 0c483d58e206a419df495897f8f318918f6f6ed2..260ab4612151ea6cc53a5f40d559b246c2508b2f 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 238461ed6454ccb7fe39deb5bd7493de03e32238..c590443c5bba618604ce4d21d396a24c495d3a6d 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 2c2b8aee96bcbbb0a83ddfa321b1ddef6c328431..f6810727a0ec28107d8d2c9e6eb2c47bdef5e55b 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 16e249b3deaf87f1a74cd19fb3b18e0b38498cfe..a0751a0834e6069d3b9efe79741c9e8df7a3f8af 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 83e04fbde479014677aeb846f57f7aaf5f85d051..08eb0f419e3ef25e06e9793adc5312902a1637a2 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 bd7c04f696c2abc1512ef14f879e2948c1d0e663..14588aaf5f960efcb0a5575f9c8205a7ce3df86b 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 32dd56a40f1e076fff2343c8e0fa48e98f259325..85b4f9a9369e81c0ca7561d265eea3f06dcbc5d0 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 546779b3256a3595562c1b0b450210b1eca24193..9cf57aa6b2790594102ddb3c82d899c45b988a79 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 f80086f91471f92bb5e5c7904984d4b0d3a85736..f54e3ff00fefad23d91b6343592c3b53770eb4c1 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 a9cf3c2acedd310988a35284079142e01733848e..bf3aadc241e07ee2d38874b0b58f8a8e35d0d878 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 ca5f654613dbe850b89ecdde575036ed468d3f44..3d1122997440dc1b830eb989a04e8f67761f444c 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 2f552a719c910172a157587faee0b31c4a563dfa..b6d30857f2c068c12c10efa0c8e6e2f395836f78 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 4fbec864048cc519a3b0cedc9bf62a99d32e9b95..ad4458d255cae90946f38bf804a0fa92370d9792 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 61347dd9b7fca66185b18b32b959e184b02f542f..c358ee70b33dd0639ede3ffc6299eeedf92d06be 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 6ab456a7a261e05216dace903671f31e019eed50..b5bd68161cba20b175cf57f78f1f4e9ec4251118 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 561e9fa259331d786ae9341cff0684cc0d6288a5..48e1ae08990b7050cf3e1f54f92af8c3578a1b71 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 be2f7bf63ce3afdaafb063aee22fb381c7cee797..5736df43bd7f5fc8fea3d27ee9eec0ea635c0813 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 062c2c459d478ab240bde5330bfa7b015e39b0b7..edb242dbc7e6f775a354b8b0bfdd4bfa1d693bd9 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 9abda4a0775cf1b66a359579643e501dabe272d1..7b2052ddc7e93cce6b5836fba0f81dfd9269916e 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 7d6f85fc78bbdc1c4b07954c414ff1af111d13bf..0bf685c23a730ea190adc160e939483940abc734 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 7c8febfe1c5ea6dc3cc5a9f5365f5f2e4a7b5872..2e04558c6340e592c718666112865e8fcec497fa 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 0fc82b06849184a57c4c2785d56d5bb9a6bdbf3d..09c7eee891e3f38df42a78a66ce6c68e8d3f2b76 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 30ed0410d2c892ea87987cb0fbeb48da1efc121a..0d4515708e98ef915467eee073e80eac5ade5bf1 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 5d7d49d40ba5e9a2e377dc04c36c97a68403e156..b08944a1beceed9a26d97905b15af448ec35daac 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 c854e08e255780986ceefb77369d23a2c5a54eb9..29f003f35e5617a20f006d65985a3c0ff6635fa1 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 895ac8d23c4adf5faf1d4ba13413350479d878ab..a23ff97e86d8865371de0729f25945a63564116f 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 3562264b7672dc939a33eb4c4e51da9111ff220a..e352233e11cc46ff55b9a8dd1fc295332bc9658b 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 b672f04a4f92f2cc3efeb3c6008c44d6b2401868..1f47ad59073ab55072a59d4e8df81f704b720b04 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 378d3c694e990eb797491815a46400602b673061..f36d5f17493e8e2fa587dbdbd0c386fce04bdae8 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 5546a1493f3d47239dbae1b7842f7c80f0dddb5f..a8f7d5abfaf732d00f1dcca6405c28dca9e2881c 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 3c07efa919be89272bde037b0000aaef84d7c7bc..e337ae82d4fbe03b6a96bfe47133e5736cdadd4d 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 176fdd87403f956a1f2394af289be8d0273d1a85..ceffc3df99029c65d665e2201c915e647687874f 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 64936690f1b3fb255ea476e85a4dfe01b9aa1b76..63c165e0976142b61294ccaa613e5502bdd2061e 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 b9a13a2fb9909c10b0247702e10c1be7678f7756..c9af6fd5a4a2aa2cd70f512b140deffd1b07db59 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 44a11d32fa8c06ea3a8952b95d5dda0e73c9fd11..9cab764e2a606565a558014ed1ed5d49f881c2a5 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 11dff6b19c1f88d1f233e26dd309c59fd0e9910d..d306bf13f44b00cda2b318a0c6d7892a5c6c9a5f 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 5a49a9a11dc45870a8cc7f3e9c753eb08f14c364..eb2939bed0242cafe0a63fa58c9b658e8af90b1f 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 e34a9b77bf68d125d2779ad356ec25d7fdbc1794..bca78af9a371e3cbdadb8349e0e4c3ddec4f6b01 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 3dc9ff8e14b965d0580142f765dac92a737bee63..cbad33c3d1ef6e9281846ba84fd18ec7eb260881 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 65cbfb84a0ac96d3d690de0a01181d00fecee3c6..bad06d2b2d7406e08d5c41cc3e9c74392e69e284 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 c9095a4a89bd4a19cc21141f472ff8fe2d1f5c4c..3b487bc32bfae45a1605e5e81bc327dcb72ff2a6 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 554c19de0926b442cc1960b8c7a7e81868c29118..2024fcb28259ee4ea9d9b2a069a58038c1f67534 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 32e36c05a105311daf25ada096b63174abdb147d..51138832f50691719d0e8b1237606510991b281f 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 944848624a099a06931765938c21479cd14ef56e..f21b94ad74785defffefaaf656a114b7d0ab43e5 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 fd772d07b9e6b1e22b834645164fb46f3be867ac..05936395963822bf619cafb125c6f520bb24a71d 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 a18af377d510782f6df25be538d4b537b17498fb..f4e0e5ff1dcffb9e39736c9573d8c4d06aea32f8 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 8476c01a33e15df3fd59e9400123bb034467718f..9cfbe934265ec9db343d30520d57c64c6266b2d2 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 d7eb059c00b8dcbc1b1b5555885afd847b5ea1fb..0b03923d2d0cf639114c48b39a3a73ed918644af 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 3896f8c6ea94d28b42ac78010b9283fb1a684738..7528ec6c281b79f43bef4dea4fa7d8578348f226 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 8c64acd8083c5d2a9fde7ba67cfec4ca26017a33..fd057d937c24d2d424076059c8440a05afa7c768 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 528e9b2c79bbd7ca19fbae85e81a2c040e69ff09..a6cb93e2ce8401042c48cf9cc6b3d10cce502017 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 a97dc283cf46a9a267caeea9172ab88b7cc04c0c..782b48b80ec482b71e0ea13232d6be603a6ec752 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 edbaf533e8f57f5b58fc3d46a9449b9d1b08dd52..ae847970cec890946934809bdc9b6fdc1072585b 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 d05a440b3cd048ac62246f8bbb5e428a8d41b28d..634213b322e2b9e6c8b4944badec70dd7a3922fe 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 2c3683d5e6c203bbc0ccdbfed6ee37f71ecc6b9e..d0cc35908db15f4a68abcb28a792d512f4d4b467 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 04d5b62afb74e6baca013f3308daa0b8a90558f0..cc2ab41f7ffd50d4d6c13e971b9fe68e75fa73a4 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 adb80831352da46639c4cb058ea05af17121f9d9..98fed92ee8dd4630c0122721379c93b4f0d1b714 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 860a55053c38cfda902ed4c220658d15a9a6dbd3..4360646228747b8c0decb44d23776c2b9b9c7b6a 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 9ec0ce870949e82de5d8347865674c3955589246..6f3dabceb4bc816932994bdb088ea7dda61a1a69 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 d0fc0c22e577b498e327f54464d475fb67a8037e..febb87e1fda602e5458597e13ba92fe7701f22fe 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 c0ace34915760f7a7f0fa79fc96daadc1fd92b98..3a33a00aa3d0a9b2455d7af8f04866d66c2c9012 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 ea2053eff9cdb403506713d7ecd14529d2b501ac..952db66d3749d6b98716e93fba6b2e4c70a2c49d 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 306b6044e6ef6c8147f243a1aaa7b6a55f4c9c48..c17ceb4e9f19ea0e42d6490f7d7b515710ae2e28 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 d3227a818973fc28cf95ecf8031922667eab2771..c03d6dae17ae47876dd567b562456a83de52c6f9 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 dabc11101dc7609cd376827097ee2ac847498baa..8725a270c59a06565fe138498ae55ca9bcab37a2 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 642d41ed5b9a7f4d81cad79024a9a88211608dd8..98d4531327ba3d168edaabaf2cdf3e9eb66facb1 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 b8e4dbff133cff65ba39d800e8e283d974a33f3f..d07d28ff80f6c2b72cb957a759a62e580ef5bad5 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 24dcc25e5ce0451a9b4630887bf754cf26c33309..9c80796e3d9b9448d2ec750733b804cfb08822c5 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 20878b952c283ebc8cdba0a49c2257c41c7fcf68..ffdfc7a2b9eef7ab7690b4e13fa060046dd25e98 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 3c31892d59d3574377faebd229c8f694cca4d4a2..27f1c41a0c6b911f1ab85dec725e93614368a509 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 44dd4c7bb938c8da8d3d559e670c07db3d13713b..d952caa827208b752b18f34014150171b46f43a5 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 73c557fb2bcb93318e71af6fe6d05403856bfb19..a06d48dd540c2595dce48ac1c98c388d15a389c3 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 8584957e2886b2328f22defdba0fd7ed715acfac..f3a1ae4dfb0f3ec6d5c44f26c8cb183986314d36 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 817a74bce0fdbe776145c81ea1a7098e04ddafdb..db3253bb1d8dfffa2d65819786ab1a2954cff3a6 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 4d0ba41e940b5520dff0cca07d3b3942ef2f840a..cea1b8cc1e666fac7954ee5e0ef34b886da0fcea 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 f67fa004dd76c4a9f97ed88df0f1585266375def..2158169de709d6caba68f935bb44b9eb57302d22 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 945cf1905213a8893bb00c7c9c9d5033ff78c68a..b762b8ca9946e0945229edf788b76660dbb5babc 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 cfe8f576bd12ab89910ab0e54f3e2695bef81717..f64b6fd6517f694d60fceed9f6947efb9ee54376 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 f8796a47994e3c6a2ec31966ebd7636391204ebf..8656dc63f678d94055bab9f15c6a0d941b37ecd7 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 15748f1de44550289fda987df8d83ea42fb407d9..1f60272d1de245b6f0ceb31eac5edb0276c83c03 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 14e2cf84064745347af1d5bd9c85bdbbef0f9806..2a89ff8c9a721d7ff094aad39dacc32c9f99fa0a 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 2c9858c41dd2791fec61d2c3e15c1bfcb412f43d..26ea730fd2c1dee1aaa07c5d0374ea95ca1c8988 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 ce463d778ab2c53a2ab5ccd63c9fda8a5b799183..f4679352ddc055bcba8d1cc372d9cfc2fbe38f8d 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 14bdfd922dcd5d334c7e9f740b694de01e9e1009..9b3431aeec32249ede50eafccc97b596b45e627c 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 d59629edd18b0d48f88887906ea5a97934a73680..1f655fbda073aa9e03dfb0661ed0956e7ea233c5 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 8a2a65516dbceb8948db8a3cb722351070bb9341..0dc10b6a46f18890aa510b402a4be08abb3fd42a 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 0044162d2768301f2d643271470f27bb56a3cc94..47c0fb92abb3620b1a8747f3925ba1d0da1bdbd5 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 fe09159bdc11e06e30fc3625081ffd02b68ba2db..be31c1f05300667b32d716048eb6ee1dc773b726 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 655b3759db19be1ab008d3ee4716b89fbe40a17b..8ed140d444090e4d3cfa84ed2db2c7ec3ac25338 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 07b9303f71a319e8221b8149370fdbcf85c95edf..c1f001215e7036e59d3d31b2b8c52b7a4af4c285 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 4e10c4a601f1e8b8192ba56cb3df9c0d9716320c..8c7048b042c065a84c3fe36266166e922c608292 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 9bf97be697d5f60e064657fdf7b6d69eb61a4cb2..120dced227506561bff238901db23d8b725ac272 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 37b952ed09074e220ede60bb4940234182c57843..dd1285591d579fd70e755311f144756078773b53 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 fd05d4bf49ab1bcffc0e90c704a046de9d722ff9..141205a276a0770effd04a3238030c25408023b8 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 17a0a833fb9c035795a274608c1a9afb72533512..164247dffc37c917217de41f28648be44a1b8203 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 964f09c34389fe72c035d41df882e6e1519252ed..7a2c16cbb096968e7894a62e7418bdb261f2f801 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 ebd340c95749f07dd026d801aff68cb337b5a2c3..eeeb0abec8ad0ebe1bc85af0bb5b36e8910c8fe3 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 7c617369c6d6ce5ec47f8838257f332d1a350c5f..55851272d32bc7b42ab33aa8d315d3df29bfc3fc 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 ba44d0b3ab7d10d44f5347a106682cc1723c310b..0b49a44ca033075e3504077f78721ef035f3d8c4 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 0d550025413828e2ece283ee9a550dc9f760e928..011e06d729caf0a59c93f2bb7ddfa2d9f21ceb91 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 92969fb1e9e8efebdb52aaeb3bc2a12bf79dd196..8961b643e41251a94d3b40379e99d7ba40a6bfcd 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 ebb653eca3e5a96e9371efb9ff6cb6a540d17e00..dba4d40c486f2bd2025ca7f368f051024212c117 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 485deb7b50f662d8ae2a54dfebf1d1c6b57ccdd1..aa319c17376db019ea08fa5ab21d96415f08f3eb 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 b2cdec879839530d3058351ee3376542676e4c19..ff0d93441817d95d2be7465c027598f9be846bf6 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 96e1ec2cf39cce8499f13c13a304bd2aeef103e2..7d201b7881eb7bb383ea47d67bf2f8f872ccc03b 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 35982fa1c5dc231acadcd0a7e7311c1b6b3ff35c..dc15bdc486136de02170f6f95aa46db05b745f92 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 756e62c6d7341e1b626ac492e84b6473a3174ab1..a749baa27f10fea4175cfbb1e97f6c5a2cebcf90 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 b44adbd64341ab377a3f4c72a7798c45ff3094be..0d1aaecdf3f22741b361cf05876319fe17f01537 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 3d79442504fb8dfdb9cd6bd7cc0990c5f98d63ed..3ecd8934ba53f489fc4f44c0f225f25728952ada 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 9e8bae8177f88f3a1cb0dea163043f962fa147ce..2b41dbf278715a9d5b3a028a39058ccde8618bee 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 5774a344574e603bc6fa46483fcd64e775b2a888..5f742d1f26d67cc4d7fc8533b3b308f7c9e82bf0 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 71df5b9d90771f8158847deedda341920c5c6d51..11fd22a186a921bac62323de12489bbe41630036 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 c959aadd007a294a4b8ba6b16c3f7def5109aef0..fa08df96e33f1a1062045805dd605899ac085ad8 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 fc459313cdbab73bcb48d11933e065841133f883..01fba3fc361b1215c7d39090872fc65ad758b2e8 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 28fd55e25ea7194c58c3f3db5f50a10d5006539d..4d7bb83c835b4abd943190cfa88404a187d18083 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 b4550acdc927d73ad43bd522f78b6829df957f71..59e4ec03b2ff72d93e990a1bfe0961f984ffec20 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 36100a43d72e25f5830e00d715ce7a34140018c5..2ed87846c2913c1ded1f5ae21dff8c3273720a86 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 1309eec05ba951ab240485996a08eb5b0dadd370..9476c08feb3d700438e80075664402776896f7a3 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 135414aba8f995d6200793603da9f26c69958527..0c384d6bdbb47dbf1cfb0420ff9d300f18b9bf11 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 b7474dfe7f9e2e7da4aad5931639a86ce1929a97..8792ca468944a1a9277f052b8ec45ea8c174dac5 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 f75962b7bfd728e38645c461dff753ba5e35c6d5..7874a5039283054bd9e9d9d1f99dbc9d9623c9c2 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 ae4fb97237ea45b9b0cf302400ee6338df25a204..a4233ca064af8874ac6ff276444d1f615881b816 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 2acf2eb6679777221a191309b413f9b81f1c7cb1..bef0f606db98d54080bc07175bbefad8c4e80455 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 4aca914dbbd5e7050a9512db2754e0b2a69c4a75..8cb5840f5f71af71e43c6ceb7df1f0b3bb0a14ca 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 bcd3665b7d678070645ec502961d773ca7325fe4..99dea3f2d4dca4fd7cddd8229a6ad40506ea1072 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 5d42629c78be1aa318fdc4372cfdcbff25c5ee8e..9665122b708aaf7266fe35d50d85735ce0864587 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 e80d039f6d7e15967ba8b4829356ef2207cd2cee..ede7cc010d79cba9205f933a3d1094f6c2d25007 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 07b4278296cc21f368ac6994ebac2ea431c8cca1..f9a857a54aec17beb12089d8dd2c4144df053c40 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 40159416150777fcefadc04fec0dbc9c381dee53..f515c05be5d1b26e12778bde7650992901580190 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 de0dc9bc333ed8113101a0a0c2b31e22048d73b9..397182a524eaaa9c89a21bfcba1e1d719371b4af 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 29f3be61f592b3a4d87b6488e97335a52ba359b0..2e45f04e896e1c5357a848f35771d2e698890934 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 e572babfe11749d9dc3e9f47bc0c9e8720801e13..e5ec11c5e6ccb1b713b99887ef71f1ee736c173a 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 4638afb99ba7aeaeabd645dda2857b4ce9556470..de9b20303606fe7e9b8f0d8689daa363c9209ab0 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 06924124951d3ea14ae5fe6c84f3124f78152b18..a22d57459c1dbebe1f461965e67e8d8fd3c7f4c3 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 f0d63c2ffdde7f49fea050f0243abfaef4b003b5..e2f403fd2b93d370f9b6949a3729f2e9cdfc8940 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 758a21aa6eccf49bc4eb9e8c251256e335e509ce..d0a17db1d194b1be0ffa93af310bd77c987f1e5f 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 9f78bae0aa679b2602d0560c2fc3462a704755dc..e10196d23a175da9c9e759aa4a174eac1899e43a 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 759ea8698e21a08400ea61469fca1cd4011dcea7..d308986e672adebd671837eccc781684e9488a70 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 e795fc2523cfdbc8d718f9113cbff3464a46ed23..92f76700b62448975a1944c9e04b887cf4e5284b 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 bb2f5a4c54c86355e5cc0285287c75555605d2e4..29bffac516692102c054f006d5c5cedb676bb28b 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 278844e7bc50fdcac0346f3f6abe92b8bc421a56..66fa751a16ff7c9471221c89b3fab14e7ca2565e 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 6502b8efbb90aafaf5a23b27205828931acd6a9a..f7c79849aad0d855fda0e1066da8abf994b5482f 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 8a3fda23607e8a649790f75f17049e73a39d0f80..9295ea6d26d863ce123bf940dfebf8a7e7c06247 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 4970f5fbf3a4c86a96e8d4ded494ebac4eed95f5..0e1f0fa6185a42b7d38f0484853d57cc4210e265 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 0a9ccc0f7f0a0ab0961b3f8a4ab1d177e9ad04f8..a629da19378297990d0190e6439f5fdbdba15802 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 d89c83d82f6d21b185217a193fd09ec33b24741b..c26f37210ca5539b93abb857c901c50f1a9c85d7 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 6b65b25a9b2326c82c0a9141d231f8cd71369f3d..9c11b7e0d3e96232f802bb4239d9a1e33574b8fa 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 1401d9e0e4c2b06a23bc7149962b5ce6e825e326..be965f48373942487d62433f006700f44ee7a010 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 4305f7d6059764ac148b6ca21b1cb6fe00f3d8aa..13868d7ad6312cebfca9aaf044a160b2e96c3030 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 8f38623eae30f64c02cb5d58d8df3b963d19c04b..4376a343e59f16bfa76b3fcbd83e09f0042edbad 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 0147e86d5f76b234a8603a1e799e56fcd6714442..6f858d0da74bc1ac73618d4c3ba545fa48382775 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 940d644a1c037dc296f4ea4890f326bfe0d74a5c..eb56da0095d8bc2615cddf8590485e92af7ad369 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 f364a2a318cecc3e4eab3009d22ffe4444f32b40..c2e9e069a3832265d5377728c4078bbbe549ca2a 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 01b53d15da8d98f48722304d55c10e43120f7398..e0663b0d5e62415138f2f35a52587d3277083b19 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 f1cef4663754563029617ae90ffd938bc4d0cc92..f4298ffc63777402dd55afa71b0e9a9e456363ca 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 eb95c314d79c331f666e306cbebf8d7c46630afb..e72c9038581a1fbc4aba6e452587ad61e57e85df 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 d512977d029ebe2989434e927aaa9eb7544b4bbf..b37649bdd92e45ac683516e12eb80edc0a2c5230 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 9fe111c747b5c23181e983c7c00f8b58ef904ce1..2c6bc6b0fdadcd7964fb6d8869ad4bf35c69488b 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 1fe2f64b0614eb35a7a2690ed27e4dba1d04edc6..0179e2409ba5bd3fac8b2cc8e8e285a3263b9c31 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 6b29710a4bc554245554a023d3ad9b8c9a9cb25a..0479aa9803fc221e2a5cc8933e1e05adf8ba721c 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 2015ec7aab2376e74c421022bcba782042e2f399..7dbf702a4daa753c7771d44d374b0e47973da83a 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 5ec476f171910d5384a2edb5c6e44d2755a54cea..791b245260411f3455df7214d9e6372ad6b300a7 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 f45dfd910129fd3041f17820832bdbcbbe89fe2a..55da1bae3ec5176b462dce2ae8054ed3af541eb5 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 772dfb478ac27df77b9aa8aeee8485b7e6200a6d..bc5c64daa7c81c4883775fb06fbffd48fdc15bda 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 a077a598e5439ae511f333e47c1c2b8f2b4b3b22..2916741b4a07c8ba5e4addcec5f5100220924efa 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 e3a7dc1bc549c069848eb61ead7ddcf3449f93d9..9c70162138f2bcd8c111060024f34c2c389866cb 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 5e83e9fedc4f9e8cbac6a43eb42ed9436fadca7a..c28b3a963ac5feaeed2fce1ea1e8f18790bcbda5 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 5cae09e350c55047076a9590ca8ab106edfe1646..058cb383657cabf35af212cf296de4bad924bee9 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 8349c94a514cc4871bab79158dbd659a3b94387e..6b50c239f43c32c2c975f5b89d8d6d77eea72073 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 105ba13a4d761cae7e9ac847c0cf1ed08741b66f..d237a554846183560ea3a8697ae2d395007dc595 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 76675d6df31de42c52601ee40a55b12f038a507a..731295ebc3f97eb11f3d319604d6dd5a911c6d89 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 af786999618b43ba8bf471637d528fdd981b8d76..077739b09eb7fba4616c21f78a809236cbd589de 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 ad28ef07b527e211ca43bf46f061f4957c3ed68b..a78638a429f2e1d1a46845c9254c1e24db2ac03c 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 294f160df1daa1d44906577998df1a1979ccb9c6..b8107c8bfe11daeebd62632b65200fc39cad121e 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.